让 Direct 首轮带上本轮附件的项目路径映射 #223

Merged
kdletters merged 7 commits from fix/ref_doc into master 2026-08-31 19:47:24 +08:00

7 Commits

Author SHA1 Message Date
lhk229 aea0f49ce9 Merge branch 'master' into fix/ref_doc
Project CI / Repository checks (pull_request) Successful in 3m1s
Project CI / Frontend tests (pull_request) Successful in 3m35s
Project CI / Backend tests (pull_request) Successful in 7m4s
Project CI / Native shell tests (pull_request) Successful in 16m26s
2026-08-31 19:33:35 +08:00
lhk229 d19c95f5a1 去掉审计方案文档的行尾空白
Project CI / Repository checks (pull_request) Failing after 10s
Project CI / Native shell tests (pull_request) Has been cancelled
Project CI / Frontend tests (pull_request) Has been cancelled
Project CI / Backend tests (pull_request) Has been cancelled
- 清除 Direct 回合行为审计账本技术方案两处 trailing whitespace
- 对应 CI Repository checks 的 git diff --check 失败
2026-08-31 11:32:06 +00:00
lhk229 0951bb2013 让 Direct GUI 回合落下有界行为审计账本
Project CI / Repository checks (pull_request) Failing after 3m49s
Project CI / Frontend tests (pull_request) Successful in 4m6s
Project CI / Backend tests (pull_request) Successful in 8m6s
Project CI / Native shell tests (pull_request) Successful in 17m50s
- 新增 DirectCodexTurnAudit,把 item/completed 抽成项目内 jsonl 与 agent.db 摘要
- GUI Direct 回合记录 sidecar 路径、native 读/MCP/写文件、offeredRead 与 firstDesign
- 不落 stdout、patch、MCP result,不进聊天 jsonl,失败不阻断做游戏
- 补充技术方案、decision-log 与文档索引
2026-08-31 10:21:04 +00:00
lhk229 1cb8e92e17 修正附件状态映射判断
Project CI / Native shell tests (pull_request) Successful in 15m57s
Project CI / Repository checks (pull_request) Successful in 3m6s
Project CI / Frontend tests (pull_request) Successful in 3m24s
Project CI / Backend tests (pull_request) Successful in 6m4s
仅将 imported 和 failed 视为项目附件状态

未知状态继续使用首页附件元数据格式

补充未知状态回归测试
2026-08-31 06:44:14 +00:00
lhk229 2f2fa035f3 Merge branch 'master' into fix/ref_doc
Project CI / Repository checks (pull_request) Has been cancelled
Project CI / Frontend tests (pull_request) Has been cancelled
Project CI / Backend tests (pull_request) Has been cancelled
Project CI / Native shell tests (pull_request) Has been cancelled
2026-08-31 14:37:36 +08:00
lhk229 6505a151c3 合并最新 master
Project CI / Backend tests (pull_request) Successful in 17m0s
Project CI / Native shell tests (pull_request) Successful in 17m4s
Project CI / Frontend tests (pull_request) Successful in 3m35s
Project CI / Repository checks (pull_request) Successful in 4m40s
合入 origin/master 的编排 crate 与 CI 回归修复
保留 Direct 本轮附件路径映射决策记录
2026-08-31 05:59:58 +00:00
lhk229 1559485b0d 让 Direct 首轮带上本轮附件的项目路径映射
Project CI / Repository checks (pull_request) Failing after 12s
Project CI / Backend tests (pull_request) Failing after 12s
Project CI / Frontend tests (pull_request) Successful in 3m6s
Project CI / Native shell tests (pull_request) Failing after 5m48s
抽出 Home/Project 共用的 DirectCodexTurnAttachment 与渲染函数
Direct command 在进 Codex 前拼接有界 sidecar,jsonl 与气泡仍写用户原文
首页建项 latch 把导入附件传给 Direct 首轮,后续手打消息不带 attachments
做方案首轮仍走 Supervisor,不注入 sidecar
补齐 Rust 渲染测试与 home.suite 附件断言
记录路径映射合同与决策
2026-08-31 04:34:17 +00:00