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
42 B
Batchfile
4 lines
42 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
claude -p "start"
|