Releases: cortex-works/cortex-works-minimal
Releases · cortex-works/cortex-works-minimal
cortex-works-minimal v0.2.0
Added
- Live MCP validation for the 13-tool surface against the real server, including parameter-contract checks
- Release-prep documentation that captures the verified tool usage patterns, common pitfalls, and workflow guidance
Changed
- Aligned README and agent instructions with the actual MCP parameter contracts and workspace-routing behavior
- Cleaned up stale semantic/vector search references across manifests, docs, and smoke tests
Fixed
- Fixed path normalization for prefixed workspace paths, workspace delete guards, and multi-root deep_slice routing
Built on macOS arm64 via cargo-zigbuild. Cross-platform tested: macOS, Windows, Ubuntu.
cortex-works-minimal v0.1.0
Added
- Cross-platform release script with automated CHANGELOG management
- Production-grade cleanup: removal of dead code and unused structures
- Action name constants (
ACTION_STATUS,ACTION_ADD) in grammar manager to prevent schema drift - Schema integrity tests for tooling validation
- Token-efficiency documentation and agent workflow guidance
- Multi-root workspace support with prefixed path routing
- Auto-Healer for Rust syntax error repair via local LLM
Changed
- Rewritten README with production narrative and tool tables
- Updated DEVELOPING.md with accurate build and test commands
- Added Schema Source of Truth documentation in ARCH.md
Fixed
- Removed
ShellExecParamsunused struct from cortex-act library - Removed
primary_root()dead code from server.rs - Deleted scratch files
task.md,test_lang.rs, and workspaceCargo.lock
Built on macOS arm64 via cargo-zigbuild. Cross-platform tested: macOS, Windows, Ubuntu.