Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

aasm alerts

Manage governance alerts — list, inspect, and resolve.

Synopsis

aasm alerts <SUBCOMMAND> [OPTIONS]
SubcommandPurpose
listList governance alerts.
getShow full detail for one alert.
resolveResolve an alert.

All subcommands accept the global options.


aasm alerts list

List governance alerts as a color-coded table, with optional filters.

FlagTypeDefaultDescription
--agent <AGENT>stringFilter by agent ID.
--severity <SEVERITY>stringFilter by severity (critical, warning, info).
--status <STATUS>stringunresolvedFilter by status (unresolved, acknowledged, resolved).
aasm alerts list --severity critical
ID       SEVERITY   CATEGORY          STATUS       MESSAGE
al-301   critical   budget            unresolved   team:research over daily cap
al-298   warning    policy_violation  unresolved   file_write denied (agent a1b2c3…)

aasm alerts get

Render a detailed key-value view of one alert.

ArgumentTypeDescription
<ALERT_ID>stringAlert ID to inspect.
aasm alerts get al-301

aasm alerts resolve

Resolve an alert, optionally attaching a note.

NameTypeDefaultDescription
<ALERT_ID>string (arg)Alert ID to resolve.
--reason <REASON>stringOptional resolution note.
--forceflagoffSkip the confirmation prompt.
aasm alerts resolve al-301 --reason "raised team cap" --force
Resolved al-301.

Last updated: 2026-06-11 by Chisanan232