合并远程 master 分支更新
Project CI / AI game creator shell Rust shard 2/4 (pull_request) Successful in 6m55s
Project CI / AI game creator shell Rust shard 3/4 (pull_request) Successful in 6m41s
Project CI / AI game creator shell Rust shard 1/4 (pull_request) Successful in 7m10s
Project CI / AI game creator shell Rust shard 4/4 (pull_request) Successful in 4m37s
Project CI / AI game creator shell Rust smoke (pull_request) Successful in 1m59s
Project CI / AI game creator shell Rust crates (pull_request) Successful in 3m14s
Project CI / Frontend tests (pull_request) Successful in 6m53s
Project CI / Repository checks (pull_request) Successful in 7m7s
Project CI / Backend tests (pull_request) Successful in 11m20s
Project CI / Native shell tests (pull_request) Successful in 13m36s
Project CI / AI game creator shell web tests (pull_request) Failing after 7m11s

将 origin/master 最新变更合入策划提示词修复分支
This commit is contained in:
2026-09-20 17:26:32 +08:00
8 changed files with 1422 additions and 5 deletions
@@ -16,6 +16,8 @@
## 开发中
- AGC 主模型追溯保存在项目 `.agent/model-usage.jsonl`,请求目录标识与响应确认的型号分别记录;旧项目当前配置补录必须标注来源,不冒充历史事实。仅保存有界模型与回合身份字段,不保存配置、凭据或对话正文,不增加 UI 展示。详见 AGC 实施计划“项目主模型使用记录”。
- Agent 提示词正文与工具说明放在所属组件的 `prompts/`AGC 通过现有 Prompt Bundle 编译加载,服务端独立 crate 编译包含自己的提示词文件。代码负责变量填充、结构化 schema 与执行校验。
- 策划 Agent 的顾问态由用户指示驱动,不自主推进项目、主动安排下一步或提交阶段审批;完成单次请求不结束顾问态。五个策划阶段的审批用于检阅已完成产物,关键选择先问询;过程文档按需记录且不重复正式正文。顶层设计按需保留易混淆方向及排除理由,提示词精简应保留这些行为与设计边界。详见策划 Agent 生产迁移与工作区浏览方案。