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 | 54566b220c4310e7887cf7543053cee5e40a329a (patch) | |
| tree | 07a397692e912da9efefa9159d5ecc63efafbafd /dotfiles/common/.local/bin/ai-assistants | |
| parent | 0ae72d5ae238066eb0feba650820792c0f84a0c6 (diff) | |
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]}" |
