Skip to content

Release v1.0.0

Latest

Choose a tag to compare

@apiad apiad released this 26 Mar 07:53
· 124 commits to main since this release

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 /task command for managing project roadmap in tasks.yaml.
  • Plan Workflow Improvements: Enhanced task linking workflow with better plan synchronization.

Changed

  • Maintenance Command: Reassigned from query agent to plan agent 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 .opencode paths.
  • Added context minification feature documentation and principles.

Full Changelog: v0.22.0...v1.0.0