From axonflow
List recent AxonFlow governance decisions for the current user/tenant — surface "what just got blocked", trace decision history, or drive an appeal flow
How this command is triggered — by the user, by Claude, or both
Slash command
/axonflow:axonflow-list-recent-decisions [object Object]The summary Claude sees in its command listing — used to decide when to auto-load this command
List recent governance decisions made by AxonFlow for the current user/tenant using the `list_recent_decisions` MCP tool. Optional decision filter (allow|deny|require_approval): $ARGUMENTS If the user provided a filter, pass it as the `decision` argument; otherwise call without filters and let the platform return everything within the tier window. Useful when the user asks: - "what just got blocked?" - "show me my recent denials" - "what happened in the last hour?" - "did anything need approval today?" Tier-throttled per the platform's Free/Pro window+limit: - SaaS Free / self-hosted Co...
List recent governance decisions made by AxonFlow for the current user/tenant using the list_recent_decisions MCP tool.
Optional decision filter (allow|deny|require_approval): $ARGUMENTS
If the user provided a filter, pass it as the decision argument; otherwise call without filters and let the platform return everything within the tier window.
Useful when the user asks:
Tier-throttled per the platform's Free/Pro window+limit:
Free callers exceeding the page cap will get the V1 upgrade envelope instead of decisions — render that to the user verbatim (it includes the upgrade URL and locked wording). Don't swallow it.
Present each row as a concise one-liner: <timestamp> <decision> <policy_id> on <tool_signature>.
npx claudepluginhub getaxonflow/axonflow-claude-plugin --plugin axonflow