fabro/lib/crates/fabro-cli/tests/it/workflow
Bryan Helmkamp 89a55b37e3
refactor: unify workflow stored event model
Add a shared StoredEvent schema in fabro-types and switch workflow,
store, CLI, and server event handling to use it directly.

This removes the writer/reader mismatch around flattened failure data,
updates affected projections and progress rendering, and refreshes the
fixture/snapshot coverage around the canonical event shape.
2026-04-04 10:38:44 -04:00
..
fixtures Extract workflow E2E tests into workflow/ directory 2026-03-30 11:41:18 -04:00
agent_linear.rs refactor: remove legacy node file writes from workflow handlers 2026-04-03 23:12:40 -07:00
command_agent_mixed.rs refactor: remove legacy node file writes from workflow handlers 2026-04-03 23:12:40 -07:00
command_pipeline.rs refactor: remove legacy node file writes from workflow handlers 2026-04-03 23:12:40 -07:00
conditional_branching.rs Centralize E2E test env var handling 2026-03-31 09:30:38 -04:00
dry_run_examples.rs refactor: unify workflow stored event model 2026-04-04 10:38:44 -04:00
full_stack.rs refactor: remove legacy node file writes from workflow handlers 2026-04-03 23:12:40 -07:00
hooks.rs Move hook twin coverage to CLI workflow tests 2026-04-01 11:03:44 -04:00
human_gate.rs Centralize E2E test env var handling 2026-03-31 09:30:38 -04:00
mod.rs refactor: remove workflow lifecycle disk checkpoints 2026-04-03 23:49:57 -07:00
real_cli.rs Derive run metadata from RunId 2026-04-03 17:46:44 -07:00