Stacked-PR workflow driver, built on Mnemotek. A thin passthrough to the gh-stack GitHub CLI extension — no reimplementation of stacked-PR logic, no server, no daemon.
npm install @studnicky/git-stackRequires the gh CLI with the gh-stack extension installed and authenticated.
stack — {action: string (required), argumentList?: string[]}
Runs gh stack <action> <...argumentList> and returns the captured stdout as output. action and argumentList are passed through as-is (e.g. create, sync, submit, log) — this package validates nothing about gh-stack's own subcommand semantics.
npx git-stack-tool stack --action create
npx git-stack-tool stack --action syncMIT — see LICENSE.