Files
Genarrative/docs/project-memory
kdletters 765444de11
Project CI / AI game creator shell Rust crates (pull_request) Successful in 1m19s
Project CI / AI game creator shell Rust smoke (pull_request) Successful in 1m51s
Project CI / Backend tests (pull_request) Successful in 4m47s
Project CI / AI game creator shell Rust lane 1/2 (pull_request) Failing after 6m48s
Project CI / Native shell tests (pull_request) Successful in 6m29s
Project CI / Frontend tests (pull_request) Successful in 2m14s
Project CI / AI game creator shell Rust lane 2/2 (pull_request) Failing after 8m31s
Project CI / Repository checks (pull_request) Successful in 2m21s
Project CI / AI game creator shell web tests (pull_request) Successful in 1m56s
收敛 AGC 外置智能体提示词,去掉客户端与宿主实现细节
- 清理 prompts/runtime 系统提示里的宿主机制叙述:交付合同冻结与自动关闭、manifest 幂等投影、回执认领与 continuation 派生、浏览器证据回灌
- 收敛内部实现描述:bubblewrap 与 Chromium profile 沙箱、执行器锁与 stage ledger、DLL/gdextension 分发、loopback 预览
- 移除内部预算与字段外泄:validation.maxRuns、共用客户端持久预算、preMutationLoopLimit、源码字符上限、错误反馈重试计数
- 去掉内部标识与名词:Runtime 元数据(instanceId/sessionId/runId/executionMode/contextBoundary)、DirectProject/workspaceMode、autonomous-game-build、Run Profile、manifest DAG
- 同步收敛 agc-skills 八个 skill 的客户端职责枚举与状态枚举叙述,并更新 skill pack 版本与内容哈希
- 同步收敛 design-agent 系统提示、阶段上下文、模板与示例中的渲染器、内部落盘路径、登记编号与平台实现措辞
- 同步更新受影响的 Rust 提示词断言语料与占位符绑定调用点,工具名、参数、回执字段与验收规则保持不变
- 在 team-conventions 记录「提示词只写模型指令与契约、占位符改动需同步 Rust」约定
2026-09-23 12:23:03 +08:00
..

项目记忆目录

本目录只保存可以通过 Git 共享、并且对当前开发仍有效的项目知识。.codex/ 只放 Codex 工具资源,不作为项目知识库。

当前结构

docs/project-memory/
├─ README.md
├─ shared-memory/
│  ├─ project-overview.md
│  ├─ team-conventions.md
│  ├─ development-workflow.md
│  ├─ document-map.md
│  ├─ decision-log.md
│  ├─ pitfalls.md
│  ├─ handoff-template.md
│  └─ 【模板】规范驱动开发主规范与里程碑模板-2026-09-12.md
├─ plans/   # 仅限正在执行的短期计划
└─ todos/   # 仅限仍开放且有退出条件的事项

使用原则

  • 开发前先读 AGENTS.md;复杂任务再读 Agent 执行准则、共享记忆和任务对应的当前专题文档。
  • 稳定架构、接口、流程和排障边界写入 shared-memory/;同一事实只保留一个当前口径,细节放在权威专题文档。
  • plans/ 只保存正在执行、具有明确剩余项和验收门禁的计划;完成或作废后立即删除,稳定结论融合进当前专题或共享记忆。
  • todos/ 只保存真实开放、有人接手即可执行的事项;每项应写明状态、下一决策点和关闭条件。已退役对象不保留未来 TODO。
  • 分支、提交、测试轮次和阶段流水账不进入长期记忆;需要追溯时使用 Git 历史。
  • 若本目录与代码或最新 docs/ 冲突,以代码和最新专题为准,并在同次变更中修正记忆。
  • 禁止写入个人配置、API Key、Token、Cookie、会话记录、认证文件、本地私密路径、构建产物、日志、缓存和数据库 dump。

RAG 索引

本目录是本地 RAG 的高权重索引源,但检索结果只作为候选上下文。索引脚本位于 scripts/rag/;运行时依赖和 .rag/ 数据默认不安装、不提交,启用前需先征得用户确认。