claude-mpm 4.4.10__py3-none-any.whl → 4.4.11__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.
- claude_mpm/VERSION +1 -1
- claude_mpm/agents/PM_INSTRUCTIONS.md +34 -0
- claude_mpm/scripts/mpm_doctor.py +2 -2
- {claude_mpm-4.4.10.dist-info → claude_mpm-4.4.11.dist-info}/METADATA +1 -1
- {claude_mpm-4.4.10.dist-info → claude_mpm-4.4.11.dist-info}/RECORD +9 -9
- {claude_mpm-4.4.10.dist-info → claude_mpm-4.4.11.dist-info}/entry_points.txt +1 -0
- {claude_mpm-4.4.10.dist-info → claude_mpm-4.4.11.dist-info}/WHEEL +0 -0
- {claude_mpm-4.4.10.dist-info → claude_mpm-4.4.11.dist-info}/licenses/LICENSE +0 -0
- {claude_mpm-4.4.10.dist-info → claude_mpm-4.4.11.dist-info}/top_level.txt +0 -0
claude_mpm/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
4.4.
|
1
|
+
4.4.11
|
@@ -67,12 +67,45 @@
|
|
67
67
|
✓ TodoWrite - For tracking delegated work
|
68
68
|
✓ Read - ONLY for reading ONE file maximum (more = violation)
|
69
69
|
✓ Bash - ONLY for `ls`, `pwd` (NOT for investigation)
|
70
|
+
✓ SlashCommand - For executing Claude MPM commands (see MPM Commands section below)
|
70
71
|
✓ mcp__mcp-vector-search__* - For quick code search BEFORE delegation (helps better task definition)
|
71
72
|
❌ Grep/Glob - FORBIDDEN for PM (delegate to Research for deep investigation)
|
72
73
|
❌ WebSearch/WebFetch - FORBIDDEN for PM (delegate to Research)
|
73
74
|
|
74
75
|
**VIOLATION TRACKING ACTIVE**: Each violation logged, escalated, and reported.
|
75
76
|
|
77
|
+
## CLAUDE MPM SLASH COMMANDS
|
78
|
+
|
79
|
+
**IMPORTANT**: Claude MPM has special slash commands that are NOT file paths. These are framework commands that must be executed using the SlashCommand tool.
|
80
|
+
|
81
|
+
### Common MPM Commands
|
82
|
+
These commands start with `/mpm-` and are Claude MPM system commands:
|
83
|
+
- `/mpm-doctor` - Run system diagnostics (use SlashCommand tool)
|
84
|
+
- `/mpm-init` - Initialize MPM project (use SlashCommand tool)
|
85
|
+
- `/mpm-status` - Check MPM service status (use SlashCommand tool)
|
86
|
+
- `/mpm-monitor` - Control monitoring services (use SlashCommand tool)
|
87
|
+
- `/mpm-browser-monitor` - Control browser monitoring (use SlashCommand tool)
|
88
|
+
|
89
|
+
### How to Execute MPM Commands
|
90
|
+
✅ **CORRECT**: Use SlashCommand tool
|
91
|
+
```
|
92
|
+
SlashCommand: command="/mpm-doctor"
|
93
|
+
SlashCommand: command="/mpm-monitor start"
|
94
|
+
```
|
95
|
+
|
96
|
+
❌ **WRONG**: Treating as file paths or bash commands
|
97
|
+
```
|
98
|
+
Bash: ./mpm-doctor # WRONG - not a file
|
99
|
+
Bash: /mpm-doctor # WRONG - not a file path
|
100
|
+
Read: /mpm-doctor # WRONG - not a file to read
|
101
|
+
```
|
102
|
+
|
103
|
+
### Recognition Rules
|
104
|
+
- If user mentions `/mpm-*` → It's a Claude MPM command → Use SlashCommand
|
105
|
+
- If command starts with slash and is NOT a file path → Check if it's an MPM command
|
106
|
+
- MPM commands are system operations, NOT files or scripts
|
107
|
+
- Always use SlashCommand tool for these operations
|
108
|
+
|
76
109
|
## NO ASSERTION WITHOUT VERIFICATION RULE
|
77
110
|
|
78
111
|
**CRITICAL**: PM MUST NEVER make claims without evidence from agents.
|
@@ -139,6 +172,7 @@
|
|
139
172
|
| "what is", "how does", "where is" | "I'll have Research investigate" | Research |
|
140
173
|
| "error", "bug", "issue" | "I'll have QA reproduce this" | QA |
|
141
174
|
| "slow", "performance" | "I'll have QA benchmark this" | QA |
|
175
|
+
| "/mpm-doctor", "/mpm-status", etc | "I'll run the MPM command" | Use SlashCommand tool (NOT bash) |
|
142
176
|
| ANY question about code | "I'll have Research examine this" | Research |
|
143
177
|
|
144
178
|
### 🔴 CIRCUIT BREAKER - IMPLEMENTATION DETECTION 🔴
|
claude_mpm/scripts/mpm_doctor.py
CHANGED
@@ -51,9 +51,9 @@ def run_diagnostics(
|
|
51
51
|
- warning_count: int - number of warnings found
|
52
52
|
- message: str - optional error message if failed
|
53
53
|
"""
|
54
|
-
from claude_mpm.core.logging_utils import get_logger
|
54
|
+
from claude_mpm.core.logging_utils import get_logger
|
55
55
|
|
56
|
-
logger = get_logger(__name__)
|
56
|
+
logger = get_logger(__name__)
|
57
57
|
|
58
58
|
# Create diagnostic runner
|
59
59
|
runner = DiagnosticRunner(verbose=verbose, fix=fix)
|
@@ -1,5 +1,5 @@
|
|
1
1
|
claude_mpm/BUILD_NUMBER,sha256=toytnNjkIKPgQaGwDqQdC1rpNTAdSEc6Vja50d7Ovug,4
|
2
|
-
claude_mpm/VERSION,sha256=
|
2
|
+
claude_mpm/VERSION,sha256=wsjLXi1090mCdeXOCOer2wlQEWPDV51wB6VBJvhb3hw,7
|
3
3
|
claude_mpm/__init__.py,sha256=lyTZAYGH4DTaFGLRNWJKk5Q5oTjzN5I6AXmfVX-Jff0,1512
|
4
4
|
claude_mpm/__main__.py,sha256=Ro5UBWBoQaSAIoSqWAr7zkbLyvi4sSy28WShqAhKJG0,723
|
5
5
|
claude_mpm/constants.py,sha256=cChN3myrAcF3jC-6DvHnBFTEnwlDk-TAsIXPvUZr_yw,5953
|
@@ -15,7 +15,7 @@ claude_mpm/agents/BASE_RESEARCH.md,sha256=2DZhDd5XxWWtsyNTBIwvtNWBu1JpFy5R5SAZDH
|
|
15
15
|
claude_mpm/agents/INSTRUCTIONS_OLD_DEPRECATED.md,sha256=zQZhrhVq9NLCtSjVX-aC0xcgueemSuPhKyv0SjEOyIQ,25852
|
16
16
|
claude_mpm/agents/MEMORY.md,sha256=KbRwY_RYdOvTvFC2DD-ATfwjHkQWJ5PIjlGws_7RmjI,3307
|
17
17
|
claude_mpm/agents/OUTPUT_STYLE.md,sha256=IYbo4jmICihrfnChbdrRpwVk4VobCcNyYqZqd53VXMk,533
|
18
|
-
claude_mpm/agents/PM_INSTRUCTIONS.md,sha256=
|
18
|
+
claude_mpm/agents/PM_INSTRUCTIONS.md,sha256=bdf38c2PS0qrXg1wq2lFDKAzkCmUQs1L8uTVwJk_TlY,27438
|
19
19
|
claude_mpm/agents/WORKFLOW.md,sha256=m4hjQNX8tZKNlyVPjvGJJXc-UG3yzkscmu9Nwfcddsw,2373
|
20
20
|
claude_mpm/agents/__init__.py,sha256=jRFxvV_DIZ-NdENa-703Xu3YpwvlQj6yv-mQ6FgmldM,3220
|
21
21
|
claude_mpm/agents/agent-template.yaml,sha256=mRlz5Yd0SmknTeoJWgFkZXzEF5T7OmGBJGs2-KPT93k,1969
|
@@ -398,7 +398,7 @@ claude_mpm/scripts/claude-hook-handler.sh,sha256=xe6dKubrjK1JDO0SJdc1-tA6C7YSb5Y
|
|
398
398
|
claude_mpm/scripts/launch_monitor.py,sha256=Q7hN4Wurw45veLWPSXk0WfvkKxQ1Snz7TjZsV_pNWQc,2418
|
399
399
|
claude_mpm/scripts/mcp_server.py,sha256=_i9ydtI7AcO-Eb7gzbIDbcJY4PKRQRYNobB8eMailI4,2259
|
400
400
|
claude_mpm/scripts/mcp_wrapper.py,sha256=PvfHJShcsQHGJZD-RN3RnwLOzemAKYZ2kW_QfTkGzkk,1105
|
401
|
-
claude_mpm/scripts/mpm_doctor.py,sha256=
|
401
|
+
claude_mpm/scripts/mpm_doctor.py,sha256=98vBiTIB4xpaSgOvTP9N3EU22V2Odxd9DivhQizG0VM,8822
|
402
402
|
claude_mpm/scripts/socketio_daemon.py,sha256=I1n0ny6UZTQWKN-_ZiNKK37jJTRgRESyHDAVvXWK33M,6038
|
403
403
|
claude_mpm/scripts/start_activity_logging.py,sha256=1G9bFYiBSkpxSRXyKht73nL5gH-4zwukLutWWKAipGg,2869
|
404
404
|
claude_mpm/services/__init__.py,sha256=X10comSYoSvoi4jaz9a7ztqcYhCZMX7QmX7nwHGJjCM,7495
|
@@ -773,9 +773,9 @@ claude_mpm/utils/subprocess_utils.py,sha256=D0izRT8anjiUb_JG72zlJR_JAw1cDkb7kalN
|
|
773
773
|
claude_mpm/validation/__init__.py,sha256=YZhwE3mhit-lslvRLuwfX82xJ_k4haZeKmh4IWaVwtk,156
|
774
774
|
claude_mpm/validation/agent_validator.py,sha256=Nm2WmcbCb0EwOG4nFcikc3wVdiiAfjGBBI3YoR6ainQ,20915
|
775
775
|
claude_mpm/validation/frontmatter_validator.py,sha256=IDBOCBweO6umydSnUJjBh81sKk3cy9hRFYm61DCiXbI,7020
|
776
|
-
claude_mpm-4.4.
|
777
|
-
claude_mpm-4.4.
|
778
|
-
claude_mpm-4.4.
|
779
|
-
claude_mpm-4.4.
|
780
|
-
claude_mpm-4.4.
|
781
|
-
claude_mpm-4.4.
|
776
|
+
claude_mpm-4.4.11.dist-info/licenses/LICENSE,sha256=lpaivOlPuBZW1ds05uQLJJswy8Rp_HMNieJEbFlqvLk,1072
|
777
|
+
claude_mpm-4.4.11.dist-info/METADATA,sha256=GfGvZ-4PutVAH_2DAeQ7S5E-KubU1gqXSwbqnB2yh2Y,17518
|
778
|
+
claude_mpm-4.4.11.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
779
|
+
claude_mpm-4.4.11.dist-info/entry_points.txt,sha256=Vlw3GNi-OtTpKSrez04iNrPmxNxYDpIWxmJCxiZ5Tx8,526
|
780
|
+
claude_mpm-4.4.11.dist-info/top_level.txt,sha256=1nUg3FEaBySgm8t-s54jK5zoPnu3_eY6EP6IOlekyHA,11
|
781
|
+
claude_mpm-4.4.11.dist-info/RECORD,,
|
@@ -1,5 +1,6 @@
|
|
1
1
|
[console_scripts]
|
2
2
|
claude-mpm = claude_mpm.cli:main
|
3
|
+
claude-mpm-doctor = claude_mpm.scripts.mpm_doctor:main
|
3
4
|
claude-mpm-mcp = claude_mpm.services.mcp_gateway.server.stdio_server:main_sync
|
4
5
|
claude-mpm-mcp-wrapper = claude_mpm.scripts.mcp_wrapper:entry_point
|
5
6
|
claude-mpm-monitor = claude_mpm.scripts.launch_monitor:main
|
File without changes
|
File without changes
|
File without changes
|