1.0.2 release π
What's changed?
- Named Process Registry β PID-based process registry with JSON file storage at
~/.cadence/registry/ cadence stop <name>β Stop a running daemon by name (sends SIGTERM)cadence status <name>β Show process info (PID, script, started time, running status)cadence listβ List all registered daemons with status--nameoption to assign a custom name to a daemon process- Stale PID cleanup β automatically cleans up entries for dead processes
- Process auto-registration on start and auto-unregistration on stop
Full Changelog: 1.0.1...1.0.2