mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-06 08:18:58 +00:00
- pipeline.rs → workflow.rs: PipelineBuilder → WorkflowBuilder, prepare_pipeline() → prepare_workflow() - event.rs: PipelineEvent → WorkflowRunEvent, variant renames PipelineStarted/Completed/Failed → WorkflowRunStarted/Completed/Failed - engine.rs: PipelineEngine → WorkflowRunEngine, pipeline_name → workflow_name - retro.rs: pipeline_name → workflow_name, pipeline_failed → run_failed - All handler, CLI, and test files updated to match Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| arc-agent | ||
| arc-api | ||
| arc-cli | ||
| arc-db | ||
| arc-git-storage | ||
| arc-llm | ||
| arc-mcp | ||
| arc-types | ||
| arc-util | ||
| arc-workflows | ||