generated from coulomb/repo-seed
feat: add expected recipient reporting
This commit is contained in:
@@ -37,6 +37,7 @@ coordination runtime decides whether those facts satisfy a coordination case.
|
||||
| `unknown_return_message` | `notification.endpoint.unknown` | `undef.conflicting_evidence` |
|
||||
| `challenge_response` | `interaction.unverified_actor_interaction` | `undef.identity_uncertain` |
|
||||
| `parse_failed` | `diagnostic.message.parse_failed` | `undef.parse_failed` |
|
||||
| expected recipient with no evidence | `diagnostic.expected_recipient.no_evidence` | `undef.no_signal` |
|
||||
|
||||
## Overclaim Prevention
|
||||
|
||||
@@ -47,6 +48,8 @@ coordination runtime decides whether those facts satisfy a coordination case.
|
||||
- Human reply does not prove legal acceptance.
|
||||
- Unknown return messages remain visible.
|
||||
- Parse failures are diagnostic rows, not delivery or interaction outcomes.
|
||||
- Expected-recipient no-evidence rows mean no mailbox evidence was found in the
|
||||
inspected range, not that notification succeeded or failed.
|
||||
- Scanner and proxy interactions must stay below identity-bound interaction.
|
||||
|
||||
## Endpoint Quality Hints
|
||||
|
||||
Reference in New Issue
Block a user