mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-14 11:28:05 +00:00
chore: move workflow/repo/documents/config under assets
This commit is contained in:
+10
-1
@@ -1,6 +1,14 @@
|
||||
# assets/ 目录 Agent 指南
|
||||
|
||||
本目录用于收纳/索引“仓库外部资产”的**入口**,例如:
|
||||
本目录用于统一收纳仓库的关键资产与索引入口,包含:
|
||||
|
||||
- `assets/README.md`:外部资源在线表格入口(唯一真相源)
|
||||
- `assets/documents/`:知识库(方法论/入门/实战)
|
||||
- `assets/workflow/`:工作流模板
|
||||
- `assets/repo/`:外部工具与依赖镜像(含 Git submodule)
|
||||
- `assets/config/`:工具与开发配置(含 Codex CLI 配置)
|
||||
|
||||
其中“外部资源”类入口文档的典型形态包括:
|
||||
|
||||
- 在线表格(资源库、索引表、清单)
|
||||
- 远程文档(规范、课程、外部知识库)
|
||||
@@ -9,5 +17,6 @@
|
||||
## 约束
|
||||
|
||||
- 不在此目录存放敏感信息(Token、私钥、个人隐私)。
|
||||
- `assets/repo/` 下的第三方镜像/子模块:除非任务明确要求,否则不要做“顺手改动/格式化/批量替换”。
|
||||
- 尽量只存“入口文档与说明”,不要复制粘贴大段第三方内容。
|
||||
- 外部资产必须写清:用途、维护者、更新方式、与仓库内文档的关系(谁是唯一真相源)。
|
||||
|
||||
Reference in New Issue
Block a user