Logo must be LEFT or RIGHT aligned, NEVER centered
Brand identity consistency - centered logos weaken brand presence
MOD-01 rule bridge POC
These rules are loaded from the active Alterspective theme and enriched with
canonical metadata from WEBSTA-001-UX-UI-STANDARDS.md. This page is the
user-facing proof point that AI agents can inspect validator coverage,
mapping status, and standards drift without reading hard-coded page copy.
Bridge health
Source version 1.17. Runtime rules are compared against canonical brand-system rules before this page renders.
Runtime enforcement
Brand identity consistency - centered logos weaken brand presence
Contrast ratio 1.6:1 fails WCAG AA (requires 4.5:1)
Brand consistency with logo geometry
Maintain logo integrity and recognition
WCAG 2.2 Level AA compliance required
Ensure logo visibility and contrast
Brand typography consistency
Brand typography consistency - limited weights maintain visual coherence
Brand typography consistency - limited weights maintain visual coherence
Dark mode requires light text (#e5eeef, #d0d8dc) on dark backgrounds (#0f171d, #1a2530). Without explicit overrides, text becomes invisible.
Drift report
Warning amber must not be used as foreground text and white text must not be placed on amber.
Expected runtime validator: COLOR-002 - Canonical standard expects COLOR-002; current runtime rules do not include that validator yet.
Derived coverage
Supports UX-BRAND-07. Derived weight guard for Chronicle Display under UX-BRAND-07 typography governance.
Supports UX-BRAND-07. Derived weight guard for Montserrat under UX-BRAND-07 typography governance.
Non-validator governance
Consult the Alterspective Brand Portal before implementing, reviewing, or auditing brand elements.
Runtime not requiredBrand colour CSS variables must be treated as constants and theme-aware roles must use semantic tokens.
Runtime not required`bg-white` and `text-white` must not appear outside explicit allowed overlays.
Runtime not requiredNative form elements must inherit a tokenised shell.
Runtime not requiredMaterial visual changes must ship with paired light and dark screenshots.
Runtime not requiredRun the brand validator on CSS files:
# Install
npm install @alterspective/brand-validator
# Validate a file
npx brand-validate ./styles.css
# Strict mode (warnings as errors)
npx brand-validate ./styles.css --strict
# JSON output for CI/CD
npx brand-validate ./styles.css --format json AI assistants can query the same critical rules and canonical bridge through the MCP server and core package.
# Get all critical rules
get_critical_rules(theme="alterspective")
# Get rules by category
get_critical_rules(theme="alterspective", category="logo")
# Get specific rule by runtime or canonical ID
get_rule_by_id(theme="alterspective", ruleId="LOGO-001")
get_rule_by_id(theme="alterspective", ruleId="UX-BRAND-01") No results found
Try different keywords or check spelling
Searching...
Start typing to search the documentation