Skip to content

EngineeringSpec v0.1.0-rc.14

Pre-release
Pre-release

Choose a tag to compare

@majilesh majilesh released this 17 Aug 08:06
· 81 commits to main since this release
bf77aa0

EngineeringSpec RC14 introduces a lower-ceremony workflow for AI-assisted coding while preserving trusted-base authorization.

Highlights

  • next -> work -> finish is the normal agent workflow.
  • Reviewed authority must merge into the trusted base before implementation begins.
  • An implementation PR may include the exact approved -> implemented monotonic 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.14

For production GitHub Actions enforcement, prefer the immutable anchor:

uses: majilesh/engineeringspec@1b9fe313353584862456d607c495f4e660e3fdf3

This is a prerelease. Downstream consumers are not updated automatically.