diff --git a/CHANGELOG.md b/CHANGELOG.md index a69c5a8..a4acf77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## Bug Fixes + +- Update .opencode/{agents,skills,commands}/ paths to canonical .agents/ +- Bump question tool max options from 4 to 10 +- Remove dead ternary in question tool (both branches same value) + + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), @@ -122,3 +129,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 + diff --git a/CHANGELOG_INTERNAL.md b/CHANGELOG_INTERNAL.md index d051e1e..421d969 100644 --- a/CHANGELOG_INTERNAL.md +++ b/CHANGELOG_INTERNAL.md @@ -1,5 +1,28 @@ # Changelog +## [unreleased] — 2026-07-23 + +### FIX + +- update .opencode/{agents,skills,commands}/ paths to canonical .agents/ [`4f4d944`] +- bump question tool max options from 4 to 10 [`e9cb855`] +- remove dead ternary in question tool (both branches same value) [`43405e9`] + +### CHORE + +- update CHANGELOG.md for v0.11.0 [`850253a`] +- **deps**: bump actions/setup-node from 6 to 7 (#75) [`f9d61d3`] +- **deps**: bump actions/checkout from 6 to 7 (#74) [`7f5e94b`] +- prepare v0.10.2 (#73) [`96f52fa`] +- remove superpowers reference from CHANGELOG [`075b68d`] +- prepare v0.10.1 [`5d4543b`] + +### Other Changes + +- Fix Pi compatibility gaps (module installer, config, drift detector) (#84) [`6ef55fb`] +- Fix plugin code quality issues (dead code, cross-platform notifications, E2E test) (#83) [`12a6321`] + + ## [unreleased] — 2026-07-23 ### FIX @@ -162,3 +185,4 @@ +