Commit e13be1c
authored
fix(i18n): revert Diligence regression + complete Agent Skills brand-policy (#221)
An independent adversarial cross-validation (Codex, different model lineage)
found two real defects in the recent i18n PRs; both reproduced locally.
1. Diligence regression (from #219). The AI Fluency "4D" competency Diligence is
defined in-file as "informed responsibility for outputs — verify facts, check
biases, ensure accuracy" (due diligence), but #219 changed zh-CN/zh-TW to
勤奋/勤勉 ("industrious/hardworking"), which mismatches that meaning. The
pre-#219 审核/審核 ("review/verify") was actually closer. Revert all 14
occurrences (keeping the correct Delegation 委托/委派 fix). The optimal
rendering (e.g. 审慎/尽责) is flagged for the #202 native review.
2. Agent Skills brand-policy was applied inconsistently in #219 — "Introduction
to agent skills" still translated the product name in 8 locales. Restore the
English product name "Agent Skills": es/fr/it/ja/pt-BR/vi/zh-TW + de hyphen
(Agent-Skills → Agent Skills). ru is left as-is: its product term is the one
genuinely contested cell (official RU docs translate Skills → "Навыки агента"
while the dev community keeps English) — deferred to #202.
Value-only edits (key-parity holds). 9 gates green · 553 unit · e2e 20/20.
Two further Codex findings are design/minor and handled separately: the phonetic
brand-transliteration restores (克洛德/クロード/Клод) corrupt real person names
(Claude Monet/Debussy) — a real but low-frequency tradeoff on Academy pages,
pending an owner decision on a name-particle guard; and an NFD/combining-mark
edge where a precomposed protected form misses decomposed input (minor).1 parent bc71141 commit e13be1c
17 files changed
Lines changed: 50 additions & 50 deletions
File tree
- claude-plugin/skills/academy-terms/data
- src/data
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments