File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -200,12 +200,7 @@ else
200200fi
201201
202202# 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
203+ python3 .gemini/scripts/journal.py " $MSG "
209204
210205# --- Post-Install ---
211206git add .
Original file line number Diff line number Diff line change 88[ 2026-03-20T08:38:31] - chore(release): version 0.16.0
99[ 2026-03-20T08:41:47] - feat(docs): improve install.sh with safe update logic and preservation of user notes
1010[ 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
You can’t perform that action at this time.
0 commit comments