Memory Gc banner
elementalsouls elementalsouls

Memory Gc

Development community

Description

--- name: memory-gc description: Inspect or rotate the autopilot ledger JSONL files (findings.jsonl, negatives.jsonl). Caps file size and keeps N rotated backups so memory does not grow unbounded. --- # /memory-gc Garbage-collect the autopilot ledger (`~/.claude/bughunter/memory/`). Reports current sizes, rotates oversized files past a configurable cap, or purges old backups. ## Usage ``` /memory-gc # report only /memory-gc --rotate # rotate files above 10

Installation

Installs to ~/.claude/skills/elementalsouls-claude-bughunter-memory-gc/SKILL.md

Terminal
mkdir -p ~/.claude/skills/elementalsouls-claude-bughunter-memory-gc && curl -fsSL https://raw.githubusercontent.com/elementalsouls/Claude-BugHunter/HEAD/commands/memory-gc.md -o ~/.claude/skills/elementalsouls-claude-bughunter-memory-gc/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository