Add setup launcher scripts for auto-start

- 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>
This commit is contained in:
Anthony Taglianetti
2026-02-06 19:47:12 -08:00
parent b957f94096
commit be9c67ac23
4 changed files with 18 additions and 7 deletions
+3
View File
@@ -0,0 +1,3 @@
@echo off
cd /d "%~dp0"
claude -p "start"