claude-mpm 4.1.2 → 4.2.4

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.
package/README.md CHANGED
@@ -30,6 +30,12 @@ pipx install claude-mpm
30
30
  claude-mpm mcp-pipx-config
31
31
  ```
32
32
 
33
+ **🎉 Pipx Support Now Fully Functional!** Recent improvements ensure complete compatibility:
34
+ - ✅ Socket.IO daemon script path resolution (fixed)
35
+ - ✅ Commands directory access (fixed)
36
+ - ✅ Resource files properly packaged for pipx environments
37
+ - ✅ Python 3.13+ fully supported
38
+
33
39
  **That's it!** See [QUICKSTART.md](QUICKSTART.md) for immediate usage or [docs/user/installation.md](docs/user/installation.md) for advanced options.
34
40
 
35
41
  ## Quick Usage
@@ -82,7 +88,7 @@ Claude MPM includes 15 specialized agents:
82
88
  - **Security** - Security analysis and implementation
83
89
 
84
90
  #### Operations & Infrastructure
85
- - **Ops** - Operations and deployment
91
+ - **Ops** - Operations and deployment with advanced git commit authority and security verification (v2.2.2+)
86
92
  - **Version Control** - Git and version management
87
93
  - **Data Engineer** - Data pipeline and ETL development
88
94
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-mpm",
3
- "version": "4.1.2",
3
+ "version": "4.2.4",
4
4
  "description": "NPM wrapper for claude-mpm Python package - Requires Python 3.8+. Orchestrate Claude with agent delegation and ticket tracking",
5
5
  "keywords": [
6
6
  "claude",
package/README.npm.md DELETED
@@ -1,71 +0,0 @@
1
- # Claude MPM (npm wrapper)
2
-
3
- This is the npm wrapper for the **Claude Multi-Agent Project Manager (claude-mpm)**, a Python framework that extends Claude Code with multi-agent orchestration capabilities.
4
-
5
- ## Requirements
6
-
7
- - **Node.js** 14.0.0 or later
8
- - **Python** 3.8 or later
9
- - **macOS** or **Linux** (Windows support via WSL)
10
-
11
- ## Installation
12
-
13
- ```bash
14
- npm install -g @bobmatnyc/claude-mpm
15
- ```
16
-
17
- ## Usage
18
-
19
- Once installed, you can use the `claude-mpm` command directly:
20
-
21
- ```bash
22
- # Initialize claude-mpm
23
- claude-mpm config init
24
-
25
- # Deploy agents
26
- claude-mpm agents deploy
27
-
28
- # Run with an agent
29
- claude-mpm run --agent engineer
30
-
31
- # View version info
32
- claude-mpm info
33
- ```
34
-
35
- ## What this package does
36
-
37
- This npm package is a wrapper that:
38
-
39
- 1. **Detects Python 3.8+** on your system
40
- 2. **Automatically installs** the `claude-mpm` Python package
41
- 3. **Launches the Python CLI** with your arguments
42
-
43
- ## Python Package
44
-
45
- The actual claude-mpm functionality is provided by the Python package. If you prefer to install directly with Python:
46
-
47
- ```bash
48
- pip install claude-mpm
49
- ```
50
-
51
- ## Features
52
-
53
- - **Multi-Agent Orchestration**: Coordinate specialized AI agents for different tasks
54
- - **Ticket Management**: Integrated ticketing system with aitrackdown
55
- - **Memory System**: Persistent agent memory and context management
56
- - **WebSocket Dashboard**: Real-time monitoring of agent activities
57
- - **MCP Gateway**: Model Context Protocol server integration
58
- - **Claude Code Integration**: Seamless integration with Anthropic's Claude Code
59
-
60
- ## Documentation
61
-
62
- For detailed documentation, visit the [main repository](https://github.com/bobmatnyc/claude-mpm).
63
-
64
- ## License
65
-
66
- MIT - see [LICENSE](LICENSE) file.
67
-
68
- ## Support
69
-
70
- - **Issues**: [GitHub Issues](https://github.com/bobmatnyc/claude-mpm/issues)
71
- - **Repository**: [GitHub](https://github.com/bobmatnyc/claude-mpm)