popper_learn
Record TDD test outcomes (held, false_alarm, missed) to feed UltraPopper's knowledge base, improving refutation accuracy with real evidence.
Instructions
Record TDD-execution outcomes for the active contract so UltraPopper's KB learns from what actually held up under test. kind: 'held' (a refutation finding confirmed by a failing test), 'false_alarm' (a finding that did NOT reproduce), or 'missed' (a defect the tests found that refutation did not — the sharpest signal). Folded into the KB on the next popper_refute; held/missed need evidenceAnchors to ground.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outcomes | No | The outcomes to record (a JSON string is accepted and parsed). |