Files
16gagent/scripts/templates/execution-audit.md.template
T
2026-06-06 10:40:48 +08:00

58 lines
1.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Execution Audit — YYYY-MM-DD
<!-- Governance Reference: GOVERNANCE.md §6 -->
<!-- 每天填充。项目结束后保留作为归档。 -->
## Summary
- **completion_rate**: <已完成 / 总任务 × 100%>
- **blocked_rate**: <BLOCKED / 总任务 × 100%>
- **stale_rate**: <STALE / 总任务 × 100%>
- **failure_rate**: <FAILED / 总任务 × 100%>
- **replan_count**: <当天重规划次数>
- **avg_cycle_time**: <从 NOT_STARTED 到 VERIFIED 的平均经过时间>
## Task Status Matrix
| Agent-ID | Task ID | Status | Last Heartbeat | Cycle Time |
|----------|---------|--------|---------------|------------|
| AP-01 | T1 | IN_PROGRESS | YYYY-MM-DD HH:mm | — |
| AP-01 | T2 | NOT_STARTED | — | — |
## Blockers (Active)
| Blocker | Owner | Age | Escalated |
|---------|-------|-----|-----------|
| <一句话> | <agent id> | <小时> | YES/NO |
## Replans
<!-- 引用 GOVERNANCE.md §4.3 格式 -->
### Replan #1 (YYYY-MM-DD HH:mm)
- **trigger**: <R1R8>
- **cause**: <失败原因>
- **before**: <原始 Task Tree 摘要>
- **after**: <修订后 Task Tree 摘要>
- **impact**: <影响到的 Agent Package 列表>
## Health Score
<!-- 计算参考 GOVERNANCE.md §7 -->
- **Delivery Score**: <0100>
- **Quality Score**: <0100>
- **Parallelism Score**: <0100>
- **Dependency Score**: <0100>
- **Learning Score**: <0100>
- **Final**: <加权总分> → <评级>
## Override Log
<!-- Governance Reference: GOVERNANCE.md §10.3 -->
| Date | Rule Overridden | By | Reason |
|------|----------------|----|--------|
| YYYY-MM-DD | <rule name> | 红尘 | <reason> |