You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [1.0.0] - 2026-03-26
9
+
10
+
### Added
11
+
-**Build Agent with Full TCR Workflow:** Implemented a complete Test-Commit-Revert agent for test-driven implementation with single-iteration workflow.
12
+
-**Task Command:** Added dedicated `/task` command for managing project roadmap in `tasks.yaml`.
13
+
-**Plan Workflow Improvements:** Enhanced task linking workflow with better plan synchronization.
14
+
15
+
### Changed
16
+
-**Maintenance Command:** Reassigned from `query` agent to `plan` agent for improved audit workflows.
17
+
-**Scaffold Command:** Streamlined by removing execution phase from command spec.
18
+
19
+
### Refactored
20
+
-**TypeScript/YAML Migration:** Migrated task and journal tools from Python to TypeScript with YAML storage (BREAKING).
21
+
-**Build Agent Simplification:** Simplified to one-off TCR agent, removing preconditions and constraints.
22
+
-**Subagent Structure:** Flattened subagent directory structure in `.opencode/`.
23
+
24
+
### Documentation
25
+
- Updated all references from Python tools to TypeScript/YAML.
26
+
- Updated documentation to reference `.opencode` paths.
27
+
- Added context minification feature documentation and principles.
0 commit comments