| name | cc-soul-daemon |
| description | Start, stop, or check the chittad daemon |
| execution | inline |
cc-soul-daemon
Manage the chittad background daemon.
Usage
If the systemd user service is installed (the default since smart-install.sh sets it up),
use systemctl directly — it's the primary management interface:
systemctl --user status chittad
systemctl --user start chittad
systemctl --user stop chittad
systemctl --user restart chittad
journalctl --user -u chittad -n 50
If systemd is not available (macOS, old Linux), fall back to subconscious.sh:
${CLAUDE_PLUGIN_ROOT}/hooks/subconscious.sh status
${CLAUDE_PLUGIN_ROOT}/hooks/subconscious.sh start
${CLAUDE_PLUGIN_ROOT}/hooks/subconscious.sh stop
${CLAUDE_PLUGIN_ROOT}/hooks/subconscious.sh restart
Parse user request for action (start/stop/restart/status/logs), default to status.
Run the appropriate command and report the result.