From 898d7b0ff216fdacee3ac04457a1629113ae015e Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 4 May 2026 13:55:14 +0800 Subject: [PATCH] =?UTF-8?q?docs(logbook):=20=E6=9B=B4=E6=96=B0=20Phase=202?= =?UTF-8?q?=20=E9=80=B2=E5=BA=A6=EF=BC=88P0-05/06/11/12=20=E5=85=A8?= =?UTF-8?q?=E9=83=A8=E5=AE=8C=E6=88=90=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- docs/LOGBOOK.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/LOGBOOK.md b/docs/LOGBOOK.md index e92672c8..70fb7b72 100644 --- a/docs/LOGBOOK.md +++ b/docs/LOGBOOK.md @@ -14,13 +14,15 @@ - **P1-24 decision_manager.py**:`f"telegram_silence:{target}"` → `SILENCE_KEY_PREFIX` 從 telegram_gateway import,消除雙重定義 - **Phase 1 Task 1.7**:新增 `tests/integration/test_awooop_phase1_schema.py`(31 test cases:revision 不可變性 / VIEW draft 隔離 / active_pointer_guard / RLS fail-closed / outbox FK) -### 下一步(Phase 2 剩餘 P0) -- P0-05: security_interceptor.py nonce 重設計(PoC 確認漏洞) -- P0-06: webhooks.py replay 防護 -- P0-11: ollama:current_primary 加 platform: 前綴(Redis 雙寫遷移 Batch A) -- P0-12: consensus_engine.py CONSENSUS_PREFIX 加 project 前綴 +### 完成(commit f2f5148c) +- P0-05、P0-06、P0-11、P0-12 全部修正 + +### 下一步(Phase 2 剩餘) - P1-16: nl_gateway.py hermes Redis key 加 project 前綴 - P1-17: anomaly_counter.py per-project 改造 +- Phase 2.3: Repository project_id filter(INV-2,30+ 表) +- Phase 2.4: 31 background loop 標記(INV-8) +- Phase 2.6: Token Budget Hard Kill(ADR-120,budget_ledger 寫入邏輯) ---