Write a versioned review report
write_reportRender validated agent findings as a deterministic Markdown and JSON report pair, preserving all findings, evidence coverage, and validation warnings.
Instructions
Render validated Agent findings as a deterministic Markdown and JSON report pair inside a repository-relative output directory. The report preserves confirmed, suspected, and inconclusive findings, evidence coverage, bundle limits/truncation, and validation warnings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundle | Yes | ||
| overwrite | No | ||
| reportName | Yes | ||
| reviewMeta | Yes | ||
| repositoryRoot | Yes | ||
| outputDirectory | Yes | ||
| validationResult | Yes | ||
| maxReportSizeBytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jsonFile | Yes | ||
| reportId | Yes | ||
| reportPath | Yes | ||
| markdownFile | Yes | ||
| jsonSizeBytes | Yes | ||
| markdownSizeBytes | Yes |