Skip to content

feat(presence): distinguish notifier liveness from activity#230

Merged
avivsinai merged 1 commit into
mainfrom
fix/issue-206-presence-source
Jul 11, 2026
Merged

feat(presence): distinguish notifier liveness from activity#230
avivsinai merged 1 commit into
mainfrom
fix/issue-206-presence-source

Conversation

@avivsinai

Copy link
Copy Markdown
Owner

Summary

  • classify a verified wake process as notifier_live and fresh last_seen as recent_activity
  • expose the source in who and doctor --ops without implying message consumption
  • document daemon-free systemd and launchd supervision for separate wake and monitor processes

Verification

  • make ci
  • go test -race ./...
  • GOOS=windows go build ./...
  • GOOS=freebsd go build ./...
  • gitleaks dir --no-banner --redact --exit-code 1 .

Closes #206

@avivsinai avivsinai merged commit a8d9b8f into main Jul 11, 2026
5 checks passed
@avivsinai avivsinai deleted the fix/issue-206-presence-source branch July 11, 2026 19:43
avivsinai added a commit that referenced this pull request Jul 11, 2026
🤖 I have created a release *beep* *boop*
---


##
[0.43.0](v0.42.1...v0.43.0)
(2026-07-11)


### Features

* **doctor:** detect mailbox divergence across worktrees
([#228](#228))
([db99e78](db99e78)),
closes
[#207](#207)
* **presence:** distinguish notifier liveness from activity
([#230](#230))
([a8d9b8f](a8d9b8f)),
closes
[#206](#206)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
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.

who/doctor: distinguish verified live notifier from recent activity

1 participant