Complete reference documentation for Claude MPM systems and architecture.
Claude MPM now uses git-first architecture for agent deployment:
- 4-Tier Discovery System: Local project → Git sources (by priority) → Built-in fallback
- ETag-Based Caching: Intelligent HTTP caching reduces bandwidth by 95%+
- Priority-Based Resolution: Multiple repositories with configurable precedence
- Automatic Sync: Agents update from Git on startup (non-blocking)
Technical Documentation:
- Agent Source Commands CLI Reference - Complete command reference
- Agent Sources API - Python API and architecture
- Migration Guide - Upgrading from v4.4.x
- Agent Source Commands CLI Reference - ⭐ Complete CLI reference for
agent-sourcecommands (v4.5.0+) - Agent Sources API - ⭐ Technical API reference for git-first agent system (v4.5.0+)
- Doctor Command CLI Reference - Complete CLI reference for doctor command
- Configuration - Complete configuration reference for Claude MPM
- Deployment Guide - Complete deployment procedures and release management
- Slash Commands Reference - Complete slash commands reference
- Project Structure - Codebase organization and file placement
- Services Reference - Service-oriented architecture details
- Memory System - Memory and context management
- Testing & QA - Testing standards and quality assurance
- Skills Quick Reference - Quick reference for Claude Code skills deployment
- Homebrew Troubleshooting - Homebrew tap integration issues
- Structured Questions API - Complete API reference for structured questions framework
- Structured Questions Templates - Catalog of available question templates
System Diagnostics:
- Doctor Command CLI Reference - Complete CLI reference (NEW)
- Doctor Command Guide - User guide and troubleshooting (NEW)
- Slash Commands Reference - Complete slash commands reference
System Architecture:
- Services Reference - Five service domains
- Project Structure - Code organization
- Architecture Overview - System design
Operations:
- Configuration - Configuration options and settings
- Deployment Guide - Release procedures
- Memory System - Context management
- Testing Guide - Quality standards
- Skills Quick Reference - Skills deployment commands
Skills & Agents:
- Git-First Agent Architecture (v4.5.0+):
- Agent Source Commands CLI - Complete command reference
- Agent Sources API - Python API and architecture
- Agent Sources User Guide - User guide with examples
- Migration Guide - Upgrading from v4.4.x
- Skills System:
- Skills Quick Reference - Command reference for skill deployment
- Research Agent - Skill detection and recommendations
- Skills Deployment Guide - Comprehensive deployment guide
Development:
- Testing & QA - Testing requirements
- Code Formatting - Code standards
- API Reference - API documentation
- Developer Documentation - Complete developer guide
- User Documentation - End-user documentation
- Documentation Hub - All documentation
For technical implementation details: See Developer Documentation