/** * persist_audit_findings — the deterministic, agent-unforgeable write path for * PM audit findings (airtight A2). * * The agent supplies OBSERVATIONS (facts + a note); this tool classifies them * with the @ido4/core classifier and writes the qualifying findings to the * project-scoped governance state. The agent has no Write/Edit/Bash — calling * this tool is the ONLY way it can persist a finding, and the category/severity * are computed here, so a confident mislabel (the 5-iteration failure) is * structurally impossible. */ import type { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; export declare function registerFindingTools(server: McpServer): void; //# sourceMappingURL=finding-tools.d.ts.map