{ "$schema": "https://capy.ai/settings.schema.json", "hooks": { "setup": [ { "command": "bun agent:bootstrap" } ], "terminals": [ { "name": "dev", "command": "bun dev:agent" }, { "name": "cron", "command": "bun run c" } ], "previews": [ { "name": "Vite", "port": 3000 }, { "name": "Server", "port": 8080 } ], "context": { "maxOutputLength": 2000 } } }