summaryrefslogtreecommitdiff
path: root/dotfiles/system/.local/bin
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-13 07:57:24 -0600
committerCraig Jennings <c@cjennings.net>2026-01-13 07:57:24 -0600
commitb84b02d4572a904f637e9b6be8d85e7262c50479 (patch)
tree00e26cbab937be4bf918f485bc8617d6996281e3 /dotfiles/system/.local/bin
parent4fb8ac514ed0c3ed1455df3e2f4f06f15caef93a (diff)
dotfiles: caffeine-ng fix, redshift improvements, ai-assistants update
- xinitrc: replace caffeine/caffeine-indicator with caffeine start - redshift: improve night settings (4500K, no dimming), add comments - ai-assistants: read protocols.org before NOTES.org - thunar/calibre: minor auto-generated config updates
Diffstat (limited to 'dotfiles/system/.local/bin')
-rwxr-xr-xdotfiles/system/.local/bin/ai-assistants2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/system/.local/bin/ai-assistants b/dotfiles/system/.local/bin/ai-assistants
index 526be6a..8210320 100755
--- a/dotfiles/system/.local/bin/ai-assistants
+++ b/dotfiles/system/.local/bin/ai-assistants
@@ -21,7 +21,7 @@ projects=(
)
# Claude command to run in each window
-CLAUDE_CMD='claude "Please read ./docs/NOTES.org and begin the session start workflow"'
+CLAUDE_CMD='claude "Please read ./docs/protocols.org and ./docs/NOTES.org, then begin the session start workflow"'
# Create session with first project
first="${projects[0]}"