Stats
Actions
Tags
From agentic-guardrails
Restore a file from the guardrails archive (latest or a chosen version)
How this command is triggered — by the user, by Claude, or both
Slash command
/agentic-guardrails:agw-restore [file] [version]The summary Claude sees in its command listing — used to decide when to auto-load this command
Restore `$ARGUMENTS` from the archive store. 1. Run `agw log <file> --json` to list available versions (number, timestamp, reason). If `$ARGUMENTS` is empty, run `agw log --json` and ask the user which file they mean. 2. If the user named a version, `agw restore <file> --version N`; otherwise show the version list and confirm which one — "latest" is the default only when there's a single candidate or the user already said "latest". 3. Remind the user the current live file is archived automatically before the restore, so this is reversible. 4. Confirm the result by checking t...
Restore $ARGUMENTS from the archive store.
agw log <file> --json to list available versions (number, timestamp,
reason). If $ARGUMENTS is empty, run agw log --json and ask the user
which file they mean.agw restore <file> --version N; otherwise
show the version list and confirm which one — "latest" is the default only
when there's a single candidate or the user already said "latest".npx claudepluginhub profsynapse/agentic-guardrails-plugin --plugin agentic-guardrails