@haus-tech/haus-workflow
v0.11.1
Published
Haus AI workflow CLI for Claude Code.
Readme
Haus Workflow
Internal Haus tool. Open-source but unsupported for external use. No external issues, PRs, or roadmap commitments accepted.
Install
Requires Node 22+.
npm install -g @haus-tech/haus-workflow
haus installhaus install seeds ~/.claude/ with Haus-managed skills, agents, and hooks.
Per-project setup
Run once inside each project:
haus initScans the repo, recommends context assets, and writes .claude/ and .haus-workflow/.
Commands
haus init # first-run setup (scan → recommend → apply)
haus setup-project # re-run setup on existing project
haus scan # scan repo and write context-map
haus recommend # score and recommend catalog items
haus apply --dry-run # preview what would be written
haus apply --write # write .claude/ files
haus update # sync remote catalog + refresh lockfile
haus update --check # check for updates without applying
haus doctor # health check: hooks, CLAUDE.md, catalog cache
haus config # manage hook configuration
haus memory # view project memory store
haus guard # test bash/file-access guards
haus uninstall # remove Haus-managed files from ~/.claude/Development
yarn install
yarn verify # typecheck + lint + build + test
yarn dev <cmd> # run CLI without building (tsx)