EngineeringSpec v0.1.0-rc.14
Pre-release
Pre-release
EngineeringSpec RC14 introduces a lower-ceremony workflow for AI-assisted coding while preserving trusted-base authorization.
Highlights
next -> work -> finishis the normal agent workflow.- Reviewed authority must merge into the trusted base before implementation begins.
- An implementation PR may include the exact
approved -> implementedmonotonic close of the contract it spends. - Repository-wide routing remains fail-closed for uncovered, ambiguous, denied, unsafe mixed-close, and unrelated-close changes.
- Generated GitHub Actions enforcement pins immutable runtime anchor
1b9fe313353584862456d607c495f4e660e3fdf3. - EngineeringSpec remains agent-neutral across Codex, Claude Code, Cursor, GitHub Copilot, and generic coding agents.
- Specification-declared runners remain inert and are never executed merely because they appear in a contract.
- Lower-level deterministic commands remain available for CI, advanced integrations, and debugging.
Install
npm install --save-dev @engineeringspec/cli@0.1.0-rc.14For production GitHub Actions enforcement, prefer the immutable anchor:
uses: majilesh/engineeringspec@1b9fe313353584862456d607c495f4e660e3fdf3This is a prerelease. Downstream consumers are not updated automatically.