mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-07-27 18:57:50 +00:00
f1f0b9fe75
Move the complete research domain from docs/research to root-level research, update indexes and path-aware tooling, and align raw snapshot governance and CODEOWNERS.\n\nVerified with make test and GitHub CI.
1.2 KiB
1.2 KiB
ai-for-developers/awesome-vibe-coding 研究域 Agent 指南
本目录维护 ai-for-developers/awesome-vibe-coding 的独立研究域。
目录职责
ai-for-developers-awesome-vibe-coding/
├── README.md # 研究域入口和判断层
├── AGENTS.md # 本目录维护规则
├── domain.yml # 事实摘要层:仓库元数据、研究角色、来源证据
├── deep-dive.md # L2 结构深度研究、关键机制、迁移边界和验证任务
└── raw/ # 原始事实层:拉取到本地的一手材料快照
维护规则
- 本目录只研究
ai-for-developers/awesome-vibe-coding,不要混入其他仓库的横向比较正文。 - 动态事实必须写入
domain.yml.github_observed,并更新observed_at。 raw/保存原始事实层,必须通过python3 scripts/fetch-research-raw.py刷新。- 不手工改写
raw/*.raw.*文件;稳定事实摘要再同步到domain.yml。 - README 只写判断、定位、使用方式和后续观察点,不堆外部 README 全文。
- 如果需要横向比较,在
research/README.md或新的对比文档中处理,不把本目录重新变成聚合域。 - 修改后运行
make sync-doc-toc和make test。