claude-mpm 4.1.14__tar.gz → 4.1.15__tar.gz
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-4.1.15/BUILD_NUMBER +1 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/PKG-INFO +8 -2
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/README.md +7 -1
- claude_mpm-4.1.15/VERSION +1 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/pyproject.toml +3 -2
- claude_mpm-4.1.15/src/claude_mpm/VERSION +1 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/templates/ops.json +15 -6
- claude_mpm-4.1.15/src/claude_mpm/commands/__init__.py +14 -0
- claude_mpm-4.1.15/src/claude_mpm/commands/mpm-agents.md +12 -0
- claude_mpm-4.1.15/src/claude_mpm/commands/mpm-config.md +18 -0
- claude_mpm-4.1.15/src/claude_mpm/commands/mpm-doctor.md +24 -0
- claude_mpm-4.1.15/src/claude_mpm/commands/mpm-help.md +10 -0
- claude_mpm-4.1.15/src/claude_mpm/commands/mpm-status.md +13 -0
- claude_mpm-4.1.15/src/claude_mpm/commands/mpm-tickets.md +102 -0
- claude_mpm-4.1.15/src/claude_mpm/commands/mpm.md +19 -0
- claude_mpm-4.1.15/src/claude_mpm/dashboard/__init__.py +12 -0
- claude_mpm-4.1.15/src/claude_mpm/experimental/__init__.py +10 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/hooks/claude_hooks/installer.py +13 -3
- claude_mpm-4.1.15/src/claude_mpm/schemas/__init__.py +12 -0
- claude_mpm-4.1.15/src/claude_mpm/scripts/socketio_daemon_wrapper.py +78 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/cli/socketio_manager.py +21 -13
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/command_deployment_service.py +8 -2
- claude_mpm-4.1.15/src/claude_mpm/tools/__init__.py +10 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm.egg-info/PKG-INFO +8 -2
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm.egg-info/SOURCES.txt +13 -0
- claude_mpm-4.1.14/BUILD_NUMBER +0 -1
- claude_mpm-4.1.14/VERSION +0 -1
- claude_mpm-4.1.14/src/claude_mpm/VERSION +0 -1
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/CLAUDE.md +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/LICENSE +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/MANIFEST.in +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/scripts/ticket +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/setup.cfg +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/BUILD_NUMBER +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/__main__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/BASE_AGENT_TEMPLATE.md +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/BASE_PM.md +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/INSTRUCTIONS.md +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/MEMORY.md +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/OUTPUT_STYLE.md +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/WORKFLOW.md +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/agent-template.yaml +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/agent_loader.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/agent_loader_integration.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/agents_metadata.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/async_agent_loader.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/base_agent.json +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/base_agent_loader.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/frontmatter_validator.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/system_agent_config.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/templates/.claude-mpm/memories/README.md +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/templates/.claude-mpm/memories/engineer_memories.md +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/templates/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/templates/agent-manager.json +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/templates/agent-manager.md +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/templates/agentic_coder_optimizer.json +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/templates/api_qa.json +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/templates/code_analyzer.json +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/templates/data_engineer.json +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/templates/documentation.json +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/templates/engineer.json +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/templates/imagemagick.json +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/templates/logs/prompts/agent_engineer_20250826_014258_728.md +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/templates/memory_manager.json +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/templates/project_organizer.json +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/templates/qa.json +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/templates/refactoring_engineer.json +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/templates/research.json +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/templates/security.json +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/templates/ticketing.json +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/templates/vercel_ops_agent.json +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/templates/version_control.json +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/templates/web_qa.json +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/agents/templates/web_ui.json +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/__main__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/agent_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/agents.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/aggregate.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/analyze.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/analyze_code.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/cleanup.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/cleanup_orphaned_agents.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/config.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/configure.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/configure_tui.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/dashboard.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/debug.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/doctor.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/info.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/mcp.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/mcp_command_router.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/mcp_config_commands.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/mcp_install_commands.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/mcp_pipx_config.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/mcp_server_commands.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/mcp_tool_commands.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/memory.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/monitor.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/mpm_init.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/mpm_init_handler.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/run.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/socketio_monitor.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/commands/tickets.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/parser.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/parsers/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/parsers/agent_manager_parser.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/parsers/agents_parser.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/parsers/analyze_code_parser.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/parsers/analyze_parser.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/parsers/base_parser.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/parsers/config_parser.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/parsers/configure_parser.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/parsers/dashboard_parser.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/parsers/debug_parser.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/parsers/mcp_parser.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/parsers/memory_parser.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/parsers/monitor_parser.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/parsers/mpm_init_parser.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/parsers/run_parser.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/parsers/tickets_parser.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/shared/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/shared/argument_patterns.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/shared/base_command.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/shared/error_handling.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/shared/output_formatters.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/startup_logging.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/ticket_cli.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli/utils.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli_module/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli_module/args.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli_module/commands.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/cli_module/migration_example.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/config/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/config/agent_config.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/config/experimental_features.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/config/paths.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/config/socketio_config.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/constants.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/agent_name_normalizer.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/agent_registry.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/agent_session_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/base_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/cache.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/claude_runner.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/config.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/config_aliases.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/config_constants.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/constants.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/container.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/exceptions.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/factories.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/framework_loader.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/hook_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/hook_performance_config.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/injectable_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/instruction_reinforcement_hook.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/interactive_session.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/interfaces.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/lazy.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/log_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/logger.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/logging_config.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/minimal_framework_loader.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/mixins.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/oneshot_session.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/optimized_agent_loader.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/optimized_startup.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/output_style_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/pm_hook_interceptor.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/service_registry.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/session_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/shared/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/shared/config_loader.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/shared/path_resolver.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/shared/singleton_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/socketio_pool.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/tool_access_control.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/types.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/typing_utils.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/unified_agent_registry.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/unified_config.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/core/unified_paths.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/.claude-mpm/socketio-instances.json +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/analysis_runner.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/index.html +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/open_dashboard.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/built/components/activity-tree.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/built/components/agent-inference.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/built/components/code-tree.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/built/components/code-viewer.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/built/components/event-processor.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/built/components/event-viewer.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/built/components/export-manager.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/built/components/file-tool-tracker.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/built/components/hud-library-loader.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/built/components/hud-manager.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/built/components/hud-visualizer.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/built/components/module-viewer.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/built/components/session-manager.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/built/components/socket-manager.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/built/components/ui-state-manager.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/built/components/working-directory.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/built/dashboard.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/built/socket-client.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/css/activity.css +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/css/code-tree.css +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/css/connection-status.css +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/css/dashboard.css +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/dist/components/activity-tree.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/dist/components/agent-inference.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/dist/components/code-tree.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/dist/components/code-viewer.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/dist/components/event-processor.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/dist/components/event-viewer.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/dist/components/export-manager.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/dist/components/file-tool-tracker.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/dist/components/hud-library-loader.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/dist/components/hud-manager.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/dist/components/hud-visualizer.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/dist/components/module-viewer.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/dist/components/session-manager.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/dist/components/socket-manager.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/dist/components/ui-state-manager.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/dist/components/working-directory.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/dist/dashboard.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/dist/socket-client.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/js/components/activity-tree.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/js/components/agent-hierarchy.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/js/components/agent-inference.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/js/components/build-tracker.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/js/components/code-tree.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/js/components/code-viewer.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/js/components/connection-debug.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/js/components/event-processor.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/js/components/event-viewer.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/js/components/export-manager.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/js/components/file-tool-tracker.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/js/components/hud-library-loader.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/js/components/hud-manager.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/js/components/hud-visualizer.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/js/components/module-viewer.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/js/components/session-manager.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/js/components/socket-manager.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/js/components/ui-state-manager.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/js/components/unified-data-viewer.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/js/components/working-directory.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/js/connection-manager.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/js/dashboard.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/js/extension-error-handler.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/static/js/socket-client.js +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/templates/index.html +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/dashboard/test_dashboard.html +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/experimental/cli_enhancements.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/generators/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/generators/agent_profile_generator.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/hooks/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/hooks/base_hook.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/hooks/claude_hooks/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/hooks/claude_hooks/connection_pool.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/hooks/claude_hooks/event_handlers.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/hooks/claude_hooks/hook_handler.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/hooks/claude_hooks/hook_handler_eventbus.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/hooks/claude_hooks/hook_handler_original.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/hooks/claude_hooks/hook_handler_refactored.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/hooks/claude_hooks/hook_wrapper.sh +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/hooks/claude_hooks/memory_integration.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/hooks/claude_hooks/response_tracking.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/hooks/claude_hooks/services/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/hooks/claude_hooks/services/connection_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/hooks/claude_hooks/services/connection_manager_http.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/hooks/claude_hooks/services/duplicate_detector.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/hooks/claude_hooks/services/state_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/hooks/claude_hooks/services/subagent_processor.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/hooks/claude_hooks/tool_analysis.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/hooks/memory_integration_hook.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/hooks/tool_call_interceptor.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/hooks/validation_hooks.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/init.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/models/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/models/agent_definition.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/models/agent_session.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/scripts/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/scripts/claude-hook-handler.sh +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/scripts/mcp_server.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/scripts/mcp_wrapper.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/scripts/mpm_doctor.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/scripts/socketio_daemon.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/scripts/socketio_daemon_hardened.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/scripts/socketio_server_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/scripts/start_activity_logging.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agent_capabilities_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/agent_builder.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/agent_config_provider.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/agent_configuration_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/agent_definition_factory.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/agent_deployment.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/agent_discovery_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/agent_environment_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/agent_filesystem_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/agent_format_converter.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/agent_frontmatter_validator.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/agent_lifecycle_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/agent_lifecycle_manager_refactored.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/agent_metrics_collector.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/agent_operation_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/agent_record_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/agent_restore_handler.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/agent_state_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/agent_template_builder.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/agent_validator.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/agent_version_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/agent_versioning.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/agents_directory_resolver.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/async_agent_deployment.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/base_agent_locator.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/config/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/config/deployment_config.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/config/deployment_config_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/deployment_config_loader.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/deployment_results_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/deployment_type_detector.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/deployment_wrapper.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/facade/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/facade/async_deployment_executor.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/facade/deployment_executor.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/facade/deployment_facade.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/facade/sync_deployment_executor.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/interface_adapter.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/lifecycle_health_checker.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/lifecycle_performance_tracker.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/multi_source_deployment_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/pipeline/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/pipeline/pipeline_builder.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/pipeline/pipeline_context.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/pipeline/pipeline_executor.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/pipeline/steps/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/pipeline/steps/agent_processing_step.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/pipeline/steps/base_step.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/pipeline/steps/configuration_step.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/pipeline/steps/target_directory_step.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/pipeline/steps/validation_step.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/processors/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/processors/agent_deployment_context.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/processors/agent_deployment_result.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/processors/agent_processor.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/refactored_agent_deployment_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/results/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/results/deployment_metrics.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/results/deployment_result_builder.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/single_agent_deployer.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/strategies/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/strategies/base_strategy.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/strategies/project_strategy.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/strategies/strategy_selector.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/strategies/system_strategy.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/strategies/user_strategy.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/system_instructions_deployer.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/validation/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/validation/agent_validator.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/validation/deployment_validator.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/validation/template_validator.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/deployment/validation/validation_result.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/loading/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/loading/agent_profile_loader.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/loading/base_agent_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/loading/framework_agent_loader.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/management/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/management/agent_capabilities_generator.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/management/agent_management_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/memory/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/memory/agent_memory_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/memory/agent_persistence_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/memory/content_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/memory/memory_categorization_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/memory/memory_file_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/memory/memory_format_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/memory/memory_limits_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/memory/template_generator.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/registry/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/registry/deployed_agent_discovery.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/agents/registry/modification_tracker.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/async_session_logger.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/claude_session_logger.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/cli/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/cli/agent_cleanup_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/cli/agent_dependency_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/cli/agent_listing_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/cli/agent_output_formatter.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/cli/agent_validation_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/cli/dashboard_launcher.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/cli/memory_crud_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/cli/memory_output_formatter.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/cli/session_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/cli/startup_checker.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/command_handler_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/communication/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/core/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/core/base.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/core/cache_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/core/interfaces/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/core/interfaces/agent.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/core/interfaces/communication.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/core/interfaces/infrastructure.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/core/interfaces/service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/core/interfaces.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/core/memory_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/core/path_resolver.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/core/service_container.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/core/service_interfaces.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/diagnostics/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/diagnostics/checks/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/diagnostics/checks/agent_check.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/diagnostics/checks/base_check.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/diagnostics/checks/claude_desktop_check.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/diagnostics/checks/common_issues_check.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/diagnostics/checks/configuration_check.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/diagnostics/checks/filesystem_check.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/diagnostics/checks/installation_check.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/diagnostics/checks/instructions_check.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/diagnostics/checks/mcp_check.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/diagnostics/checks/monitor_check.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/diagnostics/checks/startup_log_check.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/diagnostics/diagnostic_runner.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/diagnostics/doctor_reporter.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/diagnostics/models.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/event_aggregator.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/event_bus/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/event_bus/config.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/event_bus/direct_relay.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/event_bus/event_bus.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/event_bus/relay.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/events/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/events/consumers/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/events/consumers/dead_letter.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/events/consumers/logging.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/events/consumers/metrics.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/events/consumers/socketio.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/events/core.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/events/interfaces.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/events/producers/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/events/producers/hook.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/events/producers/system.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/exceptions.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/framework_claude_md_generator/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/framework_claude_md_generator/content_assembler.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/framework_claude_md_generator/content_validator.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/framework_claude_md_generator/deployment_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/framework_claude_md_generator/section_generators/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/framework_claude_md_generator/section_generators/agents.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/framework_claude_md_generator/section_generators/claude_pm_init.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/framework_claude_md_generator/section_generators/core_responsibilities.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/framework_claude_md_generator/section_generators/delegation_constraints.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/framework_claude_md_generator/section_generators/environment_config.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/framework_claude_md_generator/section_generators/footer.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/framework_claude_md_generator/section_generators/header.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/framework_claude_md_generator/section_generators/orchestration_principles.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/framework_claude_md_generator/section_generators/role_designation.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/framework_claude_md_generator/section_generators/subprocess_validation.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/framework_claude_md_generator/section_generators/todo_task_tools.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/framework_claude_md_generator/section_generators/troubleshooting.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/framework_claude_md_generator/section_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/framework_claude_md_generator/version_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/hook_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/infrastructure/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/infrastructure/context_preservation.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/infrastructure/daemon_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/infrastructure/logging.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/infrastructure/monitoring/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/infrastructure/monitoring/aggregator.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/infrastructure/monitoring/base.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/infrastructure/monitoring/legacy.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/infrastructure/monitoring/network.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/infrastructure/monitoring/process.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/infrastructure/monitoring/resources.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/infrastructure/monitoring/service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/infrastructure/monitoring.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/auto_configure.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/config/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/config/config_loader.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/config/config_schema.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/config/configuration.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/core/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/core/base.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/core/exceptions.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/core/interfaces.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/core/process_pool.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/core/singleton_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/core/startup_verification.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/main.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/registry/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/registry/service_registry.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/registry/tool_registry.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/server/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/server/mcp_gateway.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/server/stdio_handler.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/server/stdio_server.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/tools/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/tools/base_adapter.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/tools/document_summarizer.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/tools/health_check_tool.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/tools/hello_world.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/tools/ticket_tools.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/mcp_gateway/tools/unified_ticket_tool.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/memory/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/memory/builder.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/memory/cache/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/memory/cache/shared_prompt_cache.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/memory/cache/simple_cache.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/memory/indexed_memory.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/memory/optimizer.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/memory/router.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/memory_hook_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/monitor_build_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/port_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/project/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/project/analyzer.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/project/analyzer_refactored.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/project/analyzer_v2.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/project/architecture_analyzer.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/project/dependency_analyzer.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/project/language_analyzer.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/project/metrics_collector.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/project/registry.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/recovery_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/response_tracker.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/runner_configuration_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/session_management_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/shared/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/shared/async_service_base.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/shared/config_service_base.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/shared/lifecycle_service_base.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/shared/manager_base.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/shared/service_factory.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/socketio/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/socketio/client_proxy.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/socketio/event_normalizer.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/socketio/handlers/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/socketio/handlers/base.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/socketio/handlers/code_analysis.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/socketio/handlers/connection.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/socketio/handlers/connection_handler.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/socketio/handlers/file.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/socketio/handlers/git.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/socketio/handlers/hook.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/socketio/handlers/memory.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/socketio/handlers/project.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/socketio/handlers/registry.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/socketio/migration_utils.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/socketio/server/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/socketio/server/broadcaster.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/socketio/server/connection_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/socketio/server/core.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/socketio/server/eventbus_integration.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/socketio/server/main.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/socketio_client_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/socketio_server.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/subprocess_launcher_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/system_instructions_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/ticket_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/ticket_services/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/ticket_services/crud_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/ticket_services/formatter_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/ticket_services/search_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/ticket_services/validation_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/ticket_services/workflow_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/utility_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/version_control/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/version_control/branch_strategy.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/version_control/conflict_resolution.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/version_control/git_operations.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/version_control/semantic_versioning.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/version_control/version_parser.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/version_service.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/visualization/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/visualization/mermaid_generator.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/storage/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/storage/state_storage.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/ticket_wrapper.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/tools/__main__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/tools/code_tree_analyzer.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/tools/code_tree_builder.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/tools/code_tree_events.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/tools/socketio_debug.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/utils/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/utils/agent_dependency_loader.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/utils/config_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/utils/console.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/utils/dependency_cache.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/utils/dependency_manager.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/utils/dependency_strategies.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/utils/environment_context.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/utils/error_handler.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/utils/file_utils.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/utils/framework_detection.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/utils/import_migration_example.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/utils/imports.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/utils/path_operations.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/utils/robust_installer.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/utils/session_logging.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/utils/subprocess_utils.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/validation/__init__.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/validation/agent_validator.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/validation/frontmatter_validator.py +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm.egg-info/dependency_links.txt +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm.egg-info/entry_points.txt +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm.egg-info/requires.txt +0 -0
- {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm.egg-info/top_level.txt +0 -0
| @@ -0,0 +1 @@ | |
| 1 | 
            +
            314
         | 
| @@ -1,6 +1,6 @@ | |
| 1 1 | 
             
            Metadata-Version: 2.4
         | 
| 2 2 | 
             
            Name: claude-mpm
         | 
| 3 | 
            -
            Version: 4.1. | 
| 3 | 
            +
            Version: 4.1.15
         | 
| 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
         | 
| @@ -148,6 +148,12 @@ pipx install claude-mpm | |
| 148 148 | 
             
            claude-mpm mcp-pipx-config
         | 
| 149 149 | 
             
            ```
         | 
| 150 150 |  | 
| 151 | 
            +
            **🎉 Pipx Support Now Fully Functional!** Recent improvements ensure complete compatibility:
         | 
| 152 | 
            +
            - ✅ Socket.IO daemon script path resolution (fixed)
         | 
| 153 | 
            +
            - ✅ Commands directory access (fixed) 
         | 
| 154 | 
            +
            - ✅ Resource files properly packaged for pipx environments
         | 
| 155 | 
            +
            - ✅ Python 3.13+ fully supported
         | 
| 156 | 
            +
             | 
| 151 157 | 
             
            **That's it!** See [QUICKSTART.md](QUICKSTART.md) for immediate usage or [docs/user/installation.md](docs/user/installation.md) for advanced options.
         | 
| 152 158 |  | 
| 153 159 | 
             
            ## Quick Usage
         | 
| @@ -200,7 +206,7 @@ Claude MPM includes 15 specialized agents: | |
| 200 206 | 
             
            - **Security** - Security analysis and implementation
         | 
| 201 207 |  | 
| 202 208 | 
             
            #### Operations & Infrastructure
         | 
| 203 | 
            -
            - **Ops** - Operations and deployment
         | 
| 209 | 
            +
            - **Ops** - Operations and deployment with advanced git commit authority and security verification (v2.2.2+)
         | 
| 204 210 | 
             
            - **Version Control** - Git and version management
         | 
| 205 211 | 
             
            - **Data Engineer** - Data pipeline and ETL development
         | 
| 206 212 |  | 
| @@ -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 |  | 
| @@ -0,0 +1 @@ | |
| 1 | 
            +
            4.1.15
         | 
| @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
| 4 4 |  | 
| 5 5 | 
             
            [project]
         | 
| 6 6 | 
             
            name = "claude-mpm"
         | 
| 7 | 
            -
            version = "4.1. | 
| 7 | 
            +
            version = "4.1.15"
         | 
| 8 8 | 
             
            description = "Claude Multi-Agent Project Manager - Orchestrate Claude with agent delegation and ticket tracking"
         | 
| 9 9 | 
             
            readme = "README.md"
         | 
| 10 10 | 
             
            requires-python = ">=3.8"
         | 
| @@ -154,6 +154,7 @@ claude_mpm = [ | |
| 154 154 | 
             
                "VERSION", 
         | 
| 155 155 | 
             
                "BUILD_NUMBER",
         | 
| 156 156 | 
             
                "scripts/*", 
         | 
| 157 | 
            +
                "commands/*.md",
         | 
| 157 158 | 
             
                "dashboard/*.html", 
         | 
| 158 159 | 
             
                "dashboard/templates/*.html", 
         | 
| 159 160 | 
             
                "dashboard/static/*.css", 
         | 
| @@ -247,7 +248,7 @@ ignore-imports = false | |
| 247 248 |  | 
| 248 249 | 
             
            [tool.commitizen]
         | 
| 249 250 | 
             
            name = "cz_conventional_commits"
         | 
| 250 | 
            -
            version = "4.1. | 
| 251 | 
            +
            version = "4.1.15"
         | 
| 251 252 | 
             
            version_files = [
         | 
| 252 253 | 
             
                "VERSION",
         | 
| 253 254 | 
             
                "src/claude_mpm/VERSION",
         | 
| @@ -0,0 +1 @@ | |
| 1 | 
            +
            4.1.15
         | 
| @@ -1,9 +1,14 @@ | |
| 1 1 | 
             
            {
         | 
| 2 2 | 
             
              "schema_version": "1.2.0",
         | 
| 3 3 | 
             
              "agent_id": "ops-agent",
         | 
| 4 | 
            -
              "agent_version": "2.2. | 
| 5 | 
            -
              "template_version": "2. | 
| 4 | 
            +
              "agent_version": "2.2.2",
         | 
| 5 | 
            +
              "template_version": "2.2.0",
         | 
| 6 6 | 
             
              "template_changelog": [
         | 
| 7 | 
            +
                {
         | 
| 8 | 
            +
                  "version": "2.2.0",
         | 
| 9 | 
            +
                  "date": "2025-08-29",
         | 
| 10 | 
            +
                  "description": "Added comprehensive git commit authority with mandatory security verification"
         | 
| 11 | 
            +
                },
         | 
| 7 12 | 
             
                {
         | 
| 8 13 | 
             
                  "version": "2.1.0",
         | 
| 9 14 | 
             
                  "date": "2025-08-25",
         | 
| @@ -33,7 +38,7 @@ | |
| 33 38 | 
             
                ],
         | 
| 34 39 | 
             
                "author": "Claude MPM Team",
         | 
| 35 40 | 
             
                "created_at": "2025-07-27T03:45:51.476769Z",
         | 
| 36 | 
            -
                "updated_at": "2025-08- | 
| 41 | 
            +
                "updated_at": "2025-08-29T12:00:00.000000Z",
         | 
| 37 42 | 
             
                "color": "orange"
         | 
| 38 43 | 
             
              },
         | 
| 39 44 | 
             
              "capabilities": {
         | 
| @@ -64,7 +69,7 @@ | |
| 64 69 | 
             
                  ]
         | 
| 65 70 | 
             
                }
         | 
| 66 71 | 
             
              },
         | 
| 67 | 
            -
              "instructions": "# Ops Agent\n\n**Inherits from**: BASE_AGENT_TEMPLATE.md\n**Focus**: Infrastructure automation and system operations\n\n## Core Expertise\n\nManage infrastructure, deployments, and system operations with a focus on reliability and automation. Handle CI/CD, monitoring, and operational excellence.\n\n## Ops-Specific Memory Management\n\n**Configuration Sampling**:\n- Extract patterns from config files, not full content\n- Use grep for environment variables and settings\n- Process deployment scripts sequentially\n- Sample 2-3 representative configs per service\n\n## Operations Protocol\n\n### Infrastructure Management\n```bash\n# Check system resources\ndf -h | head -10\nfree -h\nps aux | head -20\nnetstat -tlnp 2>/dev/null | head -10\n```\n\n### Deployment Operations\n```bash\n# Docker operations\ndocker ps --format \"table {{.Names}}\t{{.Status}}\t{{.Ports}}\"\ndocker images --format \"table {{.Repository}}\t{{.Tag}}\t{{.Size}}\"\n\n# Kubernetes operations (if applicable)\nkubectl get pods -o wide | head -20\nkubectl get services | head -10\n```\n\n### CI/CD Pipeline Management\n```bash\n# Check pipeline status\ngrep -r \"stage:\" .gitlab-ci.yml 2>/dev/null\ngrep -r \"jobs:\" .github/workflows/*.yml 2>/dev/null | head -10\n```\n\n## Operations Focus Areas\n\n- **Infrastructure**: Servers, containers, orchestration\n- **Deployment**: CI/CD pipelines, release management\n- **Monitoring**: Logs, metrics, alerts\n- **Security**: Access control, secrets management\n- **Performance**: Resource optimization, scaling\n- **Reliability**: Backup, recovery, high availability\n\n## Operations Categories\n\n### Infrastructure as Code\n- Terraform configurations\n- Ansible playbooks\n- CloudFormation templates\n- Kubernetes manifests\n\n### Monitoring & Observability\n- Log aggregation setup\n- Metrics collection\n- Alert configuration\n- Dashboard creation\n\n### Security Operations\n- Secret rotation\n- Access management\n- Security scanning\n- Compliance checks\n\n## Ops-Specific Todo Patterns\n\n**Infrastructure Tasks**:\n- `[Ops] Configure production deployment pipeline`\n- `[Ops] Set up monitoring for new service`\n- `[Ops] Implement auto-scaling rules`\n\n**Maintenance Tasks**:\n- `[Ops] Update SSL certificates`\n- `[Ops] Rotate database credentials`\n- `[Ops] Patch security vulnerabilities`\n\n**Optimization Tasks**:\n- `[Ops] Optimize container images`\n- `[Ops] Reduce infrastructure costs`\n- `[Ops] Improve deployment speed`\n\n## Operations Workflow\n\n### Phase 1: Assessment\n```bash\n# Check current state\ndocker-compose ps 2>/dev/null || docker ps\nsystemctl status nginx 2>/dev/null || service nginx status\ngrep -h \"ENV\" Dockerfile* 2>/dev/null | head -10\n```\n\n### Phase 2: Implementation\n```bash\n# Apply changes safely\n# Always backup before changes\n# Use --dry-run when available\n# Test in staging first\n```\n\n### Phase 3: Verification\n```bash\n# Verify deployments\ncurl -I http://localhost/health 2>/dev/null\ndocker logs app --tail=50 2>/dev/null\nkubectl rollout status deployment/app 2>/dev/null\n```\n\n## Ops Memory Categories\n\n**Pattern Memories**: Deployment patterns, config patterns\n**Architecture Memories**: Infrastructure topology, service mesh\n**Performance Memories**: Bottlenecks, optimization wins\n**Security Memories**: Vulnerabilities, security configs\n**Context Memories**: Environment specifics, tool versions\n\n## Operations Standards\n\n- **Automation**: Infrastructure as Code for everything\n- **Safety**: Always test in staging first\n- **Documentation**: Clear runbooks and procedures\n- **Monitoring**: Comprehensive observability\n- **Security**: Defense in depth approach",
         | 
| 72 | 
            +
              "instructions": "# Ops Agent\n\n**Inherits from**: BASE_AGENT_TEMPLATE.md\n**Focus**: Infrastructure automation and system operations\n\n## Core Expertise\n\nManage infrastructure, deployments, and system operations with a focus on reliability and automation. Handle CI/CD, monitoring, and operational excellence.\n\n## Ops-Specific Memory Management\n\n**Configuration Sampling**:\n- Extract patterns from config files, not full content\n- Use grep for environment variables and settings\n- Process deployment scripts sequentially\n- Sample 2-3 representative configs per service\n\n## Operations Protocol\n\n### Infrastructure Management\n```bash\n# Check system resources\ndf -h | head -10\nfree -h\nps aux | head -20\nnetstat -tlnp 2>/dev/null | head -10\n```\n\n### Deployment Operations\n```bash\n# Docker operations\ndocker ps --format \"table {{.Names}}\t{{.Status}}\t{{.Ports}}\"\ndocker images --format \"table {{.Repository}}\t{{.Tag}}\t{{.Size}}\"\n\n# Kubernetes operations (if applicable)\nkubectl get pods -o wide | head -20\nkubectl get services | head -10\n```\n\n### CI/CD Pipeline Management\n```bash\n# Check pipeline status\ngrep -r \"stage:\" .gitlab-ci.yml 2>/dev/null\ngrep -r \"jobs:\" .github/workflows/*.yml 2>/dev/null | head -10\n```\n\n## Operations Focus Areas\n\n- **Infrastructure**: Servers, containers, orchestration\n- **Deployment**: CI/CD pipelines, release management\n- **Monitoring**: Logs, metrics, alerts\n- **Security**: Access control, secrets management\n- **Performance**: Resource optimization, scaling\n- **Reliability**: Backup, recovery, high availability\n\n## Operations Categories\n\n### Infrastructure as Code\n- Terraform configurations\n- Ansible playbooks\n- CloudFormation templates\n- Kubernetes manifests\n\n### Monitoring & Observability\n- Log aggregation setup\n- Metrics collection\n- Alert configuration\n- Dashboard creation\n\n### Security Operations\n- Secret rotation\n- Access management\n- Security scanning\n- Compliance checks\n\n## Ops-Specific Todo Patterns\n\n**Infrastructure Tasks**:\n- `[Ops] Configure production deployment pipeline`\n- `[Ops] Set up monitoring for new service`\n- `[Ops] Implement auto-scaling rules`\n\n**Maintenance Tasks**:\n- `[Ops] Update SSL certificates`\n- `[Ops] Rotate database credentials`\n- `[Ops] Patch security vulnerabilities`\n\n**Optimization Tasks**:\n- `[Ops] Optimize container images`\n- `[Ops] Reduce infrastructure costs`\n- `[Ops] Improve deployment speed`\n\n## Operations Workflow\n\n### Phase 1: Assessment\n```bash\n# Check current state\ndocker-compose ps 2>/dev/null || docker ps\nsystemctl status nginx 2>/dev/null || service nginx status\ngrep -h \"ENV\" Dockerfile* 2>/dev/null | head -10\n```\n\n### Phase 2: Implementation\n```bash\n# Apply changes safely\n# Always backup before changes\n# Use --dry-run when available\n# Test in staging first\n```\n\n### Phase 3: Verification\n```bash\n# Verify deployments\ncurl -I http://localhost/health 2>/dev/null\ndocker logs app --tail=50 2>/dev/null\nkubectl rollout status deployment/app 2>/dev/null\n```\n\n## Ops Memory Categories\n\n**Pattern Memories**: Deployment patterns, config patterns\n**Architecture Memories**: Infrastructure topology, service mesh\n**Performance Memories**: Bottlenecks, optimization wins\n**Security Memories**: Vulnerabilities, security configs\n**Context Memories**: Environment specifics, tool versions\n\n## Git Commit Authority\n\nThe Ops agent has full authority to make git commits for infrastructure, deployment, and operational changes with mandatory security verification.\n\n### Pre-Commit Security Protocol\n\n**MANDATORY**: Before ANY git commit, you MUST:\n1. Run security scans to detect secrets/keys\n2. Verify no sensitive data in staged files\n3. Check for hardcoded credentials\n4. Ensure environment variables are externalized\n\n### Security Verification Commands\n\nAlways run these checks before committing:\n```bash\n# 1. Use existing security infrastructure\nmake quality  # Runs bandit and other security checks\n\n# 2. Additional secret pattern detection\n# Check for API keys and tokens\nrg -i \"(api[_-]?key|token|secret|password)\\s*[=:]\\s*['\\\"][^'\\\"]{10,}\" --type-add 'config:*.{json,yaml,yml,toml,ini,env}' -tconfig -tpy\n\n# Check for AWS keys\nrg \"AKIA[0-9A-Z]{16}\" .\n\n# Check for private keys\nrg \"-----BEGIN (RSA |EC |OPENSSH |DSA |)?(PRIVATE|SECRET) KEY-----\" .\n\n# Check for high-entropy strings (potential secrets)\nrg \"['\\\"][A-Za-z0-9+/]{40,}[=]{0,2}['\\\"]\" --type-add 'config:*.{json,yaml,yml,toml,ini}' -tconfig\n\n# 3. Verify no large binary files\nfind . -type f -size +1000k -not -path \"./.git/*\" -not -path \"./node_modules/*\"\n```\n\n### Git Commit Workflow\n\n1. **Stage Changes**:\n   ```bash\n   git add <specific-files>  # Prefer specific files over git add .\n   ```\n\n2. **Security Verification**:\n   ```bash\n   # Run full security scan\n   make quality\n   \n   # If make quality not available, run manual checks\n   git diff --cached --name-only | xargs -I {} sh -c 'echo \"Checking {}\" && rg -i \"password|secret|token|api.key\" {} || true'\n   ```\n\n3. **Commit with Structured Message**:\n   ```bash\n   git commit -m \"type(scope): description\n   \n   - Detail 1\n   - Detail 2\n   \n   🤖 Generated with [Claude Code](https://claude.ai/code)\n   \n   Co-Authored-By: Claude <noreply@anthropic.com>\"\n   ```\n\n### Prohibited Patterns\n\n**NEVER commit files containing**:\n- Hardcoded passwords: `password = \"actual_password\"`\n- API keys: `api_key = \"sk-...\"`\n- Private keys: `-----BEGIN PRIVATE KEY-----`\n- Database URLs with credentials: `postgresql://user:pass@host`\n- AWS/Cloud credentials: `AKIA...` patterns\n- JWT tokens: `eyJ...` patterns\n- .env files with actual values (use .env.example instead)\n\n### Security Response Protocol\n\nIf secrets are detected:\n1. **STOP** - Do not proceed with commit\n2. **Remove** - Clean the sensitive data\n3. **Externalize** - Move to environment variables\n4. **Document** - Update .env.example with placeholders\n5. **Verify** - Re-run security checks\n6. **Commit** - Only after all checks pass\n\n### Commit Types (Conventional Commits)\n\nUse these prefixes for infrastructure commits:\n- `feat:` New infrastructure features\n- `fix:` Infrastructure bug fixes\n- `perf:` Performance improvements\n- `refactor:` Infrastructure refactoring\n- `docs:` Documentation updates\n- `chore:` Maintenance tasks\n- `ci:` CI/CD pipeline changes\n- `build:` Build system changes\n- `revert:` Revert previous commits\n\n## Operations Standards\n\n- **Automation**: Infrastructure as Code for everything\n- **Safety**: Always test in staging first\n- **Documentation**: Clear runbooks and procedures\n- **Monitoring**: Comprehensive observability\n- **Security**: Defense in depth approach",
         | 
| 68 73 | 
             
              "knowledge": {
         | 
| 69 74 | 
             
                "domain_expertise": [
         | 
| 70 75 | 
             
                  "Docker and container orchestration",
         | 
| @@ -131,7 +136,9 @@ | |
| 131 136 | 
             
                  "Deployment patterns and rollback procedures",
         | 
| 132 137 | 
             
                  "Infrastructure configurations",
         | 
| 133 138 | 
             
                  "Monitoring and alerting strategies",
         | 
| 134 | 
            -
                  "CI/CD pipeline requirements"
         | 
| 139 | 
            +
                  "CI/CD pipeline requirements",
         | 
| 140 | 
            +
                  "Git commit protocols and security verification",
         | 
| 141 | 
            +
                  "Security scanning patterns and secret detection"
         | 
| 135 142 | 
             
                ],
         | 
| 136 143 | 
             
                "keywords": [
         | 
| 137 144 | 
             
                  "deployment",
         | 
| @@ -150,7 +157,9 @@ | |
| 150 157 | 
             
                  "grafana",
         | 
| 151 158 | 
             
                  "aws",
         | 
| 152 159 | 
             
                  "azure",
         | 
| 153 | 
            -
                  "gcp"
         | 
| 160 | 
            +
                  "gcp",
         | 
| 161 | 
            +
                  "git commit protocols",
         | 
| 162 | 
            +
                  "security scanning patterns"
         | 
| 154 163 | 
             
                ]
         | 
| 155 164 | 
             
              },
         | 
| 156 165 | 
             
              "dependencies": {
         | 
| @@ -0,0 +1,14 @@ | |
| 1 | 
            +
            """
         | 
| 2 | 
            +
            Commands package for Claude MPM.
         | 
| 3 | 
            +
             | 
| 4 | 
            +
            This module contains command documentation files (Markdown) that are accessed
         | 
| 5 | 
            +
            via importlib.resources.path() for command help and reference material.
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            This __init__.py file is required to make this directory recognizable as a
         | 
| 8 | 
            +
            Python package by setuptools, which is necessary for proper distribution
         | 
| 9 | 
            +
            and importlib resource access in installed packages.
         | 
| 10 | 
            +
             | 
| 11 | 
            +
            Without this file, importlib.resources.path("claude_mpm", "commands") would
         | 
| 12 | 
            +
            fail in the distributed package, even though it works in development when
         | 
| 13 | 
            +
            the package is installed in editable mode.
         | 
| 14 | 
            +
            """
         | 
| @@ -0,0 +1,12 @@ | |
| 1 | 
            +
            # Show available agents and their versions
         | 
| 2 | 
            +
             | 
| 3 | 
            +
            Show all available Claude MPM agents with their versions and deployment status.
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            This command displays:
         | 
| 6 | 
            +
            - Agent names and descriptions
         | 
| 7 | 
            +
            - Version information
         | 
| 8 | 
            +
            - Tool availability
         | 
| 9 | 
            +
            - Model preferences
         | 
| 10 | 
            +
            - Deployment status
         | 
| 11 | 
            +
             | 
| 12 | 
            +
            Usage: /mpm-agents
         | 
| @@ -0,0 +1,18 @@ | |
| 1 | 
            +
            # View or modify claude-mpm configuration
         | 
| 2 | 
            +
             | 
| 3 | 
            +
            Manage Claude MPM configuration settings.
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            Usage: /mpm-config [key] [value]
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            Examples:
         | 
| 8 | 
            +
            - /mpm-config - Show all configuration
         | 
| 9 | 
            +
            - /mpm-config list - List all configuration keys
         | 
| 10 | 
            +
            - /mpm-config set logging debug - Set logging level to debug
         | 
| 11 | 
            +
            - /mpm-config get websocket-port - Get WebSocket port setting
         | 
| 12 | 
            +
             | 
| 13 | 
            +
            Configuration categories:
         | 
| 14 | 
            +
            - logging: Logging levels and output
         | 
| 15 | 
            +
            - websocket: WebSocket server settings
         | 
| 16 | 
            +
            - hooks: Hook service configuration
         | 
| 17 | 
            +
            - memory: Memory system settings
         | 
| 18 | 
            +
            - agents: Agent deployment options
         | 
| @@ -0,0 +1,24 @@ | |
| 1 | 
            +
            # Run diagnostic checks on claude-mpm installation
         | 
| 2 | 
            +
             | 
| 3 | 
            +
            Run comprehensive diagnostic checks on your Claude MPM installation to identify and fix common issues.
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            This command checks:
         | 
| 6 | 
            +
            - Installation integrity
         | 
| 7 | 
            +
            - Configuration validity
         | 
| 8 | 
            +
            - WebSocket connectivity
         | 
| 9 | 
            +
            - Agent deployment status
         | 
| 10 | 
            +
            - Memory system health
         | 
| 11 | 
            +
            - Hook service status
         | 
| 12 | 
            +
             | 
| 13 | 
            +
            Usage: /mpm-doctor [options]
         | 
| 14 | 
            +
             | 
| 15 | 
            +
            Options:
         | 
| 16 | 
            +
            - --verbose: Show detailed output
         | 
| 17 | 
            +
            - --no-color: Disable colored output  
         | 
| 18 | 
            +
            - --checks [list]: Run specific checks only
         | 
| 19 | 
            +
            - --fix: Attempt to fix identified issues
         | 
| 20 | 
            +
             | 
| 21 | 
            +
            Examples:
         | 
| 22 | 
            +
            - /mpm-doctor
         | 
| 23 | 
            +
            - /mpm-doctor --verbose
         | 
| 24 | 
            +
            - /mpm-doctor --fix
         | 
| @@ -0,0 +1,10 @@ | |
| 1 | 
            +
            # Show help for available MPM commands
         | 
| 2 | 
            +
             | 
| 3 | 
            +
            Display help information for Claude MPM commands.
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            Usage: /mpm-help [command]
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            Examples:
         | 
| 8 | 
            +
            - /mpm-help - Show all MPM commands
         | 
| 9 | 
            +
            - /mpm-help doctor - Show detailed help for doctor command
         | 
| 10 | 
            +
            - /mpm-help agents - Show detailed help for agents command
         | 
| @@ -0,0 +1,13 @@ | |
| 1 | 
            +
            # Show claude-mpm status and environment
         | 
| 2 | 
            +
             | 
| 3 | 
            +
            Display the current status of Claude MPM including environment information, active services, and system health.
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            This command shows:
         | 
| 6 | 
            +
            - Claude MPM version
         | 
| 7 | 
            +
            - Python environment
         | 
| 8 | 
            +
            - Active services (WebSocket, Hook Service, etc.)
         | 
| 9 | 
            +
            - Memory usage
         | 
| 10 | 
            +
            - Agent deployment status
         | 
| 11 | 
            +
            - Configuration summary
         | 
| 12 | 
            +
             | 
| 13 | 
            +
            Usage: /mpm-status
         | 
| @@ -0,0 +1,102 @@ | |
| 1 | 
            +
            # mpm-tickets
         | 
| 2 | 
            +
             | 
| 3 | 
            +
            Create and manage tickets using aitrackdown
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            ## Usage
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            Use this command to create and manage tickets (epics, issues, tasks) through aitrackdown CLI integration.
         | 
| 8 | 
            +
             | 
| 9 | 
            +
            ## Commands
         | 
| 10 | 
            +
             | 
| 11 | 
            +
            ### Create tickets
         | 
| 12 | 
            +
            ```bash
         | 
| 13 | 
            +
            # Create an epic
         | 
| 14 | 
            +
            aitrackdown create epic "Title" --description "Description"
         | 
| 15 | 
            +
             | 
| 16 | 
            +
            # Create an issue  
         | 
| 17 | 
            +
            aitrackdown create issue "Title" --description "Description"
         | 
| 18 | 
            +
             | 
| 19 | 
            +
            # Create a task
         | 
| 20 | 
            +
            aitrackdown create task "Title" --description "Description"
         | 
| 21 | 
            +
             | 
| 22 | 
            +
            # Create task under an issue
         | 
| 23 | 
            +
            aitrackdown create task "Title" --issue ISS-0001
         | 
| 24 | 
            +
            ```
         | 
| 25 | 
            +
             | 
| 26 | 
            +
            ### View tickets
         | 
| 27 | 
            +
            ```bash
         | 
| 28 | 
            +
            # Show all tasks
         | 
| 29 | 
            +
            aitrackdown status tasks
         | 
| 30 | 
            +
             | 
| 31 | 
            +
            # Show specific ticket
         | 
| 32 | 
            +
            aitrackdown show ISS-0001
         | 
| 33 | 
            +
            ```
         | 
| 34 | 
            +
             | 
| 35 | 
            +
            ### Update tickets
         | 
| 36 | 
            +
            ```bash
         | 
| 37 | 
            +
            # Change status
         | 
| 38 | 
            +
            aitrackdown transition ISS-0001 in-progress
         | 
| 39 | 
            +
            aitrackdown transition ISS-0001 done
         | 
| 40 | 
            +
             | 
| 41 | 
            +
            # Add comment
         | 
| 42 | 
            +
            aitrackdown comment ISS-0001 "Your comment"
         | 
| 43 | 
            +
            ```
         | 
| 44 | 
            +
             | 
| 45 | 
            +
            ### Search tickets
         | 
| 46 | 
            +
            ```bash
         | 
| 47 | 
            +
            aitrackdown search tasks "keyword"
         | 
| 48 | 
            +
            ```
         | 
| 49 | 
            +
             | 
| 50 | 
            +
            ## Ticket Types
         | 
| 51 | 
            +
             | 
| 52 | 
            +
            - **EP-XXXX**: Epics (major initiatives)
         | 
| 53 | 
            +
            - **ISS-XXXX**: Issues (bugs, features, user requests)  
         | 
| 54 | 
            +
            - **TSK-XXXX**: Tasks (individual work items)
         | 
| 55 | 
            +
             | 
| 56 | 
            +
            ## Workflow States
         | 
| 57 | 
            +
             | 
| 58 | 
            +
            Valid transitions:
         | 
| 59 | 
            +
            - `open` → `in-progress` → `ready` → `tested` → `done`
         | 
| 60 | 
            +
            - Any state → `waiting` (when blocked)
         | 
| 61 | 
            +
            - Any state → `closed` (to close)
         | 
| 62 | 
            +
             | 
| 63 | 
            +
            ## Examples
         | 
| 64 | 
            +
             | 
| 65 | 
            +
            ### Bug Report Flow
         | 
| 66 | 
            +
            ```bash
         | 
| 67 | 
            +
            # Create issue for bug
         | 
| 68 | 
            +
            aitrackdown create issue "Login bug" --description "Users can't login" --severity high
         | 
| 69 | 
            +
             | 
| 70 | 
            +
            # Create investigation task
         | 
| 71 | 
            +
            aitrackdown create task "Investigate login bug" --issue ISS-0001
         | 
| 72 | 
            +
             | 
| 73 | 
            +
            # Update status
         | 
| 74 | 
            +
            aitrackdown transition TSK-0001 in-progress
         | 
| 75 | 
            +
            aitrackdown comment TSK-0001 "Found the issue"
         | 
| 76 | 
            +
             | 
| 77 | 
            +
            # Complete
         | 
| 78 | 
            +
            aitrackdown transition TSK-0001 done
         | 
| 79 | 
            +
            aitrackdown transition ISS-0001 done
         | 
| 80 | 
            +
            ```
         | 
| 81 | 
            +
             | 
| 82 | 
            +
            ### Feature Implementation
         | 
| 83 | 
            +
            ```bash
         | 
| 84 | 
            +
            # Create epic
         | 
| 85 | 
            +
            aitrackdown create epic "OAuth2 Support"
         | 
| 86 | 
            +
             | 
| 87 | 
            +
            # Create issues
         | 
| 88 | 
            +
            aitrackdown create issue "Google OAuth2" --description "Add Google auth"
         | 
| 89 | 
            +
            aitrackdown create issue "GitHub OAuth2" --description "Add GitHub auth"
         | 
| 90 | 
            +
             | 
| 91 | 
            +
            # Create tasks
         | 
| 92 | 
            +
            aitrackdown create task "Design OAuth flow" --issue ISS-0001
         | 
| 93 | 
            +
            aitrackdown create task "Implement Google client" --issue ISS-0001
         | 
| 94 | 
            +
            ```
         | 
| 95 | 
            +
             | 
| 96 | 
            +
            ## Tips
         | 
| 97 | 
            +
             | 
| 98 | 
            +
            - Always use aitrackdown directly (not claude-mpm tickets)
         | 
| 99 | 
            +
            - Check ticket exists with `show` before updating
         | 
| 100 | 
            +
            - Add comments to document progress
         | 
| 101 | 
            +
            - Use `--severity` for bugs, `--priority` for features
         | 
| 102 | 
            +
            - Associate tasks with issues using `--issue`
         | 
| @@ -0,0 +1,19 @@ | |
| 1 | 
            +
            # Claude MPM - Multi-Agent Project Manager
         | 
| 2 | 
            +
             | 
| 3 | 
            +
            Access Claude MPM functionality and manage your multi-agent orchestration.
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            Available MPM commands:
         | 
| 6 | 
            +
            - /mpm-agents - Show available agents and versions
         | 
| 7 | 
            +
            - /mpm-doctor - Run diagnostic checks
         | 
| 8 | 
            +
            - /mpm-help - Show command help
         | 
| 9 | 
            +
            - /mpm-status - Show MPM status
         | 
| 10 | 
            +
            - /mpm-config - Manage configuration
         | 
| 11 | 
            +
             | 
| 12 | 
            +
            Claude MPM extends Claude Code with:
         | 
| 13 | 
            +
            - Multi-agent orchestration
         | 
| 14 | 
            +
            - Project-specific PM instructions
         | 
| 15 | 
            +
            - Agent memory management
         | 
| 16 | 
            +
            - WebSocket monitoring
         | 
| 17 | 
            +
            - Hook system for automation
         | 
| 18 | 
            +
             | 
| 19 | 
            +
            For more information, use /mpm-help [command]
         | 
| @@ -0,0 +1,12 @@ | |
| 1 | 
            +
            """
         | 
| 2 | 
            +
            Dashboard package for Claude MPM.
         | 
| 3 | 
            +
             | 
| 4 | 
            +
            This package contains the web-based dashboard components for Claude MPM,
         | 
| 5 | 
            +
            including the analysis runner, dashboard opener, and static web assets.
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            The dashboard provides real-time monitoring, analysis visualization, and
         | 
| 8 | 
            +
            interactive debugging capabilities for Claude MPM operations.
         | 
| 9 | 
            +
             | 
| 10 | 
            +
            This __init__.py file is required to make this directory recognizable as a
         | 
| 11 | 
            +
            Python package by setuptools for proper distribution and imports.
         | 
| 12 | 
            +
            """
         | 
| @@ -0,0 +1,10 @@ | |
| 1 | 
            +
            """
         | 
| 2 | 
            +
            Experimental features package for Claude MPM.
         | 
| 3 | 
            +
             | 
| 4 | 
            +
            This package contains experimental features and enhancements that are
         | 
| 5 | 
            +
            under development or testing. These features may be unstable or subject
         | 
| 6 | 
            +
            to change in future versions.
         | 
| 7 | 
            +
             | 
| 8 | 
            +
            This __init__.py file is required to make this directory recognizable as a
         | 
| 9 | 
            +
            Python package by setuptools for proper distribution and imports.
         | 
| 10 | 
            +
            """
         | 
| @@ -500,9 +500,19 @@ main "$@" | |
| 500 500 |  | 
| 501 501 | 
             
                def _install_commands(self) -> None:
         | 
| 502 502 | 
             
                    """Install custom commands for Claude Code."""
         | 
| 503 | 
            -
                    # Find commands directory  | 
| 504 | 
            -
                     | 
| 505 | 
            -
             | 
| 503 | 
            +
                    # Find commands directory using proper resource resolution
         | 
| 504 | 
            +
                    try:
         | 
| 505 | 
            +
                        from ...core.unified_paths import get_package_resource_path
         | 
| 506 | 
            +
             | 
| 507 | 
            +
                        commands_src = get_package_resource_path("commands")
         | 
| 508 | 
            +
                    except FileNotFoundError:
         | 
| 509 | 
            +
                        # Fallback to hardcoded path exploration for development
         | 
| 510 | 
            +
                        package_root = Path(__file__).parent.parent.parent.parent
         | 
| 511 | 
            +
                        commands_src = package_root / ".claude" / "commands"
         | 
| 512 | 
            +
             | 
| 513 | 
            +
                        if not commands_src.exists():
         | 
| 514 | 
            +
                            # Try the actual location in src/claude_mpm/commands
         | 
| 515 | 
            +
                            commands_src = Path(__file__).parent.parent.parent / "commands"
         | 
| 506 516 |  | 
| 507 517 | 
             
                    if not commands_src.exists():
         | 
| 508 518 | 
             
                        self.logger.debug(
         | 
| @@ -0,0 +1,12 @@ | |
| 1 | 
            +
            """
         | 
| 2 | 
            +
            Schemas package for Claude MPM.
         | 
| 3 | 
            +
             | 
| 4 | 
            +
            This package contains JSON schema files used for validation of agent
         | 
| 5 | 
            +
            configurations, frontmatter, and other structured data within Claude MPM.
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            These schema files may be accessed via importlib.resources for validation
         | 
| 8 | 
            +
            purposes throughout the application.
         | 
| 9 | 
            +
             | 
| 10 | 
            +
            This __init__.py file is required to make this directory recognizable as a
         | 
| 11 | 
            +
            Python package by setuptools for proper distribution and resource access.
         | 
| 12 | 
            +
            """
         | 
| @@ -0,0 +1,78 @@ | |
| 1 | 
            +
            #!/usr/bin/env python3
         | 
| 2 | 
            +
            """
         | 
| 3 | 
            +
            Wrapper script to use the hardened daemon by default while maintaining compatibility.
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            WHY: Provides a smooth transition path from the original daemon to the hardened version
         | 
| 6 | 
            +
            without breaking existing workflows or scripts.
         | 
| 7 | 
            +
            """
         | 
| 8 | 
            +
             | 
| 9 | 
            +
            import os
         | 
| 10 | 
            +
            import subprocess
         | 
| 11 | 
            +
            import sys
         | 
| 12 | 
            +
            from pathlib import Path
         | 
| 13 | 
            +
             | 
| 14 | 
            +
            # Determine which daemon to use
         | 
| 15 | 
            +
            USE_HARDENED = os.environ.get("SOCKETIO_USE_HARDENED", "true").lower() == "true"
         | 
| 16 | 
            +
             | 
| 17 | 
            +
            # Find the appropriate daemon script using proper resource resolution
         | 
| 18 | 
            +
            try:
         | 
| 19 | 
            +
                # Try using importlib.resources for proper package resource access
         | 
| 20 | 
            +
                try:
         | 
| 21 | 
            +
                    from importlib import resources
         | 
| 22 | 
            +
             | 
| 23 | 
            +
                    # We're in the same package, so try direct import
         | 
| 24 | 
            +
                    import claude_mpm.scripts
         | 
| 25 | 
            +
             | 
| 26 | 
            +
                    scripts_package = claude_mpm.scripts
         | 
| 27 | 
            +
             | 
| 28 | 
            +
                    if USE_HARDENED:
         | 
| 29 | 
            +
                        try:
         | 
| 30 | 
            +
                            with resources.path(
         | 
| 31 | 
            +
                                scripts_package, "socketio_daemon_hardened.py"
         | 
| 32 | 
            +
                            ) as p:
         | 
| 33 | 
            +
                                daemon_script = p
         | 
| 34 | 
            +
                            print("Using hardened Socket.IO daemon for improved reliability")
         | 
| 35 | 
            +
                        except (FileNotFoundError, ModuleNotFoundError):
         | 
| 36 | 
            +
                            # Fall back to original if hardened doesn't exist
         | 
| 37 | 
            +
                            with resources.path(scripts_package, "socketio_daemon.py") as p:
         | 
| 38 | 
            +
                                daemon_script = p
         | 
| 39 | 
            +
                    else:
         | 
| 40 | 
            +
                        with resources.path(scripts_package, "socketio_daemon.py") as p:
         | 
| 41 | 
            +
                            daemon_script = p
         | 
| 42 | 
            +
                        print(
         | 
| 43 | 
            +
                            "Using original Socket.IO daemon (set SOCKETIO_USE_HARDENED=true for hardened version)"
         | 
| 44 | 
            +
                        )
         | 
| 45 | 
            +
                except (ImportError, AttributeError, ModuleNotFoundError):
         | 
| 46 | 
            +
                    # Fallback for older Python versions or if resources not available
         | 
| 47 | 
            +
                    script_dir = Path(__file__).parent
         | 
| 48 | 
            +
             | 
| 49 | 
            +
                    if USE_HARDENED:
         | 
| 50 | 
            +
                        daemon_script = script_dir / "socketio_daemon_hardened.py"
         | 
| 51 | 
            +
                        if not daemon_script.exists():
         | 
| 52 | 
            +
                            # Fall back to original if hardened doesn't exist
         | 
| 53 | 
            +
                            daemon_script = script_dir / "socketio_daemon.py"
         | 
| 54 | 
            +
                        else:
         | 
| 55 | 
            +
                            print("Using hardened Socket.IO daemon for improved reliability")
         | 
| 56 | 
            +
                    else:
         | 
| 57 | 
            +
                        daemon_script = script_dir / "socketio_daemon.py"
         | 
| 58 | 
            +
                        print(
         | 
| 59 | 
            +
                            "Using original Socket.IO daemon (set SOCKETIO_USE_HARDENED=true for hardened version)"
         | 
| 60 | 
            +
                        )
         | 
| 61 | 
            +
            except Exception:
         | 
| 62 | 
            +
                # Ultimate fallback - try relative to current file
         | 
| 63 | 
            +
                script_dir = Path(__file__).parent
         | 
| 64 | 
            +
                daemon_script = script_dir / (
         | 
| 65 | 
            +
                    "socketio_daemon_hardened.py" if USE_HARDENED else "socketio_daemon.py"
         | 
| 66 | 
            +
                )
         | 
| 67 | 
            +
                if not daemon_script.exists():
         | 
| 68 | 
            +
                    daemon_script = script_dir / "socketio_daemon.py"
         | 
| 69 | 
            +
             | 
| 70 | 
            +
            # Pass through all arguments to the selected daemon
         | 
| 71 | 
            +
            if daemon_script.exists():
         | 
| 72 | 
            +
                result = subprocess.run(
         | 
| 73 | 
            +
                    [sys.executable, str(daemon_script)] + sys.argv[1:], check=False
         | 
| 74 | 
            +
                )
         | 
| 75 | 
            +
                sys.exit(result.returncode)
         | 
| 76 | 
            +
            else:
         | 
| 77 | 
            +
                print(f"Error: Daemon script not found at {daemon_script}")
         | 
| 78 | 
            +
                sys.exit(1)
         | 
| @@ -201,21 +201,29 @@ class SocketIOManager(ISocketIOManager): | |
| 201 201 | 
             
                        try:
         | 
| 202 202 | 
             
                            self.logger.info(f"Starting Socket.IO server on port {target_port}")
         | 
| 203 203 |  | 
| 204 | 
            -
                            # Get the socketio daemon script path
         | 
| 205 | 
            -
                             | 
| 206 | 
            -
             | 
| 204 | 
            +
                            # Get the socketio daemon script path using proper resource resolution
         | 
| 205 | 
            +
                            try:
         | 
| 206 | 
            +
                                from ...core.unified_paths import get_package_resource_path
         | 
| 207 207 |  | 
| 208 | 
            -
             | 
| 209 | 
            -
             | 
| 210 | 
            -
                                    f"Socket.IO daemon script not found: {daemon_script}"
         | 
| 211 | 
            -
                                )
         | 
| 212 | 
            -
                                return False, ServerInfo(
         | 
| 213 | 
            -
                                    port=target_port,
         | 
| 214 | 
            -
                                    pid=None,
         | 
| 215 | 
            -
                                    is_running=False,
         | 
| 216 | 
            -
                                    launch_time=None,
         | 
| 217 | 
            -
                                    url=f"http://localhost:{target_port}",
         | 
| 208 | 
            +
                                daemon_script = get_package_resource_path(
         | 
| 209 | 
            +
                                    "scripts/socketio_daemon_wrapper.py"
         | 
| 218 210 | 
             
                                )
         | 
| 211 | 
            +
                            except FileNotFoundError:
         | 
| 212 | 
            +
                                # Fallback to old method for development environments
         | 
| 213 | 
            +
                                scripts_dir = get_scripts_dir()
         | 
| 214 | 
            +
                                daemon_script = scripts_dir / "socketio_daemon_wrapper.py"
         | 
| 215 | 
            +
             | 
| 216 | 
            +
                                if not daemon_script.exists():
         | 
| 217 | 
            +
                                    self.logger.error(
         | 
| 218 | 
            +
                                        f"Socket.IO daemon script not found: {daemon_script}"
         | 
| 219 | 
            +
                                    )
         | 
| 220 | 
            +
                                    return False, ServerInfo(
         | 
| 221 | 
            +
                                        port=target_port,
         | 
| 222 | 
            +
                                        pid=None,
         | 
| 223 | 
            +
                                        is_running=False,
         | 
| 224 | 
            +
                                        launch_time=None,
         | 
| 225 | 
            +
                                        url=f"http://localhost:{target_port}",
         | 
| 226 | 
            +
                                    )
         | 
| 219 227 |  | 
| 220 228 | 
             
                            # Start the server process
         | 
| 221 229 | 
             
                            env = os.environ.copy()
         | 
    
        {claude_mpm-4.1.14 → claude_mpm-4.1.15}/src/claude_mpm/services/command_deployment_service.py
    RENAMED
    
    | @@ -21,8 +21,14 @@ class CommandDeploymentService(BaseService): | |
| 21 21 | 
             
                    """Initialize the command deployment service."""
         | 
| 22 22 | 
             
                    super().__init__(name="command_deployment")
         | 
| 23 23 |  | 
| 24 | 
            -
                    # Source commands directory in the package
         | 
| 25 | 
            -
                     | 
| 24 | 
            +
                    # Source commands directory in the package - use proper resource resolution
         | 
| 25 | 
            +
                    try:
         | 
| 26 | 
            +
                        from ..core.unified_paths import get_package_resource_path
         | 
| 27 | 
            +
             | 
| 28 | 
            +
                        self.source_dir = get_package_resource_path("commands")
         | 
| 29 | 
            +
                    except FileNotFoundError:
         | 
| 30 | 
            +
                        # Fallback to old method for development environments
         | 
| 31 | 
            +
                        self.source_dir = Path(__file__).parent.parent / "commands"
         | 
| 26 32 |  | 
| 27 33 | 
             
                    # Target directory in user's home
         | 
| 28 34 | 
             
                    self.target_dir = Path.home() / ".claude" / "commands"
         | 
| @@ -0,0 +1,10 @@ | |
| 1 | 
            +
            """
         | 
| 2 | 
            +
            Tools package for Claude MPM.
         | 
| 3 | 
            +
             | 
| 4 | 
            +
            This package contains utility tools and debugging modules for Claude MPM,
         | 
| 5 | 
            +
            including code analysis tools, SocketIO debugging utilities, and other
         | 
| 6 | 
            +
            development helpers.
         | 
| 7 | 
            +
             | 
| 8 | 
            +
            This __init__.py file is required to make this directory recognizable as a
         | 
| 9 | 
            +
            Python package by setuptools for proper distribution and imports.
         | 
| 10 | 
            +
            """
         | 
| @@ -1,6 +1,6 @@ | |
| 1 1 | 
             
            Metadata-Version: 2.4
         | 
| 2 2 | 
             
            Name: claude-mpm
         | 
| 3 | 
            -
            Version: 4.1. | 
| 3 | 
            +
            Version: 4.1.15
         | 
| 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
         | 
| @@ -148,6 +148,12 @@ pipx install claude-mpm | |
| 148 148 | 
             
            claude-mpm mcp-pipx-config
         | 
| 149 149 | 
             
            ```
         | 
| 150 150 |  | 
| 151 | 
            +
            **🎉 Pipx Support Now Fully Functional!** Recent improvements ensure complete compatibility:
         | 
| 152 | 
            +
            - ✅ Socket.IO daemon script path resolution (fixed)
         | 
| 153 | 
            +
            - ✅ Commands directory access (fixed) 
         | 
| 154 | 
            +
            - ✅ Resource files properly packaged for pipx environments
         | 
| 155 | 
            +
            - ✅ Python 3.13+ fully supported
         | 
| 156 | 
            +
             | 
| 151 157 | 
             
            **That's it!** See [QUICKSTART.md](QUICKSTART.md) for immediate usage or [docs/user/installation.md](docs/user/installation.md) for advanced options.
         | 
| 152 158 |  | 
| 153 159 | 
             
            ## Quick Usage
         | 
| @@ -200,7 +206,7 @@ Claude MPM includes 15 specialized agents: | |
| 200 206 | 
             
            - **Security** - Security analysis and implementation
         | 
| 201 207 |  | 
| 202 208 | 
             
            #### Operations & Infrastructure
         | 
| 203 | 
            -
            - **Ops** - Operations and deployment
         | 
| 209 | 
            +
            - **Ops** - Operations and deployment with advanced git commit authority and security verification (v2.2.2+)
         | 
| 204 210 | 
             
            - **Version Control** - Git and version management
         | 
| 205 211 | 
             
            - **Data Engineer** - Data pipeline and ETL development
         | 
| 206 212 |  |