feat(app): add private Session notifications - #90
Merged
Conversation
Keep the current 550-line workspace contract required by the combined mobile, PWA, and work-mode shell.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Security and privacy
p256dh, andauthvalues are AES-256-GCM encrypted with a local 0600 key; DB directory/file/key modes are repaired to 0700/0600/0600.Verification
bun test— 389 passed, 4 opt-in integrations skippedbun run --cwd app check— 0 errors, 0 warningsHUE_E2E_PORT=4493 bun run --cwd app test:e2e— 55 passedgit diff --check— passedDevice evidence
Browser integration is verified. Closed installed-PWA Web Push, Android notification-channel behavior, and Wear OS mirroring remain real-device/emulator evidence and continue in #86; no physical-device claim is made here.
Stack
Depends on #89, which depends on #87. Merge in that order, then retarget/reverify each stacked PR.
Closes #84