CHANGELOG.md

  1# Changelog
  2
  3All notable changes to this project will be documented in this file.
  4
  5The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
  6
  7## [Unreleased]
  8
  9### Changed
 10
 11- chore(crush): add to gopls settings
 12
 13## [0.1.1] - 2025-11-10
 14
 15### Added
 16
 17- Display task ID when adding a single task for easier reference and tracking
 18
 19### Changed
 20
 21- Streamline installation and agent setup instructions in documentation
 22- Add related tools section to provide additional resource recommendations
 23
 24## [0.1.0] - 2025-11-05
 25
 26### Changed
 27
 28- Improve documentation with clearer agent instructions and usage tips
 29- Update README with better guidance on planning/execution patterns with multiple LLMs
 30- Add repository-specific interaction instructions for agents to prevent version conflicts
 31
 32## [0.1.0-alpha.6] - 2025-10-31
 33
 34### Changed
 35
 36- Refine session workflow guidance with clearer, more actionable instructions
 37- Streamline goal and task setup prompts for better clarity and consistency
 38- Remove redundant goal and description information from command output
 39- Update documentation with improved task creation examples and syntax guidance
 40
 41## [0.1.0-alpha.5] - 2025-10-30
 42
 43### Changed
 44
 45- Simplify task completion messages by removing redundant instructions
 46- Improve error output examples for clearer guidance when commands fail
 47
 48## [0.1.0-alpha.4] - 2025-10-30
 49
 50### Added
 51
 52- Batch status update capability for modifying multiple tasks simultaneously
 53- Comprehensive documentation for batch task operations and workflows
 54
 55### Changed
 56
 57- Cleaner database organization with BadgerDB moved to dedicated subdirectory
 58- Improved batch operation output showing full plan only for multiple task additions
 59- Enhanced help text with clear examples for both single and batch operations
 60- Refined documentation with clearer organization and improved installation instructions
 61- Extended version tagging support for development builds
 62
 63### Fixed
 64
 65- Corrected task listing to hide goal header when showing tasks only
 66- Removed extra newline in plan output for cleaner display
 67- Fixed typographical errors in documentation
 68
 69## [0.1.0-alpha.3] - 2025-10-29
 70
 71### Added
 72
 73- Build system using Taskfile for improved development workflow
 74
 75### Fixed
 76
 77- Improve command output reliability by ignoring formatting errors
 78
 79## [0.1.0-alpha.2] - 2025-10-29
 80
 81### Added
 82
 83- Automatic archival prompt when tasks complete
 84
 85### Changed
 86
 87- Update documentation with installation instructions
 88- Clarify prompt requirements in documentation
 89
 90## [0.1.0-alpha.1] - 2025-10-29
 91
 92### Added
 93
 94- Complete CLI command suite for session management with goal and task tracking
 95- Session lifecycle commands including start, archive, and resumption capabilities
 96- Task management system with add, update, and list operations with status filtering
 97- Goal management with set, update, and display functions including full plan views
 98- Print plan command for reviewing current session objectives and progress
 99
100### Changed
101
102- Refactor command initialization to improve startup performance and maintainability
103- Update database transaction handling for better reliability across operations
104- Enhance configuration defaults to ensure data persistence across crashes
105- Improve cross-platform compatibility for configuration directory handling
106
107### Fixed
108
109- Resolve database view transaction failures causing spurious operation errors
110- Correct reverse prefix iteration in database queries for proper data retrieval
111- Fix archive command to handle multiple runs safely without side effects