CLI
| Command | What it does |
|---|---|
repo-harness init | first-run bootstrap — CLI, host hook adapters, runtime deps (skills, CodeGraph) |
repo-harness install | install only the global runtime / hook adapters (lower-level; init is the usual entry) |
repo-harness update | refresh the global CLI + managed runtime to the latest |
repo-harness adopt [--dry-run] | install / preview the repo-local workflow |
repo-harness status | CLI version, host install state, route coverage, repo opt-in |
repo-harness doctor | read-only readiness diagnostics (PATH, version, hosts, trust) |
repo-harness prd | generate a PRD in plans/prds/ |
repo-harness sprint | plan a sprint backlog in plans/sprints/ |
repo-harness goal | prepare a bounded /goal handoff |
repo-harness check | run the workflow verification gates |
repo-harness ship | review, push, and open a PR |
repo-harness mcp serve --profile planner | expose workflow files to ChatGPT Pro (read-only) |
Run any command with --help for its full flag set.