docs(runtime): sync execution and backlog status

Update README, execution notes, runtime remediation plan, and OpenClaw backlog to reflect the current pipeline split, CI/Phase 5 status, and latest review findings.

Keep this separate from collector code so operational documentation history remains reviewable.
This commit is contained in:
phamnazage-jpg
2026-05-15 22:43:21 +08:00
parent 0ee181a4a7
commit 42e75e733d
4 changed files with 140 additions and 126 deletions

View File

@@ -2,7 +2,7 @@
> 本文档说明宰相AI Agent如何在本项目内执行、验证与回收任务。
> 版本v1.0
> 日期2026-05-11
> 日期2026-05-14
> 状态:与当前代码状态对齐
---
@@ -23,8 +23,9 @@
| 前端脚手架 | ✅ | `frontend/src/pages/Explorer.tsx` + 数据文件 |
| 项目内任务管理 | ✅ | `GOALS.md` / `TASKS.md` / `AGENTS.md` |
| 项目内记忆入口 | ✅ | `SESSION-STATE.md` / `MEMORY.md` / `memory/README.md` |
| 验证器 | ✅ | `scripts/verification_executor.go` + 4 个 verify 脚本 |
| OpenClaw Review | ✅ | `reports/openclaw/` 已有 13 份 review + backlog |
| 验证器 | ✅ | `scripts/verification_executor.go` + 6 个 verify 脚本 |
| CI 工作流 | ✅ | `.github/workflows/ci.yml` |
| OpenClaw Review | ✅ | `reports/openclaw/` 已有 review + backlog |
**技术栈确认**Go 1.22.2 + PostgreSQL + Vanilla JS/React前端
@@ -66,15 +67,24 @@
[✅] 3. Explorer / Dashboard 最小可用前端落地
[✅] 4. 项目内 TASKS / GOALS / verification / execution 闭环落地
[✅] 5. 自动采集 + 日报调度闭环落地
[✅] 6. Phase 6 综合验收通过(`verify_phase6.sh` PASS
[✅] 6. Phase 5 CI 工作流与 Phase 3/Phase 5 验收门禁补齐
[🟡] 7. OpenClaw review / cron / verifier 质量治理持续优化
[🟡] 8. Phase 2 多数据源扩展待规划
[🟡] 8. Phase 6 稳定性门禁与 backlog 降噪仍在收口
```
**下一步优先**
1. 提高 review / cron / verifier 的真实性与降噪质量
2. 推进 Phase 2 数据源扩展与真实验证入口
3. 收口工程纪律提交、CI、回写边界、报告一致性
1. 收口 review / cron / verifier 的真实性与降噪质量
2. 继续压缩 Phase 6 稳定性门禁、样本窗口摘要和误报传播
3. 维持正式日报与历史重建的运行语义边界
### 当前运行真相
当前可直接引用的事实是:
- `bash scripts/verify_phase3.sh` 已通过,`run_daily.sh` 的正式调度链已收紧真实采集判定并写入来源级运行审计
- `bash scripts/verify_phase5.sh` 已通过,仓库已补齐 `.github/workflows/ci.yml`
- 正式日报、历史重建和手工真实复跑已分流到不同运行语义
- `fetchLatestReport` 默认只展示正式日报,不会把历史重建当成最新正式产出
---