You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+63-1Lines changed: 63 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,4 +16,66 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
- Cleaned up `.gemini/settings.json` by removing redundant plan path.
17
17
18
18
## [0.6.0] - 2026-03-02
19
-
...
19
+
20
+
### Added
21
+
- Automate `gh release create` in `/release` command.
22
+
23
+
### Changed
24
+
- Cleanup deleted maintenance typo file.
25
+
- Fix maintenance typo and simplify command descriptions.
26
+
- Update `/research` command and subagents for better organization.
27
+
28
+
### Fixed
29
+
- Remove unused `subproc` import in `welcome` hook.
30
+
31
+
## [0.5.0] - 2026-02-28
32
+
33
+
### Added
34
+
- New `/issues` command to manage project issues with GitHub CLI, supporting summaries, creation/updates, and work modes.
35
+
36
+
### Changed
37
+
- Updated `README.md` and `welcome.py` hook to include information about the `/issues` command.
38
+
- Internal documentation updates in `TASKS.md` and `journal/`.
39
+
40
+
## [0.4.0] - 2026-02-28
41
+
42
+
### Changed
43
+
- Refactored the hook system: centralized shared logic into `.gemini/hooks/utils.py` and renamed hook files for consistency (`session.py`, `log.py`, `make.py`, `journal.py`).
44
+
- Added PEP 257 docstrings to all hooks and improved internal documentation.
45
+
46
+
### Added
47
+
- Updated `TASKS.md` and `journal/2026-02-28.md` with details of the hook refactoring.
48
+
- Ignore `__pycache__` directories in `.gitignore`.
49
+
50
+
## [0.3.0] - 2026-02-28
51
+
52
+
### Added
53
+
- Refactored the `/research` command into a robust 3-phase workflow using specialized `researcher` and `reporter` subagents.
54
+
- Rewrote the `README.md` to explain the opinionated framework, the agent's behavior, hooks, commands, journaling, and the project initialization workflow.
55
+
56
+
### Changed
57
+
- Improved the `/release` command logic to include `README.md` updates and fix formatting issues.
58
+
59
+
## [0.2.0] - 2026-02-28
60
+
61
+
### Added
62
+
- Added a new `/scaffold` command for project initialization with modern tooling (e.g., Python/uv, JS/npm).
63
+
64
+
### Changed
65
+
- Updated the `/release` command to include updating `README.md` and fixed a minor typo.
66
+
67
+
## [0.1.0] - 2026-02-28
68
+
69
+
### Added
70
+
- Consolidated `/task/*` commands into a single `/task` command in `.gemini/commands/task.toml`.
71
+
- Enhanced `/release` command to include version update steps.
72
+
- Initial project task tracking with `TASKS.md`.
73
+
- Daily journal tracking in `journal/`.
74
+
75
+
### Changed
76
+
- Refactored `.gemini/hooks/welcome.py` to include new commands.
77
+
- Simplified `GEMINI.md` to a cleaner starter template.
78
+
- Updated `.gemini/commands/release.toml` to include dependency and source version updates.
0 commit comments