Local MVP and Hardening skeleton work is complete enough for governed pilot preparation. TASK-021 has passed simulated/local-equivalent testing with test_level=SIMULATED_LOCAL_EQUIVALENT. The project is not production-complete until a real pilot project, real MCP startup verification, and remote CI evidence are provided.
Run the local completion gate before release decisions:
powershell.exe -NoProfile -ExecutionPolicy Bypass -File scripts\harness\completion-readiness.ps1 -Command Check -Root .Roadmap: docs/planning/phase-4-completion-roadmap.md.
这是一个企业级 Agent Harness 方案与落地模板仓库,目标是把 Agent 从 Demo 能力推进到可治理、可评估、可审计、可持续演进的企业级交付体系。
- 企业级 Agent Harness 总方案:
docs/agent-harness-implementation-guide.md - 仓库级 Agent 操作指南:
AGENTS.md - 分析、调研、需求、架构、执行、测试、运营文档:
docs/ - 项目级 Harness 模板:
.harness/ - MCP 注册与策略模板:
.harness/mcp/ - 轨迹评估与回归数据模板:
.harness/evals/ - AI 开发进度计划:
docs/planning/ai-development-progress-plan.md - 当前执行任务计划:
docs/planning/current-execution-plan.md
- 阅读 文档索引。
- 阅读 Agent 操作指南。
- 阅读 企业级总方案。
- 阅读 执行计划。
- 阅读 实施 Runbook。
- 使用
.harness/模板初始化试点项目。
任何后续任务开始前必须维护进度文档:
- 总进度计划:
docs/planning/ai-development-progress-plan.md - 当前执行计划:
docs/planning/current-execution-plan.md
任务开始时:
- 状态改为
In Progress - 写入开始时间
- 写入当前执行记录
任务完成时:
- 状态改为
Done - 写入完成时间
- 写入产物路径和执行记录
阻塞时:
- 状态改为
Blocked - 在当前执行计划中记录阻塞原因和解除条件
.
├── .harness/ # 项目级 Agent Harness 模板
├── docs/ # 企业级方案、设计、计划、测试、运营文档
├── scripts/ # 校验和自动化脚本
├── AGENTS.md # 仓库级 AI Agent 操作指南
├── .gitignore
└── README.md
Current external completion blockers:
- Raise TASK-021 test degree from
SIMULATED_LOCAL_EQUIVALENTtoREAL_EXTERNALby providing a real pilot project path, stack, build command, test command, owner, and any required package/network approvals. - Run the local completion readiness gate and confirm the expected
BLOCKED_EXTERNALorREADY_FOR_EXTERNAL_PILOTverdict. - Execute the pilot onboarding checklist and archive one real low-risk end-to-end AI coding task.
- Enable remote CI and branch protection in the external repository before claiming release readiness.