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.
Install the candidate
npm install @coordiation/css@next
npm install -D @coordiation/cli@next @coordiation/vite@nextUse @next for every Coordiation package in the same project. Exact internal versions keep the compiler, integrations, schemas, and registries deterministic.
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.
npx @coordiation/cli@next init --name "Customer portal"
npx @coordiation/cli@next templates
npx @coordiation/cli@next interview login
npx @coordiation/cli@next statusTwelve public packages
Every entry point has a focused role while sharing the same release version.
@coordiation/agentLifecycle contracts, schemas, context packs, gates, evidence, and adapters.
@coordiation/cliRegistry installation and the complete Specification-to-Production command surface.
@coordiation/cssRuntime-free utility compiler, scanner, registry, compatibility policy, and preflight.
@coordiation/icons2,165 tree-shakeable Solar Linear and Iconsax Line Oval icons.
@coordiation/uiOpen-code component registry with accessible, editable React source.
@coordiation/themesSeven complete open-code application themes and their machine-readable contracts.
@coordiation/viteVite integration with virtual CSS, scanning, and hot updates.
@coordiation/postcssPostCSS 8 integration for established CSS pipelines.
@coordiation/language-serverCompletion, hover, diagnostics, and AI-readable editor inspection.
@coordiation/formatterCanonical ordering for literal Coordiation utility classes.
@coordiation/upgradeVersioned compatibility plans and safe source codemods.
@coordiation/oxideOptional native candidate scanning with a portable JavaScript fallback.
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
latesttag requires explicit approval.
