Skip to content

Commit 4df8b5e

Browse files
committed
chore(release): version 0.7.0
1 parent 7317977 commit 4df8b5e

1 file changed

Lines changed: 7 additions & 59 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -5,67 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.6.0] - 2026-03-02
9-
10-
### Added
11-
- Automate `gh release create` in `/release` command.
12-
13-
### Changed
14-
- Cleanup deleted maintenance typo file.
15-
- Fix maintenance typo and simplify command descriptions.
16-
- Update `/research` command and subagents for better organization.
17-
18-
### Fixed
19-
- Remove unused `subproc` import in `welcome` hook.
20-
21-
## [0.5.0] - 2026-02-28
22-
23-
### Added
24-
- New `/issues` command to manage project issues with GitHub CLI, supporting summaries, creation/updates, and work modes.
25-
26-
### Changed
27-
- Updated `README.md` and `welcome.py` hook to include information about the `/issues` command.
28-
- Internal documentation updates in `TASKS.md` and `journal/`.
29-
30-
## [0.4.0] - 2026-02-28
31-
32-
### Changed
33-
- 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`).
34-
- Added PEP 257 docstrings to all hooks and improved internal documentation.
8+
## [0.7.0] - 2026-03-02
359

3610
### Added
37-
- Updated `TASKS.md` and `journal/2026-02-28.md` with details of the hook refactoring.
38-
- Ignore `__pycache__` directories in `.gitignore`.
39-
40-
## [0.3.0] - 2026-02-28
41-
42-
### Added
43-
- Refactored the `/research` command into a robust 3-phase workflow using specialized `researcher` and `reporter` subagents.
44-
- Rewrote the `README.md` to explain the opinionated framework, the agent's behavior, hooks, commands, journaling, and the project initialization workflow.
45-
46-
### Changed
47-
- Improved the `/release` command logic to include `README.md` updates and fix formatting issues.
48-
49-
## [0.2.0] - 2026-02-28
50-
51-
### Added
52-
- Added a new `/scaffold` command for project initialization with modern tooling (e.g., Python/uv, JS/npm).
11+
- Implemented `/cron` command with `cron.toml` task configuration using systemd user timers for background execution.
12+
- Project badges and emoji headers to `README.md` for better visual appeal.
5313

5414
### Changed
55-
- Updated the `/release` command to include updating `README.md` and fixed a minor typo.
56-
57-
## [0.1.0] - 2026-02-28
58-
59-
### Added
60-
- Consolidated `/task/*` commands into a single `/task` command in `.gemini/commands/task.toml`.
61-
- Enhanced `/release` command to include version update steps.
62-
- Initial project task tracking with `TASKS.md`.
63-
- Daily journal tracking in `journal/`.
15+
- Comprehensive overhaul of `README.md` with detailed command descriptions and common workflows.
16+
- Cleaned up `.gemini/settings.json` by removing redundant plan path.
6417

65-
### Changed
66-
- Refactored `.gemini/hooks/welcome.py` to include new commands.
67-
- Simplified `GEMINI.md` to a cleaner starter template.
68-
- Updated `.gemini/commands/release.toml` to include dependency and source version updates.
69-
70-
### Fixed
71-
- Typo in `release.toml` formatting.
18+
## [0.6.0] - 2026-03-02
19+
...

0 commit comments

Comments
 (0)