mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-13 10:58:05 +00:00
refactor: 移除 i18n 层级,将 zh 内容展开到根目录
- 删除 i18n/en/ 英文版本 - 将 i18n/zh/ 下的 documents/, prompts/, skills/, workflow/ 移至根目录 - 更新所有 i18n/zh/ 路径引用 - 更新 AGENTS.md 目录结构说明
This commit is contained in:
Vendored
+1
-1
@@ -29,7 +29,7 @@ libs/external/
|
||||
- `MCPlayerTransfer/`:MC 玩家迁移工具
|
||||
- `XHS-image-to-PDF-conversion/`:图片合并 PDF(详见 [`XHS-image-to-PDF-conversion/README.md`](./XHS-image-to-PDF-conversion/README.md))
|
||||
|
||||
> 📝 `system-prompts-and-models-of-ai-tools-main-cn/` 已移至 [`i18n/zh/prompts/system_prompts/`](../../i18n/zh/prompts/system_prompts/)
|
||||
> 📝 `system-prompts-and-models-of-ai-tools-main-cn/` 已移至 [`prompts/system_prompts/`](../../prompts/system_prompts/)
|
||||
|
||||
## 新增外部工具(最小清单)
|
||||
|
||||
|
||||
Vendored
+1
-1
@@ -15,7 +15,7 @@ pip install -r requirements.txt
|
||||
## 使用示例
|
||||
```bash
|
||||
# 将中文 README 翻译到英文
|
||||
python translate.py --input ../../i18n/zh/README.md --output ../../i18n/en/README.md --src-lang zh --tgt-lang en --overwrite
|
||||
python translate.py --input ../../README.md --output ../../README.md --src-lang zh --tgt-lang en --overwrite
|
||||
|
||||
# 批量翻译 prompts,可在外部脚本中循环调用
|
||||
```
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
- 遗留问题与下一步:落地 orchestrator MVP;校准 JSONL 与 PARE v3.0 结构;为总控循环增加持久化状态与任务队列。
|
||||
|
||||
## 2025-12-25T05:04:00+08:00 - 移动 workflow-orchestrator 技能目录
|
||||
- 关键改动点:将 `i18n/zh/skills/01-AI工具/workflow-orchestrator` 迁移至 `prompt_jsonl/workflow_steps/` 目录。
|
||||
- 关键改动点:将 `skills/01-AI工具/workflow-orchestrator` 迁移至 `prompt_jsonl/workflow_steps/` 目录。
|
||||
- 涉及文件或模块:`workflow-orchestrator/SKILL.md`,`workflow-orchestrator/AGENTS.md`,`workflow-orchestrator/references/index.md`,`workflow-orchestrator/CHANGELOG.md`。
|
||||
- 验证方式与结果:命令行 `mv` 后检查目录结构,文件完好。
|
||||
- 遗留问题与下一步:后续在新位置补充 `workflow_engine` 脚本并与技能文档对齐。
|
||||
|
||||
Reference in New Issue
Block a user