# CURATOR BOT CONFIGURATION # ========================= # Copy this file to customize curator behavior # Archive settings # Files older than this many days will be archived ARCHIVE_DAYS=30 # Backup settings # Days to keep old backups before deletion BACKUP_RETENTION_DAYS=7 # Logging settings # Maximum number of log files to keep MAX_LOG_FILES=30 # Behavior flags # Set to true to see what would happen without making changes DRY_RUN=false # Set to true for detailed logging VERBOSE=false # Custom patterns to archive (space-separated) # Default patterns: *.log *.tmp *.bak *-old.* *-backup.* # ARCHIVE_PATTERNS="" # Custom patterns to delete as clutter (space-separated) # Default patterns: *.pyc __pycache__ *.swp *.swo *~ .DS_Store Thumbs.db *.orig npm-debug.log* yarn-error.log # CLUTTER_PATTERNS="" # Directories to scan for archiving (space-separated) # Default: docs scripts .claude # SCAN_DIRS="" # Safe directories for clutter cleaning (space-separated) # Default: src admin/src docs scripts supabase # SAFE_DIRS="" # Items to include in backup (space-separated) # Default: .claude docs CLAUDE.md DEV.md COO.md package.json admin/package.json supabase/PENDING_MIGRATIONS.md # BACKUP_ITEMS=""