Export compliance & traceability report
export_auditGenerate a single compliance/traceability report for a project or ticket, merging audit events such as status changes, work logs, reviews, decisions, commits, and drift scores. Output in JSON, Markdown, or CSV.
Instructions
Unified compliance/traceability export: for one ticket or the whole board, merges the existing audit primitives into a single report — field-change events (status/priority/label moves), work-log sessions, sub-agent dispatch records, requirements pads with acceptance-criteria state, review comments with resolution, decision-log entries, correlated commits (recorded-first with git log --grep fallback), and drift-harness scores. Includes a board-level compliance summary: status counts, acceptance coverage, unresolved reviews, work totals, drift flags, and Done tickets with no correlated commit. Formats: json (structured), markdown (human-readable dossier), csv (flat chronological trail rows for BI). Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format (default json). | |
| ticket | No | Limit the report to one ticket. | |
| project | Yes | ||
| maxCommits | No | Max correlated commits per ticket (default 20). | |
| includeCommits | No | Set false to skip git commit correlation (faster; default true). |