| Monorepo | monorepo.md | Cross-package layout, build/test commands, changesets release flow, shared conventions |
| Server Architecture | server-architecture.md | Module layout, feature domains, route registration, config schema |
| Admin Config | admin-config.md | ADMIN_CONFIG_FIELDS registry, admin REST surface, admin UI styling (admin-redesign.css) |
| MCP Settings | mcp-settings.md | Workspace MCP merge (global + workspace), allow-list, secrets boundary |
| EnDev xDPU | endev.md | Workspace eligibility cache, REST status/revalidate, skill surfacing |
| CoC Service (Windows) | coc-service.md | Manage-CoCService.ps1 Task Scheduler service, devtunnel integration, logs |
| Ralph | ralph.md | Iterative execution session journal, writer protocol, size cap, promote-to-ralph endpoint |
| Loops | loops.md | Recurring follow-ups, executor, circuit breakers, REST API, dashboard integration |
| Memory System | memory-system.md | Bounded memory, capture mode, candidate ranking, promotion, recall index |
| LLM Tools | llm-tools.md | Tool registry, per-invocation factories, permissions, web search |
| SDK Wrapper | sdk-wrapper.md | coc-agent-sdk package: Copilot + Codex providers, ISDKService, SDKServiceRegistry, session lifecycle, streaming state machine, MCP config, model registry |
| Process Store | process-store.md | SQLite schema, FTS5 search, seen-state, pin/archive, prompt autocomplete |
| Workflow Engine | workflow-engine.md | DAG executor, compiler, node types, concurrency, skill resolution |
| Deep Wiki | deep-wiki.md | Six-phase pipeline, caching, themes, CLI commands, core concepts |
| REST API | rest-api.md | Endpoint catalog organized by domain |
| Streaming & Real-Time | streaming-architecture.md | SSE, WebSocket, ProcessStore event channels, container relay |
| Dashboard SPA | dashboard-spa.md | React component tree, hooks, contexts, feature modules |
| Prompt Autocomplete | prompt-autocomplete.md | Inline ghost-text, AI/history modes, caching, REST API, privacy |
| Chat Prompt History | chat-prompt-history.md | Up/Down arrow navigation, workspace-scoped history, REST API |
| Wiki Serving | wiki-serving.md | WikiManager, TF-IDF context retrieval, AI Q&A sessions, file watching |
| Remote Servers | remote-servers.md | DevTunnel integration, connection lifecycle, server registry |
| Task Comments | task-comments.md | Inline commenting, categories, anchoring, AI prompt generation |
| Notes Sync | sync.md | Git-backed My Work/My Life sync, AI conflict resolution, periodic scheduling |