Skip to content

feat(status): show service running state in zeroclaw status#3751

Merged
theonlyhennygod merged 1 commit intozeroclaw-labs:masterfrom
frido22:feat/status-service-running
Mar 21, 2026
Merged

feat(status): show service running state in zeroclaw status#3751
theonlyhennygod merged 1 commit intozeroclaw-labs:masterfrom
frido22:feat/status-service-running

Conversation

@frido22
Copy link
Copy Markdown
Contributor

@frido22 frido22 commented Mar 17, 2026

Summary

  • Adds a 🟢 running / 🔴 stopped service status line to zeroclaw status output
  • Adds pub fn is_running() to src/service/mod.rs that checks the daemon state across macOS (launchctl), Linux (systemd + OpenRC), and Windows (schtasks)

Test plan

  • Run zeroclaw status with service running → verify 🟢 Service: running
  • Run zeroclaw status with service stopped → verify 🔴 Service: stopped
  • cargo fmt --all -- --check passes
  • cargo clippy --all-targets -- -D warnings passes
  • cargo test passes

@theonlyhennygod theonlyhennygod merged commit 83183a3 into zeroclaw-labs:master Mar 21, 2026
17 checks passed
webhive pushed a commit to webhive/zeroclaw that referenced this pull request Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants