claude-mpm 3.8.1__py3-none-any.whl → 3.9.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,200 @@
1
+ Metadata-Version: 2.4
2
+ Name: claude-mpm
3
+ Version: 3.9.0
4
+ Summary: Claude Multi-agent Project Manager - Clean orchestration with ticket management
5
+ Home-page: https://github.com/bobmatnyc/claude-mpm
6
+ Author: Claude MPM Team
7
+ Author-email: bob@matsuoka.com
8
+ License: MIT
9
+ Keywords: claude,orchestration,multi-agent,ticket-management
10
+ Classifier: Development Status :: 3 - Alpha
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: License :: OSI Approved :: MIT License
13
+ Classifier: Programming Language :: Python :: 3
14
+ Classifier: Programming Language :: Python :: 3.8
15
+ Classifier: Programming Language :: Python :: 3.9
16
+ Classifier: Programming Language :: Python :: 3.10
17
+ Classifier: Programming Language :: Python :: 3.11
18
+ Classifier: Programming Language :: Python :: 3.12
19
+ Requires-Python: >=3.8
20
+ Description-Content-Type: text/markdown
21
+ License-File: LICENSE
22
+ Requires-Dist: ai-trackdown-pytools>=1.4.0
23
+ Requires-Dist: pyyaml>=6.0
24
+ Requires-Dist: python-dotenv>=0.19.0
25
+ Requires-Dist: click>=8.0.0
26
+ Requires-Dist: pexpect>=4.8.0
27
+ Requires-Dist: psutil>=5.9.0
28
+ Requires-Dist: requests>=2.25.0
29
+ Requires-Dist: flask>=3.0.0
30
+ Requires-Dist: flask-cors>=4.0.0
31
+ Requires-Dist: watchdog>=3.0.0
32
+ Requires-Dist: tree-sitter>=0.21.0
33
+ Requires-Dist: python-socketio>=5.11.0
34
+ Requires-Dist: aiohttp>=3.9.0
35
+ Requires-Dist: aiohttp-cors<0.8.0,>=0.7.0
36
+ Requires-Dist: python-engineio>=4.8.0
37
+ Requires-Dist: python-frontmatter>=1.0.0
38
+ Requires-Dist: mistune>=3.0.0
39
+ Requires-Dist: aiofiles>=23.0.0
40
+ Provides-Extra: dev
41
+ Requires-Dist: pytest>=7.0; extra == "dev"
42
+ Requires-Dist: pytest-asyncio; extra == "dev"
43
+ Requires-Dist: pytest-cov; extra == "dev"
44
+ Requires-Dist: black; extra == "dev"
45
+ Requires-Dist: flake8; extra == "dev"
46
+ Requires-Dist: mypy; extra == "dev"
47
+ Provides-Extra: docs
48
+ Requires-Dist: sphinx>=7.2.0; extra == "docs"
49
+ Requires-Dist: sphinx-rtd-theme>=1.3.0; extra == "docs"
50
+ Requires-Dist: sphinx-autobuild>=2021.3.14; extra == "docs"
51
+ Provides-Extra: monitor
52
+ Provides-Extra: agents
53
+ Requires-Dist: bandit>=1.7.5; extra == "agents"
54
+ Requires-Dist: black>=23.0.0; extra == "agents"
55
+ Requires-Dist: commitizen>=3.13.0; extra == "agents"
56
+ Requires-Dist: dask>=2023.12.0; extra == "agents"
57
+ Requires-Dist: detect-secrets>=1.4.0; extra == "agents"
58
+ Requires-Dist: diagrams>=0.23.0; extra == "agents"
59
+ Requires-Dist: docstring-parser>=0.15.0; extra == "agents"
60
+ Requires-Dist: faker>=20.0.0; extra == "agents"
61
+ Requires-Dist: gitlint>=0.19.0; extra == "agents"
62
+ Requires-Dist: gitpython>=3.1.40; extra == "agents"
63
+ Requires-Dist: hypothesis>=6.92.0; extra == "agents"
64
+ Requires-Dist: isort>=5.12.0; extra == "agents"
65
+ Requires-Dist: lizard>=1.17.0; extra == "agents"
66
+ Requires-Dist: mermaid-py>=0.2.0; extra == "agents"
67
+ Requires-Dist: mkdocs>=1.5.0; extra == "agents"
68
+ Requires-Dist: mutmut>=2.4.0; extra == "agents"
69
+ Requires-Dist: mypy>=1.8.0; extra == "agents"
70
+ Requires-Dist: pandas>=2.1.0; extra == "agents"
71
+ Requires-Dist: pre-commit>=3.5.0; extra == "agents"
72
+ Requires-Dist: prometheus-client>=0.19.0; extra == "agents"
73
+ Requires-Dist: pydoc-markdown>=4.8.0; extra == "agents"
74
+ Requires-Dist: pydriller>=2.5.0; extra == "agents"
75
+ Requires-Dist: pygments>=2.17.0; extra == "agents"
76
+ Requires-Dist: pytest>=7.4.0; extra == "agents"
77
+ Requires-Dist: pytest-benchmark>=4.0.0; extra == "agents"
78
+ Requires-Dist: pytest-cov>=4.1.0; extra == "agents"
79
+ Requires-Dist: radon>=6.0.0; extra == "agents"
80
+ Requires-Dist: rope>=1.11.0; extra == "agents"
81
+ Requires-Dist: sphinx>=7.2.0; extra == "agents"
82
+ Requires-Dist: sqlalchemy>=2.0.0; extra == "agents"
83
+ Requires-Dist: sqlparse>=0.4.4; extra == "agents"
84
+ Requires-Dist: tree-sitter>=0.21.0; extra == "agents"
85
+ Requires-Dist: tree-sitter-python>=0.21.0; extra == "agents"
86
+ Requires-Dist: tree-sitter-javascript>=0.21.0; extra == "agents"
87
+ Requires-Dist: tree-sitter-typescript>=0.21.0; extra == "agents"
88
+ Requires-Dist: tree-sitter-go>=0.21.0; extra == "agents"
89
+ Requires-Dist: tree-sitter-rust>=0.21.0; extra == "agents"
90
+ Requires-Dist: tree-sitter-java>=0.21.0; extra == "agents"
91
+ Requires-Dist: tree-sitter-cpp>=0.21.0; extra == "agents"
92
+ Requires-Dist: tree-sitter-c>=0.21.0; extra == "agents"
93
+ Requires-Dist: tree-sitter-ruby>=0.21.0; extra == "agents"
94
+ Requires-Dist: tree-sitter-php>=0.21.0; extra == "agents"
95
+ Dynamic: author-email
96
+ Dynamic: home-page
97
+ Dynamic: license-file
98
+ Dynamic: requires-python
99
+
100
+ # Claude MPM - Multi-Agent Project Manager
101
+
102
+ A powerful orchestration framework for Claude Code that enables multi-agent workflows, session management, and real-time monitoring through an intuitive interface.
103
+
104
+ > **Quick Start**: See [QUICKSTART.md](QUICKSTART.md) to get running in 5 minutes!
105
+
106
+ ## Features
107
+
108
+ - 🤖 **Multi-Agent System**: Automatically delegates tasks to specialized agents (PM, Research, Engineer, QA, Documentation, Security, Ops, Data Engineer, Test Integration, Version Control)
109
+ - 🧠 **Agent Memory System**: Persistent learning with project-specific knowledge retention
110
+ - 🔄 **Session Management**: Resume previous sessions with `--resume`
111
+ - 📊 **Real-Time Monitoring**: Live dashboard with `--monitor` flag
112
+ - 📁 **Multi-Project Support**: Per-session working directories
113
+ - 🔍 **Git Integration**: View diffs and track changes across projects
114
+ - 🎯 **Smart Task Orchestration**: PM agent intelligently routes work to specialists
115
+
116
+ ## Quick Installation
117
+
118
+ ```bash
119
+ pip install claude-mpm
120
+ ```
121
+
122
+ **That's it!** See [QUICKSTART.md](QUICKSTART.md) for immediate usage or [docs/user/installation.md](docs/user/installation.md) for advanced options.
123
+
124
+ ## Quick Usage
125
+
126
+ ```bash
127
+ # Start interactive mode (recommended)
128
+ claude-mpm
129
+
130
+ # Start with monitoring dashboard
131
+ claude-mpm run --monitor
132
+ ```
133
+
134
+ See [QUICKSTART.md](QUICKSTART.md) for complete usage examples.
135
+
136
+
137
+ ## Architecture
138
+
139
+ Claude MPM v3.8.2+ features a **modern service-oriented architecture** with interface-based design, dependency injection, and intelligent caching for 50-80% performance improvements.
140
+
141
+ See [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md) for detailed architecture information.
142
+
143
+ ## Key Capabilities
144
+
145
+ ### Multi-Agent Orchestration
146
+ The PM agent automatically delegates work to specialized agents including Research, Engineer, QA, Documentation, Security, Ops, Data Engineer, Test Integration, and Version Control.
147
+
148
+ ### Agent Memory System
149
+ Agents learn project-specific patterns and remember insights across sessions. Initialize with `claude-mpm memory init`.
150
+
151
+ ### Real-Time Monitoring
152
+ The `--monitor` flag opens a web dashboard showing live agent activity, file operations, and session management.
153
+
154
+ See [docs/MEMORY.md](docs/MEMORY.md) and [docs/developer/11-dashboard/README.md](docs/developer/11-dashboard/README.md) for details.
155
+
156
+
157
+ ## Documentation
158
+
159
+ ### User Documentation
160
+ - **[Quick Start Guide](QUICKSTART.md)** - Get running in 5 minutes
161
+ - **[Installation Guide](docs/user/installation.md)** - Complete installation options
162
+ - **[User Guide](docs/user/)** - Detailed usage documentation
163
+ - **[Memory System](docs/MEMORY.md)** - Agent memory documentation
164
+ - **[Troubleshooting](docs/user/troubleshooting.md)** - Common issues and solutions
165
+
166
+ ### Developer Documentation
167
+ - **[Architecture Overview](docs/ARCHITECTURE.md)** - Service-oriented architecture and design
168
+ - **[API Reference](docs/api/)** - Complete API documentation with Sphinx
169
+ - **[Service Layer Guide](docs/developer/SERVICES.md)** - Service interfaces and implementations
170
+ - **[Performance Guide](docs/PERFORMANCE.md)** - Optimization and caching strategies
171
+ - **[Security Guide](docs/SECURITY.md)** - Security framework and best practices
172
+ - **[Testing Guide](docs/TESTING.md)** - Testing patterns and strategies
173
+ - **[Migration Guide](docs/MIGRATION.md)** - Upgrading from previous versions
174
+ - **[Developer Guide](docs/developer/)** - Comprehensive development documentation
175
+
176
+ ### API Documentation
177
+ Comprehensive API documentation is available at [docs/api/](docs/api/) - build with `make html` in that directory.
178
+
179
+ ## Recent Updates (v3.8.2)
180
+
181
+ **Major Architecture Refactoring (TSK-0053)**: Complete service-oriented redesign with 50-80% performance improvements, enhanced security, and interface-based design.
182
+
183
+ See [CHANGELOG.md](CHANGELOG.md) for full history and [docs/MIGRATION.md](docs/MIGRATION.md) for upgrade instructions.
184
+
185
+ ## Development
186
+
187
+ ### Contributing
188
+ Contributions are welcome! Please see our [project structure guide](docs/STRUCTURE.md) and follow the established patterns.
189
+
190
+ ### Project Structure
191
+ See [docs/STRUCTURE.md](docs/STRUCTURE.md) for codebase organization.
192
+
193
+ ### License
194
+ MIT License - see [LICENSE](LICENSE) file.
195
+
196
+ ## Credits
197
+
198
+ - Based on [claude-multiagent-pm](https://github.com/kfsone/claude-multiagent-pm)
199
+ - Enhanced for [Claude Code](https://docs.anthropic.com/en/docs/claude-code) integration
200
+ - Built with ❤️ by the Claude MPM community
@@ -1,4 +1,4 @@
1
- claude_mpm/VERSION,sha256=g2awpqK9GPuvghdl5JCLhAj7r-O6li59azK4ueBIYlQ,6
1
+ claude_mpm/VERSION,sha256=XA-ecQ1vWbtZmARE89xYiG_FZKCi2KHVNNMpa-LGfag,6
2
2
  claude_mpm/__init__.py,sha256=ix_J0PHZBz37nVBDEYJmLpwnURlWuBKKQ8rK_00TFpk,964
3
3
  claude_mpm/__main__.py,sha256=8IcM9tEbTqSN_er04eKTPX3AGo6qzRiTnPI7KfIf7rw,641
4
4
  claude_mpm/constants.py,sha256=xdYTQfOdrnp_fp2A-P4gA68X-XMq29cCwF6Xdwg3oQE,5217
@@ -8,7 +8,7 @@ claude_mpm/ticket_wrapper.py,sha256=bWjLReYyuHSBguuiRm1d52rHYNHqrPJAOLUbMt4CnuM,
8
8
  claude_mpm/agents/BASE_AGENT_TEMPLATE.md,sha256=VbIyiYPTpYB4FnhultZjjnlqfKKMcPywchTCVKWqE-s,6205
9
9
  claude_mpm/agents/BASE_PM.md,sha256=WxBF_Mif5a9hdXdr6m9K5X3KWQ6QKywk19pDV_SHNXI,5905
10
10
  claude_mpm/agents/INSTRUCTIONS.md,sha256=k5VfQUeUCJYxzav6MvtmC-D3XgIH3B_4HSgWuOfz_UQ,8305
11
- claude_mpm/agents/MEMORY.md,sha256=Kohnu829PYJmwSEnvYTRg6ltPCq77qMJ7F-AwRnNnW4,2982
11
+ claude_mpm/agents/MEMORY.md,sha256=1Y-O_fSsbp7rSVhiC5QAHncPEr4RFvDk3Vvrd8bGedk,3207
12
12
  claude_mpm/agents/WORKFLOW.md,sha256=lQvJzacWNr24qML5MjfnY4xlvYPuRRF6A3nEXTolosc,2693
13
13
  claude_mpm/agents/__init__.py,sha256=r-p7ervzjLPD7_8dm2tXX_fwvdTZy6KwKA03ofxN3sA,3275
14
14
  claude_mpm/agents/agent_loader.py,sha256=DgY0CMShaxdANV5GYT1Bd-lYizRKz89KpuR89VRx9GY,59534
@@ -30,7 +30,7 @@ claude_mpm/agents/templates/ops.json,sha256=pXDc2RUQVv5qqDtZ9LGHXYFoccNkH5mBYIYH
30
30
  claude_mpm/agents/templates/qa.json,sha256=ObztCsMr9haahOaHvaLDRHYj1TZwRxECuzluKscUb_M,10807
31
31
  claude_mpm/agents/templates/research.json,sha256=fQt8m1jS_qiowa239AiYkbJ2ab3bKZ2Pi8cG0eRCV2Y,15319
32
32
  claude_mpm/agents/templates/security.json,sha256=KAJOIZeYUPbnC83S2q7ufwdmpS1xrEwWW6H9bvSNVdo,12349
33
- claude_mpm/agents/templates/ticketing.json,sha256=QnLtEQjQ43JDoSWNEDN2R_nrvIsW4quA9fSPCY9cbZE,28255
33
+ claude_mpm/agents/templates/ticketing.json,sha256=Kt9lyIXP5R_XTFrTH9ePkkPDnj9y4s-CQv7y4Hy2QVc,30054
34
34
  claude_mpm/agents/templates/version_control.json,sha256=yaRwaFA2JjMzCfGki2RIylKytjiVcn-lJKJ3jzTbuyY,11692
35
35
  claude_mpm/agents/templates/web_qa.json,sha256=4enHHY0KonWE7c2zS_P7JPoOG1foarMtI4CzUpZp49k,17634
36
36
  claude_mpm/agents/templates/web_ui.json,sha256=M4ILRYG_EhIilUcu93XVlO51BiVh72M4p7XvUbTqkcs,22752
@@ -53,7 +53,7 @@ claude_mpm/cli/parser.py,sha256=qdB3ImlWVJplw0eVGztEOi3zvLbHCKKZ3dNzrKULE-M,3070
53
53
  claude_mpm/cli/ticket_cli.py,sha256=Jftgan7t7ZGNWo9zuZoPcw5zItCrVpBjPSOWz3FuIXE,919
54
54
  claude_mpm/cli/utils.py,sha256=qNIbQcA6iE46lsve-GyoIw6eyd9ksHZz3tQA4bSmtt8,6325
55
55
  claude_mpm/cli/commands/__init__.py,sha256=INWIDbjUthoUNwu2DnmFQPlvXwo7rfZbSsI6SFXyCAQ,671
56
- claude_mpm/cli/commands/agents.py,sha256=zDmoUxhZVqFtOJc7FInWJWSR2gJz85Or2Dv2-aos0NY,33461
56
+ claude_mpm/cli/commands/agents.py,sha256=E8Nyn2NyZqpHmQiK9t7-r1AfcCZFKLFMsKuo6Ed5T08,33831
57
57
  claude_mpm/cli/commands/aggregate.py,sha256=rFFIYlOosGnw_DvTuWKw_6sxJeYag3RdACPSz0RHZyE,14869
58
58
  claude_mpm/cli/commands/config.py,sha256=50LzTVlvR1LbeW25i-oSx4D6BZGa48DXuLLGXKhejyk,9919
59
59
  claude_mpm/cli/commands/info.py,sha256=ETL6jC08OTQVTPjs219Y0m3FzfKOUlI0-yI81AI8FXY,2990
@@ -76,17 +76,17 @@ claude_mpm/core/agent_session_manager.py,sha256=6alXQr4gnMR-unT4J1ryEtTxJqQolA0-
76
76
  claude_mpm/core/base_service.py,sha256=qWI_rUybHmmKroptJxcE4rzPBhK8yeMKIt2JqnqJB7E,29125
77
77
  claude_mpm/core/cache.py,sha256=QoDzPSs6LFA4aKvoBe_PYdTLn0KbIYL4YlN-Z2iiPoc,18164
78
78
  claude_mpm/core/claude_runner.py,sha256=stIDHiyCRhl456QvqGGn03h1qZCyzsvoqM3BtOaLa6E,64885
79
- claude_mpm/core/config.py,sha256=JsoRR32POBKZkEUWOhVR4lbDb-YlUYqJ8Pl-0cjMU2g,28661
79
+ claude_mpm/core/config.py,sha256=G-vvQ9SjC8t6vlrvNodAFrHVEMm71GSarLzXt52p78k,28700
80
80
  claude_mpm/core/config_aliases.py,sha256=uilRxeIVMY4ZM_I7lnUeR0n4_nmiOpW2jY2_aW4udNA,10105
81
81
  claude_mpm/core/config_paths.py,sha256=SwoB02p7GVw5pnEasC5wPyjfFZKxCsQvQmepRCpm-Es,4971
82
82
  claude_mpm/core/constants.py,sha256=kR_3uG7iW4vNk780xyYYE3LZ7ERZjCpAzELdFov-Fws,12106
83
- claude_mpm/core/container.py,sha256=wtKBDNd0NeXSys_wGmjLFYnEeRXBFswrw7FbZrnmGMM,30217
83
+ claude_mpm/core/container.py,sha256=csGqwkzqG6C6kyIYAYFd-BNZdZ4ISVOLo_Dq50KLgjU,33018
84
84
  claude_mpm/core/exceptions.py,sha256=6zmggUjH0rV9qOUUPJyAprHAaoM1xubK6C_4fp7f1xE,15065
85
85
  claude_mpm/core/factories.py,sha256=hdC1BwS8gIYXt7NxoJxas3URIPxkWU8FcRbuy31ctB0,6310
86
- claude_mpm/core/framework_loader.py,sha256=LZSwPw8NWKoQ8k_pIUwoADwYtp7yA6mM4Ff2e6L6qaw,32280
86
+ claude_mpm/core/framework_loader.py,sha256=DWpwuyq-4dEUZwSjz-P_YawNZrI8CJSPwU7bYZAExdM,34358
87
87
  claude_mpm/core/hook_manager.py,sha256=pVjVTu54FvpzI4F91VWX-hNStTeQelKCUM3qLjE8MhE,7045
88
88
  claude_mpm/core/injectable_service.py,sha256=7fOny9c6x8IJ9hVZmFql1eNDXXB1jcWbsxfTKbMZk74,7497
89
- claude_mpm/core/interactive_session.py,sha256=Hj7ES1MkJBkzxxCJa-zVp9kVOreJxxnjYTS7_mjEyA0,17035
89
+ claude_mpm/core/interactive_session.py,sha256=E9YUvM4CHrYW1B0eadmEoUXHuPcjzaPzvdTBOHLiK6c,19800
90
90
  claude_mpm/core/interfaces.py,sha256=9cUwfnnUCiRv-19BXJTZ2zPKMQRZVBVGGoRsx0wgWOE,27660
91
91
  claude_mpm/core/lazy.py,sha256=xxICDQI3U-sxVBPTIoTdkDLznalW8EczIrpR87YSNH0,15341
92
92
  claude_mpm/core/logger.py,sha256=d5pb81uIKGIw1TeEEI8yW5q4hqCVBUrq6Jjz6smW_7c,15916
@@ -153,12 +153,12 @@ claude_mpm/services/optimized_hook_service.py,sha256=GIh86NbOwdUQ2Fax6cf5kqcmBXy
153
153
  claude_mpm/services/project_analyzer.py,sha256=6mOt18BZaIRm5lzGWOS1bKUFtvaOxPb42CAw2iTzG8M,37297
154
154
  claude_mpm/services/project_registry.py,sha256=Nxs-c1YoinGW_evnHn6EmD9nwM5cMKERjeWpJOiUtoY,24608
155
155
  claude_mpm/services/recovery_manager.py,sha256=WW0GEbab71qJ80bhnzdYjgmOabi1S-Kj5toNqqr6Z7E,26180
156
- claude_mpm/services/response_tracker.py,sha256=QdktFGGuV653WYnDKbEiiGXfb_B8zVjRB0lS4I52TbI,9047
156
+ claude_mpm/services/response_tracker.py,sha256=Ld-wAlKZS8fA3lP7KFkIicG3NBS5JGVuJH-cMmjtfwY,9045
157
157
  claude_mpm/services/socketio_client_manager.py,sha256=WAfCm5AzWo2sNjzJGWOhyvJv3ah-KiGAk7-rgl9V7FU,18344
158
158
  claude_mpm/services/socketio_server.py,sha256=C4uvt7BgtX8n_xE77CDPEdztygkZUEPqkLix0kcBB8k,90265
159
159
  claude_mpm/services/standalone_socketio_server.py,sha256=TfdtwdtlKA6cZyTon9O7zkSeu0H-1HpW0te7vu1r3o0,55214
160
- claude_mpm/services/ticket_manager.py,sha256=33w3UX87ld57Pa1NgjhjWBo1-zGeIrQOMpzLFAy4iFU,22299
161
- claude_mpm/services/ticket_manager_di.py,sha256=pIsIGncbboKzBYSRQTO7ZX5MuQzV6iFfIflvKe6u1jw,11123
160
+ claude_mpm/services/ticket_manager.py,sha256=5nKMOj5TVzIM_8RE3X2NvGSRAQNrIsi_UyGXv-ccG-k,22347
161
+ claude_mpm/services/ticket_manager_di.py,sha256=8vtk1QGLf0tEcTAhNPeuoJPc6f6_41_3tQHZKFF04Go,11162
162
162
  claude_mpm/services/ticketing_service_original.py,sha256=_GbPCPuIAlfxQGfmHN-LQ6sjuDk00eNdY7rlS4qhjI4,16745
163
163
  claude_mpm/services/agent/__init__.py,sha256=y1knypwvnU6fYoBOHO-if_Qb2HCzovin0EQmkJZQVdc,659
164
164
  claude_mpm/services/agent/deployment.py,sha256=xqPG-uGm2t2k5WyvvrPk6AmMpx0wmhq1agnLXEo0l94,111392
@@ -166,7 +166,7 @@ claude_mpm/services/agent/management.py,sha256=OKU6dxxR1x53I9eimlJPMUDV9Hbc-Urw5
166
166
  claude_mpm/services/agent/registry.py,sha256=jb-hIDGAoLWqBauS49N5Iin-nSozspGgUtb-gAROCfc,31570
167
167
  claude_mpm/services/agents/__init__.py,sha256=F5yJSTruNz0qiI2--oJIBO5-LoGQ6wXHvbt1sk-eVLU,2224
168
168
  claude_mpm/services/agents/deployment/__init__.py,sha256=PhQQ108KP9RoxLLh_8aoPIjmwJau3az_10cEoPDm7DQ,538
169
- claude_mpm/services/agents/deployment/agent_deployment.py,sha256=DdigRi0dqqOGCg1aWQw9ZA3IXvaqlFs8BW3YsIbBZw0,112322
169
+ claude_mpm/services/agents/deployment/agent_deployment.py,sha256=nKm25s7shMTxqKZ1aStYBvZWmwY2Y3yMZ9bB8LjSNK8,116982
170
170
  claude_mpm/services/agents/deployment/agent_lifecycle_manager.py,sha256=b7guIDwEiJNRWtaRx1PwusqZX5QCnXqq-tl5AQOFp7Y,50136
171
171
  claude_mpm/services/agents/deployment/agent_versioning.py,sha256=y4SiKGKdTn-9_Ht6nGlmKGJW6MLgEHZUy5SR1OPTZZM,1108
172
172
  claude_mpm/services/agents/deployment/async_agent_deployment.py,sha256=adD0XfNnxmHpTYRU9Ud4osmGvkp02ZQc8xELs-poxMM,24266
@@ -178,7 +178,7 @@ claude_mpm/services/agents/management/__init__.py,sha256=ZZm0jEdso59S72fw4O8jnU1
178
178
  claude_mpm/services/agents/management/agent_capabilities_generator.py,sha256=Q6oS7vHFnqhegpi8NuDRe8egL34Nan5ssh_HxLRW1ic,7075
179
179
  claude_mpm/services/agents/management/agent_management_service.py,sha256=OKU6dxxR1x53I9eimlJPMUDV9Hbc-Urw5gerCvM1nEk,23053
180
180
  claude_mpm/services/agents/memory/__init__.py,sha256=IzY-iU93_v9HBCHZ0UaSYkdLWXobFRLcjdJXd6iAuFY,455
181
- claude_mpm/services/agents/memory/agent_memory_manager.py,sha256=4BOLVV8b1zJISlGpQXJu6iYbYessGn9dYrstDz_0kE8,65035
181
+ claude_mpm/services/agents/memory/agent_memory_manager.py,sha256=0-lOzvPCDM7kZutuyBPyU_DtGrJnaLVNOlY-aloBBWw,65152
182
182
  claude_mpm/services/agents/memory/agent_persistence_service.py,sha256=B_Vz43zCKWq47zWkoibcia-Qwn2y3gARu7MV5Cpiptc,2893
183
183
  claude_mpm/services/agents/registry/__init__.py,sha256=_NsxGhhykoj0NecfA4o8XscrvpuMHBYaRmQearquF1c,632
184
184
  claude_mpm/services/agents/registry/agent_registry.py,sha256=jb-hIDGAoLWqBauS49N5Iin-nSozspGgUtb-gAROCfc,31570
@@ -190,10 +190,10 @@ claude_mpm/services/communication/websocket.py,sha256=WAfCm5AzWo2sNjzJGWOhyvJv3a
190
190
  claude_mpm/services/core/__init__.py,sha256=mWqf6wfzspDgrue_ktLkK12LyxNrJJCfMJP72TpQVoc,2420
191
191
  claude_mpm/services/core/base.py,sha256=mgv9p-hyIh6_3PIYvNBzEvOoKPd-9E04JlzKP2L1khc,7570
192
192
  claude_mpm/services/core/interfaces.py,sha256=V7B5gIqD2PAUqEYwo6eZQrqMY_rUaX_b75Xitrn_GKc,27205
193
- claude_mpm/services/framework_claude_md_generator/__init__.py,sha256=OtnwxLiJektfFtsKdkHM1X27rKkFiNd_rcf4843ziKw,7334
193
+ claude_mpm/services/framework_claude_md_generator/__init__.py,sha256=EkjJoBVFpJU5AgxDfmkwfjFML48mTup1InmavhpW0fI,7629
194
194
  claude_mpm/services/framework_claude_md_generator/content_assembler.py,sha256=DNMVz6Jvy7bxxa8WNL2h-JwrK89bJpuxXEI5xD1i8mY,6570
195
195
  claude_mpm/services/framework_claude_md_generator/content_validator.py,sha256=89QSGil9_NL15ci3HsVVQmfg7MZvsJS3i_ELP5yD-gA,4583
196
- claude_mpm/services/framework_claude_md_generator/deployment_manager.py,sha256=G0-JBMf7WH8VScCVUbXxSpmxBP_Qy_UX4TEgc4ajHFk,6187
196
+ claude_mpm/services/framework_claude_md_generator/deployment_manager.py,sha256=KQzoLliQWUhRQV223kQxICU7Z9MdZfo0ee8xCrxgYKI,6449
197
197
  claude_mpm/services/framework_claude_md_generator/section_manager.py,sha256=KbipmnUg7FD3YnVdUj4Ttrm3HMmWrDnjWC6fKX5D3tI,3222
198
198
  claude_mpm/services/framework_claude_md_generator/version_manager.py,sha256=VpJMieGEVkkKC6vyhHxKcUjPNzxBuPwD61lTyPJwxXM,4284
199
199
  claude_mpm/services/framework_claude_md_generator/section_generators/__init__.py,sha256=HIIW34LgzTJk_ne4qoNxXgYZp3EhEisJR0SjfNjPG7o,3486
@@ -236,7 +236,8 @@ claude_mpm/services/version_control/__init__.py,sha256=5BFbqFUMtpCyDbMcekRjCQ4jg
236
236
  claude_mpm/services/version_control/branch_strategy.py,sha256=xOLeNcu0AtpgIRmNkew-fNvXVcGHRuAe6MqOyyS36HQ,23068
237
237
  claude_mpm/services/version_control/conflict_resolution.py,sha256=yWa9fzmkds1U0EBw-LyTZvlj56MpEEsRmryLQg4KDdU,26084
238
238
  claude_mpm/services/version_control/git_operations.py,sha256=197Cmk_cLzSVzqNPQHKvsTGncWXEI3F5OOCmo4sWgTg,28422
239
- claude_mpm/services/version_control/semantic_versioning.py,sha256=xiDsirwq8CApnOBc4UMf4VcrgolzQgfK2T_Yi3mY7Bk,29039
239
+ claude_mpm/services/version_control/semantic_versioning.py,sha256=K9-fGVoasiIKRiSaDpWTJHxGCKYx2euC7CB_POwn7M0,32380
240
+ claude_mpm/services/version_control/version_parser.py,sha256=Ji3onVoaiZUgpbetVt4z7da7BmnmbcwgosR2VxMuYz8,19974
240
241
  claude_mpm/utils/__init__.py,sha256=E8Hvv6ykL6rnnc8-YmfoGNpRCZbcIirxcFuNz7YvDIg,346
241
242
  claude_mpm/utils/agent_dependency_loader.py,sha256=AWLDapjGZNHoRBJVCqR6iTK2-P71tEtPitFKKSmMLl4,28281
242
243
  claude_mpm/utils/config_manager.py,sha256=TlekZYIWOz_ouWHQU4Gc-zckhoFK9AqA25b6A_XZdDc,16412
@@ -256,9 +257,9 @@ claude_mpm/utils/session_logging.py,sha256=9G0AzB7V0WkhLQlN0ocqbyDv0ifooEsJ5UPXI
256
257
  claude_mpm/validation/__init__.py,sha256=bJ19g9lnk7yIjtxzN8XPegp87HTFBzCrGQOpFgRTf3g,155
257
258
  claude_mpm/validation/agent_validator.py,sha256=OEYhmy0K99pkoCCoVea2Q-d1JMiDyhEpzEJikuF8T-U,20910
258
259
  claude_mpm/validation/frontmatter_validator.py,sha256=vSinu0XD9-31h0-ePYiYivBbxTZEanhymLinTCODr7k,7206
259
- claude_mpm-3.8.1.dist-info/licenses/LICENSE,sha256=cSdDfXjoTVhstrERrqme4zgxAu4GubU22zVEHsiXGxs,1071
260
- claude_mpm-3.8.1.dist-info/METADATA,sha256=HfQZU6Odxv7rYzSVKV98kMzQzvj_wL_BmwZ6OHOmT0o,13315
261
- claude_mpm-3.8.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
262
- claude_mpm-3.8.1.dist-info/entry_points.txt,sha256=3_d7wLrg9sRmQ1SfrFGWoTNL8Wrd6lQb2XVSYbTwRIg,324
263
- claude_mpm-3.8.1.dist-info/top_level.txt,sha256=1nUg3FEaBySgm8t-s54jK5zoPnu3_eY6EP6IOlekyHA,11
264
- claude_mpm-3.8.1.dist-info/RECORD,,
260
+ claude_mpm-3.9.0.dist-info/licenses/LICENSE,sha256=cSdDfXjoTVhstrERrqme4zgxAu4GubU22zVEHsiXGxs,1071
261
+ claude_mpm-3.9.0.dist-info/METADATA,sha256=6-Q3SdgmEsVt8Ccw58QMlQs3VQWq9EXWD4tG7zPtEcs,8680
262
+ claude_mpm-3.9.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
263
+ claude_mpm-3.9.0.dist-info/entry_points.txt,sha256=3_d7wLrg9sRmQ1SfrFGWoTNL8Wrd6lQb2XVSYbTwRIg,324
264
+ claude_mpm-3.9.0.dist-info/top_level.txt,sha256=1nUg3FEaBySgm8t-s54jK5zoPnu3_eY6EP6IOlekyHA,11
265
+ claude_mpm-3.9.0.dist-info/RECORD,,
@@ -1,327 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: claude-mpm
3
- Version: 3.8.1
4
- Summary: Claude Multi-agent Project Manager - Clean orchestration with ticket management
5
- Home-page: https://github.com/bobmatnyc/claude-mpm
6
- Author: Claude MPM Team
7
- Author-email: bob@matsuoka.com
8
- License: MIT
9
- Keywords: claude,orchestration,multi-agent,ticket-management
10
- Classifier: Development Status :: 3 - Alpha
11
- Classifier: Intended Audience :: Developers
12
- Classifier: License :: OSI Approved :: MIT License
13
- Classifier: Programming Language :: Python :: 3
14
- Classifier: Programming Language :: Python :: 3.8
15
- Classifier: Programming Language :: Python :: 3.9
16
- Classifier: Programming Language :: Python :: 3.10
17
- Classifier: Programming Language :: Python :: 3.11
18
- Classifier: Programming Language :: Python :: 3.12
19
- Requires-Python: >=3.8
20
- Description-Content-Type: text/markdown
21
- License-File: LICENSE
22
- Requires-Dist: ai-trackdown-pytools>=1.4.0
23
- Requires-Dist: pyyaml>=6.0
24
- Requires-Dist: python-dotenv>=0.19.0
25
- Requires-Dist: click>=8.0.0
26
- Requires-Dist: pexpect>=4.8.0
27
- Requires-Dist: psutil>=5.9.0
28
- Requires-Dist: requests>=2.25.0
29
- Requires-Dist: flask>=3.0.0
30
- Requires-Dist: flask-cors>=4.0.0
31
- Requires-Dist: watchdog>=3.0.0
32
- Requires-Dist: tree-sitter>=0.21.0
33
- Requires-Dist: python-socketio>=5.11.0
34
- Requires-Dist: aiohttp>=3.9.0
35
- Requires-Dist: aiohttp-cors>=0.8.0
36
- Requires-Dist: python-engineio>=4.8.0
37
- Requires-Dist: python-frontmatter>=1.0.0
38
- Requires-Dist: mistune>=3.0.0
39
- Requires-Dist: aiofiles>=23.0.0
40
- Provides-Extra: dev
41
- Requires-Dist: pytest>=7.0; extra == "dev"
42
- Requires-Dist: pytest-asyncio; extra == "dev"
43
- Requires-Dist: pytest-cov; extra == "dev"
44
- Requires-Dist: black; extra == "dev"
45
- Requires-Dist: flake8; extra == "dev"
46
- Requires-Dist: mypy; extra == "dev"
47
- Provides-Extra: monitor
48
- Provides-Extra: agents
49
- Requires-Dist: bandit>=1.7.5; extra == "agents"
50
- Requires-Dist: black>=23.0.0; extra == "agents"
51
- Requires-Dist: commitizen>=3.13.0; extra == "agents"
52
- Requires-Dist: dask>=2023.12.0; extra == "agents"
53
- Requires-Dist: detect-secrets>=1.4.0; extra == "agents"
54
- Requires-Dist: diagrams>=0.23.0; extra == "agents"
55
- Requires-Dist: docstring-parser>=0.15.0; extra == "agents"
56
- Requires-Dist: faker>=20.0.0; extra == "agents"
57
- Requires-Dist: gitlint>=0.19.0; extra == "agents"
58
- Requires-Dist: gitpython>=3.1.40; extra == "agents"
59
- Requires-Dist: hypothesis>=6.92.0; extra == "agents"
60
- Requires-Dist: isort>=5.12.0; extra == "agents"
61
- Requires-Dist: lizard>=1.17.0; extra == "agents"
62
- Requires-Dist: mermaid-py>=0.2.0; extra == "agents"
63
- Requires-Dist: mkdocs>=1.5.0; extra == "agents"
64
- Requires-Dist: mutmut>=2.4.0; extra == "agents"
65
- Requires-Dist: mypy>=1.8.0; extra == "agents"
66
- Requires-Dist: pandas>=2.1.0; extra == "agents"
67
- Requires-Dist: pre-commit>=3.5.0; extra == "agents"
68
- Requires-Dist: prometheus-client>=0.19.0; extra == "agents"
69
- Requires-Dist: pydoc-markdown>=4.8.0; extra == "agents"
70
- Requires-Dist: pydriller>=2.5.0; extra == "agents"
71
- Requires-Dist: pygments>=2.17.0; extra == "agents"
72
- Requires-Dist: pytest>=7.4.0; extra == "agents"
73
- Requires-Dist: pytest-benchmark>=4.0.0; extra == "agents"
74
- Requires-Dist: pytest-cov>=4.1.0; extra == "agents"
75
- Requires-Dist: radon>=6.0.0; extra == "agents"
76
- Requires-Dist: rope>=1.11.0; extra == "agents"
77
- Requires-Dist: sphinx>=7.2.0; extra == "agents"
78
- Requires-Dist: sqlalchemy>=2.0.0; extra == "agents"
79
- Requires-Dist: sqlparse>=0.4.4; extra == "agents"
80
- Requires-Dist: tree-sitter>=0.21.0; extra == "agents"
81
- Requires-Dist: tree-sitter-python>=0.21.0; extra == "agents"
82
- Requires-Dist: tree-sitter-javascript>=0.21.0; extra == "agents"
83
- Requires-Dist: tree-sitter-typescript>=0.21.0; extra == "agents"
84
- Requires-Dist: tree-sitter-go>=0.21.0; extra == "agents"
85
- Requires-Dist: tree-sitter-rust>=0.21.0; extra == "agents"
86
- Requires-Dist: tree-sitter-java>=0.21.0; extra == "agents"
87
- Requires-Dist: tree-sitter-cpp>=0.21.0; extra == "agents"
88
- Requires-Dist: tree-sitter-c>=0.21.0; extra == "agents"
89
- Requires-Dist: tree-sitter-ruby>=0.21.0; extra == "agents"
90
- Requires-Dist: tree-sitter-php>=0.21.0; extra == "agents"
91
- Dynamic: author-email
92
- Dynamic: home-page
93
- Dynamic: license-file
94
- Dynamic: requires-python
95
-
96
- # Claude MPM - Multi-Agent Project Manager
97
-
98
- A powerful orchestration framework for Claude Code that enables multi-agent workflows, session management, and real-time monitoring through an intuitive interface.
99
-
100
- > **Quick Start**: See [QUICKSTART.md](QUICKSTART.md) to get running in 5 minutes!
101
-
102
- ## Features
103
-
104
- - 🤖 **Multi-Agent System**: Automatically delegates tasks to specialized agents (PM, Research, Engineer, QA, Documentation, Security, Ops, Data Engineer, Test Integration, Version Control)
105
- - 🧠 **Agent Memory System**: Persistent learning with project-specific knowledge retention
106
- - 🔄 **Session Management**: Resume previous sessions with `--resume`
107
- - 📊 **Real-Time Monitoring**: Live dashboard with `--monitor` flag
108
- - 📁 **Multi-Project Support**: Per-session working directories
109
- - 🔍 **Git Integration**: View diffs and track changes across projects
110
- - 🎯 **Smart Task Orchestration**: PM agent intelligently routes work to specialists
111
-
112
- ## Installation
113
-
114
- ```bash
115
- # Basic installation - pure Python, no compilation required
116
- pip install claude-mpm
117
-
118
- # Install with development dependencies
119
- pip install "claude-mpm[dev]"
120
-
121
- # Install with agent dependencies - pure Python tools
122
- pip install "claude-mpm[agents]"
123
-
124
- # Install with all optional dependencies
125
- pip install "claude-mpm[agents,dev]"
126
- ```
127
-
128
- All dependencies are pure Python - no Rust or compilation required. The `agents` dependency group includes tools for testing, code analysis, documentation, and development workflows.
129
-
130
- ## Basic Usage
131
-
132
- ```bash
133
- # Interactive mode (recommended)
134
- claude-mpm
135
-
136
- # Non-interactive with task
137
- claude-mpm run -i "analyze this codebase" --non-interactive
138
-
139
- # With monitoring dashboard
140
- claude-mpm run --monitor
141
-
142
- # Resume last session
143
- claude-mpm run --resume
144
- ```
145
-
146
- ### Agent Management
147
-
148
- ```bash
149
- # View agent hierarchy and precedence
150
- claude-mpm agents list --by-tier
151
-
152
- # Inspect specific agent configuration
153
- claude-mpm agents view engineer
154
-
155
- # Fix agent configuration issues
156
- claude-mpm agents fix --all --dry-run
157
- ```
158
-
159
- For detailed usage, see [QUICKSTART.md](QUICKSTART.md)
160
-
161
- ### Agent Dependencies
162
-
163
- Claude MPM automatically manages Python dependencies required by agents. All dependencies are pure Python packages that don't require compilation. Agents can declare their dependencies in their configuration files, and the system aggregates them for easy installation.
164
-
165
- ```bash
166
- # Install all agent dependencies (pure Python)
167
- pip install "claude-mpm[agents]"
168
-
169
- # View current agent dependencies
170
- python scripts/aggregate_agent_dependencies.py --dry-run
171
-
172
- # Update pyproject.toml with latest agent dependencies
173
- python scripts/aggregate_agent_dependencies.py
174
- ```
175
-
176
- **Agent developers** can declare dependencies in their agent configurations:
177
-
178
- ```json
179
- {
180
- "agent_id": "my_agent",
181
- "dependencies": {
182
- "python": ["pandas>=2.0.0", "numpy>=1.24.0"],
183
- "system": ["ripgrep", "git"]
184
- }
185
- }
186
- ```
187
-
188
- Dependencies are automatically aggregated from all agent sources (PROJECT > USER > SYSTEM) during the build process, with intelligent version conflict resolution taking the highest compatible version.
189
-
190
- For comprehensive documentation, see [docs/AGENT_DEPENDENCIES.md](docs/AGENT_DEPENDENCIES.md).
191
-
192
- ## Architecture
193
-
194
- Claude MPM v3.7.8+ features a **modern service-oriented architecture** with:
195
-
196
- ### Service Layer Organization
197
- - **Core Services**: Foundation interfaces and dependency injection
198
- - **Agent Services**: Agent lifecycle, deployment, and management
199
- - **Communication Services**: Real-time WebSocket and SocketIO
200
- - **Project Services**: Project analysis and workspace management
201
- - **Infrastructure Services**: Logging, monitoring, and error handling
202
-
203
- ### Key Architectural Features
204
- - **Interface-Based Design**: All services implement well-defined contracts
205
- - **Dependency Injection**: Loose coupling through service container
206
- - **Lazy Loading**: Performance optimization with deferred initialization
207
- - **Multi-Level Caching**: Intelligent caching with TTL and invalidation
208
- - **Security Framework**: Input validation, path sanitization, and secure operations
209
-
210
- For detailed architecture information, see [docs/ARCHITECTURE.md](docs/ARCHITECTURE.md).
211
-
212
- ## Key Capabilities
213
-
214
- ### Multi-Agent Orchestration
215
- The PM agent automatically delegates work to specialized agents:
216
- - **Research**: Codebase analysis and investigation
217
- - **Engineer**: Implementation and coding
218
- - **QA**: Testing and validation
219
- - **Documentation**: Docs and guides
220
- - **Security**: Security analysis
221
- - **Ops**: Deployment and infrastructure
222
- - **Data Engineer**: Data pipelines and AI integrations
223
- - **Test Integration**: E2E testing and cross-system validation
224
- - **Version Control**: Git workflows and release management
225
-
226
- **Three-Tier Agent System**: PROJECT > USER > SYSTEM precedence allows project-specific agent customization while maintaining fallbacks. Use `claude-mpm agents list --by-tier` to see the active agent hierarchy.
227
-
228
- ### Session Management
229
- - All work is tracked in persistent sessions
230
- - Resume any session with `--resume`
231
- - Switch between projects with per-session directories
232
- - View session history and activity
233
-
234
- ### Agent Memory System
235
- Agents learn and improve over time with persistent memory:
236
- - **Project-Specific Knowledge**: Automatically analyzes your codebase to understand patterns
237
- - **Continuous Learning**: Agents remember insights across sessions
238
- - **Memory Management**: Initialize, optimize, and manage agent memories
239
- - **Quick Initialization**: Use `/mpm memory init` to scan project and create memories
240
-
241
- ```bash
242
- # Initialize project-specific memories
243
- claude-mpm memory init
244
-
245
- # View memory status
246
- claude-mpm memory status
247
-
248
- # Add specific learning
249
- claude-mpm memory add engineer pattern "Always use async/await for I/O"
250
-
251
- # Start with monitoring dashboard
252
- claude-mpm run --monitor
253
- ```
254
-
255
- See [docs/MEMORY.md](docs/MEMORY.md) for comprehensive memory system documentation.
256
-
257
- ### Real-Time Monitoring
258
- The `--monitor` flag opens a web dashboard showing:
259
- - Live agent activity and delegations
260
- - File operations with git diff viewer
261
- - Tool usage and results
262
- - Session management UI
263
-
264
- See [docs/developer/11-dashboard/README.md](docs/developer/11-dashboard/README.md) for full monitoring guide.
265
-
266
-
267
- ## Documentation
268
-
269
- ### User Documentation
270
- - **[Quick Start Guide](QUICKSTART.md)** - Get running in 5 minutes
271
- - **[Agent Memory System](docs/MEMORY.md)** - Comprehensive memory documentation
272
- - **[Monitoring Dashboard](docs/developer/11-dashboard/README.md)** - Real-time monitoring features
273
- - **[User Guide](docs/user/)** - Detailed usage documentation
274
-
275
- ### Developer Documentation
276
- - **[Architecture Overview](docs/ARCHITECTURE.md)** - Service-oriented architecture and design
277
- - **[Service Layer Guide](docs/developer/SERVICES.md)** - Service interfaces and implementations
278
- - **[Performance Guide](docs/PERFORMANCE.md)** - Optimization and caching strategies
279
- - **[Security Guide](docs/SECURITY.md)** - Security framework and best practices
280
- - **[Testing Guide](docs/TESTING.md)** - Testing patterns and strategies
281
- - **[Migration Guide](docs/MIGRATION.md)** - Upgrading from previous versions
282
- - **[Project Structure](docs/STRUCTURE.md)** - Codebase organization
283
- - **[Deployment Guide](docs/DEPLOY.md)** - Publishing and versioning
284
- - **[Developer Guide](docs/developer/)** - API reference and internals
285
-
286
- ## Recent Updates (v3.7.8)
287
-
288
- ### TSK-0053: Service Layer Architecture Refactoring
289
- - **Service-Oriented Architecture**: Complete redesign with five service domains
290
- - **Interface-Based Contracts**: All services implement explicit interfaces
291
- - **Dependency Injection System**: Service container with automatic dependency resolution
292
- - **Performance Optimizations**: Lazy loading, multi-level caching, connection pooling
293
- - **Security Framework**: Input validation, path traversal prevention, secure operations
294
- - **Backward Compatibility**: Lazy imports maintain existing import paths
295
-
296
- ### Key Improvements
297
- - **50-80% Performance Improvement**: Optimized caching and lazy loading
298
- - **Enhanced Security**: Comprehensive input validation and sanitization
299
- - **Better Testability**: Interface-based architecture enables easy mocking
300
- - **Improved Maintainability**: Clear separation of concerns and service boundaries
301
- - **Developer Experience**: Rich documentation and migration guides
302
-
303
- ### Architecture Benefits
304
- - **Scalability**: Service-oriented design supports future growth
305
- - **Extensibility**: Plugin architecture through interfaces and hooks
306
- - **Reliability**: Comprehensive testing with 85%+ coverage
307
- - **Security**: Defense-in-depth security architecture
308
- - **Performance**: Intelligent caching and resource optimization
309
-
310
- See [CHANGELOG.md](CHANGELOG.md) for full history and [docs/MIGRATION.md](docs/MIGRATION.md) for upgrade instructions.
311
-
312
- ## Development
313
-
314
- ### Contributing
315
- Contributions are welcome! Please see our [project structure guide](docs/STRUCTURE.md) and follow the established patterns.
316
-
317
- ### Project Structure
318
- See [docs/STRUCTURE.md](docs/STRUCTURE.md) for codebase organization.
319
-
320
- ### License
321
- MIT License - see [LICENSE](LICENSE) file.
322
-
323
- ## Credits
324
-
325
- - Based on [claude-multiagent-pm](https://github.com/kfsone/claude-multiagent-pm)
326
- - Enhanced for [Claude Code](https://docs.anthropic.com/en/docs/claude-code) integration
327
- - Built with ❤️ by the Claude MPM community