跳转到内容

CLI

命令做什么
repo-harness init首次运行引导——CLI、宿主 hook 适配器、运行时依赖(skills、CodeGraph)
repo-harness install只安装全局运行时 / hook 适配器(更底层;init 才是常规入口)
repo-harness update把全局 CLI + 托管运行时刷新到最新
repo-harness adopt [--dry-run]安装 / 预览 repo-local 工作流
repo-harness statusCLI 版本、宿主安装状态、路由覆盖、仓库 opt-in
repo-harness doctor只读就绪诊断(PATH、版本、宿主、信任状态)
repo-harness prdplans/prds/ 中生成一份 PRD
repo-harness sprintplans/sprints/ 中规划一个 sprint backlog
repo-harness goal准备一个有界的 /goal handoff
repo-harness check运行工作流验证门禁
repo-harness ship审查、推送并打开一个 PR
repo-harness mcp serve --profile planner向 ChatGPT Pro 暴露工作流文件(只读)

任意命令加 --help 可查看其完整标志集。