tool_detect_project_contexts
Parse skaffold.yaml in a repository to extract detected languages, versions, and build matrix for CI/CD pipeline generation.
Instructions
Parse skaffold.yaml in the workspace and return a pipeline-context JSON object.
The pipeline-context is consumed by lint, test, janitor, and ci workflow generation. It contains the detected languages, versions, and build matrix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | Absolute path to the repository root (must contain skaffold.yaml). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||