/arnold:archive
Archive stale or unreferenced docs.
When to use it
When your docs folder has grown and some files are no longer referenced by code or other docs. Arnold identifies stale docs and moves them to an archive so they don't clutter active documentation.
Usage
> /arnold:archive
🦕 ARNOLD ARCHIVE
━━━━━━━━━━━━━━━━━
Scanning for stale docs (no code references, no recent updates)...
Found 0 stale docs. Everything is being referenced.
Nothing to archive. Your docs are alive.
What it does
- Scans all doc files for references in code and other docs
- Identifies files with no code references and no recent updates
- Proposes moving stale files to an archive folder
- Waits for your approval before archiving
💡 Tip
Archived docs aren't deleted. They're moved to docs/archived/ so they can be restored if needed.
See also
- /arnold:status - Project health overview
- /arnold:feature - See which features have docs