BDS Alignment Tracker
Live status of BDS alignment across all ERI projects. Data is fetched directly from each project's published bds-meta.json file. Latest @eri/components release: v2.10.6
| Project | Status | Package Pin | CSS Import | AppHeader | PageLayout | HeroSection | AppFooter | StatusBadge | ContactUsButton | Violations | Updated |
|---|---|---|---|---|---|---|---|---|---|---|---|
Human-AI Lab human-ai-lab.exponentialroadmap.org ↗ | Compliant | v2.10.6 | ✓ dist/ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | None | 2026-04-19 Manus |
Contact Us contact-us.exponentialroadmap.org ↗ | Needs update | v2.10.6 | ✓ dist/ | ✓ | ✓ | ✓ | ✓ | ✓ | — |
| 2026-04-19 |
Planetary Stewardship Monitor psm.exponentialroadmap.org ↗ | Unreachable | — | — | — | — | — | — | — | — | Failed to fetch | — |
Exponential Taxonomy taxonomy.exponentialroadmap.org ↗ | Unreachable | — | — | — | — | — | — | — | — | Failed to fetch | — |
Exponential Framework framework.exponentialroadmap.org ↗ | Unreachable | — | — | — | — | — | — | — | — | Failed to fetch | — |
Crocodile Economics crocodile.exponentialroadmap.org ↗ | Unreachable | — | — | — | — | — | — | — | — | Failed to fetch | — |
Exponential Platform platform.exponentialroadmap.org ↗ | Unreachable | — | — | — | — | — | — | — | — | Failed to fetch | — |
ERI Methodology Hub methodology.exponentialroadmap.org ↗in dev | Unreachable | — | — | — | — | — | — | — | — | Failed to fetch | — |
Trust & Security trust.exponentialroadmap.org ↗in dev | Unreachable | — | — | — | — | — | — | — | — | Failed to fetch | — |
Updated 2026-04-19 · Manus
Updated 2026-04-19 ·
Could not fetch bds-meta.json
Could not fetch bds-meta.json
Could not fetch bds-meta.json
Could not fetch bds-meta.json
Could not fetch bds-meta.json
Could not fetch bds-meta.json
Could not fetch bds-meta.json
Every ERI project must publish a static bds-meta.json file at client/public/bds-meta.json so it is served at https://{domain}/bds-meta.json. The tracker fetches this file from every registered project and renders a live compliance dashboard. Update it whenever you upgrade @eri/components, change the CSS import method, add or fix a component, or resolve a violation.
client/public/bds-meta.jsonschemaVersion"1.0"Always "1.0" — do not change.
project"hal"Short lowercase project code. Examples: hal, psm, playbook, taxonomy.
projectName"Human-AI Lab"Full human-readable project name.
domain"hal.exponentialroadmap.org"Canonical deployed domain (no https://).
eriComponentsPin"v2.10.6"Exact version tag installed. Latest is v2.10.6.
cssImportMethod"dist""dist" = correct. "source-workaround" = amber. "none" = red.
components{ ... }Per-component status. Each key: { used: boolean, compliant: boolean }.
knownViolations[]Array of free-text violation strings. Empty array = no violations.
overallStatus"green""green" | "amber" | "red". Set manually based on the status rules.
lastUpdated"2026-04-19"ISO date (YYYY-MM-DD) of last update.
updatedBy"Manus"Who last updated this file — "Manus" or your name.
used: true, compliant: trueComponent is used and follows the BDS spec.
used: true, compliant: falseComponent is used but has a known deviation. Add a note to knownViolations.
used: false, compliant: falseComponent is not used in this project (e.g. EriContactUsButton on a data-only tool).
Quick checklist before setting overallStatus: "green"
@eri/components pinned to v2.10.6dist/eri-components.csscompliant: trueknownViolations is an empty array []client/public/bds-meta.json and deployed