Releases: EvanAI0331/specx-codex-plugin
Releases · EvanAI0331/specx-codex-plugin
v0.4.0
Changelog
0.4.0
- Added Execution Result Schema v0.1 at
schemas/specx_execution_result_v0_1.schema.json. - Added
specx verify-resultto verify execution results against their governing contract. - Added MCP
specx.verify_resultwith the same implementation as CLIverify-result. - Added passed, failed, and blocked execution-result samples.
- Added GitHub Actions CI for pytest, contract validation, compilation, verification, and result verification.
- Added tests for execution-result schema and fail-closed result verification.
0.3.0
- Added Contract Schema v0.1 at
schemas/specx_contract_v0_1.schema.json. - Added verified templates for research, software refactor, and content pipeline contracts.
- Added
specx initCLI support throughscripts/specx_cli.py init. - Upgraded
specx verifyto fail closed withfailure_stateand structured details. - Added MCP
specx.initand aligned MCP behavior with CLI behavior. - Added tests for schema v0.1, init, verify, and MCP fail-closed behavior.
0.2.2
- Added real MCP tools for validate, compile, verify, and explain.
v0.3.0
Changelog
0.3.0
- Added Contract Schema v0.1 at
schemas/specx_contract_v0_1.schema.json. - Added verified templates for research, software refactor, and content pipeline contracts.
- Added
specx initCLI support throughscripts/specx_cli.py init. - Upgraded
specx verifyto fail closed withfailure_stateand structured details. - Added MCP
specx.initand aligned MCP behavior with CLI behavior. - Added tests for schema v0.1, init, verify, and MCP fail-closed behavior.
0.2.2
- Added real MCP tools for validate, compile, verify, and explain.
v0.2.2
SpecX skills + CLI + MCP tools release. Registers .mcp.json in the plugin manifest, adds a real FastMCP stdio server, exposes specx.validate/compile/verify/explain, adds MCP tests, and documents runtime dependencies.
v0.2.1
Adds real SpecX MCP tools on top of skills + CLI: specx.validate, specx.compile, specx.verify, and specx.explain. Includes MCP server registration, requirements.txt, docs, and tests for tool registration and fail-closed verification.
v0.1.0
Initial SpecX release: skills + CLI governance layer for Codex agent workflows. Includes contract validation, compilation, verification, docs, and three demo contracts.