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 @@
# CHANGELOG
## 2025-12-25T04:58:27+08:00 - 创建 workflow-orchestrator 技能骨架
- 新增 `SKILL.md` 定义基于文件 hook 的闭环编排技能,覆盖触发条件、状态机与回跳逻辑。
- 新增 `references/index.md` 索引,预留 state/CI 子文档占位。
- 新增 `AGENTS.md` 记录目录骨架与依赖关系。
- 验证:文档编写,无脚本运行(TODO)。