fabro/lib/crates/fabro-core/src
Bryan Helmkamp f410e2dfdd Rename fabro_core::RunState to ExecutionState
Resolves the name collision with fabro_store::RunState. The core type
represents live in-memory execution state (current node, visits, context),
while the store type is an event-sourced projection of a full run record.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 16:34:24 -07:00
..
context.rs Enable 7 additional pedantic clippy lints 2026-03-29 13:47:08 -04:00
error.rs Clean up workspace clippy warnings 2026-03-30 11:27:25 -04:00
executor.rs Rename fabro_core::RunState to ExecutionState 2026-04-03 16:34:24 -07:00
graph.rs Unify Outcome types between fabro-core and fabro-workflows 2026-03-29 13:47:05 -04:00
handler.rs Unify Outcome types between fabro-core and fabro-workflows 2026-03-29 13:47:05 -04:00
lib.rs Rename fabro_core::RunState to ExecutionState 2026-04-03 16:34:24 -07:00
lifecycle.rs Rename fabro_core::RunState to ExecutionState 2026-04-03 16:34:24 -07:00
outcome.rs Enforce no-inline-qualified-paths via clippy absolute_paths lint 2026-03-29 13:47:08 -04:00
retry.rs Consolidate backoff/jitter into fabro-util::BackoffPolicy 2026-03-29 13:47:05 -04:00
stall.rs Clean up workspace clippy warnings 2026-03-30 11:27:25 -04:00
state.rs Rename fabro_core::RunState to ExecutionState 2026-04-03 16:34:24 -07:00
test_fixtures.rs Rename fabro-workflows crate to fabro-workflow 2026-03-30 12:27:40 -04:00