refactor: 移除 i18n 层级,将 zh 内容展开到根目录

- 删除 i18n/en/ 英文版本
- 将 i18n/zh/ 下的 documents/, prompts/, skills/, workflow/ 移至根目录
- 更新所有 i18n/zh/ 路径引用
- 更新 AGENTS.md 目录结构说明
This commit is contained in:
tukuaiai
2026-02-12 01:53:17 +08:00
parent f6342f7e62
commit 37e4abfe89
701 changed files with 105 additions and 264295 deletions
@@ -0,0 +1,7 @@
# workflow-orchestrator 参考索引
- `../SKILL.md`:技能入口、触发条件、状态机与 hook 约定。
- `state-schema`:建议的 `state/current_step.json` 字段与示例。
- `ci-notes`:在 CI 中使用本技能的注意事项与命令示例(TODO)。
> TODO: 如需更详细的状态机图、命令清单或集成脚本,请在此添加子文档并更新索引。