list_guarantees
View all defined code guarantees, including rules and contracts, to understand invariants before modifying code. Use this to identify Datalog rules and API contracts.
Instructions
List all defined code guarantees (rules and contracts).
Use this to:
See existing invariants: "What rules does this codebase enforce?"
Understand code contracts before modifying code
Find Datalog-based rules (e.g., "no-eval", "no-sql-injection")
List contract-based guarantees (queue schemas, API contracts)
Returns for each guarantee: name, type, description, rule/schema, priority, status. Use BEFORE check_guarantees to see what will be validated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||