hns-lsel-applier
Local Self-Evolution Loop (LSEL) APPLY engine — the playback-only consumer of approved decision.json records that drives `.moai/hooks/lsel-apply.sh` for the…
HARD i18n rules digest for the oss-docs harness specialists working on moai-adk-go README 4-locale set and the docs-site (adk.mo.ai.kr). Covers the canonical-locale chains, the 4-locale same-PR obligation, Mermaid TD-only, the no-emoji + icon-shortcode rule, emphasis-marker
$ npx -y skills add modu-ai/moai-adk --skill hns-oss-docs-i18n-rules --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/hns-oss-docs-i18n-rulesContext preview
The summary Claude sees to decide when to auto-load this skill.
HARD i18n rules digest for the oss-docs harness specialists working on moai-adk-go README 4-locale set and the docs-site (adk.mo.ai.kr). Covers the canonical-locale chains, the 4-locale same-PR obligation, Mermaid TD-only, the no-emoji + icon-shortcode rule, emphasis-marker
name: hns-oss-docs-i18n-rules description: > HARD i18n rules digest for the oss-docs harness specialists working on moai-adk-go README 4-locale set and the docs-site (adk.mo.ai.kr). Covers the canonical-locale chains, the 4-locale same-PR obligation, Mermaid TD-only, the no-emoji + icon-shortcode rule, emphasis-marker spacing, the URL blacklist, version SSOT, vercel.json redirect pattern, and the immutable Vercel binding. Loaded FIRST by every oss-docs specialist before any edit. allowed-tools: Read, Grep, Glob, Bash user-invocable: false metadata: version: "1.1.0" category: "harness" status: "active" updated: "2026-08-17" tags: "oss-docs,i18n,4-locale,readme,docs-site,adk.mo.ai.kr"
SSOT: `.moai/docs/docs-site-i18n-rules.md` (+ CLAUDE.local.md §17.1 for the design/icon regime). This skill is the working digest; on conflict, the SSOT wins — EXCEPT the two stale items in § Known-Stale below, where reality wins.
| Surface | Canonical | Derivation chain | Derived files | |---------|-----------|------------------|---------------| | docs-site | **ko** | ko → en → ja/zh, same PR | `docs-site/content/{en,ja,zh}/` | | README | **ko** (`README.ko.md`) | ko → en/ja/zh, same PR | `README.md`, `README.ja.md`, `README.zh.md` |
> README canonical flipped en → ko by card t47 (operator decision 2026-08-17): > the ko new-skeleton (12-section feature-oriented structure) was promoted to > canonical, and en/ja/zh are re-derived from it. Both surfaces are now > ko-canonical — the surface chains agree.
content inside a translation — report the discrepancy back instead.
Every canonical content change MUST land in all 4 locales in the same PR. A canonical edit without its 3 derived counterparts is a locale-parity FAIL (sprint contract `locale-parity` threshold 1.0, must_pass).
`flowchart RL`, `graph RL`).
(defined in `docs-site/layouts/shortcodes/icon.html`; variants: `ok|warn|danger|primary|muted`).
branding emoji inside MoAI orchestrator-banner example code blocks.
Only `adk.mo.ai.kr` is a valid docs-site domain. Forbidden (all occurrences, including link labels and translated prose):
`docs-site/hugo.toml` `params.version` / `params.releaseDate` is the single version surface. Never hardcode divergent version/date strings into pages, menus, or READMEs beyond what the release process syncs.
**Release-sync obligation (operator decision 2026-08-18):** every release updates ALL version DISPLAYS to the release number in the same PR — `hugo.toml` `version` + `releaseDate` together (the file's own two-line contract), the README release badges (all 4 locales), and in-page example outputs that show the product version (statusline examples `🗿 vX.Y.Z`, update-prompt examples `X ⬆️ Y`, version-column example values). Historical citations ("introduced in vX.Y.Z", "retired in v3.0.0", "default-on since v3.0.0") are NOT displays and stay untouched. The verify recipe's version-string check (Skill "hns-oss-docs-verify" §6) enforces this at the exit gate.
Every docs-site page move/rename adds to `docs-site/vercel.json`:
1. Locale-aware: `/:locale(ko|en|ja|zh)/old-path → /:locale/new-path` 2. Non-locale fallback: `/old-path → /ko/new-path`
The Vercel project binding and deployment config are never changed by this harness (redirects array excepted). Push = production deploy at adk.mo.ai.kr, which is why specialists NEVER commit/push — publishing is human-gated.
The SSOT `.moai/docs/docs-site-i18n-rules.md` predates the current site and carries 2 stale facts — reality wins:
1. It says the theme is **Hextra** → reality: **hugo-geekdoc**. 2. It says config is **hugo.yaml** → reality: **`docs-site/hugo.toml`** (defaultContentLanguage=ko).
Also: the scripts `docs-i18n-check.sh` and `gen_menu.py` referenced there DO NOT exist. Never shell out to them — run the inlined checks in Skill("hns-oss-docs-verify") instead.
Agentic development harness for Claude Code — SPEC-driven plan/run/sync, TRUST 5 quality gates, model+effort routing, and Claude×GLM multi-LLM cost control. Single Go binary, 16 languages, zero deps.
Repo: modu-ai/moai-adk
Local Self-Evolution Loop (LSEL) APPLY engine — the playback-only consumer of approved decision.json records that drives `.moai/hooks/lsel-apply.sh` for the…
Local Self-Evolution Loop (LSEL) curator — the CLUSTER + drain engine for the GOOS-local PROPOSE→APPLY seam closure (SPEC-LSEL-LOCAL-EVOLUTION-001).…
moai-adk-go best-practices reference for the 4 harness specialists (cli-template-specialist, quality-specialist, workflow-specialist, hook-ci-specialist).…
moai-adk-go local dev reference — version management/release process (sec 5), shell-script hook development (sec 7), build & dev commands (sec 10). Load only…
moai-adk-go domain-patterns reference for the 4 harness specialists (cli-template-specialist, quality-specialist, workflow-specialist, hook-ci-specialist).…
README 4-file synchronization procedure for the oss-docs harness: Korean README.ko.md as primary source, en/ja/zh derivation, the shared language-switcher…