generate_launch_proof_report
Run release, CD, security, and instructions audits together, then generate a client-ready Markdown launch proof report. Read-only by default; can write report to disk if needed.
Instructions
Run audit_release, audit_cd, audit_security, and audit_instructions together, then return a client-ready Markdown Launch Proof Report. Read-only by default; set write=true to write launch-proof-report.md or output_path inside the target repo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Path to the repo to audit (default: the MCP server's cwd). Use the absolute path of the project the user is working in. | |
| write | No | Write the Markdown report to disk. Default false. | |
| output_path | No | Report file path. Relative paths are resolved inside the target repo. Ignored unless write=true. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gates | Yes | ||
| overall | Yes | ||
| blockers | Yes | ||
| markdown | Yes | ||
| repoPath | Yes | ||
| warnings | Yes | ||
| outputPath | Yes | ||
| generatedAt | Yes |