fabro/docs
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
..
administration Update roadmap and standardize on Graphviz terminology 2026-03-16 20:01:33 -04:00
agents Move sandbox lifecycle into the engine (#22) 2026-03-16 22:00:05 -04:00
api-reference Fix missing skip_clone field in OpenAPI spec and conformance test 2026-03-19 13:36:49 -04:00
changelog Fix resume command bugs, remove --ssh flag, simplify EventEmitter 2026-03-21 13:07:58 -04:00
core-concepts fabro(01KM8C0SVZW77C5W018CYEVE4Y): simplify_opus (success) 2026-03-21 14:45:27 +00:00
examples Add SVG workflow diagram for REPL Handoff example 2026-03-17 10:32:48 -04:00
execution Fix resume command bugs, remove --ssh flag, simplify EventEmitter 2026-03-21 13:07:58 -04:00
getting-started Remove empty stub doc pages and fix broken links 2026-03-17 08:25:05 -04:00
human-tools Fix resume command bugs, remove --ssh flag, simplify EventEmitter 2026-03-21 13:07:58 -04:00
images Add SVG workflow diagram for REPL Handoff example 2026-03-17 10:32:48 -04:00
integrations Fix resume command bugs, remove --ssh flag, simplify EventEmitter 2026-03-21 13:07:58 -04:00
languages Add fabro language for syntax highlighting in docs 2026-03-17 09:43:14 -04:00
logo Fix logo SVG viewBox clipping the right edge of the O 2026-03-14 14:11:36 -04:00
reference Fix resume command bugs, remove --ssh flag, simplify EventEmitter 2026-03-21 13:07:58 -04:00
tutorials Update roadmap and standardize on Graphviz terminology 2026-03-16 20:01:33 -04:00
workflows Add Node Outcomes docs page and fix status gaps across docs 2026-03-21 10:05:36 -04:00
.mintignore Fix Mintlify dev server: valid navbar URL and ignore AGENTS.md 2026-03-05 16:29:50 -05:00
docs.json Add Node Outcomes docs page and fix status gaps across docs 2026-03-21 10:05:36 -04:00
dot-highlight.js Remove debug markers from dot-highlight script 2026-03-17 10:23:48 -04:00
favicon.svg Rebrand docs site from Arc to Fabro 2026-03-11 21:27:58 -04:00