From audit-fleet
Remove deterministic audit-fleet generated artifacts while preserving source configuration by default.
How this command is triggered — by the user, by Claude, or both
Slash command
/audit-fleet:clean [--mode strict|balanced] [--out-dir .audit-fleet] [--include-reports] [--all]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Audit Fleet Clean Remove generated artifacts from previous audit-fleet runs. ## Mode Semantics - `balanced` (default): missing targets are reported and skipped. - `strict`: missing expected targets or failed removals cause failure. ## Deterministic Targets Always clean these generated files when present: - `.audit-fleet/reports-check.json` - `.audit-fleet/validation-result.json` - `.audit-fleet/audit-bundle.json` - `.audit-fleet/sqlite-contract.json` - `.audit-fleet/status.json` - `.audit-fleet/summary.json` - `.audit-fleet/summary.md` - `.audit-fleet/reports-json/*.json` Optional ...
Remove generated artifacts from previous audit-fleet runs.
balanced (default): missing targets are reported and skipped.strict: missing expected targets or failed removals cause failure.Always clean these generated files when present:
.audit-fleet/reports-check.json.audit-fleet/validation-result.json.audit-fleet/audit-bundle.json.audit-fleet/sqlite-contract.json.audit-fleet/status.json.audit-fleet/summary.json.audit-fleet/summary.md.audit-fleet/reports-json/*.jsonOptional cleanup:
--include-reports: also remove fixed markdown report files 00..13 in <reports-dir>--all: includes DB reset (.audit-fleet/audit-fleet.sqlite3) in addition to all generated artifacts/audit-fleet:clean
/audit-fleet:clean --mode strict
/audit-fleet:clean --include-reports
/audit-fleet:clean --all
npx claudepluginhub nsalvacao/nsalvacao-claude-code-plugins --plugin audit-fleet/tidy-upCleans Boomi development artifacts from active-development directories and subdirs like .sync-state/feedback/ while preserving directory structure via .gitkeep files. Reports cleaned files.
/cleanRemoves temporary test fixtures from tmp/ directory (e.g., cloned bktide repos). Lists contents and sizes first, deletes, and confirms space freed.
/cleanupCleans old log files from workflows, commands, audio, Figma, JIRA, and plugins older than specified days (default 30). Supports --dry-run preview.
/spec-cleanupCleans up spec interview state files from the output directory. Supports --output-dir <dir> flag and --all to also delete spec.json and spec.md artifacts.
/council-cleanupRemoves the .council/ working directory and temporary files from LLM Council sessions. Idempotent and safe to run multiple times.
/cleanupCleans .a5c/runs and .a5c/processes: aggregates insights from old completed/failed runs into docs/run-history-insights.md and removes them plus orphans. Supports --dry-run and --keep-days N flags.