claude-mpm 5.0.9__py3-none-any.whl → 5.4.41__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.

Potentially problematic release.


This version of claude-mpm might be problematic. Click here for more details.

Files changed (263) hide show
  1. claude_mpm/VERSION +1 -1
  2. claude_mpm/__init__.py +4 -0
  3. claude_mpm/agents/BASE_AGENT.md +164 -0
  4. claude_mpm/agents/{PM_INSTRUCTIONS_TEACH.md → CLAUDE_MPM_TEACHER_OUTPUT_STYLE.md} +721 -41
  5. claude_mpm/agents/MEMORY.md +1 -1
  6. claude_mpm/agents/PM_INSTRUCTIONS.md +468 -468
  7. claude_mpm/agents/WORKFLOW.md +5 -254
  8. claude_mpm/agents/agent_loader.py +13 -44
  9. claude_mpm/agents/base_agent.json +1 -1
  10. claude_mpm/agents/frontmatter_validator.py +70 -2
  11. claude_mpm/agents/templates/circuit-breakers.md +431 -45
  12. claude_mpm/cli/__init__.py +0 -1
  13. claude_mpm/cli/__main__.py +4 -0
  14. claude_mpm/cli/chrome_devtools_installer.py +175 -0
  15. claude_mpm/cli/commands/agent_state_manager.py +18 -27
  16. claude_mpm/cli/commands/agents.py +175 -37
  17. claude_mpm/cli/commands/auto_configure.py +723 -236
  18. claude_mpm/cli/commands/config.py +88 -2
  19. claude_mpm/cli/commands/configure.py +1262 -157
  20. claude_mpm/cli/commands/configure_agent_display.py +25 -6
  21. claude_mpm/cli/commands/mpm_init/core.py +225 -46
  22. claude_mpm/cli/commands/mpm_init/knowledge_extractor.py +481 -0
  23. claude_mpm/cli/commands/mpm_init/prompts.py +280 -0
  24. claude_mpm/cli/commands/postmortem.py +1 -1
  25. claude_mpm/cli/commands/profile.py +277 -0
  26. claude_mpm/cli/commands/skills.py +214 -189
  27. claude_mpm/cli/commands/summarize.py +413 -0
  28. claude_mpm/cli/executor.py +21 -3
  29. claude_mpm/cli/interactive/agent_wizard.py +85 -10
  30. claude_mpm/cli/parsers/agents_parser.py +54 -9
  31. claude_mpm/cli/parsers/auto_configure_parser.py +13 -138
  32. claude_mpm/cli/parsers/base_parser.py +12 -0
  33. claude_mpm/cli/parsers/config_parser.py +153 -83
  34. claude_mpm/cli/parsers/profile_parser.py +148 -0
  35. claude_mpm/cli/parsers/skills_parser.py +3 -2
  36. claude_mpm/cli/startup.py +879 -149
  37. claude_mpm/commands/mpm-config.md +28 -0
  38. claude_mpm/commands/mpm-doctor.md +9 -22
  39. claude_mpm/commands/mpm-help.md +5 -287
  40. claude_mpm/commands/mpm-init.md +81 -507
  41. claude_mpm/commands/mpm-monitor.md +15 -402
  42. claude_mpm/commands/mpm-organize.md +120 -0
  43. claude_mpm/commands/mpm-postmortem.md +6 -108
  44. claude_mpm/commands/mpm-session-resume.md +12 -363
  45. claude_mpm/commands/mpm-status.md +5 -69
  46. claude_mpm/commands/mpm-ticket-view.md +52 -495
  47. claude_mpm/commands/mpm-version.md +5 -107
  48. claude_mpm/config/agent_sources.py +27 -0
  49. claude_mpm/core/config.py +2 -4
  50. claude_mpm/core/framework/formatters/content_formatter.py +3 -13
  51. claude_mpm/core/framework/loaders/agent_loader.py +8 -5
  52. claude_mpm/core/framework/loaders/instruction_loader.py +52 -11
  53. claude_mpm/core/framework_loader.py +4 -2
  54. claude_mpm/core/logger.py +13 -0
  55. claude_mpm/core/optimized_startup.py +59 -0
  56. claude_mpm/core/output_style_manager.py +173 -43
  57. claude_mpm/core/shared/config_loader.py +1 -1
  58. claude_mpm/core/socketio_pool.py +3 -3
  59. claude_mpm/core/unified_agent_registry.py +134 -16
  60. claude_mpm/core/unified_config.py +22 -0
  61. claude_mpm/dashboard/static/svelte-build/_app/env.js +1 -0
  62. claude_mpm/dashboard/static/svelte-build/_app/immutable/assets/0.B_FtCwCQ.css +1 -0
  63. claude_mpm/dashboard/static/svelte-build/_app/immutable/assets/2.Cl_eSA4x.css +1 -0
  64. claude_mpm/dashboard/static/svelte-build/_app/immutable/chunks/BgChzWQ1.js +1 -0
  65. claude_mpm/dashboard/static/svelte-build/_app/immutable/chunks/CIXEwuWe.js +1 -0
  66. claude_mpm/dashboard/static/svelte-build/_app/immutable/chunks/CWc5urbQ.js +1 -0
  67. claude_mpm/dashboard/static/svelte-build/_app/immutable/chunks/DMkZpdF2.js +2 -0
  68. claude_mpm/dashboard/static/svelte-build/_app/immutable/chunks/DjhvlsAc.js +1 -0
  69. claude_mpm/dashboard/static/svelte-build/_app/immutable/chunks/N4qtv3Hx.js +2 -0
  70. claude_mpm/dashboard/static/svelte-build/_app/immutable/chunks/uj46x2Wr.js +1 -0
  71. claude_mpm/dashboard/static/svelte-build/_app/immutable/entry/app.DTL5mJO-.js +2 -0
  72. claude_mpm/dashboard/static/svelte-build/_app/immutable/entry/start.DzuEhzqh.js +1 -0
  73. claude_mpm/dashboard/static/svelte-build/_app/immutable/nodes/0.CAGBuiOw.js +1 -0
  74. claude_mpm/dashboard/static/svelte-build/_app/immutable/nodes/1.DFLC8jdE.js +1 -0
  75. claude_mpm/dashboard/static/svelte-build/_app/immutable/nodes/2.DPvEihJJ.js +10 -0
  76. claude_mpm/dashboard/static/svelte-build/_app/version.json +1 -0
  77. claude_mpm/dashboard/static/svelte-build/favicon.svg +7 -0
  78. claude_mpm/dashboard/static/svelte-build/index.html +36 -0
  79. claude_mpm/hooks/claude_hooks/__pycache__/__init__.cpython-311.pyc +0 -0
  80. claude_mpm/hooks/claude_hooks/__pycache__/correlation_manager.cpython-311.pyc +0 -0
  81. claude_mpm/hooks/claude_hooks/__pycache__/event_handlers.cpython-311.pyc +0 -0
  82. claude_mpm/hooks/claude_hooks/__pycache__/hook_handler.cpython-311.pyc +0 -0
  83. claude_mpm/hooks/claude_hooks/__pycache__/installer.cpython-311.pyc +0 -0
  84. claude_mpm/hooks/claude_hooks/__pycache__/memory_integration.cpython-311.pyc +0 -0
  85. claude_mpm/hooks/claude_hooks/__pycache__/response_tracking.cpython-311.pyc +0 -0
  86. claude_mpm/hooks/claude_hooks/__pycache__/tool_analysis.cpython-311.pyc +0 -0
  87. claude_mpm/hooks/claude_hooks/correlation_manager.py +60 -0
  88. claude_mpm/hooks/claude_hooks/event_handlers.py +211 -78
  89. claude_mpm/hooks/claude_hooks/hook_handler.py +155 -1
  90. claude_mpm/hooks/claude_hooks/installer.py +33 -10
  91. claude_mpm/hooks/claude_hooks/memory_integration.py +28 -0
  92. claude_mpm/hooks/claude_hooks/response_tracking.py +2 -3
  93. claude_mpm/hooks/claude_hooks/services/__pycache__/__init__.cpython-311.pyc +0 -0
  94. claude_mpm/hooks/claude_hooks/services/__pycache__/connection_manager.cpython-311.pyc +0 -0
  95. claude_mpm/hooks/claude_hooks/services/__pycache__/connection_manager_http.cpython-311.pyc +0 -0
  96. claude_mpm/hooks/claude_hooks/services/__pycache__/duplicate_detector.cpython-311.pyc +0 -0
  97. claude_mpm/hooks/claude_hooks/services/__pycache__/state_manager.cpython-311.pyc +0 -0
  98. claude_mpm/hooks/claude_hooks/services/__pycache__/subagent_processor.cpython-311.pyc +0 -0
  99. claude_mpm/hooks/claude_hooks/services/connection_manager.py +30 -6
  100. claude_mpm/hooks/memory_integration_hook.py +46 -1
  101. claude_mpm/init.py +63 -19
  102. claude_mpm/models/agent_definition.py +7 -0
  103. claude_mpm/models/git_repository.py +3 -3
  104. claude_mpm/scripts/claude-hook-handler.sh +58 -18
  105. claude_mpm/scripts/launch_monitor.py +93 -13
  106. claude_mpm/scripts/start_activity_logging.py +0 -0
  107. claude_mpm/services/agents/agent_builder.py +3 -3
  108. claude_mpm/services/agents/agent_recommendation_service.py +278 -0
  109. claude_mpm/services/agents/agent_review_service.py +280 -0
  110. claude_mpm/services/agents/cache_git_manager.py +6 -6
  111. claude_mpm/services/agents/deployment/agent_deployment.py +29 -7
  112. claude_mpm/services/agents/deployment/agent_discovery_service.py +4 -5
  113. claude_mpm/services/agents/deployment/agent_template_builder.py +5 -3
  114. claude_mpm/services/agents/deployment/agents_directory_resolver.py +2 -2
  115. claude_mpm/services/agents/deployment/multi_source_deployment_service.py +320 -29
  116. claude_mpm/services/agents/deployment/remote_agent_discovery_service.py +546 -68
  117. claude_mpm/services/agents/git_source_manager.py +36 -2
  118. claude_mpm/services/agents/loading/base_agent_manager.py +1 -13
  119. claude_mpm/services/agents/recommender.py +5 -3
  120. claude_mpm/services/agents/single_tier_deployment_service.py +2 -2
  121. claude_mpm/services/agents/sources/git_source_sync_service.py +13 -6
  122. claude_mpm/services/agents/startup_sync.py +22 -2
  123. claude_mpm/services/agents/toolchain_detector.py +10 -6
  124. claude_mpm/services/analysis/__init__.py +11 -1
  125. claude_mpm/services/analysis/clone_detector.py +1030 -0
  126. claude_mpm/services/command_deployment_service.py +81 -10
  127. claude_mpm/services/diagnostics/checks/agent_check.py +2 -2
  128. claude_mpm/services/diagnostics/checks/agent_sources_check.py +1 -1
  129. claude_mpm/services/event_bus/config.py +3 -1
  130. claude_mpm/services/git/git_operations_service.py +101 -16
  131. claude_mpm/services/monitor/daemon.py +9 -2
  132. claude_mpm/services/monitor/daemon_manager.py +39 -3
  133. claude_mpm/services/monitor/management/lifecycle.py +8 -1
  134. claude_mpm/services/monitor/server.py +698 -22
  135. claude_mpm/services/pm_skills_deployer.py +676 -0
  136. claude_mpm/services/profile_manager.py +331 -0
  137. claude_mpm/services/project/project_organizer.py +4 -0
  138. claude_mpm/services/self_upgrade_service.py +120 -12
  139. claude_mpm/services/skills/__init__.py +3 -0
  140. claude_mpm/services/skills/git_skill_source_manager.py +130 -2
  141. claude_mpm/services/skills/selective_skill_deployer.py +704 -0
  142. claude_mpm/services/skills/skill_to_agent_mapper.py +406 -0
  143. claude_mpm/services/skills_deployer.py +126 -9
  144. claude_mpm/services/socketio/dashboard_server.py +1 -0
  145. claude_mpm/services/socketio/event_normalizer.py +51 -6
  146. claude_mpm/services/socketio/server/core.py +386 -108
  147. claude_mpm/services/version_control/git_operations.py +103 -0
  148. claude_mpm/skills/skill_manager.py +92 -3
  149. claude_mpm/utils/agent_dependency_loader.py +14 -2
  150. claude_mpm/utils/agent_filters.py +17 -44
  151. claude_mpm/utils/gitignore.py +3 -0
  152. claude_mpm/utils/migration.py +4 -4
  153. claude_mpm/utils/robust_installer.py +47 -3
  154. {claude_mpm-5.0.9.dist-info → claude_mpm-5.4.41.dist-info}/METADATA +57 -87
  155. {claude_mpm-5.0.9.dist-info → claude_mpm-5.4.41.dist-info}/RECORD +160 -211
  156. claude_mpm-5.4.41.dist-info/entry_points.txt +5 -0
  157. claude_mpm-5.4.41.dist-info/licenses/LICENSE +94 -0
  158. claude_mpm-5.4.41.dist-info/licenses/LICENSE-FAQ.md +153 -0
  159. claude_mpm/agents/BASE_AGENT_TEMPLATE.md +0 -292
  160. claude_mpm/agents/BASE_DOCUMENTATION.md +0 -53
  161. claude_mpm/agents/BASE_OPS.md +0 -219
  162. claude_mpm/agents/BASE_PM.md +0 -480
  163. claude_mpm/agents/BASE_PROMPT_ENGINEER.md +0 -787
  164. claude_mpm/agents/BASE_QA.md +0 -167
  165. claude_mpm/agents/BASE_RESEARCH.md +0 -53
  166. claude_mpm/agents/base_agent_loader.py +0 -601
  167. claude_mpm/cli/commands/agents_detect.py +0 -380
  168. claude_mpm/cli/commands/agents_recommend.py +0 -309
  169. claude_mpm/cli/ticket_cli.py +0 -35
  170. claude_mpm/commands/mpm-agents-auto-configure.md +0 -278
  171. claude_mpm/commands/mpm-agents-detect.md +0 -177
  172. claude_mpm/commands/mpm-agents-list.md +0 -131
  173. claude_mpm/commands/mpm-agents-recommend.md +0 -223
  174. claude_mpm/commands/mpm-config-view.md +0 -150
  175. claude_mpm/commands/mpm-ticket-organize.md +0 -304
  176. claude_mpm/dashboard/analysis_runner.py +0 -455
  177. claude_mpm/dashboard/index.html +0 -13
  178. claude_mpm/dashboard/open_dashboard.py +0 -66
  179. claude_mpm/dashboard/static/css/activity.css +0 -1958
  180. claude_mpm/dashboard/static/css/connection-status.css +0 -370
  181. claude_mpm/dashboard/static/css/dashboard.css +0 -4701
  182. claude_mpm/dashboard/static/js/components/activity-tree.js +0 -1871
  183. claude_mpm/dashboard/static/js/components/agent-hierarchy.js +0 -777
  184. claude_mpm/dashboard/static/js/components/agent-inference.js +0 -956
  185. claude_mpm/dashboard/static/js/components/build-tracker.js +0 -333
  186. claude_mpm/dashboard/static/js/components/code-simple.js +0 -857
  187. claude_mpm/dashboard/static/js/components/connection-debug.js +0 -654
  188. claude_mpm/dashboard/static/js/components/diff-viewer.js +0 -891
  189. claude_mpm/dashboard/static/js/components/event-processor.js +0 -542
  190. claude_mpm/dashboard/static/js/components/event-viewer.js +0 -1155
  191. claude_mpm/dashboard/static/js/components/export-manager.js +0 -368
  192. claude_mpm/dashboard/static/js/components/file-change-tracker.js +0 -443
  193. claude_mpm/dashboard/static/js/components/file-change-viewer.js +0 -690
  194. claude_mpm/dashboard/static/js/components/file-tool-tracker.js +0 -724
  195. claude_mpm/dashboard/static/js/components/file-viewer.js +0 -580
  196. claude_mpm/dashboard/static/js/components/hud-library-loader.js +0 -211
  197. claude_mpm/dashboard/static/js/components/hud-manager.js +0 -671
  198. claude_mpm/dashboard/static/js/components/hud-visualizer.js +0 -1718
  199. claude_mpm/dashboard/static/js/components/module-viewer.js +0 -2764
  200. claude_mpm/dashboard/static/js/components/session-manager.js +0 -579
  201. claude_mpm/dashboard/static/js/components/socket-manager.js +0 -368
  202. claude_mpm/dashboard/static/js/components/ui-state-manager.js +0 -749
  203. claude_mpm/dashboard/static/js/components/unified-data-viewer.js +0 -1824
  204. claude_mpm/dashboard/static/js/components/working-directory.js +0 -920
  205. claude_mpm/dashboard/static/js/connection-manager.js +0 -536
  206. claude_mpm/dashboard/static/js/dashboard.js +0 -1914
  207. claude_mpm/dashboard/static/js/extension-error-handler.js +0 -164
  208. claude_mpm/dashboard/static/js/socket-client.js +0 -1474
  209. claude_mpm/dashboard/static/js/tab-isolation-fix.js +0 -185
  210. claude_mpm/dashboard/static/socket.io.min.js +0 -7
  211. claude_mpm/dashboard/static/socket.io.v4.8.1.backup.js +0 -7
  212. claude_mpm/dashboard/templates/code_simple.html +0 -153
  213. claude_mpm/dashboard/templates/index.html +0 -606
  214. claude_mpm/dashboard/test_dashboard.html +0 -372
  215. claude_mpm/hooks/claude_hooks/__pycache__/__init__.cpython-313.pyc +0 -0
  216. claude_mpm/hooks/claude_hooks/__pycache__/event_handlers.cpython-313.pyc +0 -0
  217. claude_mpm/hooks/claude_hooks/__pycache__/hook_handler.cpython-313.pyc +0 -0
  218. claude_mpm/hooks/claude_hooks/__pycache__/memory_integration.cpython-313.pyc +0 -0
  219. claude_mpm/hooks/claude_hooks/__pycache__/response_tracking.cpython-313.pyc +0 -0
  220. claude_mpm/hooks/claude_hooks/__pycache__/tool_analysis.cpython-313.pyc +0 -0
  221. claude_mpm/hooks/claude_hooks/services/__pycache__/__init__.cpython-313.pyc +0 -0
  222. claude_mpm/hooks/claude_hooks/services/__pycache__/connection_manager_http.cpython-313.pyc +0 -0
  223. claude_mpm/hooks/claude_hooks/services/__pycache__/duplicate_detector.cpython-313.pyc +0 -0
  224. claude_mpm/hooks/claude_hooks/services/__pycache__/state_manager.cpython-313.pyc +0 -0
  225. claude_mpm/hooks/claude_hooks/services/__pycache__/subagent_processor.cpython-313.pyc +0 -0
  226. claude_mpm/scripts/mcp_server.py +0 -75
  227. claude_mpm/scripts/mcp_wrapper.py +0 -39
  228. claude_mpm/services/mcp_gateway/__init__.py +0 -159
  229. claude_mpm/services/mcp_gateway/auto_configure.py +0 -369
  230. claude_mpm/services/mcp_gateway/config/__init__.py +0 -17
  231. claude_mpm/services/mcp_gateway/config/config_loader.py +0 -296
  232. claude_mpm/services/mcp_gateway/config/config_schema.py +0 -243
  233. claude_mpm/services/mcp_gateway/config/configuration.py +0 -429
  234. claude_mpm/services/mcp_gateway/core/__init__.py +0 -43
  235. claude_mpm/services/mcp_gateway/core/base.py +0 -312
  236. claude_mpm/services/mcp_gateway/core/exceptions.py +0 -253
  237. claude_mpm/services/mcp_gateway/core/interfaces.py +0 -443
  238. claude_mpm/services/mcp_gateway/core/process_pool.py +0 -977
  239. claude_mpm/services/mcp_gateway/core/singleton_manager.py +0 -315
  240. claude_mpm/services/mcp_gateway/core/startup_verification.py +0 -316
  241. claude_mpm/services/mcp_gateway/main.py +0 -589
  242. claude_mpm/services/mcp_gateway/registry/__init__.py +0 -12
  243. claude_mpm/services/mcp_gateway/registry/service_registry.py +0 -412
  244. claude_mpm/services/mcp_gateway/registry/tool_registry.py +0 -489
  245. claude_mpm/services/mcp_gateway/server/__init__.py +0 -15
  246. claude_mpm/services/mcp_gateway/server/mcp_gateway.py +0 -414
  247. claude_mpm/services/mcp_gateway/server/stdio_handler.py +0 -372
  248. claude_mpm/services/mcp_gateway/server/stdio_server.py +0 -712
  249. claude_mpm/services/mcp_gateway/tools/__init__.py +0 -36
  250. claude_mpm/services/mcp_gateway/tools/base_adapter.py +0 -485
  251. claude_mpm/services/mcp_gateway/tools/document_summarizer.py +0 -789
  252. claude_mpm/services/mcp_gateway/tools/external_mcp_services.py +0 -654
  253. claude_mpm/services/mcp_gateway/tools/health_check_tool.py +0 -456
  254. claude_mpm/services/mcp_gateway/tools/hello_world.py +0 -551
  255. claude_mpm/services/mcp_gateway/tools/kuzu_memory_service.py +0 -555
  256. claude_mpm/services/mcp_gateway/utils/__init__.py +0 -14
  257. claude_mpm/services/mcp_gateway/utils/package_version_checker.py +0 -160
  258. claude_mpm/services/mcp_gateway/utils/update_preferences.py +0 -170
  259. claude_mpm-5.0.9.dist-info/entry_points.txt +0 -10
  260. claude_mpm-5.0.9.dist-info/licenses/LICENSE +0 -21
  261. /claude_mpm/agents/{OUTPUT_STYLE.md → CLAUDE_MPM_OUTPUT_STYLE.md} +0 -0
  262. {claude_mpm-5.0.9.dist-info → claude_mpm-5.4.41.dist-info}/WHEEL +0 -0
  263. {claude_mpm-5.0.9.dist-info → claude_mpm-5.4.41.dist-info}/top_level.txt +0 -0
@@ -1,35 +0,0 @@
1
- from pathlib import Path
2
-
3
- # \!/usr/bin/env python3
4
- """
5
- Ticket CLI module for claude-mpm.
6
-
7
- This module provides the entry point for the 'ticket' alias command.
8
- It delegates to the scripts/ticket.py module for implementation.
9
- """
10
-
11
- import sys
12
-
13
-
14
- def main():
15
- """Main entry point for ticket CLI alias."""
16
- # Import and run the main ticket CLI
17
- try:
18
- # Try to import from scripts
19
- scripts_dir = Path(__file__).parent.parent.parent.parent / "scripts"
20
- sys.path.insert(0, str(scripts_dir))
21
-
22
- from ticket import main as ticket_main
23
-
24
- return ticket_main()
25
- except ImportError:
26
- print("Error: Ticket functionality not available")
27
- print("Install ai-trackdown-pytools: pip install ai-trackdown-pytools")
28
- return 1
29
- except Exception as e:
30
- print(f"Error running ticket command: {e}")
31
- return 1
32
-
33
-
34
- if __name__ == "__main__":
35
- sys.exit(main())
@@ -1,278 +0,0 @@
1
- ---
2
- namespace: mpm/agents
3
- command: auto-configure
4
- aliases: [mpm-agents-auto-configure]
5
- migration_target: /mpm/agents:auto-configure
6
- category: agents
7
- deprecated_aliases: [mpm-auto-configure]
8
- description: Automatically detect project toolchain and configure appropriate agents
9
- ---
10
- # Automatically configure agents based on project detection
11
-
12
- Automatically detect your project's toolchain and configure the most appropriate agents.
13
-
14
- ## Usage
15
-
16
- ```
17
- /mpm-auto-configure [options]
18
- ```
19
-
20
- ## Description
21
-
22
- This command provides intelligent auto-configuration that:
23
- 1. Scans your project to detect programming languages, frameworks, and tools
24
- 2. Recommends the most appropriate agents for your stack
25
- 3. Optionally deploys the recommended agents with confirmation
26
-
27
- This is the fastest way to get started with Claude MPM in any project!
28
-
29
- ## Options
30
-
31
- - `--preview` - Show what would be configured without making any changes
32
- - `--yes` - Automatically apply recommendations without prompting
33
- - `--force` - Force reconfiguration even if agents are already deployed
34
-
35
- ## Implementation
36
-
37
- When you run `/mpm-auto-configure`, the PM will:
38
-
39
- 1. **Detect Your Stack**:
40
- - Scan for package.json, requirements.txt, Cargo.toml, go.mod, etc.
41
- - Identify frameworks (FastAPI, Next.js, React, Express, etc.)
42
- - Detect testing tools (pytest, Jest, Playwright, etc.)
43
- - Find build tools and deployment configurations
44
-
45
- 2. **Recommend Agents**:
46
- - **Essential agents**: Required for your primary stack
47
- - **Recommended agents**: Complementary agents for full functionality
48
- - **Optional agents**: Specialized agents for detected tools
49
-
50
- 3. **Deploy Agents** (with confirmation):
51
- - Show what will be deployed
52
- - Request confirmation (unless --yes is used)
53
- - Deploy agents to your project
54
- - Verify deployment success
55
-
56
- ## Examples
57
-
58
- ### Preview Mode (Recommended First Step)
59
- ```
60
- /mpm-auto-configure --preview
61
- ```
62
- Shows what would be configured without making changes. Great for understanding recommendations before applying.
63
-
64
- ### Interactive Configuration
65
- ```
66
- /mpm-auto-configure
67
- ```
68
- Detect, recommend, and prompt for confirmation before deploying.
69
-
70
- ### Automatic Configuration
71
- ```
72
- /mpm-auto-configure --yes
73
- ```
74
- Automatically apply all recommendations without prompting. Best for quick setup.
75
-
76
- ### Force Reconfiguration
77
- ```
78
- /mpm-auto-configure --force
79
- ```
80
- Reconfigure agents even if some are already deployed. Useful for stack changes.
81
-
82
- ## Expected Output
83
-
84
- ```
85
- 🤖 Auto-Configuration for Claude MPM
86
- =====================================
87
-
88
- Step 1: Detecting Project Stack
89
- --------------------------------
90
- ✓ Detected Python 3.11
91
- ✓ Detected FastAPI 0.104.0
92
- ✓ Detected pytest 7.4.0
93
- ✓ Detected Docker configuration
94
- ✓ Detected Vercel deployment
95
-
96
- Step 2: Agent Recommendations
97
- ------------------------------
98
- Essential Agents (3):
99
- ✓ fastapi-engineer - FastAPI framework detected
100
- ✓ python-engineer - Python project support
101
- ✓ api-qa - API testing and validation
102
-
103
- Recommended Agents (2):
104
- ○ docker-ops - Docker configuration found
105
- ○ vercel-ops - Vercel deployment detected
106
-
107
- Optional Agents (1):
108
- ○ playwright-qa - Browser testing capability
109
-
110
- Step 3: Deploy Agents
111
- ---------------------
112
- Deploy 5 agents? (y/n): y
113
-
114
- Deploying agents...
115
- ✓ fastapi-engineer deployed
116
- ✓ python-engineer deployed
117
- ✓ api-qa deployed
118
- ✓ docker-ops deployed
119
- ✓ vercel-ops deployed
120
-
121
- 🎉 Auto-configuration complete!
122
- 5 agents deployed successfully.
123
-
124
- Next steps:
125
- - Run /mpm-agents to see your deployed agents
126
- - Start working with specialized agents for your stack
127
- - Use /mpm-help for more information
128
- ```
129
-
130
- ## What Gets Detected
131
-
132
- ### Languages
133
- - Python (CPython, PyPy)
134
- - JavaScript/TypeScript (Node.js, Deno, Bun)
135
- - Rust
136
- - Go
137
- - Java
138
-
139
- ### Python Frameworks
140
- - FastAPI
141
- - Flask
142
- - Django
143
- - Starlette
144
- - Pyramid
145
-
146
- ### JavaScript/TypeScript Frameworks
147
- - Next.js
148
- - React
149
- - Vue
150
- - Svelte
151
- - Angular
152
- - Express
153
- - Nest.js
154
- - Fastify
155
-
156
- ### Testing Tools
157
- - pytest (Python)
158
- - unittest (Python)
159
- - Jest (JavaScript)
160
- - Vitest (JavaScript)
161
- - Playwright (Browser)
162
- - Cypress (Browser)
163
-
164
- ### Build Tools
165
- - Vite
166
- - Webpack
167
- - Rollup
168
- - esbuild
169
- - Turbopack
170
-
171
- ### Deployment Platforms
172
- - Vercel
173
- - Railway
174
- - Docker
175
- - PM2
176
- - Kubernetes
177
-
178
- ## Agent Mapping Examples
179
-
180
- ### Python + FastAPI
181
- **Essential:**
182
- - fastapi-engineer
183
- - python-engineer
184
- - api-qa
185
-
186
- **Recommended:**
187
- - docker-ops (if Docker detected)
188
- - vercel-ops (if Vercel detected)
189
-
190
- ### Next.js + React
191
- **Essential:**
192
- - nextjs-engineer
193
- - react-engineer
194
- - web-qa
195
-
196
- **Recommended:**
197
- - playwright-qa (if Playwright detected)
198
- - vercel-ops (if Vercel detected)
199
-
200
- ### Full-Stack (FastAPI + React)
201
- **Essential:**
202
- - fastapi-engineer
203
- - python-engineer
204
- - react-engineer
205
- - api-qa
206
- - web-qa
207
-
208
- **Recommended:**
209
- - playwright-qa
210
- - docker-ops
211
- - local-ops-agent
212
-
213
- ## Default Configuration Fallback
214
-
215
- When auto-configuration cannot detect your project's toolchain (e.g., a new or uncommon language/framework), it automatically falls back to a sensible set of default general-purpose agents instead of leaving your project unconfigured.
216
-
217
- ### When Defaults are Applied
218
-
219
- Default agents are deployed when:
220
- - Primary language is detected as "Unknown"
221
- - No specific framework or toolchain can be identified
222
- - No agent recommendations can be generated from detected technologies
223
-
224
- ### Default Agents
225
-
226
- The following general-purpose agents are recommended with moderate confidence (0.7):
227
-
228
- - **engineer**: General-purpose engineer for code implementation
229
- - **research**: Code exploration and analysis
230
- - **qa**: Testing and quality assurance
231
- - **ops**: Infrastructure and deployment operations
232
- - **documentation**: Documentation and technical writing
233
-
234
- All default recommendations will be marked with `is_default: True` in the metadata.
235
-
236
- ### Disabling Default Fallback
237
-
238
- To disable the default configuration fallback, edit `.claude-mpm/config/agent_capabilities.yaml`:
239
-
240
- ```yaml
241
- default_configuration:
242
- enabled: false # Disable default fallback
243
- ```
244
-
245
- When disabled, auto-configuration will recommend zero agents if the toolchain cannot be detected.
246
-
247
- ### Customizing Defaults
248
-
249
- You can customize which agents are deployed by default by editing the `default_configuration.agents` section in `.claude-mpm/config/agent_capabilities.yaml`:
250
-
251
- ```yaml
252
- default_configuration:
253
- enabled: true
254
- min_confidence: 0.7 # Confidence score for default recommendations
255
- agents:
256
- - agent_id: engineer
257
- reasoning: "General-purpose engineer for code implementation"
258
- priority: 1
259
- - agent_id: research
260
- reasoning: "Code exploration and analysis"
261
- priority: 2
262
- # Add or remove agents as needed
263
- ```
264
-
265
- ## Tips
266
-
267
- 1. **Start with preview**: Always run with `--preview` first to see recommendations
268
- 2. **Review carefully**: Check that detected stack matches your project
269
- 3. **Customize later**: You can always deploy/remove agents manually after auto-config
270
- 4. **Re-run after changes**: Run again with `--force` if you add new frameworks
271
- 5. **Complementary commands**: Use `/mpm-agents-detect` and `/mpm-agents-recommend` for more details
272
-
273
- ## Related Commands
274
-
275
- - `/mpm-agents-detect` - Just show detected toolchain
276
- - `/mpm-agents-recommend` - Show recommendations without deploying
277
- - `/mpm-agents` - Manage agents manually
278
- - `/mpm-help agents` - Learn about manual agent management
@@ -1,177 +0,0 @@
1
- ---
2
- namespace: mpm/agents
3
- command: detect
4
- aliases: [mpm-agents-detect]
5
- migration_target: /mpm/agents:detect
6
- category: agents
7
- deprecated_aliases: []
8
- description: Scan project to detect programming languages, frameworks, tools, and configurations
9
- ---
10
- # Detect project toolchain and frameworks
11
-
12
- Scan your project to detect programming languages, frameworks, tools, and configurations.
13
-
14
- ## Usage
15
-
16
- ```
17
- /mpm-agents-detect
18
- ```
19
-
20
- ## Description
21
-
22
- This command scans your project directory to automatically detect:
23
- - Programming languages and their versions
24
- - Web frameworks and libraries
25
- - Testing tools and frameworks
26
- - Build tools and bundlers
27
- - Package managers
28
- - Deployment configurations
29
-
30
- This is useful for understanding what Claude MPM can detect in your project before running auto-configuration.
31
-
32
- ## Implementation
33
-
34
- When you run `/mpm-agents-detect`, the PM will execute:
35
- ```bash
36
- claude-mpm agents detect
37
- ```
38
-
39
- This performs a comprehensive scan of your project looking for:
40
- - Package manifests (package.json, requirements.txt, Cargo.toml, go.mod, pom.xml)
41
- - Framework-specific files (next.config.js, fastapi imports, etc.)
42
- - Test configurations (pytest.ini, jest.config.js, playwright.config.ts)
43
- - Build configurations (vite.config.js, webpack.config.js, tsconfig.json)
44
- - Deployment files (Dockerfile, vercel.json, railway.json)
45
-
46
- ## Expected Output
47
-
48
- ```
49
- 🔍 Project Toolchain Detection
50
- ================================
51
-
52
- Languages:
53
- ✓ Python 3.11.5
54
- ✓ Node.js 20.10.0
55
- ✓ TypeScript 5.3.2
56
-
57
- Frameworks:
58
- ✓ FastAPI 0.104.0
59
- ✓ React 18.2.0
60
- ✓ Next.js 14.0.4
61
-
62
- Testing:
63
- ✓ pytest 7.4.3
64
- ✓ Jest 29.7.0
65
- ✓ Playwright 1.40.0
66
-
67
- Build Tools:
68
- ✓ Vite 5.0.0
69
- ✓ TypeScript Compiler
70
-
71
- Package Managers:
72
- ✓ poetry (Python)
73
- ✓ npm (Node.js)
74
-
75
- Deployment:
76
- ✓ Docker (Dockerfile found)
77
- ✓ Vercel (vercel.json found)
78
- ✓ PM2 (ecosystem.config.js found)
79
-
80
- Configuration Files Detected:
81
- - pyproject.toml
82
- - package.json
83
- - tsconfig.json
84
- - next.config.js
85
- - pytest.ini
86
- - jest.config.js
87
- - playwright.config.ts
88
- - Dockerfile
89
- - vercel.json
90
-
91
- Summary:
92
- Full-stack project with Python backend (FastAPI) and
93
- React/Next.js frontend, comprehensive testing setup,
94
- and multiple deployment targets.
95
- ```
96
-
97
- ## What Gets Detected
98
-
99
- ### Language Detection
100
- - **Python**: Looks for .py files, requirements.txt, pyproject.toml, setup.py
101
- - **JavaScript/TypeScript**: Looks for .js/.ts files, package.json, tsconfig.json
102
- - **Rust**: Looks for Cargo.toml, .rs files
103
- - **Go**: Looks for go.mod, .go files
104
- - **Java**: Looks for pom.xml, build.gradle, .java files
105
-
106
- ### Framework Detection
107
- **Python:**
108
- - FastAPI (imports, decorator patterns)
109
- - Flask (imports, app patterns)
110
- - Django (settings.py, manage.py)
111
-
112
- **JavaScript/TypeScript:**
113
- - Next.js (next.config.js, pages/ or app/ directory)
114
- - React (package.json dependencies, JSX usage)
115
- - Vue (vue.config.js, .vue files)
116
- - Express (imports, app patterns)
117
- - Nest.js (nest-cli.json, decorators)
118
-
119
- ### Testing Detection
120
- - pytest (pytest.ini, conftest.py)
121
- - unittest (test_*.py patterns)
122
- - Jest (jest.config.js)
123
- - Vitest (vitest.config.js)
124
- - Playwright (playwright.config.ts)
125
- - Cypress (cypress.json)
126
-
127
- ### Build Tool Detection
128
- - Vite (vite.config.js/ts)
129
- - Webpack (webpack.config.js)
130
- - Rollup (rollup.config.js)
131
- - esbuild (esbuild configuration)
132
- - Turbopack (next.config.js with turbopack)
133
-
134
- ### Deployment Detection
135
- - Docker (Dockerfile, docker-compose.yml)
136
- - Vercel (vercel.json, .vercel directory)
137
- - Railway (railway.json, railway.toml)
138
- - PM2 (ecosystem.config.js)
139
- - Kubernetes (k8s/, kubernetes/ directories)
140
-
141
- ## Use Cases
142
-
143
- 1. **Before Auto-Configuration**: Run this to see what will be detected
144
- 2. **Troubleshooting**: Verify that your project setup is being recognized correctly
145
- 3. **Documentation**: Generate a summary of your project's tech stack
146
- 4. **Planning**: Understand what agents might be recommended
147
-
148
- ## Tips
149
-
150
- 1. **Run from project root**: Detection works best from your project's root directory
151
- 2. **Check detection accuracy**: Verify detected versions match your actual setup
152
- 3. **Missing detections**: If something isn't detected, you can still deploy agents manually
153
- 4. **Configuration files**: Detection relies on standard configuration files being present
154
-
155
- ## Common Issues
156
-
157
- **Nothing detected?**
158
- - Make sure you're in the project root directory
159
- - Check that you have standard configuration files (package.json, requirements.txt, etc.)
160
- - Some projects may need manual agent deployment
161
-
162
- **Wrong versions detected?**
163
- - Detection shows what's configured in manifest files
164
- - Actual runtime versions may differ
165
- - This doesn't affect agent functionality
166
-
167
- **Framework not detected?**
168
- - Some frameworks are harder to detect automatically
169
- - You can still use auto-configure and manually select agents
170
- - Or deploy specific agents manually with `/mpm-agents deploy <name>`
171
-
172
- ## Related Commands
173
-
174
- - `/mpm-agents-recommend` - See agent recommendations based on detection
175
- - `/mpm-auto-configure` - Automatically configure agents based on detection
176
- - `/mpm-agents` - Manually manage agents
177
- - `/mpm-help auto-configure` - Learn about auto-configuration
@@ -1,131 +0,0 @@
1
- ---
2
- namespace: mpm/agents
3
- command: list
4
- aliases: [mpm-agents-list]
5
- migration_target: /mpm/agents:list
6
- category: agents
7
- deprecated_aliases: [mpm-agents]
8
- description: List all available Claude MPM agents with versions and deployment status
9
- ---
10
- # Show available agents and their versions
11
-
12
- Show all available Claude MPM agents with their versions and deployment status.
13
-
14
- ## Usage
15
-
16
- ```
17
- /mpm-agents
18
- ```
19
-
20
- ## Description
21
-
22
- This command lists all available Claude MPM agents, including both built-in agents and any custom agents you've created. It shows their current deployment status, version information, and capabilities.
23
-
24
- ## What This Command Does
25
-
26
- When you run `/mpm-agents`, I will:
27
-
28
- 1. **List Available Agents**: Run `claude-mpm agents list` to show all agents
29
- 2. **Display Agent Information**:
30
- - Agent names and IDs
31
- - Brief descriptions
32
- - Model preferences (opus, sonnet, haiku)
33
- - Tool availability
34
- - Version information
35
- - Deployment status
36
-
37
- ## Output Example
38
-
39
- The command displays agents in a formatted table showing:
40
- - Agent name and description
41
- - Version and model preference
42
- - Tools available to the agent
43
- - Current deployment status
44
-
45
- ## Implementation
46
-
47
- To show available agents, I'll execute:
48
- ```bash
49
- claude-mpm agents list --deployed
50
- ```
51
-
52
- This will display all deployed agents that are currently available for use.
53
-
54
- Alternatively, you can use these variations:
55
- - `claude-mpm agents list --system` - Show system agents
56
- - `claude-mpm agents list --by-tier` - Group agents by precedence tier
57
- - `claude-mpm agents list --all` - Show all agents including undeployed
58
-
59
- ## Auto-Configuration Subcommands (NEW!)
60
-
61
- ### Quick Agent Setup
62
-
63
- Claude MPM now includes intelligent auto-configuration that detects your project and recommends the right agents:
64
-
65
- #### `agents detect`
66
- Scan your project to detect toolchain and frameworks:
67
- ```bash
68
- claude-mpm agents detect
69
- ```
70
-
71
- Shows detected:
72
- - Programming languages (Python, Node.js, Rust, Go, etc.)
73
- - Frameworks (FastAPI, Next.js, React, Express, etc.)
74
- - Testing tools (pytest, Jest, Playwright, etc.)
75
- - Build tools and package managers
76
- - Deployment configurations
77
-
78
- #### `agents recommend`
79
- Get agent recommendations based on detected toolchain:
80
- ```bash
81
- claude-mpm agents recommend
82
- ```
83
-
84
- Shows:
85
- - Essential agents for your stack
86
- - Recommended complementary agents
87
- - Optional specialized agents
88
- - Rationale for each recommendation
89
-
90
- #### `auto-configure`
91
- Automatically detect, recommend, and deploy agents:
92
- ```bash
93
- claude-mpm auto-configure --preview # See what would be configured
94
- claude-mpm auto-configure # Interactive configuration
95
- claude-mpm auto-configure --yes # Auto-apply without prompts
96
- ```
97
-
98
- **Example workflow:**
99
- 1. Run `claude-mpm agents detect` to see what's detected
100
- 2. Run `claude-mpm agents recommend` to see suggestions
101
- 3. Run `claude-mpm auto-configure` to apply configuration
102
- 4. Or skip straight to `claude-mpm auto-configure --yes`
103
-
104
- ### Supported Stacks
105
-
106
- **Python:**
107
- - FastAPI, Flask, Django → fastapi-engineer, python-engineer
108
- - pytest, unittest → api-qa, python-qa
109
-
110
- **JavaScript/TypeScript:**
111
- - Next.js → nextjs-engineer, react-engineer
112
- - React, Vue, Svelte → react-engineer, web-qa
113
- - Express, Nest.js → node-engineer, api-qa
114
- - Jest, Vitest, Playwright → playwright-qa, web-qa
115
-
116
- **Full-Stack Projects:**
117
- Automatically recommends both frontend and backend agents based on your complete stack.
118
-
119
- **Deployment:**
120
- - Vercel → vercel-ops
121
- - Railway → railway-ops
122
- - Docker → docker-ops
123
- - PM2 → local-ops-agent
124
-
125
- ## Related Commands
126
-
127
- For more information on auto-configuration:
128
- - `/mpm-help auto-configure` - Detailed auto-configuration help
129
- - `/mpm-agents-detect` - Run detection via slash command
130
- - `/mpm-agents-recommend` - Show recommendations via slash command
131
- - `/mpm-auto-configure` - Run auto-configuration via slash command