state — the capability registry
The capability registry, test-evidence ingest, and dashboard — the single source of truth for what works across every paged repo, and the data behind this documentation's live status.
In short state is the system's source of truth for status. One row per
capability, structured by the same chapter taxonomy as this site, carrying a
per-layer implementation status and a test-evidence overlay. It's what powers the
capability state pages and the support badges across the
IDML reference.
What it does
- A registry (
registry/features/*.yaml) of ~430 capability rows across 18 implementation stages (engine, editor, server, plugins). - An evidence ingest: every repo's tests publish results that route to stages
and features (
ingest/suites.yaml,ingest/test-map.yaml); a conformance harness runs the corpus per level. - A generator (
paged-state) that joins claims + evidence intostate.json, and a dashboard that renders the matrix.
How this site uses it
The docs pull state.json at build time and project it into the
matrix, conformance,
and every <SupportBadge>. The registry claims; the tests verify; the docs render
both. See how it works and
how it's tested.
Recent activity
- 2026-08-20state: regenerate (2026-08-20T04:55:31Z)d190063
- 2026-08-20state: regenerate (2026-08-20T04:01:39Z)ce1277e
- 2026-08-20state: regenerate (2026-08-20T03:12:10Z)5f715fd
- 2026-08-20state: regenerate (2026-08-20T01:53:58Z)4ca7771
- 2026-08-19state: regenerate (2026-08-19T23:40:40Z)6c1c053
- 2026-08-19state: regenerate (2026-08-19T22:44:45Z)096daef
- 2026-08-19state: regenerate (2026-08-19T21:43:29Z)e28ca78
- 2026-08-19state: regenerate (2026-08-19T20:47:50Z)42bd4c5
viewer — the slim viewer
The public, read-only WebGPU IDML viewer — renderer-core only, no editing. Both the community viewer and the docs live-preview component.
docs — this site
The documentation site itself — a Fumadocs (Next.js + MDX) site that documents both the IDML format and the whole paged platform, generated from the system's own machine-readable sources.