add: release script (#96)

* add: release script

* add: src to npm module

* fix: readme

Signed-off-by: Fouad Matin <fouad@openai.com>

---------

Signed-off-by: Fouad Matin <fouad@openai.com>
This commit is contained in:
Fouad Matin
2025-04-16 13:21:22 -07:00
committed by GitHub
parent e8afebac15
commit 3cd31c8e13
5 changed files with 28 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env -S NODE_OPTIONS=--no-deprecation node
#!/usr/bin/env node
import type { AppRollout } from "./app";
import type { CommandConfirmation } from "./utils/agent/agent-loop";