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

claude_mpm/VERSION CHANGED
@@ -1 +1 @@
1
- 4.16.0
1
+ 4.16.2
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: claude-mpm
3
- Version: 4.16.0
3
+ Version: 4.16.2
4
4
  Summary: Claude Multi-Agent Project Manager - Orchestrate Claude with agent delegation and ticket tracking
5
5
  Author-email: Bob Matsuoka <bob@matsuoka.com>
6
6
  Maintainer: Claude MPM Team
@@ -157,7 +157,7 @@ A powerful orchestration framework for **Claude Code (CLI)** that enables multi-
157
157
  ## Features
158
158
 
159
159
  - 🤖 **Multi-Agent System**: 15 specialized agents for comprehensive project management
160
- - 🎯 **Skills System**: 15 bundled skills with auto-linking, three-tier organization (bundled/user/project), and interactive configuration
160
+ - 🎯 **Skills System**: 19 bundled skills with auto-linking, three-tier organization (bundled/user/project), and interactive configuration
161
161
  - 🧠 **Persistent Knowledge System**: Project-specific kuzu-memory integration for intelligent context retention
162
162
  - 🔄 **Session Management**: Resume previous sessions with `--resume`
163
163
  - 📊 **Real-Time Monitoring**: Live dashboard with `--monitor` flag
@@ -310,14 +310,15 @@ Agents learn project-specific patterns using a simple list format and can update
310
310
 
311
311
  Claude MPM includes a powerful skills system that eliminates redundant agent guidance through reusable skill modules:
312
312
 
313
- **15 Bundled Skills** covering essential development workflows:
313
+ **19 Bundled Skills** covering essential development workflows:
314
314
  - Git workflow, TDD, code review, systematic debugging
315
315
  - API documentation, refactoring patterns, performance profiling
316
316
  - Docker containerization, database migrations, security scanning
317
317
  - JSON/PDF/XLSX handling, async testing, ImageMagick operations
318
+ - Local development servers: Next.js, FastAPI, Vite, Express
318
319
 
319
320
  **Three-Tier Organization:**
320
- - **Bundled**: Core skills included with Claude MPM (~4,700 lines of reusable guidance)
321
+ - **Bundled**: Core skills included with Claude MPM (~15,000 lines of reusable guidance)
321
322
  - **User**: Custom skills in `~/.config/claude-mpm/skills/`
322
323
  - **Project**: Project-specific skills in `.claude-mpm/skills/`
323
324
 
@@ -394,11 +395,13 @@ See [docs/MEMORY.md](docs/MEMORY.md) and [docs/developer/11-dashboard/README.md]
394
395
  - **Single Entry Point**: [docs/README.md](docs/README.md) is your navigation hub
395
396
  - **Clear User Paths**: Organized by user type and experience level
396
397
  - **Cross-Referenced**: Links between related topics and sections
397
- - **Up-to-Date**: Version 4.16.0 with skills system and enhanced documentation
398
+ - **Up-to-Date**: Version 4.16.1 with local development skills and enhanced documentation
398
399
 
399
- ## Recent Updates (v4.16.0)
400
+ ## Recent Updates (v4.16.1)
400
401
 
401
- **Skills System Integration**: 15 bundled skills with auto-linking, three-tier organization, and interactive configuration. Eliminates 85% of redundant guidance across agent templates (~4,700 lines of reusable content).
402
+ **Local Development Skills**: Added 4 new toolchain-specific skills: `nextjs-local-dev`, `fastapi-local-dev`, `vite-local-dev`, and `express-local-dev` for professional local server management with PM2, HMR, and production-grade patterns.
403
+
404
+ **Skills System Integration**: 19 bundled skills with auto-linking, three-tier organization, and interactive configuration. Eliminates 85% of redundant guidance across agent templates (~15,000 lines of reusable content).
402
405
 
403
406
  **Enhanced Documentation**: Complete documentation suite with PDF guides, reorganized structure, and comprehensive design documents for skills integration.
404
407
 
@@ -1,5 +1,5 @@
1
1
  claude_mpm/BUILD_NUMBER,sha256=9JfxhnDtr-8l3kCP2U5TVXSErptHoga8m7XA8zqgGOc,4
2
- claude_mpm/VERSION,sha256=J9RA-mbUy3VLog-ldQxvDNxC_sI6cziu-VtO5ics_kY,7
2
+ claude_mpm/VERSION,sha256=xpjh-uYmEqclTSPhMUXZy0aH_Kx8h4Zfj-DztSUaYE8,7
3
3
  claude_mpm/__init__.py,sha256=UCw6j9e_tZQ3kJtTqmdfNv7MHyw9nD1jkj80WurwM2g,2064
4
4
  claude_mpm/__main__.py,sha256=Ro5UBWBoQaSAIoSqWAr7zkbLyvi4sSy28WShqAhKJG0,723
5
5
  claude_mpm/constants.py,sha256=sLjJF6Kw7H4V9WWeaEYltM-77TgXqzEMX5vx4ukM5-0,5977
@@ -862,9 +862,9 @@ claude_mpm/utils/subprocess_utils.py,sha256=D0izRT8anjiUb_JG72zlJR_JAw1cDkb7kalN
862
862
  claude_mpm/validation/__init__.py,sha256=YZhwE3mhit-lslvRLuwfX82xJ_k4haZeKmh4IWaVwtk,156
863
863
  claude_mpm/validation/agent_validator.py,sha256=GprtAvu80VyMXcKGsK_VhYiXWA6BjKHv7O6HKx0AB9w,20917
864
864
  claude_mpm/validation/frontmatter_validator.py,sha256=YpJlYNNYcV8u6hIOi3_jaRsDnzhbcQpjCBE6eyBKaFY,7076
865
- claude_mpm-4.16.0.dist-info/licenses/LICENSE,sha256=lpaivOlPuBZW1ds05uQLJJswy8Rp_HMNieJEbFlqvLk,1072
866
- claude_mpm-4.16.0.dist-info/METADATA,sha256=WtcGsJTtm27k1tbTpogs0HdSL5qPQ3PFdKZsvyy3n5w,19389
867
- claude_mpm-4.16.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
868
- claude_mpm-4.16.0.dist-info/entry_points.txt,sha256=Vlw3GNi-OtTpKSrez04iNrPmxNxYDpIWxmJCxiZ5Tx8,526
869
- claude_mpm-4.16.0.dist-info/top_level.txt,sha256=1nUg3FEaBySgm8t-s54jK5zoPnu3_eY6EP6IOlekyHA,11
870
- claude_mpm-4.16.0.dist-info/RECORD,,
865
+ claude_mpm-4.16.2.dist-info/licenses/LICENSE,sha256=lpaivOlPuBZW1ds05uQLJJswy8Rp_HMNieJEbFlqvLk,1072
866
+ claude_mpm-4.16.2.dist-info/METADATA,sha256=jDWWU7ZqYMVD_TK8kU-RMdTJ7uIEYwGoLWv3JjLb2LY,19703
867
+ claude_mpm-4.16.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
868
+ claude_mpm-4.16.2.dist-info/entry_points.txt,sha256=Vlw3GNi-OtTpKSrez04iNrPmxNxYDpIWxmJCxiZ5Tx8,526
869
+ claude_mpm-4.16.2.dist-info/top_level.txt,sha256=1nUg3FEaBySgm8t-s54jK5zoPnu3_eY6EP6IOlekyHA,11
870
+ claude_mpm-4.16.2.dist-info/RECORD,,