register_claim_gate
Register custom claim verification rules using regex patterns and required actions to block agents when evidence is missing, without modifying tracked repository configuration.
Instructions
Register a custom claim verification rule in local runtime state without editing tracked repo config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| claimPattern | Yes | Regex pattern that should trigger claim verification | |
| requiredActions | Yes | Tracked actions that must be present before the claim is verified | |
| message | No | Custom message returned when evidence is missing |