Add Vultr-hosted activity dashboard for remote + local agent sessions#16
Closed
noelsaw1 wants to merge 1 commit into
Closed
Add Vultr-hosted activity dashboard for remote + local agent sessions#16noelsaw1 wants to merge 1 commit into
noelsaw1 wants to merge 1 commit into
Conversation
Fuses GitHub remote activity (Claude Code cloud, Codex Cloud, Lovable) with local VS Code agent work into a single status page so all in-flight work is visible from one URL. Designed to live on the Vultr host alongside Production Sleuth (port 2030 vs Sleuth's 2020). - src/rebalance/web/ — FastAPI app with /, /api/activity, /api/refresh, /api/health. Background ingest loop runs every 10 min; manual refresh button triggers immediate cycle. Optional HTTP basic auth. - src/rebalance/ingest/github_workflows.py — new workflow_runs ingester fills the gap left by check-runs-only capture. - src/rebalance/ingest/agent_tags.py — pure classifier tags each row as claude-cloud / codex-cloud / lovable / local-vscode / human via branch prefix and author/co-author trailers. - db.py — additive github_workflow_runs table (no migration of existing tables). - deploy/ — systemd unit, env template, mirror-pull timer, INSTALL.md. - 20 new unit tests cover the classifier, workflow upserts, feed builder, device-pulse reader. https://claude.ai/code/session_01FcfHCm7WZJhwPXJh6fwSzB
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.
Fuses GitHub remote activity (Claude Code cloud, Codex Cloud, Lovable) with
local VS Code agent work into a single status page so all in-flight work is
visible from one URL. Designed to live on the Vultr host alongside Production
Sleuth (port 2030 vs Sleuth's 2020).
/api/health. Background ingest loop runs every 10 min; manual refresh
button triggers immediate cycle. Optional HTTP basic auth.
fills the gap left by check-runs-only capture.
claude-cloud / codex-cloud / lovable / local-vscode / human via branch
prefix and author/co-author trailers.
tables).
device-pulse reader.
https://claude.ai/code/session_01FcfHCm7WZJhwPXJh6fwSzB