Files
anomalyco_opencode/packages/opencode
Kit Langton a0f3716e18 effect(snapshot): migrate to AppProcess.run
Route non-stdin git calls through AppProcess.run. Keep stdin-feed
calls (check-ignore --stdin, rm --pathspec-from-file=-, add
--pathspec-from-file=-, cat-file --batch) on raw spawn — AppProcess.run
does not yet accept a stdin Stream.
2026-05-12 21:20:41 -04:00
..
2026-05-12 05:20:22 +00:00
2026-05-11 21:14:55 -04:00
2026-05-11 14:13:39 +00:00

js

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.12. Bun is a fast all-in-one JavaScript runtime.