Persist this triage's explanation to local history
record_triage_noteSave your failure explanation locally and increment its occurrence count, so future lookups of similar past failures surface the note.
Instructions
Appends your explanation for a failure signature to the local history store, and bumps its occurrence count. Local file write only -- safe to call without asking the user first, unlike publish_triage which sends data to a shared dashboard. Do this after explaining a failure so future find_similar_past_failures calls have something useful to surface.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | "owner/repo" | |
| summary | Yes | Your plain-language explanation of the root cause. | |
| category | Yes | ||
| signature | Yes | ||
| suggestedFix | No |