Releases: apiad/starter
Releases · apiad/starter
v0.8.0
v0.7.0
Added
- Implemented
/croncommand withcron.tomltask configuration using systemd user timers for background execution. - Project badges and emoji headers to
README.mdfor better visual appeal.
Changed
- Comprehensive overhaul of
README.mdwith detailed command descriptions and common workflows. - Cleaned up
.gemini/settings.jsonby removing redundant plan path.
Release v0.6.0
[0.6.0] - 2026-03-02
Added
- Automate
gh release createin/releasecommand.
Changed
- Cleanup deleted maintenance typo file.
- Fix maintenance typo and simplify command descriptions.
- Update
/researchcommand and subagents for better organization.
Fixed
- Remove unused
subprocimport inwelcomehook.
v0.5.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[0.5.0] - 2026-02-28
Added
- New
/issuescommand to manage project issues with GitHub CLI, supporting summaries, creation/updates, and work modes.
Changed
- Updated
README.mdandwelcome.pyhook to include information about the/issuescommand. - Internal documentation updates in
TASKS.mdandjournal/.
[0.4.0] - 2026-02-28
Changed
- Refactored the hook system: centralized shared logic into
.gemini/hooks/utils.pyand renamed hook files for consistency (session.py,log.py,make.py,journal.py). - Added PEP 257 docstrings to all hooks and improved internal documentation.
Added
- Updated
TASKS.mdandjournal/2026-02-28.mdwith details of the hook refactoring. - Ignore
__pycache__directories in.gitignore.
[0.3.0] - 2026-02-28
Added
- Refactored the
/researchcommand into a robust 3-phase workflow using specializedresearcherandreportersubagents. - Rewrote the
README.mdto explain the opinionated framework, the agent's behavior, hooks, commands, journaling, and the project initialization workflow.
Changed
- Improved the
/releasecommand logic to includeREADME.mdupdates and fix formatting issues.
[0.2.0] - 2026-02-28
Added
- Added a new
/scaffoldcommand for project initialization with modern tooling (e.g., Python/uv, JS/npm).
Changed
- Updated the
/releasecommand to include updatingREADME.mdand fixed a minor typo.
[0.1.0] - 2026-02-28
Added
- Consolidated
/task/*commands into a single/taskcommand in.gemini/commands/task.toml. - Enhanced
/releasecommand to include version update steps. - Initial project task tracking with
TASKS.md. - Daily journal tracking in
journal/.
Changed
- Refactored
.gemini/hooks/welcome.pyto include new commands. - Simplified
GEMINI.mdto a cleaner starter template. - Updated
.gemini/commands/release.tomlto include dependency and source version updates.
Fixed
- Typo in
release.tomlformatting.