This repository was archived by the owner on Mar 11, 2026. It is now read-only.
feat: Mission Control Phase 2-3 + Telegram bot on CHARLIE#135
Merged
Mikecranesync merged 1 commit intomainfrom Mar 9, 2026
Merged
feat: Mission Control Phase 2-3 + Telegram bot on CHARLIE#135Mikecranesync merged 1 commit intomainfrom
Mikecranesync merged 1 commit intomainfrom
Conversation
- Wire up Mission Control frontend: Chat Relay, Shell Terminal, Git Forensics, QuickActions, Agent/Collector status badges - Fix 6 pre-existing TS build errors (unused imports, untyped hooks) - Fix claude relay 502 (/files/write → /file/write endpoint) - Add backend shell exec + claude relay + static file serving - Create 57-assertion Playwright E2E test covering all 7 pages - Deploy @Tony_Macaroni_bot on CHARLIE (polling mode, Groq LLM) - Add connection timeouts to telegram_bot.py builder - Deprecate VPS from JARVIS_NODES, update CLUSTER.md + ENDPOINT_MAP - Write ops trace for VPS → CHARLIE Telegram migration Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Mikecranesync
added a commit
that referenced
this pull request
Mar 9, 2026
…triage - CLAUDE.md: Added Active Focus Window section between Cluster Ops and VPS Protocol - 12 IN SCOPE paths defined (Telegram bot money path) - 12+ OUT OF SCOPE paths locked (submodules, infra, demos, antfarm) - 7 PRs tagged post-v1 via GitHub labels - PR #135 merged (Telegram bot on CHARLIE) - Ops trace: docs/ops/traces/2026-03-08-revenue-focus-lockdown.md Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
4 tasks
Mikecranesync
added a commit
that referenced
this pull request
Mar 9, 2026
…triage (#136) - CLAUDE.md: Added Active Focus Window section between Cluster Ops and VPS Protocol - 12 IN SCOPE paths defined (Telegram bot money path) - 12+ OUT OF SCOPE paths locked (submodules, infra, demos, antfarm) - 7 PRs tagged post-v1 via GitHub labels - PR #135 merged (Telegram bot on CHARLIE) - Ops trace: docs/ops/traces/2026-03-08-revenue-focus-lockdown.md Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
/file/writeendpoint typo that caused 502sservices/troubleshoot/adapters/telegram_bot.pywith Groq LLM, connection timeouts addedTest plan
npm run buildinapps/mission-control/frontend/passes (0 TS errors)node apps/mission-control/frontend/tests/e2e/mission-control.spec.mjs— 57/57 pass🤖 Generated with Claude Code