What problem does it solve?
This Skill prevents disk bloat by automatically removing old, no-longer-needed temporary and chain-output files that accumulate during normal autonomous skill operation.
Core Features & Use Cases
- Clean up root-level notification leftovers: Removes stale
.notify-* files older than 7 days (based on date suffix or mtime).
- Remove temp notification gate artifacts: Deletes stale files inside
.pending-notify-temp/ older than 7 days.
- Purge expired chain artifacts: Removes
.outputs/ chain step artifacts older than 14 days.
- Safety guardrails: Never deletes
.pending-notify/ or committed memory/pending-disclosures/, and avoids anything created within the last 2 days.
- Operational logging and optional notification: Always appends a run summary to
memory/logs/${today}.md, and only sends a notification when something was deleted.
Quick Start
Tell Aeon to run the Janitor task for this week to clean stale .notify-*, .pending-notify-temp/, and .outputs/ artifacts and then log the cleanup outcome.