claude-mpm 4.0.25 → 4.0.34

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
@@ -7,7 +7,7 @@ A powerful orchestration framework for Claude Code that enables multi-agent work
7
7
  ## Features
8
8
 
9
9
  - 🤖 **Multi-Agent System**: 15 specialized agents for comprehensive project management
10
- - 🧠 **Agent Memory System**: Persistent learning with project-specific knowledge retention
10
+ - 🧠 **Agent Memory System**: Simple list-based persistent learning with JSON response field updates
11
11
  - 🔄 **Session Management**: Resume previous sessions with `--resume`
12
12
  - 📊 **Real-Time Monitoring**: Live dashboard with `--monitor` flag
13
13
  - 🔌 **MCP Gateway**: Model Context Protocol integration for extensible tool capabilities
@@ -37,6 +37,9 @@ claude-mpm run --monitor
37
37
  # Use MCP Gateway for external tool integration
38
38
  claude-mpm mcp
39
39
 
40
+ # Run health diagnostics
41
+ claude-mpm doctor
42
+
40
43
  # Manage memory for large conversation histories
41
44
  claude-mpm cleanup-memory
42
45
  ```
@@ -88,7 +91,7 @@ Claude MPM includes 15 specialized agents:
88
91
  - **Code Analyzer** - Static code analysis with AST and tree-sitter
89
92
 
90
93
  ### Agent Memory System
91
- Agents learn project-specific patterns and remember insights across sessions. Initialize with `claude-mpm memory init`.
94
+ Agents learn project-specific patterns using a simple list format and can update memories via JSON response fields (`remember` for incremental updates, `MEMORIES` for complete replacement). Initialize with `claude-mpm memory init`.
92
95
 
93
96
  ### MCP Gateway (Model Context Protocol)
94
97
 
package/README.npm.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Claude MPM (npm wrapper)
2
2
 
3
- This is the npm wrapper for the **Claude Multi-Agent Project Manager (claude-mpm)**, a Python framework that extends Claude Desktop with multi-agent orchestration capabilities.
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
4
 
5
5
  ## Requirements
6
6
 
@@ -55,7 +55,7 @@ pip install claude-mpm
55
55
  - **Memory System**: Persistent agent memory and context management
56
56
  - **WebSocket Dashboard**: Real-time monitoring of agent activities
57
57
  - **MCP Gateway**: Model Context Protocol server integration
58
- - **Claude Desktop Integration**: Seamless integration with Anthropic's Claude Desktop
58
+ - **Claude Code Integration**: Seamless integration with Anthropic's Claude Code
59
59
 
60
60
  ## Documentation
61
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-mpm",
3
- "version": "4.0.25",
3
+ "version": "4.0.34",
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",