Open
Conversation
Add server-side Bun WebSocket keepalive (idleTimeout: 40, sendPings: true) and application-level ping/pong heartbeat to prevent iOS Safari from throttling idle connections over Tailscale. Adds profile logging to the session switch path (client and server) to diagnose latency. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Nightshift-Task: privacy-policy Nightshift-Ref: https://github.com/marcus/nightshift
Nightshift-Task: privacy-policy Nightshift-Ref: https://github.com/marcus/nightshift
Nightshift-Task: privacy-policy Nightshift-Ref: https://github.com/marcus/nightshift
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
docs/privacy-policy.mdwith machine-stable claim IDs (PP-001..PP-005)src/server/privacyPolicyChecker.tsand CLIbun run privacy:checkscripts/test-runner.tsso it runs in standardbun run testsrc/server/__tests__/privacyPolicyChecker.test.tsREADME.mdEnforced Claims
PP-001: denylisted telemetry/analytics dependencies are rejected inpackage.jsonPP-002: runtimefetch()targets insrc/clientandsrc/servermust be local-relativePP-003:/api/paste-imagemust assign/tmppath, perform a write operation, and return{ path: filepath }PP-004: persisted Zustand stores across all runtimesrc/clientfiles must usecreateJSONStorage(() => safeStorage);safeStoragemust include in-memory fallback for unavailable/throwinglocalStoragePP-005: default DB/log paths must resolve under~/.agentboardLimitations
Validation
bun run lint && bun run typecheck && bun run test