refactor: strip Ghost to MCP-only server (v0.8.0)#149
Conversation
Remove TUI, Telegram bot, HTTP server, voice, Google integrations, scheduler, GitHub monitor, briefing, orchestrator, tool registry, prompt builder, mode system, project context, and VSCode extension. Keep: MCP server, memory store, reflection/consolidation, embedding, mcpinit/hook, claudeimport, selfupdate, config, ai client, provider interfaces. Update Dockerfile CMD from "serve" to "mcp". Update README to reflect MCP-focused repositioning. Closes #149 (mcp-only refactor per spec docs/superpowers/specs/2026-04-18-ghost-mcp-only-strip.md)
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 30 minutes and 36 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (5)
📒 Files selected for processing (125)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
What stays
memory,mcpserver,mcpinit,embedding,reflection(consolidators only),claudeimport,config,ai,selfupdate,providerTest plan
go build ./cmd/ghost/— cleango vet ./...— cleango test ./...— all passSpec:
docs/superpowers/specs/2026-04-18-ghost-mcp-only-strip.md