docs(logbook): record log executor runtime readback [skip ci]

This commit is contained in:
Your Name
2026-06-30 00:39:59 +08:00
parent e7482c402a
commit 22bd9376f6

View File

@@ -1,3 +1,19 @@
## 2026-06-30 — 00:34 P1-LOG executor queue 納入 autonomous runtime-control
**照主線完成的實作**
- `56ba5fc38 feat(api): roll up log writeback executor readiness` 已把 `agent-log-controlled-writeback-executor-readback` 併入 `/api/v1/agents/agent-autonomous-runtime-control``runtime_receipt_readback`
- runtime-control 現在直接讀回 `log_controlled_writeback_executor.status=controlled_writeback_executor_ready``active_blockers=[]``execution_batch_count=6``ready_execution_batch_count=6``next_action_queue=6`
- Work item priority list 新增 `P1-E-log-controlled-writeback-executor`,讓 LOG / KM / RAG / MCP / PlayBook metadata writeback executor queue 不再只停在單點 API。
- deploy marker `308ad4c60 chore(cd): deploy 6420f4b [skip ci]` 已上線;`6420f4b1e` 包含本輪 `56ba5fc38` 與後續 P0-004 receipt commit。
**驗證**
- Local focused verifier`py_compile`、ruff、`pytest` focused set `31 passed`、Gitea runner pressure guard、Gitea step env secret guard、`git diff --check` 全部通過。
- Production `/api/v1/agents/agent-autonomous-runtime-control``log_executor_present=true``log_executor_status=controlled_writeback_executor_ready``executor_batches=6``ready_batches=6``ready_count=1``blocker_count=0``next_action_queue=6``work_item_count=22``completed_count=22`
- Production `/api/v1/agents/agent-log-controlled-writeback-executor-readback``status=controlled_writeback_executor_ready``active_blockers=[]``controlled_executor_dispatch_ready=true`
- Route smoke`/zh-TW/awooop/approvals``/runs``/work-items``/alerts` 皆 200`Application error` / `Unhandled Runtime Error` / `Hydration failed` 皆 0舊「待人工決策 / 阻塞與人工閘門 / 人工接手」皆 0。
**邊界**:未 dispatch executor、未寫 KM / RAG / PlayBook、未呼叫 MCP tool、未 workflow_dispatch、未操作 host / Docker / K8s / DB / firewall未使用 GitHub / `gh` / GitHub API未讀 secret / token / raw sessions / SQLite / `.env`
## 2026-06-30 — 00:32 P0-006 drill preflight surfaced in Delivery Workbench
**照優先順序完成的實作**