修复 AGC 统一错误诊断与素材验收 #376

Merged
kdletters merged 3 commits from codex/agc-unified-error-diagnostics-20260915 into master 2026-09-15 20:21:53 +08:00
Member

变更内容

  • 新增统一 Agent Runtime 错误事件和项目内诊断 sidecar,统一 DirectProject、Agent Runtime、app-server 与 AGC 工具桥的失败记录。
  • 失败回执写回 DirectProject 对话历史,下一轮可读取上一轮失败证据;前端支持读取脱敏诊断详情。
  • 区分 app-server 终态、空闲/硬超时、工具参数错误和试玩次数越界。
  • 素材完成门扫描实际 npm 源码模块,并识别 manifest 中合法的自定义登记素材路径。
  • 更新 AGC 技术规范、项目决策记录、里程碑和实施计划。

验证

  • cargo check --manifest-path apps/ai-game-creator-shell/src-tauri/Cargo.toml --tests
  • 统一错误测试 6/6 通过
  • DirectProject 失败诊断测试 4/4 通过
  • npm 场景模块素材引用回归测试通过
  • npm run --prefix apps/ai-game-creator-shell typecheck
  • npm run check:encoding
  • npm run check:doc-index
  • git diff --check、Rust 格式检查

真实 Provider / 安装包 smoke 尚未在本 PR 中运行。

## 变更内容 - 新增统一 Agent Runtime 错误事件和项目内诊断 sidecar,统一 DirectProject、Agent Runtime、app-server 与 AGC 工具桥的失败记录。 - 失败回执写回 DirectProject 对话历史,下一轮可读取上一轮失败证据;前端支持读取脱敏诊断详情。 - 区分 app-server 终态、空闲/硬超时、工具参数错误和试玩次数越界。 - 素材完成门扫描实际 npm 源码模块,并识别 manifest 中合法的自定义登记素材路径。 - 更新 AGC 技术规范、项目决策记录、里程碑和实施计划。 ## 验证 - cargo check --manifest-path apps/ai-game-creator-shell/src-tauri/Cargo.toml --tests - 统一错误测试 6/6 通过 - DirectProject 失败诊断测试 4/4 通过 - npm 场景模块素材引用回归测试通过 - npm run --prefix apps/ai-game-creator-shell typecheck - npm run check:encoding - npm run check:doc-index - git diff --check、Rust 格式检查 真实 Provider / 安装包 smoke 尚未在本 PR 中运行。
kdletters added 2 commits 2026-09-15 20:17:05 +08:00
新增图集连通域与可配置网格切分
Project CI / AI game creator shell Rust shard 2/4 (push) Failing after 5m32s
Project CI / AI game creator shell Rust shard 4/4 (push) Failing after 5m28s
Project CI / AI game creator shell Rust shard 1/4 (push) Failing after 5m40s
Project CI / AI game creator shell Rust shard 3/4 (push) Failing after 5m54s
Project CI / AI game creator shell Rust smoke (push) Successful in 1m54s
Project CI / AI game creator shell Rust crates (push) Successful in 2m9s
Project CI / Native shell tests (push) Failing after 2m32s
Project CI / AI game creator shell web tests (push) Failing after 1m17s
Project CI / Repository checks (push) Successful in 3m22s
Project CI / Frontend tests (push) Successful in 4m32s
Project CI / Backend tests (push) Successful in 7m1s
8a62643336
增加 connected-components 与 grid 切分模式

支持 gridX/gridY 并同步 API、MCP、Skill、AGC 客户端

移除固定 2x2 图集切分契约与文档
修复AGC统一错误诊断与素材验收
Project CI / AI game creator shell Rust shard 1/4 (pull_request) Failing after 4m39s
Project CI / Native shell tests (pull_request) Failing after 1m54s
Project CI / AI game creator shell Rust shard 4/4 (pull_request) Failing after 4m13s
Project CI / Repository checks (pull_request) Failing after 11s
Project CI / AI game creator shell Rust shard 2/4 (pull_request) Failing after 5m9s
Project CI / AI game creator shell Rust shard 3/4 (pull_request) Failing after 4m56s
Project CI / Backend tests (pull_request) Failing after 12s
Project CI / AI game creator shell Rust smoke (pull_request) Successful in 1m41s
Project CI / AI game creator shell web tests (pull_request) Failing after 55s
Project CI / AI game creator shell Rust crates (pull_request) Successful in 3m30s
Project CI / Frontend tests (pull_request) Successful in 4m0s
fcde920e5e
统一 DirectProject 与 Agent Runtime 错误事件和项目诊断落库`n持久化失败上下文并提供脱敏详情读取`n修复 npm 源码模块与自定义登记素材的完成门误判`n约束试玩次数并补充 AGC 错误诊断规范与验收计划
kdletters added 1 commit 2026-09-15 20:19:33 +08:00
Merge branch 'master' into codex/agc-unified-error-diagnostics-20260915
Project CI / AI game creator shell Rust shard 1/4 (pull_request) Failing after 4m49s
Project CI / AI game creator shell Rust shard 3/4 (pull_request) Failing after 5m10s
Project CI / AI game creator shell Rust smoke (pull_request) Successful in 1m43s
Project CI / AI game creator shell Rust shard 2/4 (pull_request) Failing after 5m28s
Project CI / AI game creator shell Rust shard 4/4 (pull_request) Failing after 4m23s
Project CI / Native shell tests (pull_request) Failing after 1m53s
Project CI / AI game creator shell Rust crates (pull_request) Successful in 3m11s
Project CI / AI game creator shell web tests (pull_request) Failing after 1m33s
Project CI / Repository checks (pull_request) Failing after 3m10s
Project CI / Frontend tests (pull_request) Successful in 4m47s
Project CI / Backend tests (pull_request) Successful in 7m17s
d773916854
kdletters merged commit 361daf374d into master 2026-09-15 20:21:53 +08:00
kdletters deleted branch codex/agc-unified-error-diagnostics-20260915 2026-09-15 20:21:53 +08:00
Sign in to join this conversation.