mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-15 05:44:40 +02:00
* docs(agents): add scoped workflow guides * docs(agents): trim root guide duplication * Update AGENTS.md * docs(agents): restore root boundary context * docs(agents): clarify plugin architecture direction
947 B
947 B
Control UI Guide
This directory owns Control UI-specific guidance that should not live in the repo root.
i18n Rules
- Foreign-language locale bundles in
ui/src/i18n/locales/*.tsare generated output. - Do not hand-edit non-English locale bundles or
ui/src/i18n/.i18n/*unless a targeted generated-output fix is explicitly requested. - The source of truth is
ui/src/i18n/locales/en.tsplus the generator/runtime wiring in:scripts/control-ui-i18n.tsui/src/i18n/lib/types.tsui/src/i18n/lib/registry.ts
- Pipeline: update English strings and locale wiring here, then run
pnpm ui:i18n:syncand commit the regenerated locale bundles plus.i18nmetadata. - If locale outputs drift, regenerate them. Do not manually translate or hand-maintain generated locale files by default.
Scope
- Keep UI-specific rules here.
- Leave repo-global architecture, verification, and git workflow rules in the root
AGENTS.md.