Skip to content

Commit 486d172

Browse files
committed
chore(release): version v0.7.0
1 parent 4df8b5e commit 486d172

2 files changed

Lines changed: 64 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 63 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,66 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Cleaned up `.gemini/settings.json` by removing redundant plan path.
1717

1818
## [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.
79+
80+
### Fixed
81+
- Typo in `release.toml` formatting.

journal/2026-03-02.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
- Refactored `welcome.py` hook to dynamically list commands from `.gemini/commands` and fixed "maintenance" typo across the project.
22
- Implemented `/cron` command with `cron.toml` task configuration and a background Python runner for scheduled execution via systemd user timers.
33
- Beautified `README.md` with project badges, emoji headers, and improved formatting.
4+
- Restored and updated `CHANGELOG.md` for the v0.7.0 release.

0 commit comments

Comments
 (0)