mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
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> |
||
|---|---|---|
| .. | ||
| checkpoints.mdx | ||
| context.mdx | ||
| devcontainers.mdx | ||
| environments.mdx | ||
| failures.mdx | ||
| observability.mdx | ||
| outcomes.mdx | ||
| retros.mdx | ||
| run-configuration.mdx | ||