fabro/lib/apps/fabro-server
Scott Werner df5105abc6 Share one supervised process runner between server and CLI Git
The CLI's native Git runner and the server's run_git_plan each hand-rolled
the same mechanics: kill-on-drop, a wall-clock timeout, output capture,
and (only in the CLI) process-group teardown, bounded capture, and
cancellation. Add fabro_proc::SupervisedCommand, which owns stdio, the
process group, the timeout, cooperative cancellation, and bounded
capture, and put both runners on it. The server gains group teardown on
timeout, so helpers a stuck clone or fetch spawned no longer outlive it;
the CLI keeps discarding output on failure and gains nothing but less
code. The hardened -c overrides become one named list in the CLI.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-11 14:50:10 -06:00
..
migrations Remove expired startup secret migrations 2026-09-05 14:05:48 -04:00
src Share one supervised process runner between server and CLI Git 2026-09-11 14:50:10 -06:00
tests Import lithos-llm types directly instead of through fabro-types 2026-09-10 10:03:08 -06:00
build.rs refactor: organize crates into three layers 2026-07-23 17:59:34 -04:00
Cargo.toml Name built-in providers through lithos catalog::builtin 2026-09-10 09:48:37 -06:00