We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c740b commit 795b615Copy full SHA for 795b615
2 files changed
docs/install.sh
@@ -200,12 +200,7 @@ else
200
fi
201
202
# Use the project's journal script if it exists
203
-if [[ -f ".gemini/scripts/journal.py" ]]; then
204
- python3 .gemini/scripts/journal.py "$MSG"
205
-else
206
- TODAY=$(date +%Y-%m-%d)
207
- echo -e "\n## Gemini CLI Integration\n- $MSG" >> "journal/$TODAY.md"
208
-fi
+python3 .gemini/scripts/journal.py "$MSG"
209
210
# --- Post-Install ---
211
git add .
journal/2026-03-20.md
@@ -8,3 +8,4 @@
8
[2026-03-20T08:38:31] - chore(release): version 0.16.0
9
[2026-03-20T08:41:47] - feat(docs): improve install.sh with safe update logic and preservation of user notes
10
[2026-03-20T08:43:37] - chore(release): version 0.17.0
11
+[2026-03-20T08:45:12] - refactor(docs): simplify journal entry logic in install.sh
0 commit comments