docs(state): refresh remaining remediation scope after P2/X closure
Some checks failed
CI / pytest (Python 3.10) (push) Has been cancelled
CI / pytest (Python 3.11) (push) Has been cancelled
CI / pytest (Python 3.12) (push) Has been cancelled

This commit is contained in:
Hermes Agent
2026-06-15 15:28:30 +08:00
parent 94200960b2
commit 4215e8fb64
2 changed files with 6 additions and 2 deletions

View File

@@ -142,9 +142,12 @@
- P1-4 webhook DB 连接污染
- P1-6 分享 allowlist
- P1-8 备份恢复演练
- P2-2 channel_sync 单一 DAO 真相
- P2-4 portal token / JWT secret 分离(已通过 P2-4 单元测试 + prod fail-closed
- P2-5 payment webhook secret fail-closed已通过 P2-5 单元测试 + prod fail-closed
已完成并不再列为整改项:
- P2-2 channel_sync 单一 DAO 真相
- P2-6 历史快照头注补齐
- X-02 支付域设计
- X-03 Delivery 交付服务设计

View File

@@ -271,7 +271,8 @@ def test_delivery_dispatch_script_prints_summary(settings, tmp_path):
assert proc.returncode == 0, proc.stderr
assert '"processed": 1' in proc.stdout
assert '"sent": 1' in proc.stdout
assert '"validated": 1' in proc.stdout
assert '"delivered": 0' in proc.stdout
def test_delivery_watchdog_exits_zero_when_no_failures(settings, tmp_path):