Delimit Gov Policy
delimit_gov_policyRetrieve the active governance policy for a repository, including risk thresholds and gates. Read-only access; requires Delimit Pro.
Instructions
Read the active governance policy for a repository (Pro).
When to use: when an agent or operator needs to inspect the live policy rules being enforced for a repo (risk thresholds, gates). When NOT to use: to mutate policy — this tool is read-only.
Sibling contrast: delimit_gov_evaluate runs an action against the policy; this returns the policy itself.
Side effects: read-only on policy storage; gated by require_premium (returns a license payload if the caller is unlicensed).
Prerequisite: requires Delimit Pro. An unlicensed call returns {"error": ..., "upgrade": "https://delimit.ai/pricing"} without running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | No | Filesystem path to the repository. Default "." (cwd). | . |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||