Bilingual Skills and documentation
- Provide complete English default instructions and complete Simplified Chinese references for all three packaged Agent Skills.
- Route English and Chinese READMEs to matching installation, generated-package, validation, evaluation, runtime-neutral, workflow-aware, and documentation-index pages.
- Add English and Simplified Chinese generated-document templates, including the human-readable verification summary.
- Make user-facing generated content follow the language of the request.
Agent discovery
- Keep the existing Skill names and invocation flow unchanged.
- Add concise bilingual Skill metadata so the generator and both review Skills remain discoverable in English and Chinese Agent environments.
Compatibility boundary
The optional legacy strict-export-v1 advanced-validation profile still emits zh-CN Agent-facing documentation. Its machine evidence and finalization reports remain language-neutral JSON governed by one schema. This release does not weaken or bypass that compatibility contract.
Validation
- 340 repository tests passed.
- All three packaged Skills passed
quick_validate.py. npm pack --dry-runpassed: 52 files, approximately 287 KB packed.- Bilingual routing, document links, template parity, and
git diff --checkpassed.
中英文 Skill 与文档
- 三个随包发布的 Agent Skill 均提供完整英文默认说明和完整简体中文对照说明。
- 英文、中文 README 分别链接对应语言的安装、生成产物、进阶验证、评估、运行时中立、工作流设计和文档索引。
- 默认生成文档模板与人工验证摘要均提供中英文版本。
- 面向用户的生成内容跟随用户请求语言。
Agent 发现
- 保持现有 Skill 名称和调用方式不变。
- Skill 元数据使用简短中英双语,便于中英文 Agent 环境发现生成与审核能力。
兼容边界
可选的旧版 strict-export-v1 高级验证模式仍输出 zh-CN Agent 文档。机器证据与 finalization 报告继续使用同一套语言中立 JSON Schema。本版本没有削弱或绕过既有兼容契约。
验证
- 仓库全量测试:340 项通过。
- 三个随包 Skill 均通过
quick_validate.py。 npm pack --dry-run通过:52 个文件,打包后约 287 KB。- 中英文路由、文档链接、模板结构和
git diff --check均通过。