引入游戏智能体动态目标验收图 #161

Merged
kdletters merged 1 commits from codex/game-agent-goal-graph into master 2026-08-12 10:34:21 +08:00
Member

变更

  • 冻结根 Supervisor 的 Goal Contract
  • 引入动态 Acceptance Graph 并传播到专业 Agent
  • 使用当前 revision 的真实动作回执作为完成证据
  • 安全处理 steer 后旧根任务树替换

验证

  • npm run check:native-shells
  • npm run agc:typecheck
  • npm run check:encoding
  • cargo fmt --manifest-path apps/ai-game-creator-shell/src-tauri/Cargo.toml -- --check
  • git diff --check
## 变更 - 冻结根 Supervisor 的 Goal Contract - 引入动态 Acceptance Graph 并传播到专业 Agent - 使用当前 revision 的真实动作回执作为完成证据 - 安全处理 steer 后旧根任务树替换 ## 验证 - `npm run check:native-shells` - `npm run agc:typecheck` - `npm run check:encoding` - `cargo fmt --manifest-path apps/ai-game-creator-shell/src-tauri/Cargo.toml -- --check` - `git diff --check`
kdletters added 1 commit 2026-08-12 10:17:08 +08:00
引入游戏智能体动态目标验收图
Project CI / Repository checks (pull_request) Successful in 1m14s
Project CI / Frontend tests (pull_request) Successful in 2m58s
Project CI / Backend tests (pull_request) Successful in 4m0s
Project CI / Native shell tests (pull_request) Successful in 14m55s
1b4e7a4d5a
冻结根 Supervisor 对用户最终意图的 Goal Contract

向全部后代传播根目标和动态 Acceptance Graph

以真实当前 revision 动作回执阻断未通过验收

在目标变化时安全替换并串行化旧根任务树

补齐自主构建与完成门回归测试
kdletters merged commit 1363b9374c into master 2026-08-12 10:34:21 +08:00
kdletters deleted branch codex/game-agent-goal-graph 2026-08-12 10:34:21 +08:00
Sign in to join this conversation.