Files
anomalyco_opencode/packages
Kit Langton ed580ec051 effect(core): add AppProcess.runWithStdin; migrate snapshot+clipboard
Adds a runWithStdin method to AppProcess that accepts string,
Uint8Array, or Stream<Uint8Array> and feeds it to the child process
stdin while preserving the rest of the Command options. Internally
the method delegates to the same collect-and-exit body as run.

Replaces the bespoke gitWithStdin spawn helper in snapshot (ignore,
drop, stage, cat-file --batch) with calls to runWithStdin, and
migrates the Linux/Windows clipboard write paths (wl-copy, xclip,
xsel, powershell) off util/process.ts.
2026-05-12 22:38:11 -04:00
..
2026-05-12 16:06:19 -04:00
2026-05-12 22:11:13 +00:00
2026-05-11 02:07:48 +00:00