HAR 于 2026 年 8 月 7 日在 Product Hunt 上线,官方 README 将它定义为开源、与 Agent 无关的多 Agent 编码工作流框架,支持 Claude Code、Cursor、Codex 和 MCP Agent,并采用 Apache 2.0。12
最短试法:在仓库根目录执行
npm install -g @osfactory/har 和 har onboard,再按 har env preflight 1 → har env launch 1 → 只在返回的 workDir 内编辑 → har env verify 1 --full → har env complete 1 跑一轮。官方文档提醒:主 checkout 不是任务工作区,occupied slot 会挡住新 launch;--skip-verify 不能拿来证明任务已完成。34HAR 的新增价值在并行、隔离和证据链;只改几行代码时,原生 Agent 更轻。GitHub cloud agent 更适合从 issue / PR 发起异步任务,但需要付费 Copilot 计划,并消耗 Actions minutes 与 AI credits。5
References
- 1Product Hunt · HARproducthunt.com
- 2HAR GitHub READMEgithub.com
- 3HAR Quick startharproject.dev
- 4HAR Verification and commit gateharproject.dev
- 5GitHub · About third-party coding agentsdocs.github.com


Comments
Sign in to comment.