fabro/docs/execution
Bryan Helmkamp e2f884df23 Fix resume command bugs, remove --ssh flag, simplify EventEmitter
Fix three bugs from PR review in the new `fabro resume` command:

1. RunArgs.workflow lost its required constraint when --run-branch was
   removed — add #[arg(required = true)] so clap enforces it.

2. run_resumed ignored --preserve-sandbox (hardcoded false),
   --verbose (no ProgressUI), and --ssh (no listener). Wire
   preserve_sandbox through resolve_preserve_sandbox, create a
   ProgressUI registered on the emitter, and handle SSH access.

3. prepare_from_checkpoint unconditionally created a LocalSandbox,
   ignoring --sandbox. Add the same sandbox resolution logic used by
   prepare_from_branch (Local, Docker, Ssh, Exe, Daytona).

Remove --ssh from `fabro run` and `fabro resume` since `fabro ssh`
is the dedicated command now. Remove the flag from RunArgs, ResumeArgs,
RunSpec, and all docs/changelogs.

Simplify EventEmitter: change on_event to take &self (via
Mutex<Vec<Arc<...>>>) instead of &mut self, removing the need for
the late_listeners workaround. emit() snapshots the listener list
before dispatching to prevent deadlocks from reentrant emit calls.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 13:07:58 -04:00
..
checkpoints.mdx fabro(01KM8C0SVZW77C5W018CYEVE4Y): implement (success) 2026-03-21 14:35:46 +00:00
context.mdx rename Arc to Fabro in all Rust crates, symbols, env vars, and supporting files 2026-03-12 12:25:58 -04:00
devcontainers.mdx Update docs, frontend, marketing, and skills for .fabro extension 2026-03-13 22:38:25 -04:00
environments.mdx Fix resume command bugs, remove --ssh flag, simplify EventEmitter 2026-03-21 13:07:58 -04:00
failures.mdx Add Node Outcomes docs page and fix status gaps across docs 2026-03-21 10:05:36 -04:00
observability.mdx Update docs for new CLI commands, GitHub token injection, and events 2026-03-15 18:33:18 -04:00
outcomes.mdx Add Node Outcomes docs page and fix status gaps across docs 2026-03-21 10:05:36 -04:00
retros.mdx Designate retros as experimental, disable by default via [features] flag 2026-03-15 20:36:32 -04:00
run-configuration.mdx Update roadmap and standardize on Graphviz terminology 2026-03-16 20:01:33 -04:00