fabro/docs/administration
Bryan Helmkamp 8b78d33795 Extract --preflight into fabro preflight subcommand
Preflight validation is conceptually distinct from running a workflow —
it deserves its own top-level command rather than being a flag on `run`.

- Add `PreflightArgs` struct and `Commands::Preflight` variant
- Create `commands/preflight.rs` with dedicated `execute()` function
- Remove `--preflight` flag from `RunArgs`
- Refactor `load_workflow_source_input` to take individual params
  instead of `&RunArgs`
- Refactor `resolve_cli_goal` to take `Option<&str>` / `Option<&Path>`
- Refactor `run_preflight` to take `cli_model`/`cli_provider` instead
  of `&RunArgs`, make `pub(crate)`
- Update docs and skills references

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 13:47:07 -04:00
..
deploy-digital-ocean.mdx docs: rename Arc to Fabro throughout docs 2026-03-12 10:53:44 -04:00
deploy-fly-io.mdx docs: rename Arc to Fabro throughout docs 2026-03-12 10:53:44 -04:00
deploy-railway.mdx docs: rename Arc to Fabro throughout docs 2026-03-12 10:53:44 -04:00
deploy-render.mdx docs: rename Arc to Fabro throughout docs 2026-03-12 10:53:44 -04:00
deploy-server.mdx Update roadmap and standardize on Graphviz terminology 2026-03-16 20:01:33 -04:00
sandboxing.mdx docs: rename Arc to Fabro throughout docs 2026-03-12 10:53:44 -04:00
security.mdx rename Arc to Fabro in all Rust crates, symbols, env vars, and supporting files 2026-03-12 12:25:58 -04:00
server-configuration.mdx Designate retros as experimental, disable by default via [features] flag 2026-03-15 20:36:32 -04:00
troubleshooting.mdx Extract --preflight into fabro preflight subcommand 2026-03-29 13:47:07 -04:00