Skip to content

Commit 930d599

Browse files
committed
docs(changelog): update with recent test suite and preuninstall additions
Reflect the test suite, preuninstall script, CI improvements, and other enhancements from recent development work. Signed-off-by: leocavalcante <leo@cavalcante.dev>
1 parent fcf3ed0 commit 930d599

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ 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+
## [Unreleased]
9+
10+
### Added
11+
- Test suite using bun:test for plugin exports and agent files
12+
- Preuninstall script to clean up agents when plugin is removed
13+
- CI test job with bun test integration
14+
- Preuninstall verification in CI workflow
15+
16+
### Changed
17+
- Refactored index.ts to import metadata from package.json (single source of truth)
18+
- Expanded biome config to include tests and scripts
19+
- Updated CI to use `--ignore-scripts` during install for cleaner testing
20+
- Improved agent instructions for clarity and better results
21+
822
## [0.1.0] - 2026-01-18
923

1024
### Added
@@ -17,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1731
- Automatic git operations (commit after each task, push after each cycle)
1832
- Conventional commit message generation
1933
- Support for free models (`opencode/glm-4.7-free`, `opencode/minimax-m2.1-free`)
34+
- Contributing guidelines
2035

2136
### Changed
2237
- Complete rewrite from standalone CLI to OpenCode plugin architecture
@@ -30,4 +45,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3045
- Configuration file system (agents are self-contained)
3146
- Ideas queue system (agents decide autonomously)
3247
- Metrics tracking system
33-
- Test suite (no runtime code to test)

0 commit comments

Comments
 (0)