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-06-21ci(notify-docs): ping docs.paged.media to rebuild on source changeb996869
- 2026-06-20state: green the 5 scripting + server.automation features (real test evidence)65b8fbc
- 2026-06-20chore(import-docs): deprecate — registry is now the source of truth for docsb557b81
- 2026-06-19registry: completeness-check ingests the engine catalog (bidirectional gate) (#9)a842df0
- 2026-06-19registry: document-automation + paged-run + authoring capabilities (#8)180dbe7
- 2026-06-19state: reach frames-paths.path-clipping via text-in-shape1fb0004
- 2026-06-19state: nested-tables (engine-fixed) + 4 editorial/mutation mapsc786cad
- 2026-06-19state: reach cjk-vertical + nested-styles + pdf-image-downsampling0d78189
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.