mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-20 22:38:04 +00:00
docs: Restore AGENTS.md and CLAUDE.md to root; update documentation
- Reverted previous consolidation of AGENTS.md and CLAUDE.md to libs/external/ as per user's request. - Ensured AGENTS.md and CLAUDE.md are present in the root directory with their latest content. - Updated README.md and GEMINI.md to accurately reflect the file structure: AGENTS.md and CLAUDE.md at root, and prompts-library, my-nvim, XHS-image-to-PDF-conversion under libs/external/.
This commit is contained in:
@@ -72,12 +72,12 @@
|
||||
│ │ └── utils/ # 实用工具函数。
|
||||
│ ├── database/ # 数据库相关代码。
|
||||
│ └── external/ # 外部工具、个人配置或实验性代码。
|
||||
│ ├── AGENTS.md # AI Agent 相关的外部文档。
|
||||
│ ├── prompts-library/ # 提示词库管理工具 (Excel-Markdown 互转)。
|
||||
│ │ ├── main.py # 提示词库管理工具主程序。
|
||||
│ │ ├── requirements.txt # 工具依赖。
|
||||
│ │ ├── prompt_excel/ # Excel 格式提示词。
|
||||
│ │ └── prompt_docs/ # Markdown 格式提示词文档。
|
||||
│ │ ├── prompt_docs/ # Markdown 格式提示词文档。
|
||||
│ │ └── ... (其他 prompts-library 内部文件)
|
||||
│ ├── my-nvim/ # 个人 Neovim 配置。
|
||||
│ └── XHS-image-to-PDF-conversion/ # 小红书图片转 PDF 工具。
|
||||
│
|
||||
|
||||
Reference in New Issue
Block a user