mm_verify_classify_findings
Apply the deterministic tier classifier to a batch of verifier-emitted Finding records. Recomputes each finding’s stable id from (spec_section_ref, code_location, failure_mode) and assigns tier (T1/T2/T3/T4, or null for spec_gap). Pure function — no state, no I/O. Used by /mm:verify-spec —iterative between verifier-agent invocations.
At a Glance
Section titled “At a Glance”- Category: Plugin Management
- Source: Built-in
- Required parameters: 1
- Total parameters: 1
Parameters
Section titled “Parameters”| Parameter | Type | Required | Description |
|---|---|---|---|
findings | array of object | Yes | Findings emitted by a verifier agent (id: "", tier: null). |
Example
Section titled “Example”{ "tool": "mm_verify_classify_findings", "arguments": { "findings": [ "example-finding" ] }}Related Tools
Section titled “Related Tools”mm_list_plugins- List all loaded plugins with their id, name, version, category, tier, and too…mm_get_plugin_info- Get detailed information about a specific plugin including its tools, version…mm_push_team_checkin- Push a team check-in to the cloud. Scans local specs and features, captures c…mm_fetch_team_checkins- Fetch all team members’ check-ins from the cloud. Returns display names, bran…mm_claim_spec- Claim a spec from a teammate. Records the claim in the cloud (first-claim-win…