mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-15 23:32:46 +00:00
Main merged the sandbox-driver adoption (#849) in a later form than this branch was stacked on: the driver's own exec types replace fabro-sandbox's, shell quoting moved to fabro-util, the sandbox lifecycle collapsed, and the driver's events are stored as run events. This branch had deleted `fabro-agent` and put the coding agent, the environment adapter, and the steering hub on pebble. The resolution takes main's sandbox API and re-applies pebble on top: the `RunSandbox` `Environment` adapter moves to `pebble_environment.rs` (main's `environment.rs` is the sandbox spec) and runs commands through `ExecSpec` and `ExecControls`, feeding pebble's output sink from the driver's; the driver-era `sandbox.*` names leave the known-event list, as on main, so a stored event with that name and no driver shape is `Unknown` rather than an error; `program_exit_code` matches pebble's non-exhaustive termination; the Docker and Daytona smokes use main's constructor and credentials; the remaining `fabro_agent` paths point at fabro-sandbox. Pebble's `mcp` feature pins sandbox-driver, and the preview-url trait objects only cross when both sides name one revision, so pebble moved to main's `a92c0db6` (lithoscomputer/pebble#10) and fabro pins that pebble revision until it lands on pebble main. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| assets/brand | ||
| demo | ||
| licenses | ||
| product | ||
| cargo-target-apfs-churn-plan.md | ||
| cli-workflow-coupling-audit.md | ||
| error-handling-strategy.md | ||
| event-schema-competitive-analysis.md | ||
| events-strategy.md | ||
| events.md | ||
| fabro-event-schema-v2-concrete-shape.md | ||
| fabro-event-schema-v2-proposal.md | ||
| llm-client-resolution.md | ||
| logging-strategy.md | ||
| mcp-server-qa-test-plan.md | ||
| migrations-strategy.md | ||
| panic-policy.md | ||
| parallel-strategy.md | ||
| plan-events-as-source-of-truth-follow-ups.md | ||
| plan-events-as-source-of-truth.md | ||
| react-effects-policy.md | ||
| run-directory-keys.md | ||
| server-secrets-strategy.md | ||
| slow-test-opportunities-2026-04-07.md | ||
| testing-strategy.md | ||
| updating-web-screenshots.md | ||