Skip to content

Commit 4d9ad3f

Browse files
committed
chore(release): version 0.11.0
1 parent 20d64ee commit 4d9ad3f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- Unified `install.sh` script that handles both initial project bootstrapping and non-destructive framework updates/integrations in existing repositories.
1212
- Automatic git environment validation (clean tree requirement) and post-install commits to `install.sh`.
1313
- Interactive summary and confirmation of proposed changes (created vs. updated files) in the installer.
14+
- **Documentation Suite:** Integrated MkDocs with Material theme and a comprehensive User Guide based on "The Architect in the Machine" philosophy.
15+
- **Operational Safety:** Conditional `make` and journal hook execution based on file modification times.
16+
- **Performance:** Simplified `/onboard` command using direct file analysis instead of sub-agents.
17+
- **Refinement:** Strictly enforced non-execution mandate for `/plan` output.
1418

1519
### Removed
1620
- `add-gemini.sh` script (its logic is now integrated into the unified `install.sh`).
1721

1822
### Changed
1923
- Streamlined `README.md` with a single, unified "Quick Start" command for all use cases.
24+
- Relocated `install.sh` to `docs/` to enable serving via GitHub Pages at `https://apiad.github.io/starter/install.sh`.
2025

2126
## [0.10.1] - 2026-03-03
2227

@@ -127,7 +132,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
127132
- Daily journal tracking in `journal/`.
128133

129134
### Changed
130-
- Refactored `.gemini/hooks/welcome.py` to include new commands.
135+
- Refactoried `.gemini/hooks/welcome.py` to include new commands.
131136
- Simplified `GEMINI.md` to a cleaner starter template.
132137
- Updated `.gemini/commands/release.toml` to include dependency and source version updates.
133138

0 commit comments

Comments
 (0)