be9c67ac23
- Add setup.command (Mac/Linux) and setup.bat (Windows) that run `claude -p "start"` to auto-trigger setup without user input - Update GETTING-STARTED.md with launcher instructions - Fix style references in README and docs to reflect Warm 4o-Style as the new default core persona Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
4 lines
51 B
Bash
Executable File
4 lines
51 B
Bash
Executable File
#!/bin/bash
|
|
cd "$(dirname "$0")"
|
|
claude -p "start"
|