CoordiationCSS
Menu
Docs/Releases/1.0.0-rc.1

RELEASE CANDIDATE · PUBLISHED

Coordiation 1.0.0-rc.1

The first coordinated release candidate brings the compiler, design assets, open-code registries, editor tooling, and AI-native product lifecycle into one exact twelve-package release train.

All packages are public on npm with the next tag. The latest tag remains unchanged until the stable release is explicitly approved.

01

Install the candidate

Terminal
npm install @coordiation/css@next
npm install -D @coordiation/cli@next @coordiation/vite@next

Use @next for every Coordiation package in the same project. Exact internal versions keep the compiler, integrations, schemas, and registries deterministic.

02

Deliver from specification to production

The agent package and CLI now connect guided interviews, Specification, PRD, UX, prototype, development, QA, release, and production through versioned artifacts. Named gates require current-revision evidence and human approval before work advances.

Terminal
npx @coordiation/cli@next init --name "Customer portal"
npx @coordiation/cli@next templates
npx @coordiation/cli@next interview login
npx @coordiation/cli@next status
03

Twelve public packages

Every entry point has a focused role while sharing the same release version.

@coordiation/agent

Lifecycle contracts, schemas, context packs, gates, evidence, and adapters.

@coordiation/cli

Registry installation and the complete Specification-to-Production command surface.

@coordiation/css

Runtime-free utility compiler, scanner, registry, compatibility policy, and preflight.

@coordiation/icons

2,165 tree-shakeable Solar Linear and Iconsax Line Oval icons.

@coordiation/ui

Open-code component registry with accessible, editable React source.

@coordiation/themes

Seven complete open-code application themes and their machine-readable contracts.

@coordiation/vite

Vite integration with virtual CSS, scanning, and hot updates.

@coordiation/postcss

PostCSS 8 integration for established CSS pipelines.

@coordiation/language-server

Completion, hover, diagnostics, and AI-readable editor inspection.

@coordiation/formatter

Canonical ordering for literal Coordiation utility classes.

@coordiation/upgrade

Versioned compatibility plans and safe source codemods.

@coordiation/oxide

Optional native candidate scanning with a portable JavaScript fallback.

04

Validated before publication

The candidate passed the complete 261-test suite, package syntax and generated-registry checks, all twelve tarball audits, and a clean installation that imported every runtime entry point. npm was then checked package by package to confirm next and preserve latest.

STABLE BOUNDARY

RC is not stable 1.0 yet

Promotion stays evidence-driven instead of being inferred from feature count.

  • The supported Linux, macOS, and Windows workflow must pass on declared Node versions.
  • Native artifacts must be signed and verified.
  • Release-candidate feedback must have no open blocker.
  • Promotion to the npm latest tag requires explicit approval.