Removes the egregore watchdog daemon and performs a full cleanup of system configuration and log files.
This skill automates the safe removal of the egregore watchdog daemon from both macOS and Linux systems. It handles the unloading of launchd agents or systemd units, deletes associated configuration files (plists and unit files), clears PID files, and removes log data. It is essential for users who want to switch from autonomous background operation to manual invocation or are preparing to decommission the egregore plugin entirely from their project environments.
主要功能
01Removes persistent configuration files and timers
02Verifies removal status to ensure no background processes remain active
03Cleans up PID and log files from the local filesystem
04Automatic OS detection for macOS and Linux environments
050 GitHub stars
06Safely unloads launchd agents and systemd units
使用场景
01Decommissioning the egregore plugin from a development project
02Switching from daemon-based background execution to manual CLI invocation
03Troubleshooting background service issues by performing a clean state reset