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