From 2fa27ae71c0fe0143bd7483421d8b6dc6b649fd4 Mon Sep 17 00:00:00 2001 From: YoVinchen Date: Sun, 12 Jul 2026 16:38:00 +0800 Subject: [PATCH] Record the verified backend runtime handoff The lifecycle tracker now points to the pushed API and gateway implementation while preserving Stage 1 as in progress until live provider evidence exists. Constraint: Live model validation still requires a newly rotated Bailian key Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep S1-B open until all three live probes and real-mode synthetic seed pass Tested: make verify; 63 pytest tests; strict mypy; Ruff; Secret scan; Compose config Not-tested: Live Bailian model calls --- docs/04-project-todo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/04-project-todo.md b/docs/04-project-todo.md index 85952b9..1fb88e4 100644 --- a/docs/04-project-todo.md +++ b/docs/04-project-todo.md @@ -184,7 +184,7 @@ Stage 0 DONE - [x] `S1-A`:数据库初始化、分权角色、迁移和最小 Compose 已随 `f4ba5d5` 验证并推送。 - [ ] `S1-B`:三模型适配器和 fake 契约测试已随 `f4ba5d5` 推送;新 Key 下的 live smoke 未完成,因此节点保持未完成。 - [x] `S1-C`:20 条虚构 seed、幂等验证、运行证据和文档已随 `f4ba5d5` 推送。 -- [ ] `S1-D`:内部 API、无 Secret gateway、只读 demo 检索和真实 HTTP/Docker 运行证据;验证后提交并推送。 +- [x] `S1-D`:内部 API、无 Secret gateway、只读 demo 检索和真实 HTTP/Docker 运行证据已随 `cfd6d4c` 验证并推送。 `f4ba5d5` 是 Stage 1 离线可执行闭环提交,不代表 Stage 1 已完成;阶段完成仍以真实三模型 smoke 和真实模式 seed 通过为准。