githanger
v0.1.0
Published
GitHanger CLI for tracked agent sessions, worktrees, and branch workflows.
Downloads
101
Maintainers
Readme
githanger
GitHanger CLI for managing local git worktrees and tracked AI agent sessions.
Install
npm install -g githangerOr run one-off commands with npx:
npx githanger --helpCommands
githanger initregister a repository in~/.githanger/githanger.sqlitegithanger runstart an agent session in a dedicated worktreegithanger serverun the local API server (from a GitHanger source checkout)githanger startrun API + web dashboard (from a GitHanger source checkout)
Notes
serveandstartare source-checkout workflows. Run them from the GitHanger monorepo root after building.- Session metadata is stored locally and never sent to a remote service by this package.
