SotuRail v1.0.0
SotuRail v1.0.0 - Release Notes
SotuRail v1.0.0 freezes the first stable local Context OS surface for AI coding agents.
Install
npm install -g soturail@1.0.0
soturail --versionHighlights
- Stable command surface for status, reports, dashboard, observability, Project Brain, evaluation, benchmarks, native candidate reporting, baseline snapshots, release checks, workflow, harness, diagrams, agents and read-only MCP report resources.
- Strict schema checks with
soturail self schemas --check --strict. - Strict v1 readiness checks with
soturail self readiness --v1 --strict. - Strict release gates with
soturail release check --strict. - Clean-code maintainability checks with
soturail self code-health. - Architecture boundary checks with
soturail self architecture --check. - Agent host compatibility matrix with
soturail agents matrix. - v1 docs for quickstart, schema contracts, stable command surface, agent hosts, clean code and architecture boundaries.
Stable Boundaries
- All reports remain local artifacts.
- No cloud telemetry or dashboard server is required.
- MCP report resources are read-only.
- TypeScript fallback remains mandatory.
- Native acceleration remains optional and benchmark-gated.
- Experimental rails remain available but are not part of the v1 stable contract until promoted.
Validation
npm run typechecknpm run buildnpm testnpm run release:checksoturail self schemas --check --strictsoturail self readiness --v1 --strictsoturail self code-healthsoturail release check --strict