fix(agent): bound CLI subprocess execution
This commit is contained in:
@@ -8,7 +8,9 @@
|
||||
"install:opencode": "bun install --cwd .opencode",
|
||||
"typecheck": "tsc --noEmit -p tsconfig.json",
|
||||
"typecheck:opencode": "bun run --cwd .opencode typecheck",
|
||||
"test": "bun test tests",
|
||||
"test:cli": "node --test node-tests/cli/*.node.mjs",
|
||||
"test:ci": "bun run contract:check && /usr/bin/node --test node-tests/cli/*.node.mjs && bun test tests",
|
||||
"dev": "bun --watch src/server.ts",
|
||||
"build": "bun run check",
|
||||
"check": "bun run typecheck && bun run typecheck:opencode",
|
||||
|
||||
Reference in New Issue
Block a user