Skip to main content

Pipeline Context

Understanding how data flows through Simili Bot’s pipeline.

Context object

Single Context object carries data through all 13 steps:

Issue

GitHub issue data:

Result

Accumulates analysis results:

Metadata map

Step-to-step communication:
Each step adds to this map for later steps to read.

Data flow example

Error handling

Errors accumulate, don’t stop pipeline:
All errors reported in final Result.

Next steps

Pipeline steps

Details on each of the 13 steps