release_artifact_evidence
Collect release artifact evidence, cadence, and distribution hints for a podling to assess graduation readiness.
Instructions
Return ReleaseMCP artifact, sidecar, cadence, Incubator naming evidence, and optional release-page and GitHub/Docker Hub/PyPI/Maven distribution hints for one podling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| release_dist_base | No | Optional ReleaseMCP current release base URL or local release directory; when omitted, ReleaseMCP discovers the podling download page | |
| release_archive_base | No | Optional ReleaseMCP archive.apache.org base URL or local archive directory | |
| release_max_depth | No | Maximum ReleaseMCP traversal depth under the podling directory; defaults to 1 | |
| release_page_url | No | Optional Apache project release download page URL or local HTML file to inspect; use 'auto' to discover it | |
| include_platforms | No | Fetch optional ReleaseMCP GitHub, Docker Hub, PyPI, and Maven distribution hints | |
| github_project | No | Optional apache/<project> GitHub repository name; defaults to the podling slug | |
| docker_images | No | Optional Docker Hub image names in namespace/repository form | |
| pypi_packages | No | Optional PyPI package names; defaults to apache-<podling> | |
| maven_group_ids | No | Optional Maven groupIds; defaults to org.apache.<podling> | |
| podling | Yes | Podling name |