Say: create new app or spin up a new SuperApp project
New folder under projects/<slug>/ with full local stack. No GitHub, no staging, no production.
- Ask for: app name, database (
postgres|supabase|mongodb), target host playbook id (for profile only). - From curriculum repo root, run:
node scripts/ops/new-app.mjs \
--name "{{APP_NAME}}" \
--db postgres \
--host local-only- Report the JSON output
projectPathand tell the user to openAI-START-HERE.md. - Offer bootstrap github as a separate step — do not run it unless asked.
pnpm run init