Build Blueprint Task Context
blueprint.task_contextExtracts a deterministic context slice for a natural-language task from a Blueprint artifact, returning relevant files, tests, and docs based on the task input.
Instructions
Return a compact deterministic context slice for a natural-language task from a Blueprint output artifact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blueprintArtifactId | Yes | Artifact ID returned by blueprint.compose | |
| task | Yes | Natural-language task input to route through the Blueprint graph | |
| maxPrimaryFiles | No | Maximum primary files to return | |
| maxSecondaryFiles | No | Maximum secondary files to return | |
| maxTests | No | Maximum likely test files to return | |
| maxDocs | No | Maximum Markdown docs to recommend reading |