Files
his/.harness/evaluator-rubric.md
zhaoyun 1396e4b4d2 feat(harness): integrate walkinglabs 5-subsystem model with templates
- Add .harness/ directory with 6 templates:
  init.sh (unified startup entry)
  PROGRESS.md (session progress tracking)
  feature_list.json (machine-readable feature status)
  clean-state-checklist.md (end-of-session cleanup)
  session-handoff.md (cross-session handoff)
  evaluator-rubric.md (review scoring)
- Update AGENTS.md: 5-subsystem model (Instruction/Tools/Environment/State/Feedback)
- Add Init-Plan-Implement-Verify-Cleanup workflow cycle
2026-05-28 15:05:20 +08:00

608 B

评审评分表

维度 问题 0-2分 备注
正确性 实现的行为是否符合目标功能?
验证 编译检查是否通过?数据流是否完整?
范围纪律 是否保持在选定功能范围内?
可靠性 结果能否在重启后继续工作?
可维护性 代码是否遵循项目规范?
交接准备度 下一轮能否只靠仓库内文件继续推进?

结论

  • Accept
  • Revise
  • Block

后续动作

  • 缺失的证据:
  • 必须补的修复:
  • 下次复审触发条件: