Files
Genarrative/docs
kdletters efe4eff5df
Project CI / AI game creator shell Rust shard 1/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 2/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 3/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 4/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust smoke (pull_request) Has been cancelled
Project CI / AI game creator shell Rust crates (pull_request) Has been cancelled
Project CI / Backend tests (pull_request) Has been cancelled
Project CI / Native shell tests (pull_request) Has been cancelled
Project CI / Frontend tests (pull_request) Has been cancelled
Project CI / Repository checks (pull_request) Has been cancelled
Project CI / AI game creator shell web tests (pull_request) Has been cancelled
修复 agc_tools 媒体资源提示词上限并按 kind 暴露
- 提示词上限收敛为 resource_edit_prompt_max_chars 单一权威,MCP 工具层、客户端受控工具桥与提交校验共用同一数字与拒绝文案
- agc_create_or_derive_resource 的 schema 用 allOf[oneOf] 逐 kind 声明 prompt.maxLength,并在 prompt 描述里写明背景音乐 140 / 音效 1900 / 视频与角色动画 4000
- 工具桥不再用通用 4000 校验 prompt,图片编辑 32000 的上限不再被误报成安全边界错误
- 源资源未登记时的错误文案补上 agc_list_registered_assets 与 agc_list_project_files 到 agc_import_account_assets 的两步后续动作
- 新增 MCP 工具层经真实工具桥到假平台的图片快速编辑与背景音乐生成契约用例,以及两条按 kind 上限的门禁用例
- skill 包 agc-client-projection 的 SKILL.md 与 projection-contract.md 写明四个提示词上限,清单指纹同步到 2026-08-26.18
- 前端 resourceEditModel.ts 补注释指向 Rust 权威函数
- decision-log、pitfalls 与 AI 游戏创作智能体 App 实施计划记录本轮口径
2026-09-17 14:49:31 +08:00
..
2026-07-17 21:03:15 +08:00
2026-09-17 00:54:28 +08:00
2026-09-17 00:54:28 +08:00

文档总览

本目录只把当前实现依据、公开契约和仍在维护的专题合同作为入口。代码、当前文档与项目记忆冲突时,以当前代码和最新专题文档为准;未列入下表的材料不作为实现依据。

必读入口

  1. Agent 工作入口与执行准则
  2. 规范驱动开发工作流
  3. 文档生命周期与现状索引
  4. 当前产品与工程约束
  5. server-rs 与 SpacetimeDB 数据契约
  6. 本地开发验证与生产运维
  7. 项目记忆入口

文档治理

当前产品与平台

AI 游戏创作与 Agent Runtime

图片画布与媒体

后端、运维与测试

已核准专题补充

以下文档已有源码、测试或运行时证据,现纳入 current 集合:

维护规则

  • 当前文档只保留稳定合同、公开契约和仍在推进的专题;一次性计划、实施记录和已关闭实验完成后删除或融合,不再长期堆积。
  • 文档现行/历史/待复核状态以文档生命周期与现状索引为准;未列入当前入口的文档不能直接作为实现依据。
  • docs/project-memory/shared-memory/ 只保存长期有效的概览、决策、流程和踩坑;plans/todos/ 仅保存仍开放且有明确下一门禁的事项。
  • 修改 /api/external/v1 必须同步 OpenAPI 和契约测试;修改 SpacetimeDB schema 必须同步 migration、表目录、绑定和 schema 检查。
  • 旧模板、旧公开作品、旧运行态和旧后端路线不因历史源码或数据表仍存在而恢复入口。
  • 新增 Markdown 使用 【标签名】中文标题-YYYY-MM-DD.md 命名;不要把个人配置、密钥、Token、日志或构建产物写入文档。