fabro/lib/apps/fabro-cli/tests/it/workflow
Bryan Helmkamp ff231e890b
Pin the driver PR stack and run its own plugin executables
The plugin scenarios launched two executables fabro built itself,
`fabro-sandbox-host` and `fabro-sandbox-docker`, that only wrapped the
driver's providers in a stdio server the driver already ships as
`sandbox-driver-host` and `sandbox-driver-docker`. Fabro now finds the
driver's executables on PATH: CI installs them at the rev the workspace
pins, read from Cargo.toml so the plugins and the in-process providers
are one build, and a developer installs them the same way. The plugin
proof in fabro-sandbox skips without the executable unless the CI
environment forbids skipping; it was also never running in CI, which
ran it under `--run-ignored only` although it is not ignored, so the
job now runs it on its own.

The pin moves to the head of the sandbox-driver PR stack #9 through
#15: tag pins, classified git failures, the stop grace ladder, snapshot
ensure, the ownership scope, and the testing doubles, which the next
commits adopt. The `sandbox-driver-testing` crate joins the workspace
dependencies for them.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-09 22:19:26 -06:00
..
fixtures refactor: organize crates into three layers 2026-07-23 17:59:34 -04:00
acp.rs Fix CLI RunIntent producer CI failures 2026-09-01 16:14:34 -04:00
agent_linear.rs Run plugin providers end to end and gate them in CI 2026-09-09 19:54:57 -06:00
artifacts.rs Fix CLI RunIntent producer CI failures 2026-09-01 16:14:34 -04:00
command_agent_mixed.rs Run plugin providers end to end and gate them in CI 2026-09-09 19:54:57 -06:00
command_pipeline.rs Run plugin providers end to end and gate them in CI 2026-09-09 19:54:57 -06:00
command_routing.rs Run plugin providers end to end and gate them in CI 2026-09-09 19:54:57 -06:00
conditional_branching.rs Run plugin providers end to end and gate them in CI 2026-09-09 19:54:57 -06:00
dry_run_examples.rs Harden CLI run intent creation 2026-09-01 17:08:34 -04:00
full_stack.rs Run plugin providers end to end and gate them in CI 2026-09-09 19:54:57 -06:00
hooks.rs refactor: organize crates into three layers 2026-07-23 17:59:34 -04:00
human_gate.rs Run plugin providers end to end and gate them in CI 2026-09-09 19:54:57 -06:00
mod.rs Name plugins by their configured kind and drop out-of-process bundled kinds 2026-09-09 20:13:50 -06:00
plugin.rs Pin the driver PR stack and run its own plugin executables 2026-09-09 22:19:26 -06:00