report_outcome
Report the outcome of an auto-applied fix (the self-heal interceptor calls this after it gate-applied a fix and retried). Pass failure_class, family, fix, confidence, action_class, and succeeded (did the retry work?). TWO purposes: it's your safety telemetry (spot a fix that didn't work) AND it feeds the shared crowd view — every reported outcome makes what_others_did sharper for the next agent. Token-scoped (so we know it's your org), free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fix | No | the fix that was auto-applied | |
| family | No | ||
| succeeded | Yes | did the single retry after the fix succeed? | |
| confidence | No | ||
| action_class | No | retry | refetch | config | |
| failure_class | Yes |