This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch release-0.16.0 in repository https://gitbox.apache.org/repos/asf/fory-site.git
commit f962d9208a710967a1cb57089625b63c87935dbf Author: chaokunyang <[email protected]> AuthorDate: Tue Mar 17 12:21:20 2026 +0800 adjust skills dir --- .agents/skills | 1 + {skills => .claude/skills}/translate-docs-zh/SKILL.md | 8 +++++++- .../skills}/translate-docs-zh/references/terminology.md | 0 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.agents/skills b/.agents/skills new file mode 120000 index 0000000000..454b8427cd --- /dev/null +++ b/.agents/skills @@ -0,0 +1 @@ +../.claude/skills \ No newline at end of file diff --git a/skills/translate-docs-zh/SKILL.md b/.claude/skills/translate-docs-zh/SKILL.md similarity index 91% rename from skills/translate-docs-zh/SKILL.md rename to .claude/skills/translate-docs-zh/SKILL.md index 4c46c06173..ae4305fe94 100644 --- a/skills/translate-docs-zh/SKILL.md +++ b/.claude/skills/translate-docs-zh/SKILL.md @@ -1,6 +1,12 @@ --- name: translate-docs-zh -description: Translate Apache Fory docs into Simplified Chinese and maintain existing Chinese translations by diffing English source changes. Use when asked to translate docs, sync i18n/zh-CN content, remove placeholder Chinese-intro notices, or update already-translated files after English docs changed. Strict rule: do NOT use any external translation service, API, website, or translation CLI tool; translation must be done directly by Codex. +description: >- + Translate Apache Fory docs into Simplified Chinese and maintain existing + Chinese translations by diffing English source changes. Use when asked to + translate docs, sync i18n/zh-CN content, remove placeholder Chinese-intro + notices, or update already-translated files after English docs changed. + Strict rule: do NOT use any external translation service, API, website, or + translation CLI tool; translation must be done directly by Codex. --- # Translate Docs (zh-CN) diff --git a/skills/translate-docs-zh/references/terminology.md b/.claude/skills/translate-docs-zh/references/terminology.md similarity index 100% rename from skills/translate-docs-zh/references/terminology.md rename to .claude/skills/translate-docs-zh/references/terminology.md --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
