@onenomad/cortex-pipeline-core
v0.1.0
Published
Generic multi-stage pipeline framework for Cortex.
Readme
@onenomad/cortex-pipeline-core
Generic multi-stage pipeline framework. Specific pipelines
(pipeline-meeting, pipeline-doc, pipeline-code) build on this.
Exports:
Pipeline<Input, Output>— interface every concrete pipeline implementsPipelineStage<In, Out>— one step in a pipelinerunPipeline— runs stages in sequence with context + logging
Current state: interfaces and stubs only. Real runner arrives with
pipeline-meeting in Phase 3.
