fcop_list_alerts
List governance alerts to reveal compliance gaps and drift signals detected by the system.
Instructions
ADMIN Governance Alert Inbox. List governance alerts from fcop/alerts/.
Alerts are written automatically by fcop_check() when governance drift
signals are detected (ADR-0031). Each alert is a structured ALERT-*.md file
with severity (high/medium/low), type, and a summary of the governance gap.
This is the ADMIN's "red dot" — run this to see what governance gaps the system has surfaced, without needing to manually patrol logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Filter by status: ``open``, ``acknowledged``, ``resolved``. Empty string returns all statuses. | |
| severity | No | Filter by severity: ``high``, ``medium``, ``low``. Empty string returns all severities. | |
| last_n | No | Maximum number of alerts to return (most recent first). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |