docs: refresh AGENTS and readme structure

This commit is contained in:
tukuaiai
2026-02-19 11:28:51 +08:00
parent 45ea04db1e
commit 7b9ae54cb3
8 changed files with 125 additions and 608 deletions
+10 -1
View File
@@ -378,6 +378,7 @@ Canvas方式:**代码 ⇄ 白板 ⇄ AI ⇄ 人类**,白板成为单一真
.
├── README.md # 项目主文档
├── AGENTS.md # AI Agent 行为准则
├── CLAUDE.md # Claude 模型上下文
├── GEMINI.md # Gemini 模型上下文
├── Makefile # 自动化脚本
├── LICENSE # MIT 许可证
@@ -385,6 +386,11 @@ Canvas方式:**代码 ⇄ 白板 ⇄ AI ⇄ 人类**,白板成为单一真
├── CONTRIBUTING.md # 贡献指南
├── .gitignore # Git 忽略规则
├── config/ # 工具与开发配置
│ └── .codex/ # Codex CLI 配置(项目级)
│ ├── config.toml # Codex CLI 配置文件
│ └── AGENTS.md # Codex/Agent 指南(本目录)
├── .github/ # GitHub 配置
│ ├── workflows/ # CI/CD 工作流
│ │ ├── ci.yml # Markdown lint + link checker
@@ -437,6 +443,9 @@ Canvas方式:**代码 ⇄ 白板 ⇄ AI ⇄ 人类**,白板成为单一真
│ ├── MCPlayerTransfer/ # MC 玩家迁移工具
│ └── XHS-image-to-PDF-conversion/ # 小红书图片转 PDF
├── tools/ # 工具目录(预留)
│ └── .gitkeep # 保持空目录被 Git 追踪
└── backups/ # 备份脚本与存档
├── 一键备份.sh # Shell 备份脚本
├── 快速备份.py # Python 备份脚本
@@ -615,7 +624,7 @@ gantt
</details>
<details>
<summary><strong>2. 技术栈与 <code>CLAUDE.md</code> / <code>Agents.md</code></strong></summary>
<summary><strong>2. 技术栈与 <code>CLAUDE.md</code> / <code>AGENTS.md</code></strong></summary>
-**gpt-5.3-codex****Claude Opus 4.6** 为你的游戏推荐最合适的技术栈(例如:多人3D游戏用 ThreeJS + WebSocket),保存为 `tech-stack.md`
- 要求它提出 **最简单但最健壮** 的技术栈。