repopilot_publish_proof_comment
Publish a verified proof bundle as a GitHub PR comment, updating the same comment on repeat to avoid duplicates.
Instructions
Build a redacted Proof Bundle from a terminal maintenance run, verify its evidence chain, and create or update the run-scoped managed GitHub PR comment. Use only for the PR recorded in that run's create_pull_request evidence. Repeating the call updates the same marked comment instead of posting duplicates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| runId | Yes | Terminal maintenance run UUID whose verified evidence will be summarized. | |
| pullNumber | Yes | Pull request created by this run and recorded in its git_reference evidence. | |
| repository | Yes | Allowed GitHub repository in owner/name format. |