AI-powered pipeline orchestrator for Claude Code. Plans multi-wave workflows, delegates to specialized agents, streams progress live, and recovers from failures automatically — with sprint-based delivery.
When context compaction hits, your session state vanishes. Tasks disappear. Agents lose coordination. You start over.
A complete orchestration layer built from the ground up for multi-agent Claude Code workflows.
Submit instructions & documents. An LLM planner generates a multi-wave execution plan, then each wave runs with parallel steps. A decision engine handles retry, fallback, skip, or human escalation.
CorePipelines are organized into sprints. Each sprint tracks git commits, generates AI-evaluated reports with objectives met, files changed, and duration. Optional PR creation at sprint boundaries.
DeliveryPlan pipelines with Claude CLI, Codex CLI, Gemini CLI (local, no API key), MiniMax, ZhipuAI, or Moonshot (cloud APIs). Configure from dashboard or API.
FlexibilityReal-time LLM output during planning and execution. Terminal-style viewer with auto-scroll. SSE streaming for API providers, file polling for CLI providers.
Real-TimeSelf-healing pipeline worker (10s cycle). Detects orphan steps, requeues stuck jobs, recovers from service restarts. Retry limit prevents infinite loops.
ResilienceRegression guards auto-inject after each wave. Guards produce structured observations with priority levels. HIGH/MEDIUM trigger improvement waves automatically.
QualityNext.js 16 + React 19 + Three.js. 3D Neural Constellation cockpit, pipeline viewer, wave timelines, agent topology, token analytics, activity heatmaps, settings panel.
Monitoring4-layer defense: local monitor, API health checks, stop guard, compact save/restore. Full session state persists through context compaction. Every action logged.
MemorySingle-command deployment with docker compose up -d. PostgreSQL schema auto-applies. All 5 services containerized with health checks and volume persistence.
Ships with 65 agent definitions, 58 skill packages, 9 rule files, and orchestration CLAUDE.md. dcm install sets up everything in ~/.claude/.
Topics, subscriptions, and blocking dependencies. Agents communicate, coordinate, and share results. Routing intelligence learns from feedback loops.
OrchestrationReal-time event streaming with HMAC auth and channel subscriptions. Dashboard updates instantly via PostgreSQL LISTEN/NOTIFY bridge and Redis pub/sub.
Real-TimeDCM runs as five coordinated services alongside Claude Code, connected through PostgreSQL events and Redis pub/sub.
18 pages of real-time insight into your pipelines and Claude Code sessions, from 3D neural cockpit to sprint timelines.
Built with the latest tools, optimized for speed and developer experience.
Recent releases and what changed.
dcm install step 5d copies all assets to ~/.claude/docker compose up -dOne CLI handles everything: dependencies, database, hooks, and services.
# Clone the repository git clone https://github.com/ronylicha/Claude-DCM.git cd Claude-DCM/context-manager # Install everything (deps, DB, hooks, agents, skills, supervisor) ./dcm install # Start all 5 services ./dcm start # Verify health ./dcm status # Open the dashboard open http://localhost:3848
# Clone and start with Docker git clone https://github.com/ronylicha/Claude-DCM.git cd Claude-DCM # Start all services (PostgreSQL, Redis, API, WebSocket, Dashboard) docker compose up -d # Check service health docker compose ps
Open source. Self-hosted. Yours to extend.