Stats
Actions
Tags
From agentic-guardrails
Show open agent-workspace checkouts and recent guardrail activity
How this command is triggered — by the user, by Claude, or both
Slash command
/agentic-guardrails:agw-statusThe summary Claude sees in its command listing — used to decide when to auto-load this command
Run `agw status --json` and `agw log --json` (last ~20 entries), then summarize for the user: 1. Open checkouts: file, when checked out, whether the working copy differs from the original (use `agw diff` per checkout if quick), and whether the original changed underneath (conflict risk). 2. Recent operations: archives, publishes, restores, moves — one line each. 3. Anything needing attention: stale checkouts, conflicts, a degraded policy pack reported by `agw doctor`. Keep it short; tables are fine. If `$ARGUMENTS` names a path, scope the report to that path.
Run agw status --json and agw log --json (last ~20 entries), then summarize
for the user:
agw diff per checkout if quick), and whether the
original changed underneath (conflict risk).agw doctor.Keep it short; tables are fine. If $ARGUMENTS names a path, scope the report
to that path.
npx claudepluginhub profsynapse/agentic-guardrails-plugin --plugin agentic-guardrails