Skip to content

v0.1.1

Choose a tag to compare

@AlekseiSeleznev AlekseiSeleznev released this 26 May 14:20
· 4 commits to main since this release

v0.1.1 — Project context architecture

This release republishes Intent-Driven Codex as a clean release-level replacement of v0.1.1: v0.1.0v0.1.1.

Highlights

  • Added root CONSTITUTION.md as the canonical persistent, Git-tracked project rules file for Codex.
  • Added root ARCHITECTURE.md as the current architecture snapshot for new chats and architecture-sensitive work.
  • Added openspec/README.md as the bridge from OpenSpec lifecycle files to persistent project context outside OpenSpec change artifacts.
  • Added shared project-constitution preflight for /opsx:* prompts and OpenSpec lifecycle skills.
  • Added local-secret handling with tracked .secrets.example.env placeholders and ignored .secrets.local.env values.
  • Added ADR 0003 to formalize the project context entrypoints and supersede the old PROJECT_CONSTITUTION.md convention while preserving the Codex-layer preflight model.
  • Updated English and Russian README diagrams and documentation for the current project context architecture.
  • Added canonical OpenSpec specs for project constitution and project context architecture.
  • Updated overlay checks to validate constitution, architecture, OpenSpec bridge, and local-secret safety.

Safety model

  • OpenSpec CLI remains the lifecycle engine and does not read CONSTITUTION.md or ARCHITECTURE.md directly.
  • Codex is responsible for reading project context before /opsx:* and direct lifecycle-skill actions.
  • CONSTITUTION.md, ARCHITECTURE.md, ADRs, and local secret files are not OpenSpec change artifacts and are not archived with changes.
  • Real credentials stay local in .secrets.local.env or the local environment and are never printed, staged, committed, or archived.

Validation

  • git diff --check
  • openspec validate --all --strict
  • openspec schema validate intent-driven
  • scripts/check-overlay --no-smoke
  • current Markdown local link/image target check