From a4b7896130201c02b17d9d9c60f338623a8fceb6 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sun, 30 Nov 2025 10:14:29 -0700 Subject: [PATCH] chore: add changelog Assisted-by: Claude Sonnet 4.5 via Crush --- CHANGELOG.md | 111 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..afff699fca6815bab0fe9cde7f46e6dc3efe7c19 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,111 @@ +# Changelog + +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.0.0/). + +## [Unreleased] + +### Changed + +- chore(crush): add to gopls settings + +## [0.1.1] - 2025-11-10 + +### Added + +- Display task ID when adding a single task for easier reference and tracking + +### Changed + +- Streamline installation and agent setup instructions in documentation +- Add related tools section to provide additional resource recommendations + +## [0.1.0] - 2025-11-05 + +### Changed + +- Improve documentation with clearer agent instructions and usage tips +- Update README with better guidance on planning/execution patterns with multiple LLMs +- Add repository-specific interaction instructions for agents to prevent version conflicts + +## [0.1.0-alpha.6] - 2025-10-31 + +### Changed + +- Refine session workflow guidance with clearer, more actionable instructions +- Streamline goal and task setup prompts for better clarity and consistency +- Remove redundant goal and description information from command output +- Update documentation with improved task creation examples and syntax guidance + +## [0.1.0-alpha.5] - 2025-10-30 + +### Changed + +- Simplify task completion messages by removing redundant instructions +- Improve error output examples for clearer guidance when commands fail + +## [0.1.0-alpha.4] - 2025-10-30 + +### Added + +- Batch status update capability for modifying multiple tasks simultaneously +- Comprehensive documentation for batch task operations and workflows + +### Changed + +- Cleaner database organization with BadgerDB moved to dedicated subdirectory +- Improved batch operation output showing full plan only for multiple task additions +- Enhanced help text with clear examples for both single and batch operations +- Refined documentation with clearer organization and improved installation instructions +- Extended version tagging support for development builds + +### Fixed + +- Corrected task listing to hide goal header when showing tasks only +- Removed extra newline in plan output for cleaner display +- Fixed typographical errors in documentation + +## [0.1.0-alpha.3] - 2025-10-29 + +### Added + +- Build system using Taskfile for improved development workflow + +### Fixed + +- Improve command output reliability by ignoring formatting errors + +## [0.1.0-alpha.2] - 2025-10-29 + +### Added + +- Automatic archival prompt when tasks complete + +### Changed + +- Update documentation with installation instructions +- Clarify prompt requirements in documentation + +## [0.1.0-alpha.1] - 2025-10-29 + +### Added + +- Complete CLI command suite for session management with goal and task tracking +- Session lifecycle commands including start, archive, and resumption capabilities +- Task management system with add, update, and list operations with status filtering +- Goal management with set, update, and display functions including full plan views +- Print plan command for reviewing current session objectives and progress + +### Changed + +- Refactor command initialization to improve startup performance and maintainability +- Update database transaction handling for better reliability across operations +- Enhance configuration defaults to ensure data persistence across crashes +- Improve cross-platform compatibility for configuration directory handling + +### Fixed + +- Resolve database view transaction failures causing spurious operation errors +- Correct reverse prefix iteration in database queries for proper data retrieval +- Fix archive command to handle multiple runs safely without side effects