Define pipeline core types and composition helpers
Open
- Dominant language
- Rust
- Stars
- 209
- Forks
- 65
- Avg merge
- 8h 55m
- Merged PRs (30d)
- 126
Description
Background:
- Pipeline design in docs/processing-pipeline-design.md.
Scope:
- Implement core pipeline types in pkg/pipeline (Context with VFS, Step, Pipeline, PipelineResult).
- Provide composition helpers for sequential execution and short-circuit behavior.
- Keep steps pure and isolate I/O.
Acceptance criteria:
- Core types exist with docs and tests for basic composition.
- Pipeline execution short-circuits on error while preserving collected results.
Contributor guide
Assessment
This issue has not been assessed yet.