RELEASE CHECK / LIVE CAPABILITY TRACKER

Know exactly
what ships.

One honest checklist for humans and AI agents. Every capability has a stable ID, release target, examples, and a clearly defined status.

Feature implementation readiness100%
Complete
49
In progress
0
Planned
0
Complete means documented and testedIn progress means a useful subset shipsPlanned means do not depend on it yet

ALL CAPABILITIES

Release checklist

49 tracked areas. Status changes only after implementation, documentation, and tests agree.

CapabilityStatusTargetExamples and scope
01Plain-text source detectionsource-detection
Complete
v0.1

Static candidates are extracted without evaluating templates.

class="co-flex"
02Framework source scanningframework-scanning
Complete
v0.1

Coord, HTML, JSX/TSX, Vue, Svelte, Astro, and Markdown are covered.

.coord.tsx.vue.svelte
03Static CSS / zero runtimestatic-output
Complete
v0.1

Compilation emits layered CSS and no browser JavaScript.

@coordiation;
04CSS-first theme variablestheme-variables
Complete
v0.1

Colors, backgrounds, spacing, fonts, radii, shadows, filters, perspective, transition easing/defaults, animations, and breakpoints are tokenized.

--co-color-brand-500--co-perspective-product--co-animate-wiggle
05Custom utility prefixcustom-prefix
Complete
v0.1

The compiler prefix is configurable.

co-flex
06Important utilitiesimportant
Complete
v0.1

Leading and trailing important modifiers are supported.

!co-hidden
07Arbitrary properties and valuesarbitrary
Complete
v0.2

Typed ambiguity resolution, escaped underscores, declaration validation, and contextual value inference are implemented and tested.

co-text-[length:2rem]co-bg-[image:linear-gradient(to_right,#000,#fff)]co-[mask-type:luminance]
08Responsive breakpointsresponsive
Complete
v0.1

Named min/max and arbitrary breakpoints compile.

md:co-grid-cols-3
09State and structural variantsstate-variants
Complete
v0.2

Interactive, form, structural, nth, child, open/inert, and pseudo-element variants are registry-backed and exhaustively tested.

hover:co-bg-blacknth-[2n+1_of_li]:co-blockuser-invalid:co-border-blackbefore:co-block
10Dark, RTL, group, and peercontext-variants
Complete
v0.2

Dark and bidirectional contexts plus every-state, named, arbitrary, has, nested, and implicit group/peer relationships are registry-backed and tested.

dark:co-text-whitegroup-hover/card:co-blockpeer-invalid:co-visiblein-focus:co-opacity-100
11ARIA, data, has, and notattribute-variants
Complete
v0.2

Boolean and arbitrary attributes, group/peer composition, has/not conditions, and arbitrary selectors are registry-backed, documented, validated, and tested.

aria-expanded:co-blockdata-[state=open]:co-blockhas-checked:co-ring-2not-focus:co-opacity-50
12Media, supports, and container variantsconditional-variants
Complete
v0.2

Registered media conditions, feature queries, starting styles, named and arbitrary container queries, and safe arbitrary conditional at-rules are documented and tested.

motion-safe:co-transitionnot-supports-[display:grid]:co-block@md/sidebar:co-grid-cols-2[@media(pointer:fine)]:co-block
13Preflight / normalized basepreflight
Complete
v0.2

A registry-backed cross-browser reset covers box sizing, typography, lists, media, forms, date/time controls, placeholders, and hidden-until-found; it is documented, tested, extensible, and optional.

@layer co-basepreflight: false--no-preflight
14Layout and positioninglayout
Complete
v0.2

Display, box model, aspect ratio, page/column breaks, position and physical/logical inset—including inline and block edges—float/clear, isolation, overflow/overscroll, object fit/position, visibility, and z-index are registry-backed, documented, and tested.

co-aspect-3/2co-sticky-co-inset-x-4co-inset-bs-4co-break-inside-avoid-co-z-10co-object-[25%_75%]
15Flexbox and gridflex-grid
Complete
v0.2

Flex shorthand, direction, wrapping, grow/shrink/basis/order, safe alignment, explicit and implicit grid tracks, subgrid, flow, complete row/column placement, theme tokens, custom properties, arbitrary values, and negative lines are documented and tested.

co-flex-[3_1_auto]co-grow-3co-basis-smco-items-center-safeco-grid-cols-subgrid-co-col-start-2
16Spacing and sizingspacing-sizing
Complete
v0.2

Physical and logical padding/margin, gaps, reversible sibling spacing, every scroll edge, inset aliases, physical/logical dimensions, min/max constraints, container tokens, fractions, intrinsic/viewport values, custom properties, arbitrary values, and negative-value boundaries are registry-backed, documented, and tested.

co-pbs-4-co-mbe-2co-space-x-reverseco-scroll-pbe-(--offset)co-w-mdco-h-dvhco-max-inline-lgco-min-block-24
17Typographytypography
Complete
v0.2

Font families and metadata, type scale and line-height modifiers, smoothing/style/weight/stretch, numeric variants, OpenType features, tracking, clamp, lists, alignment, colors, decoration, transforms, overflow and wrapping, indentation, tabs, vertical alignment, whitespace, word breaking, hyphenation, and generated content are registry-backed, documented, and tested.

co-text-sm/6co-font-stretch-condensedco-font-features-(--features)co-tabular-numsco-list-image-noneco-wrap-anywhere-co-tracking-widebefore:co-content-['AI_ready']
18Backgrounds, gradients, and colorsbackgrounds
Complete
v0.3

Colors, images, attachment, clip, origin, position, repeat, size, linear/radial/conic gradients, composable color stops and positions, interpolation modes, theme image tokens, custom properties, and safe arbitrary values are registry-backed, documented, and tested.

co-bg-black/50co-bg-[url(/hero.svg)]co-bg-linear-to-r/oklchco-from-brand-500co-via-40%co-to-transparentco-bg-position-(--focus)co-bg-size-[auto_12rem]
19Border, outline, ring, and divideborders
Complete
v0.3

Physical and logical widths and colors, styles, complete radius placement, outline width/color/style/offset, composable outward and inset rings, compatibility ring offsets, and divider width/reversal/color/style are registry-backed, documented, and tested.

co-border-bs-2co-border-e-brand-500/50co-rounded-se-(--radius)focus:co-outline-2-co-outline-offset-2co-ring-2co-inset-ring-brand-500co-divide-x-reverseco-divide-dashed
20Effects, filters, backdrop filters, and maskseffects
Complete
v0.3

Composable box/inset/text shadows and colors, opacity, standard blend modes, filter and backdrop-filter functions, direct filter escape hatches, mask images and geometry, SVG mask modes, CSS-first tokens, arbitrary values, and negative hue or mask angles are registry-backed, documented, and tested.

co-shadow-lgco-text-shadow-smco-opacity-50co-mix-blend-multiplyco-blur-mdco-backdrop-blur-smco-mask-[url(/mask.svg)]
21Tables and multi-columntables-columns
Complete
v0.3

Semantic table display roles, automatic/fixed layout, collapse, independent border spacing, captions, multi-column counts and ideal-width tokens, gaps and breaks, fill, spanning, column-rule width/color/style, CSS-first tokens, custom properties, and safe arbitrary values are registry-backed, documented, and tested.

co-table-fixedco-border-separateco-border-spacing-x-3co-caption-bottomco-columns-smco-column-span-allco-column-rule-brand-500
22Transforms and perspectivetransforms
Complete
v0.3

Composable 2D/3D translate and rotate, scale and skew axes, origins, transform resets and CPU/GPU modes, flat/preserved scenes, CSS-first perspective and origins, backface visibility, zoom, custom properties, arbitrary values, and negative-value boundaries are registry-backed, documented, and tested.

-co-translate-x-4co-translate-z-8co-rotate-y-45co-transform-3dco-perspective-normalco-backface-hiddenco-zoom-110
23Transitions and animationstransitions
Complete
v0.3

Named and arbitrary transition properties, discrete behavior, CSS-first defaults, duration, delay, easing, starting styles, reduced-motion variants, namespaced spin/ping/pulse/bounce keyframes, custom animations, registry metadata, and unsafe-value rejection are implemented, documented, and tested.

co-transitionco-transition-discreteco-duration-300co-ease-outco-animate-spinmotion-reduce:co-animate-nonestarting:co-opacity-0
24SVG fill and strokesvg
Complete
v0.2

Theme/arbitrary fill and stroke colors plus token and arbitrary stroke widths are implemented and tested.

co-fill-currentco-stroke-blackco-stroke-2
25Solar Linear and Iconsax Line Oval librariesicons
Complete
v1.0

All 2,165 icons across Solar Linear (1,246) and Iconsax Line Oval (919) ship through collection-safe literal subpaths with accessible rendering helpers, local assets, CSS variables, an AI-readable registry, pinned upstream provenance, and per-collection license metadata.

@coordiation/icons/linear/home@coordiation/icons/iconsax-line-oval/airdroprenderIcon()/icon-registry.json
26Open-code component registrycomponent-registry
Complete
v1.0

All 64 components have independent Coordiation implementations shipped as owned source through first-party catalog and item endpoints, with literal co-* utilities, previews, client-boundary metadata, usage examples, and AI-readable accessibility contracts.

/components/r/button.json/component-registry.json@/components/ui/button
27First-party source installerregistry-cli
Complete
v1.0

The official @coordiation/cli installs component and theme source from the Coordiation registry, validates names and project-scoped targets, downloads declared theme assets, writes atomically, skips identical files, and refuses changed-file overwrites unless explicitly forced.

npx @coordiation/cli@next add component buttonnpx @coordiation/cli@next add theme editorial-advisor--dry-run--force
28Compact AI agent contextagent-context
Complete
v0.2

The public @coordiation/agent package and CLI 0.2 expose a deterministic project inspector, versioned manifest schema, seven task context packs, literal-utility summaries, project contracts, warnings, and compact/full output modes. Context-size estimates remain explicitly separate from measured token, latency, and cost evaluations.

coordiation inspect --writecoordiation context pricing.coordiation/agent-manifest.json@coordiation/agent
29Installable application themesthemes
Complete
v1.0

Ten complete responsive Next.js applications ship with live previews, verified co-* utility foundations, bundled Coordiation icons and UI primitives, namespaced design tokens, optional original media, first-party CLI items, Coordiation copyright, and AI-readable customization contracts.

/themes/editorial-advisor/themes/quiet-journal/themes/finance-dashboard/themes/industrial-forge/themes/mono-portfolio/themes/noir-habitat/themes/studio-index/themes/signal-agency/themes/serein-journal/themes/spectrum-studio/theme-registry.json
30Accessibility and forced colorsaccessibility
Complete
v0.2

Screen-reader visibility, forced-color adjustment, color schemes, and forced-color variants are implemented and tested.

co-sr-onlyco-forced-color-adjust-noneco-scheme-light-dark
31Interactivity utilitiesinteraction
Complete
v0.3

Every standard cursor keyword, field sizing, pointer and selection controls, resize, scroll behavior, composable scrollbar colors, width and gutter, complete snap behavior, composable touch gestures, custom properties, arbitrary values, and unsafe-value rejection are documented and tested.

co-cursor-(--control-cursor)co-field-sizing-contentco-scrollbar-thumb-brand-500co-scrollbar-gutter-stableco-snap-alwaysco-touch-pan-yco-touch-pinch-zoomco-will-change-[contents,transform]
32Logical properties and writing modeslogical
Complete
v0.3

Direction, all horizontal/vertical/sideways writing modes, glyph orientation, Unicode bidi controls, upright composition, logical spacing/inset/sizing/borders/radii/scrolling, context variants, semantic guidance, and progressive-enhancement boundaries are documented and tested.

co-direction-rtlco-writing-vertical-rlco-text-orientation-uprightco-unicode-bidi-isolateco-text-combine-digits-2co-mbs-4co-inset-be-2co-max-inline-lgco-border-s-2
33Modern color and color mixingmodern-color
Complete
v0.3

OKLab/OKLCH, Lab/LCH, typed Color Level 4 values, OKLab opacity mixing, eight gradient interpolation spaces, hue-path controls, and paired Display-P3 tokens with automatic syntax, output-gamut, and fallback guards are documented and tested.

--co-color-signal--p3co-bg-signal/80co-bg-[color:color(display-p3_1_0_0)]co-bg-linear-to-r/display-p3co-bg-conic/decreasing
34Custom utility registrationcustom-utility
Complete
v0.4

CSS-first static and functional patterns cover theme, bare, arbitrary, default, modifier, ratio, explicit negative, variant, important, validation, override, and machine-readable manifest behavior.

@co-utility content-auto@co-utility tab-*co-value()co-modifier()
35Custom variant registrationcustom-variant
Complete
v0.4

CSS-first selector, media/supports/container, and compound wrapper variants stack with built-ins, support deliberate overrides, fail fast on malformed definitions, and publish a machine-readable compile manifest.

@co-variant theme-midnight (&:where([data-theme=midnight] *))@co-variant grid-ready (@supports (display: grid))@co-slot
36Plugin APIplugin-api
Complete
v0.4

Synchronous reusable plugins register validated utilities, variants, theme extensions, source extractors, and safelists across the compiler, Vite, and PostCSS with deterministic precedence and a serializable AI manifest.

defineCoordiationPlugin()addUtilities()addVariant()extendTheme()addExtractor()addSafelist()
37Source include, exclude, and safelistsources
Complete
v0.2

Glob filters, explicit candidates, CLI flags, validation, and dynamic-class diagnostics are implemented and tested.

include: []exclude: []safelist: []
38Framework extraction hooksextraction-hooks
Complete
v0.2

Extension and global extraction hooks supplement plain-text scanning and validate every returned candidate.

extractors: { '.coord': extract }
39Vite adaptervite
Complete
v0.2

Root-aware scanning, watched CSS input, virtual stylesheet generation, precise template/theme invalidation, add/delete rescans, CSS HMR module propagation, safe full-reload fallback, diagnostics, and source dependency registration are documented and tested.

coordiation({ content: ['src'], cssFile: 'src/coordiation.css' })virtual:coordiation.css
40PostCSS adapterpostcss
Complete
v0.2

PostCSS 8 plugin metadata, marker-scoped multi-entry safety, asynchronous transformation, authored-CSS and source-map compatibility, downstream plugin ordering, root-aware scanning, file and directory dependency messages, standard warnings, package metadata, changelog, documentation, and a real pipeline fixture are complete.

coordiation({ content: ['src'], cwd: process.cwd() })@coordiation;
41CLI and watch modecli
Complete
v0.2

One-shot builds plus portable input/source polling, edit/create/delete detection, serialized atomic output, recoverable errors, configurable intervals, and graceful signal shutdown are documented and process-tested.

coordiation-css --content src --watch--poll 500
42Bundling, nesting, prefixing, minificationcss-toolchain
Complete
v0.5

Lightning CSS bundles local imports before compilation, then lowers nesting, applies explicit target-aware prefixes, and optionally minifies; imported files are tracked by Vite, PostCSS, CLI watch mode, and the AI-readable toolchain manifest.

@importcompileWithToolchain()toolchain: { minify: true }--target safari=15.4
43Incremental build cachecache
Complete
v0.5

File-level candidate and diagnostic reuse, compilation reuse, imported-CSS validation, add/edit/delete invalidation, atomic CLI persistence, process-local adapter caches, and AI-readable hit/miss manifests are implemented and tested.

createIncrementalBuildCache().coordiation-cache--no-cache
44Source mapssource-maps
Complete
v0.5

Source Map v3 output preserves entry and imported CSS identities through framework generation, nesting, prefixing, and minification, with native Vite/PostCSS delivery plus external or inline CLI output.

sourceMap: trueapp.css.map--sourcemap-inline
45IntelliSense / language serverlanguage-server
Complete
v0.6

The editor-agnostic LSP 3.17 server provides registry-backed completion, compiler-authored hover CSS, unsupported/deprecated/dynamic diagnostics, CSS-first project configuration, and AI-readable manifest/inspection requests.

coordiation-language-server --stdiotextDocument/completioncoordiation/inspectCandidate
46Class sorting formatterformatter
Complete
v0.6

The formatter delegates utility ordering to the canonical compiler comparator, keeps application classes stable, preserves dynamic expressions, and provides programmatic edit data plus check, write, stdin, and JSON CLI modes.

coordiation-format --checkcoordiation-format --writeformatterManifest
47Upgrade and codemod toolscodemods
Complete
v0.9

Versioned safe transforms consume the compiler deprecation registry, migrate legacy negative syntax with variants and custom prefixes, preserve dynamic source, and expose exact multi-file JSON plans.

coordiation-upgrade --checkcoordiation-upgrade --writeupgradeManifest
48Cross-platform native scannernative-scanner
Complete
v1.0

The optional dependency-free C11 engine batches literal candidate extraction across Linux, macOS, and Windows targets; its wrapper preserves filters, safelists, diagnostics, custom-prefix validation, explicit engine metadata, and a JavaScript fallback.

scanSourcesNative()engine: 'native'fallback: false
49Compatibility and deprecation policycompatibility
Complete
v1.0

A versioned semantic-versioning policy defines stable surfaces, prerelease behavior, deprecation windows, earliest removal, compiler diagnostics, machine-readable replacements, and mandatory codemod ownership.

createCompatibilityManifest()deprecationRegistryresult.deprecations

AI-FIRST DOCUMENTATION

Readable without guessing.

Agents can query the same structured source used by this page, then generate only supported Coordiation classes.