release_verify
Verify npm, GitHub, and CI release facts using read-only HTTPS requests. Checks package version, repository, and branch without running local commands.
Instructions
v1.3.0: Verify npm/GitHub/CI release facts with read-only HTTPS requests. Does not run local shell commands and does not publish, push, tag, or create a GitHub Release.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | No | Branch for CI verification. | main |
| version | No | Version to verify. Defaults to project policy/package.json. | |
| repo_path | Yes | Repository path inside workspaceRoot. | |
| github_repo | No | GitHub repo in owner/repo form. Defaults to package.json repository when available. | |
| package_name | No | npm package name. Defaults to package.json name. |