mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-15 20:08:05 +00:00
docs: refresh AGENTS and readme structure
This commit is contained in:
@@ -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`。
|
||||
- 要求它提出 **最简单但最健壮** 的技术栈。
|
||||
|
||||
Reference in New Issue
Block a user