UNPKG

@blundergoat/goat-flow

Version:

AI coding agent harness and local dashboard for Claude Code, OpenAI Codex, Google Antigravity, and GitHub Copilot - setup audits, guardrails, structured skills, deny hooks, and persistent learning loops.

9 lines 364 B
import type { AuditReport } from "./types.js"; /** * Render an AuditReport as a SARIF 2.1.0 JSON string. * * @param report - Completed goat-flow audit report to project into SARIF. * @returns Pretty-printed SARIF JSON ready for stdout or `--output`. */ export declare function renderAuditSarif(report: AuditReport): string; //# sourceMappingURL=sarif.d.ts.map