fix: address PR review — await store.cas.put + bun shebang → node
CI / check (pull_request) Failing after 3m59s
CI / check (pull_request) Failing after 3m59s
- Add missing await on store.cas.put() in run.ts:192 - Replace #!/usr/bin/env bun → #!/usr/bin/env node in all CLI bins - Update issue-551 test to assert node shebang
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bun
|
||||
#!/usr/bin/env node
|
||||
|
||||
import { createBuiltinAgent } from "./agent.js";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user