From 22bd9376f683d37789f19844f60485cce961e057 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 30 Jun 2026 00:39:59 +0800 Subject: [PATCH] docs(logbook): record log executor runtime readback [skip ci] --- docs/LOGBOOK.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/LOGBOOK.md b/docs/LOGBOOK.md index 7fba14d3f..2eb697dd4 100644 --- a/docs/LOGBOOK.md +++ b/docs/LOGBOOK.md @@ -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 **照優先順序完成的實作**: