Skip to content

Commit 0db102a

Browse files
committed
chore(release): version 1.0.0
1 parent ea2d5dc commit 0db102a

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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.
28+
829
## [0.22.0] - 2026-03-24
930

1031
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "starter"
3-
version = "0.22.0"
3+
version = "1.0.0"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.13"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)