Skip to content

Commit f2d0e66

Browse files
committed
chore(release): version 0.22.0
1 parent 0e00e36 commit f2d0e66

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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+
## [0.22.0] - 2026-03-24
9+
10+
### Added
11+
- **Context Minifier System:** Introduced a new hook-based system to automatically minify and optimize context for more efficient agent interaction.
12+
- **Procedural Task Management:** Implemented a new `/task` script and workflow for managing the project roadmap with a structured lifecycle.
13+
- **Multi-Model Routing Research:** Completed research into multi-model routing and hook-based configuration for improved agentic performance.
14+
- **Tier Protocol Implementation:** Formally codified and implemented the Tier Protocol for forensic investigation and root-cause analysis.
15+
16+
### Changed
17+
- **Model Overrides:** Updated core framework configurations to support dynamic model overrides and optimized hook routing.
18+
- **Writer Agent Guidance:** Enhanced the `writer` subagent with specialized guidance for technical drafting and refinement.
19+
20+
### Documentation
21+
- Added Tier Protocol RCA research reports and documented procedural task management workflows.
22+
823
## [0.21.0] - 2026-03-23
924

1025
### Added

journal/2026-03-24.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
[2026-03-24T14:32:36] - Document Procedural Task Management and Tier Protocol (Semantic Routing)
99
[2026-03-24T14:34:15] - Archive G.4 and increase coder max_turns
1010
[2026-03-24T14:51:22] - Implement Context Minifier system to prune redundant instructions
11+
[2026-03-24T14:53:39] - Release v0.22.0: context minifier, procedural tasks, and multi-model routing

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.21.0"
3+
version = "0.22.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)