Stats
Actions
Tags
From AIPS
Destructively wipes per-project AIPS state (`.priv-storage/` and root symlinks) after backing it up, then re-runs fresh initialization from templates.
How this command is triggered — by the user, by Claude, or both
Slash command
/AIPS:aips-resetThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /aips:reset **Destructive.** Wipes the current project's `.priv-storage/` and root AIPS symlinks, then runs a fresh init (CASE A) from scratch. Always creates a timestamped backup first. Global plugin install is not touched. ## What it does 1. **Locate `PROJECT_ROOT`** — walk up from `$PWD` to nearest `.git`. 2. **Confirm — REQUIRED EXPLICIT `y`** — prompt: Any input other than literal `y` aborts immediately. Empty input (Enter) aborts. 3. **Backup** — create `tmp-igbkp/reset-backup-<YYYYMMDD-HHMMSS>/` and move into it: - `.priv-storage/` (entire dir) - root symlinks if th...
Destructive. Wipes the current project's .priv-storage/ and root AIPS symlinks, then runs a fresh init (CASE A) from scratch. Always creates a timestamped backup first. Global plugin install is not touched.
PROJECT_ROOT — walk up from $PWD to nearest .git.y — prompt:
This will reset all per-project AIPS state.
Backup will be at tmp-igbkp/reset-backup-<ts>/.
Proceed? [y/N]
Any input other than literal y aborts immediately. Empty input (Enter) aborts.tmp-igbkp/reset-backup-<YYYYMMDD-HHMMSS>/ and move into it:
.priv-storage/ (entire dir).priv-storage/: CLAUDE.md, AGENTS.md, .cursorrules, .vscode/settings.jsonmv succeeds, the originals are already gone (mv, not copy). Double-check nothing remains./aips:init CASE A flow on the now-empty project:
lib/detect-project.shtemplates/CLAUDE.md.tmpl → .priv-storage/CLAUDE.mdtemplates/WORK_STATUS.md.tmpl, templates/memory/templates/tmp-igbkp/ and chmod +x.gitignore idempotentlylib/verify-init.sh[reset] backup created tmp-igbkp/reset-backup-20260519-143012/
[reset] wiped .priv-storage/, root symlinks
[reset] fresh init <lang>/<framework>
[reset] verify PASS
note: previous state preserved at tmp-igbkp/reset-backup-20260519-143012/
y confirmation.~/.claude/plugins/AIPS/)..git/, or any path outside .priv-storage/ + the four root symlinks.tmp-igbkp/reset-backup-* directories — leave them for the user.npx claudepluginhub kernalix7/aips --plugin AIPS