pouyahasanamreji/continuum ? reverse-engineered prompt
Reverse engineered prompt
Build me a local first app that helps coding agents share memory and coordinate work across chats.
I want one local server that exposes MCP tools so Claude Code, Codex, Cline, or Cursor can all point at it. It should keep a persistent knowledge base in SQLite with semantic search, store lessons from past work, and let an agent ask for relevant memory before starting a task. It should also track dispatched agents, their status, and any reserved files or paths so two agents do not step on each other.
Please include a simple web dashboard where I can browse projects, agents, the workflow plan, and saved knowledge, plus an API I can use directly. Make it work fully on my machine with no SaaS, no telemetry, and no extra setup if possible. If you need to look up current docs online for MCP or any library details, go ahead.