Register Claim Gate
register_claim_gateRegister a custom claim verification rule that requires specific tracked actions before a claim is verified, blocking unauthorized steps without altering repo configuration.
Instructions
Register a custom claim verification rule in local runtime state without editing tracked repo config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Custom message returned when evidence is missing | |
| claimPattern | Yes | Regex pattern that should trigger claim verification | |
| requiredActions | Yes | Tracked actions that must be present before the claim is verified |