diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-08 21:34:07 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-08 21:34:07 -0600 |
| commit | 4e4dd91ebcce9244fd688c5363a4e11fbbde7d31 (patch) | |
| tree | 8f529a65fde5feffac3be36c020350acc0d4e064 /dotfiles/common/.local/bin/ai-assistants | |
| parent | 9dab278325eafaf5d9736fac1890f6355a39dcbf (diff) | |
| download | archsetup-4e4dd91ebcce9244fd688c5363a4e11fbbde7d31.tar.gz archsetup-4e4dd91ebcce9244fd688c5363a4e11fbbde7d31.zip | |
feat(archsetup): add slack with Wayland/DWM conditional
Add slack-desktop-wayland for Hyprland, slack-desktop for DWM.
Update Claude startup prompts, fix Hyprland portal/waybar startup
order, add signal-desktop Wayland .desktop override.
Diffstat (limited to 'dotfiles/common/.local/bin/ai-assistants')
| -rwxr-xr-x | dotfiles/common/.local/bin/ai-assistants | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/common/.local/bin/ai-assistants b/dotfiles/common/.local/bin/ai-assistants index 51028fe..3b4d80e 100755 --- a/dotfiles/common/.local/bin/ai-assistants +++ b/dotfiles/common/.local/bin/ai-assistants @@ -21,7 +21,7 @@ projects=( ) # Claude command to run in each window -CLAUDE_CMD='claude "Read docs/protocols.org and docs/NOTES.org, follow instructions exactly, then begin the session-start workflow"' +CLAUDE_CMD='claude "Read docs/protocols.org and follow all instructions."' # Create session with first project first="${projects[0]}" |
