chore: governance - tighten repo hygiene

This commit is contained in:
tukuaiai
2026-05-04 04:45:05 +08:00
parent bf73f011bc
commit 2eafa33fee
30 changed files with 423 additions and 404 deletions
+9
View File
@@ -0,0 +1,9 @@
# tools/prompts-library/docs/ Agent 指南
本目录保存 prompts-library 工具文档。
## 约束
- 文档必须明确区分真实路径、示例路径和占位输入。
- 不新增失效外链作为事实来源。
- 修改工具行为说明时同步检查 `tools/prompts-library/README.md`
+15
View File
@@ -0,0 +1,15 @@
# tools/prompts-library/docs
提示词转换工具的内部文档目录。
## 内容边界
- 工具使用说明。
- Excel / Markdown / JSONL 格式约定。
- 转换流程、字段规范和开发说明。
## 维护规则
- 本目录服务于 `tools/prompts-library/`,不是主知识库正文。
- 示例仓库、示例邮箱和占位链接不得冒充真实项目事实。
- 修改格式规范后同步检查 `main.py``scripts/`
+3 -3
View File
@@ -1259,9 +1259,9 @@ pytest tests/
## 联系与支持
- 📧 邮箱: your-email@example.com
- 🐛 Issues: https://github.com/username/repo/issues
- 💬 讨论: https://github.com/username/repo/discussions
- 📧 邮箱: tukuai.ai@gmail.com
- 🐛 Issues: https://github.com/tukuaiai/vibe-coding-cn/issues
- 💬 讨论: https://github.com/tukuaiai/vibe-coding-cn/discussions
---