update_context_file
Records feature, pipeline, or project details in context to prevent AI memory loss across sessions.
Instructions
Update the context file with information about the feature, pipeline, or project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Context scope: "project" for shared project context, "branch" for branch-specific context, "pipeline" for pipeline-specific context | |
| title | Yes | Title of the feature, pipeline, or project | |
| schedule | No | Pipeline schedule (for pipeline scope) | |
| branchName | Yes | Name of the branch | |
| description | Yes | Description of what the feature, pipeline, or project does | |
| projectName | Yes | Name of the project | |
| dependencies | No | Pipeline dependencies (for pipeline scope) | |
| pipelineName | No | Name of the pipeline (required when scope is pipeline) | |
| additionalInfo | No | Any additional information to include | |
| relatedBranches | No | Related branches (for pipeline scope) | |
| relatedProjects | No | List of related projects | |
| deploymentInstructions | No | Deployment instructions and references (avoid secrets - use references to files/commands) |