read_pipeline_context
Read the context file for a named pipeline within a project, retrieving stored notes and details to maintain continuity. Includes a cross-project warning if the pipeline belongs to another project.
Instructions
Read pipeline-specific context file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectName | Yes | Name of the project | |
| pipelineName | Yes | Name of the pipeline | |
| currentProject | No | Name of the current project (for cross-project warning) |