This directory owns Control UI-specific guidance that should not live in the repo root.
- The Gateway owns shared state that other clients or channels can change. Renderer copies are caches; local presentation state belongs to the view. Reuse the owning store or controller and Gateway contract instead of implementing session, configuration, or authorization decisions again in the UI.
- Scope cached data and in-flight requests to the actual connection, agent, and session they concern. Before publishing a result, check that its owner and request generation are still current. A late result from a prior context must not replace newer intent or populate the newly selected context.
- Optimistic updates retain enough state for visible recovery, then reconcile with the authoritative result. An old request must not roll back a newer edit. Failed writes follow the Gateway's target and outcome contract, not a fallback account or connection selected by the renderer.
- Background updates may refresh their own scoped cache; they must not replace the foreground selection or publish another context's state into its view.
- The session capability applies nested Gateway row snapshots to existing active primary-roster members through the shared reconciler. Lifecycle snapshots do not create membership; mutation reasons, archive changes, missing snapshots, and Gateway-owned membership filters still require an authoritative list read.
lib/sessions/event-refresh-coordinator.tsowns automatic refresh pacing: debounce the first event after idle by 200 ms, coalesce continuous events within one second, and after each automatic refresh wait three times its duration (at least one second, at most 15 seconds) before the next automatic read. Trailing invalidation stays with that owner, including while a request is pending.- Explicit refreshes, filter/agent changes, reconnects, and foreground replacements bypass event backoff and absorb pending invalidation. Recheck visibility and current intent after background admission; hidden pages retain one catch-up refresh until visible.
- Foreign-language files in
ui/src/i18n/locales/*.tsare stable, source-owned lazy-module adapters; their translations are generated from canonical grouped memory inui/src/i18n/.i18n/*.tm.jsonl. - Do not hand-edit translation memory, locale metadata, or fallback metadata unless a targeted generated-output fix is explicitly requested.
- English source lives in
ui/src/i18n/locales/en.ts, its staticen-agents.tsdependency, and lazyen-*.tsregistrar catalogs.scripts/lib/control-ui-i18n-catalog.tsowns complete ordered composition and raw source-hash dependencies for generation, verification, and Vite; it reads.catalogdata without runtime registration. Related wiring:scripts/control-ui-i18n.tsscripts/lib/control-ui-i18n-catalog.tsscripts/lib/control-ui-i18n-sync-plan.tsui/config/control-ui-locales.tsui/src/i18n/lib/types.tsui/src/i18n/lib/registry.ts
- Register lazy English synchronously at each lazy consumer, including Settings search before a destination page loads. Keep startup/shared copy eager. Preserve the shared
enobject and sibling namespaces; leave empty whole-subtree anchors inen.tswhen extraction would change flattened source order and grouped translation-memory aliases. Never import the host-only catalog owner into the runtime. - Contributor flow: update English strings and locale adapters/wiring, run keyless
pnpm ui:i18n:baseline, and commit source files plus any changed raw-copy baseline. Do not include catalog fallback metadata, locale metadata, or translation memory in a source PR; CI rejects mixed source/generated diffs outside canonicalrelease/YYYY.M.PATCHbranches or an explicitly detected complete canonical-memory ownership migration. pnpm ui:i18n:verifyis deterministic and keyless.pnpm lintand the changed-check UI lane run it. It validates English catalog shape, runtime locale wiring, and raw-copy baseline drift; foreign catalog parity belongs to the post-merge bot and strict generated-output gate.- Translation flow: the serialized
control-ui-locale-refreshworkflow translates after merge, opens an isolated generated PR, and enables auto-merge for its exact head.pnpm ui:i18n:syncremains the authenticated maintainer/release repair path; do not run it without provider auth when new keys exist. pnpm release:prepruns the locale sync before release freeze, thenpnpm ui:i18n:checkremains the strict generated-output/release gate with zero fallbacks.- Prioritization report:
pnpm ui:i18n:report [--surface <name>] [--locale <locale>] [--top <n>]shows current hardcoded-copy focus areas and locale fallback metadata. It is not a drift gate; usepnpm ui:i18n:checkfor that. - If locale outputs drift, let the workflow reconcile them or run release prep. Do not manually translate, merge, or hand-maintain generated translation memory or locale metadata.
pnpm lint:ui:stylesruns stylelint overui/srcstylesheets and Litcsstemplates (postcss-lit).pnpm lintincludes it; error-class rules only, oxfmt owns formatting. Config:config/stylelint.config.mjs.- Icons: shared 24x24 Lucide icons go through
strokeIcon()inui/src/components/icons-tools.tsso stroke presentation attributes stay inline and render inside shadow roots. Icon bodies aresvg\`fragments, neverhtml``` (wrong namespace renders nothing). pnpm lint:ui:litis an opt-in lit-analyzer diagnostic for template bindings (slow, ~9 min; known baseline of pre-existing findings). It is not a CI gate.
- Cursors: links and controls that open a new tab use the pointer; state-changing controls keep the default arrow.
- Colors: stylesheet colors flow through custom-property tokens defined in
ui/src/styles/base.css;color-no-hexenforces this. Exempt surfaces (token definitions,lobster-pet.csssprite artwork,--theme-chip-*preview swatches) each carry a stated contract. Litcss\`` templates are not yet gated — prefer tokens there too. - Breakpoints:
max-widthmedia conditions use the canonical ladder 400/560/640/768/900/1100/1320px (plus the 932×500 landscape-phone compound); stylelint's allowed-list enforces it. New thresholds round up to the next rung. Don't add rungs without updating the config comment and this note. - Duplicate selectors are lint errors; deliberate topic-section reopens use
stylelint-disable-next-line no-duplicate-selectors -- <reason>. - Dead CSS:
node --import tsx scripts/audit-control-ui-dead-css.mtsreports class selectors with no production reference (AST-based, understandsX--${...}stems andclassMap). Advisory, not a gate — verify by hand before deleting; extend the script's stem detection rather than its allowlist when it misses a dynamic family. - Native CSS nesting: opportunistic only — nest when already rewriting a section; no conversion sweeps.
@layeris deliberately not used: the shared light-DOM stylesheet's precedence relies on import order plus specificity, page CSS imports lazily per component, and measuredno-descending-specificityhits are within-file — layering the import manifest would flip unlayered-vs-layered precedence across ~48 lazily imported page files for no measured win. Revisit only with computed-style parity proof across all routes on the mocked dev server (PR #123156/#123160 show the evidence pattern).
- The Control UI ships from and with its Gateway: one install, one version (product decision, 2026-08-16). UI code never carries gateway-version compatibility — no fallbacks to older methods when a current core method is missing, no version-conditional behavior for older gateways.
- Method-advertisement checks (
isGatewayMethodAdvertised) remain only as feature gates for config/plugin-dependent surfaces, never as version compat. - The handshake rejects gateway-served same-origin skew. The admission-exempt paths (
pnpm ui:dev, customgateway.controlUi.root, cross-origin/connection-settings dialing) are unsupported for version mismatch without enforcement: they carry no compat code and fail visibly at the first missing method, by design. Tightening admission to reject them at connect is a server-side product change owned separately.
ui/config/control-ui-boot-modules.jsonis generated from ready/newand/chatcaptures. Shared modules and each route's exclusive modules get separatecontrol-ui-boot-*groups inui/config/control-ui-chunking.ts, reducing requests without pulling chat-only code into New Session. Regenerate withpnpm ui:boot-manifest:genwhen boot-path surfaces change materially; it builds into a temporary directory with all measured boot groups disabled so stale entries cannot feed back into the capture. Rebuild withpnpm ui:buildafterward to verify grouped output. Do not hand-edit the manifest.
- The Gateway serves the prebuilt bundle from
dist/control-ui; editingui/srcchanges nothing live untilpnpm ui:build. Confirm the served/assets/index-*.jshash changed before trusting a live result.
- Keep UI-specific rules here.
- Leave repo-global architecture, verification, and git workflow rules in the root
AGENTS.md.
- For substantial UI design changes, follow the Control UI E2E skill's UI stress test to review states in an HTML gallery and collect feedback per example.
- Visual proofs never include the Discord invitation card: the mock and E2E harness seed its canonical browser dismissal before rendering. Dedicated invitation behavior tests may opt into a fresh visitor with
communityInviteDismissed: false, but do not capture invitation screenshots or videos.