v0.1.1
v0.1.1 — Project context architecture
This release republishes Intent-Driven Codex as a clean release-level replacement of v0.1.1: v0.1.0 → v0.1.1.
Highlights
- Added root
CONSTITUTION.mdas the canonical persistent, Git-tracked project rules file for Codex. - Added root
ARCHITECTURE.mdas the current architecture snapshot for new chats and architecture-sensitive work. - Added
openspec/README.mdas the bridge from OpenSpec lifecycle files to persistent project context outside OpenSpec change artifacts. - Added shared
project-constitutionpreflight for/opsx:*prompts and OpenSpec lifecycle skills. - Added local-secret handling with tracked
.secrets.example.envplaceholders and ignored.secrets.local.envvalues. - Added ADR 0003 to formalize the project context entrypoints and supersede the old
PROJECT_CONSTITUTION.mdconvention 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.mdorARCHITECTURE.mddirectly. - 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.envor the local environment and are never printed, staged, committed, or archived.
Validation
git diff --checkopenspec validate --all --strictopenspec schema validate intent-drivenscripts/check-overlay --no-smoke- current Markdown local link/image target check