credence_verify
Mark a constraint as verified by submitting its confirmed value and evidence, recording an audit trail and excluding it from further enforcement.
Instructions
Mark a registered constraint as verified with its confirmed value.
After verification the constraint is excluded from Truth Buffer injection and Consistency Enforcer enforcement. An audit trail is recorded — who verified, on what basis, and what the confirmed value is.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | Who verified this. Use "user" for human confirmation, "api_response" for automated checks, "agent:<name>" for downstream agents, "external_doc" for documentation. | user |
| evidence | No | What was checked to confirm this. Strongly recommended. Examples: "checked Stripe dashboard 2026-05-02", "confirmed in production logs", "vendor email attached". An empty evidence string is accepted but leaves no audit basis. | |
| session_id | Yes | Session identifier. | |
| constraint_id | Yes | ID from credence_register. | |
| verified_value | Yes | The confirmed value (e.g. "100 req/min per Stripe docs §4.2"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||