# Report Format Use these output shapes when reporting `agent-docs` findings. Keep the format compact, but preserve the field order so audits and follow-up refactors stay easy to compare. ## Audit Finding ```md - : observed fact: inference: impact: ``` ## Consistency Finding ```md - : structural evidence: refactor needed: note: ``` ## Repo-Alignment Finding ```md - : doc claim: observed repo fact: severity: ``` ## Verification Summary ```md - result level: commands: representative behavior checks: unverified remainder: residual findings: ``` ## Format Rules - Keep findings first. - Use the shared severity model when a severity is required. - Keep `observed fact`, `structural evidence`, and `observed repo fact` grounded in files or command output from the current turn. - Do not skip the required fields just because there is only one finding.