fix: close deployment, sync, privacy, and CI issues - #8
Merged
Conversation
Add native CI for pushes and pull requests while disabling the obsolete GitLab placeholder pipeline. Serve the Docker build through a Node runtime that owns a validated, rate-limited OpenRouter proxy and keeps the key server-side. Add client-aware AI throttling to the Vercel function, reconcile local and cloud progress by snapshot timestamps, and expose only aggregate leaderboard fields. Update tests and deployment documentation.
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Keep the lockfile synchronized with package.json so clean npm ci installs work on GitHub Actions and Docker builds.
Add the root @emnapi/runtime package entry required by clean Linux npm ci installs, which was absent after the platform-specific optional dependency resolution.
This was referenced Aug 12, 2026
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.
Closes #3\nCloses #4\nCloses #5\nCloses #6\nCloses #7\n\nSummary:\n- add native push/PR CI and retire placeholder GitLab deployment jobs\n- add a supported Docker Node runtime with a server-side, rate-limited AI proxy\n- add request throttling to the Vercel chat function\n- reconcile local/cloud progress using deterministic timestamps\n- expose only explicit leaderboard aggregates\n- track, cancel, and scrub worker tokens on logout/shutdown\n\nVerification: npm run build; node --check server/chat-proxy.mjs; Python-side equivalent fixes are in the Discord repository.