What's Changed
Added
- Build Agent with Full TCR Workflow: Implemented a complete Test-Commit-Revert agent for test-driven implementation with single-iteration workflow.
- Task Command: Added dedicated
/taskcommand for managing project roadmap intasks.yaml. - Plan Workflow Improvements: Enhanced task linking workflow with better plan synchronization.
Changed
- Maintenance Command: Reassigned from
queryagent toplanagent for improved audit workflows. - Scaffold Command: Streamlined by removing execution phase from command spec.
Refactored
- TypeScript/YAML Migration: Migrated task and journal tools from Python to TypeScript with YAML storage (BREAKING).
- Build Agent Simplification: Simplified to one-off TCR agent, removing preconditions and constraints.
- Subagent Structure: Flattened subagent directory structure in
.opencode/.
Documentation
- Updated all references from Python tools to TypeScript/YAML.
- Updated documentation to reference
.opencodepaths. - Added context minification feature documentation and principles.
Full Changelog: v0.22.0...v1.0.0