mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-13 02:48:05 +00:00
docs: readme/agents - sync paths
This commit is contained in:
@@ -368,14 +368,16 @@ Canvas方式:**代码 ⇄ 白板 ⇄ AI ⇄ 人类**,白板成为单一真
|
||||
.
|
||||
├── README.md # 项目主文档
|
||||
├── AGENTS.md # AI Agent 行为准则
|
||||
├── CLAUDE.md # Claude 模型上下文
|
||||
├── GEMINI.md # Gemini 模型上下文
|
||||
├── Makefile # 自动化脚本
|
||||
├── LICENSE # MIT 许可证
|
||||
├── CODE_OF_CONDUCT.md # 行为准则
|
||||
├── CONTRIBUTING.md # 贡献指南
|
||||
├── .gitignore # Git 忽略规则
|
||||
│
|
||||
├── assets/ # 外部资源(指向在线表格)
|
||||
│ ├── README.md # 远程表格索引(唯一真相源)
|
||||
│ └── AGENTS.md # assets/ 目录规则
|
||||
│
|
||||
├── config/ # 工具与开发配置
|
||||
│ └── .codex/ # Codex CLI 配置(项目级)
|
||||
│ ├── config.toml # Codex CLI 配置文件
|
||||
@@ -434,12 +436,6 @@ Canvas方式:**代码 ⇄ 白板 ⇄ AI ⇄ 人类**,白板成为单一真
|
||||
│
|
||||
├── tools/ # 工具目录(预留)
|
||||
│ └── .gitkeep # 保持空目录被 Git 追踪
|
||||
│
|
||||
└── backups/ # 备份脚本与存档
|
||||
├── 一键备份.sh # Shell 备份脚本
|
||||
├── 快速备份.py # Python 备份脚本
|
||||
├── README.md # 备份说明
|
||||
└── gz/ # 压缩存档目录
|
||||
```
|
||||
|
||||
</details>
|
||||
@@ -469,7 +465,7 @@ prompts/
|
||||
03-用户提示词/ # 可复用的用户侧提示词
|
||||
documents/
|
||||
04-资源/代码组织.md, 04-资源/通用项目架构模板.md, 00-基础指南/开发经验.md, 00-基础指南/系统提示词构建原则.md 等知识库
|
||||
backups/
|
||||
repo/backups/
|
||||
一键备份.sh, 快速备份.py # 本地/远端快照脚本
|
||||
```
|
||||
|
||||
@@ -490,8 +486,8 @@ graph TB
|
||||
subgraph ingest_layer[数据接入与采集层]
|
||||
excel_raw[prompt_excel/*.xlsx]
|
||||
md_raw[prompt_docs/外部MD输入]
|
||||
excel_to_docs[prompts-library/scripts/excel_to_docs.py]
|
||||
docs_to_excel[prompts-library/scripts/docs_to_excel.py]
|
||||
excel_to_docs[repo/prompts-library/scripts/excel_to_docs.py]
|
||||
docs_to_excel[repo/prompts-library/scripts/docs_to_excel.py]
|
||||
ingest_bus[标准化数据帧]
|
||||
ext_sheet --> excel_raw
|
||||
ext_md --> md_raw
|
||||
@@ -529,9 +525,9 @@ graph TB
|
||||
|
||||
subgraph infra_layer[基础设施与横切能力层]
|
||||
git[Git 版本控制] --> orchestrator
|
||||
backups[backups/一键备份.sh · backups/快速备份.py] --> artifacts_md
|
||||
backups[repo/backups/一键备份.sh · repo/backups/快速备份.py] --> artifacts_md
|
||||
deps[requirements.txt · scripts/requirements.txt] --> orchestrator
|
||||
config[prompts-library/scripts/config.yaml] --> orchestrator
|
||||
config[repo/prompts-library/scripts/config.yaml] --> orchestrator
|
||||
monitor[预留:日志与监控] --> orchestrator
|
||||
end
|
||||
```
|
||||
@@ -613,7 +609,7 @@ gantt
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><strong>2. 技术栈与 <code>CLAUDE.md</code> / <code>AGENTS.md</code></strong></summary>
|
||||
<summary><strong>2. 技术栈与 Agent 规则(<code>AGENTS.md</code> / 自定义 rules)</strong></summary>
|
||||
|
||||
- 让 **gpt-5.3-codex** 或 **Claude Opus 4.6** 为你的游戏推荐最合适的技术栈(例如:多人3D游戏用 ThreeJS + WebSocket),保存为 `tech-stack.md`。
|
||||
- 要求它提出 **最简单但最健壮** 的技术栈。
|
||||
|
||||
Reference in New Issue
Block a user