"dev:full": "bunx concurrently -n \"App,Realtime\" -c \"cyan,magenta\"\"cd apps/sim && bun run dev\"\"cd apps/realtime && bun run dev\"",
"dev:full:capped": "bunx concurrently -n \"App,Realtime\" -c \"cyan,magenta\"\"cd apps/sim && bun run dev:capped\"\"cd apps/realtime && bun run dev\"",
"test": "bun run test:setup && bun run test:npm-package-versions && bun run test:icon-path-precision && bun run test:tool-registry-boundary && bun run test:tool-request-boundary && bun run test:actorless-executor-operations && bun run test:migrations-safety && bun run test:generators && turbo run test",
"test:setup": "bun run --cwd packages/sim-setup test",
"test:npm-package-versions": "bunx vitest run scripts/bump-npm-package-versions.test.ts",
"test:icon-path-precision": "bunx vitest run scripts/check-icon-path-precision.test.ts",
"test:tool-registry-boundary": "bunx vitest run scripts/check-tool-registry-boundary.test.ts",
"test:tool-request-boundary": "bunx vitest run scripts/check-tool-request-boundary.test.ts",
"test:actorless-executor-operations": "bunx vitest run scripts/check-actorless-executor-operations.test.ts",
"test:migrations-safety": "bunx vitest run scripts/check-migrations-safety.test.ts",
"test:generators": "bunx vitest run scripts/generate-v2-cli-api.test.ts scripts/generate-cli-docs.test.ts scripts/generate-docs.test.ts",