Register Claim Gate
register_claim_gateDefine a claim verification rule with a regex pattern and required actions to block AI actions when evidence is missing, without altering repo config.
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 |