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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
- Unified `install.sh` script that handles both initial project bootstrapping and non-destructive framework updates/integrations in existing repositories.
12
12
- Automatic git environment validation (clean tree requirement) and post-install commits to `install.sh`.
13
13
- 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.
14
18
15
19
### Removed
16
20
-`add-gemini.sh` script (its logic is now integrated into the unified `install.sh`).
17
21
18
22
### Changed
19
23
- 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`.
20
25
21
26
## [0.10.1] - 2026-03-03
22
27
@@ -127,7 +132,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
127
132
- Daily journal tracking in `journal/`.
128
133
129
134
### Changed
130
-
-Refactored`.gemini/hooks/welcome.py` to include new commands.
135
+
-Refactoried`.gemini/hooks/welcome.py` to include new commands.
131
136
- Simplified `GEMINI.md` to a cleaner starter template.
132
137
- Updated `.gemini/commands/release.toml` to include dependency and source version updates.
0 commit comments