Releases: AlekseiSeleznev/intent-driven-codex
Releases · AlekseiSeleznev/intent-driven-codex
Release list
v0.1.9
Added
- Artifact review now supports formal per-finding disposition records next to review reports, so reviewer findings can be marked
fixed,deferred,non_actionable, oruser_blockedbefore lifecycle progress. scripts/openspec-artifact-review --disposition-summaryvalidates persisted review reports and disposition records locally without contacting the provider.- Artifact review cost summaries now include display-ready RUB totals rounded upward to kopecks while preserving raw provider cost precision.
Changed
/opsx:*prompts and OpenSpec skills now require compact localized review status blocks wrapped in---separators instead of verbose EnglishArtifact Reviewsections.- Russian review status output uses localized labels such as
Ревью артефакта,Стоимость, andЗамечания, and avoids rawmustFix/shouldFixlabels in chat. - README, lifecycle docs, update-safety docs, architecture snapshot, and canonical artifact-review specs now describe formal dispositions and compact localized status output.
Fixed
- Prevented silent lifecycle progress with unresolved artifact reviewer findings by adding provider-free disposition validation fixtures to
scripts/check-overlay.
v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.3
Hardened Matt grill/TDD release.
Added
- Mandatory pre-design
grill.mdgate using the full Mattgrill-with-docsworkflow. - Mandatory post-design
design-review.mdgate using the full Mattgrill-with-docsworkflow. - Project-local Matt
tddskill with vertical RED/GREEN/REFACTOR apply discipline. - Root
CONTEXT.mdglossary support plus optionalCONTEXT-MAP.mdguidance. - ADR 0005 for the hardened Matt grill/TDD lifecycle.
Changed
- Lifecycle is now
proposal -> specs -> grill -> design -> design-review -> adr -> test-plan -> tasks -> apply -> verify -> archive. test-plan.mdnow requires vertical TDD slices and RED/GREEN evidence instead of soft verification placeholders./opsx:continue,/opsx:ff,/opsx:apply,/opsx:verify, installer, docs, schema, and overlay checker are updated for the hardened gates.
Verified
openspec schema validate intent-drivenopenspec validate --all --strictscripts/check-overlay
v0.1.2
v0.1.2
- Implements mandatory
review.mdgate forgrill-with-docs. - Implements mandatory
test-plan.mdgate for TDD / verification-first planning. - Archives the
add-mandatory-review-and-tdd-gatesOpenSpec change and syncs canonical specs. - Updates
/opsx:*prompts, skills, schema templates, overlay checks, installer behavior, and README architecture documentation for the new lifecycle.
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