register_claim_gate
Register a custom claim verification gate to define claims that require specific actions before execution, returning a custom message when evidence is missing.
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 |