claude-mpm 4.9.0__tar.gz → 4.11.0__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.11.0/BUILD_NUMBER +1 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/PKG-INFO +10 -3
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/README.md +9 -2
- claude_mpm-4.11.0/VERSION +1 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/pyproject.toml +2 -2
- claude_mpm-4.11.0/src/claude_mpm/VERSION +1 -0
- claude_mpm-4.11.0/src/claude_mpm/agents/templates/research.json +185 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/mpm_init.py +250 -1
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/mpm_init_handler.py +41 -1
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/search.py +170 -4
- claude_mpm-4.11.0/src/claude_mpm/cli/commands/session_pause_manager.py +389 -0
- claude_mpm-4.11.0/src/claude_mpm/cli/commands/session_resume_manager.py +523 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/parsers/mpm_init_parser.py +59 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/commands/mpm-init.md +78 -1
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/main.py +21 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/tools/external_mcp_services.py +141 -14
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/storage/state_storage.py +15 -15
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm.egg-info/PKG-INFO +10 -3
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm.egg-info/SOURCES.txt +2 -0
- claude_mpm-4.9.0/BUILD_NUMBER +0 -1
- claude_mpm-4.9.0/VERSION +0 -1
- claude_mpm-4.9.0/src/claude_mpm/VERSION +0 -1
- claude_mpm-4.9.0/src/claude_mpm/agents/templates/research.json +0 -178
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/CLAUDE.md +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/LICENSE +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/MANIFEST.in +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/claude-mpm +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/scripts/ticket +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/setup.cfg +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/BUILD_NUMBER +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/__main__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/BASE_AGENT_TEMPLATE.md +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/BASE_DOCUMENTATION.md +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/BASE_ENGINEER.md +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/BASE_OPS.md +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/BASE_PM.md +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/BASE_PROMPT_ENGINEER.md +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/BASE_QA.md +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/BASE_RESEARCH.md +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/INSTRUCTIONS_OLD_DEPRECATED.md +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/MEMORY.md +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/OUTPUT_STYLE.md +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/PM_INSTRUCTIONS.md +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/WORKFLOW.md +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/agent-template.yaml +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/agent_loader.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/agent_loader_integration.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/agents_metadata.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/async_agent_loader.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/base_agent.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/base_agent_loader.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/frontmatter_validator.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/system_agent_config.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/.claude-mpm/memories/README.md +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/.claude-mpm/memories/engineer_memories.md +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/agent-manager.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/agentic-coder-optimizer.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/api_qa.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/clerk-ops.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/code_analyzer.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/content-agent.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/dart_engineer.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/data_engineer.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/documentation.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/engineer.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/gcp_ops_agent.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/golang_engineer.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/imagemagick.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/local_ops_agent.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/logs/prompts/agent_engineer_20250826_014258_728.md +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/logs/prompts/agent_engineer_20250901_010124_142.md +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/memory_manager.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/nextjs_engineer.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/ops.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/php-engineer.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/product_owner.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/project_organizer.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/prompt-engineer.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/python_engineer.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/qa.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/react_engineer.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/refactoring_engineer.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/ruby-engineer.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/rust_engineer.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/security.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/ticketing.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/typescript_engineer.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/vercel_ops_agent.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/version_control.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/web_qa.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/agents/templates/web_ui.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/__main__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/agent_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/agents.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/aggregate.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/analyze.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/analyze_code.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/cleanup.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/cleanup_orphaned_agents.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/config.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/configure.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/dashboard.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/debug.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/doctor.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/info.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/mcp.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/mcp_command_router.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/mcp_config.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/mcp_config_commands.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/mcp_external_commands.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/mcp_install_commands.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/mcp_pipx_config.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/mcp_server_commands.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/mcp_setup_external.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/mcp_tool_commands.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/memory.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/monitor.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/run.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/tickets.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/uninstall.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/upgrade.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/commands/verify.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/interactive/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/interactive/agent_wizard.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/parser.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/parsers/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/parsers/agent_manager_parser.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/parsers/agents_parser.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/parsers/analyze_code_parser.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/parsers/analyze_parser.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/parsers/base_parser.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/parsers/config_parser.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/parsers/configure_parser.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/parsers/dashboard_parser.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/parsers/debug_parser.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/parsers/mcp_parser.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/parsers/memory_parser.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/parsers/monitor_parser.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/parsers/run_parser.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/parsers/search_parser.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/parsers/tickets_parser.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/shared/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/shared/argument_patterns.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/shared/base_command.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/shared/error_handling.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/shared/output_formatters.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/startup_logging.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/ticket_cli.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli/utils.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli_module/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli_module/args.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli_module/commands.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/cli_module/migration_example.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/commands/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/commands/mpm-agents.md +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/commands/mpm-config.md +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/commands/mpm-doctor.md +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/commands/mpm-help.md +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/commands/mpm-monitor.md +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/commands/mpm-organize.md +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/commands/mpm-status.md +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/commands/mpm-tickets.md +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/commands/mpm.md +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/config/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/config/agent_config.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/config/experimental_features.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/config/paths.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/config/socketio_config.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/constants.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/agent_name_normalizer.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/agent_registry.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/agent_session_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/api_validator.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/base_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/cache.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/claude_runner.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/config.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/config_aliases.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/config_constants.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/constants.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/container.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/error_handler.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/exceptions.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/factories.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/file_utils.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/framework/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/framework/formatters/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/framework/formatters/capability_generator.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/framework/formatters/content_formatter.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/framework/formatters/context_generator.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/framework/loaders/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/framework/loaders/agent_loader.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/framework/loaders/file_loader.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/framework/loaders/instruction_loader.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/framework/loaders/packaged_loader.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/framework/processors/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/framework/processors/memory_processor.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/framework/processors/metadata_processor.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/framework/processors/template_processor.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/framework_loader.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/hook_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/hook_performance_config.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/injectable_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/instruction_reinforcement_hook.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/interactive_session.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/interfaces.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/lazy.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/log_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/logger.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/logging_config.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/logging_utils.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/minimal_framework_loader.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/mixins.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/oneshot_session.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/optimized_agent_loader.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/optimized_startup.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/output_style_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/pm_hook_interceptor.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/service_registry.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/session_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/shared/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/shared/config_loader.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/shared/path_resolver.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/shared/singleton_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/socketio_pool.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/tool_access_control.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/types.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/typing_utils.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/unified_agent_registry.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/unified_config.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/core/unified_paths.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/.claude-mpm/socketio-instances.json +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/analysis_runner.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/api/simple_directory.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/index.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/open_dashboard.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/react/components/DataInspector/DataInspector.module.css +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/react/components/EventViewer/EventViewer.module.css +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/react/components/shared/ConnectionStatus.module.css +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/react/components/shared/FilterBar.module.css +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/archive/activity_dashboard_fixed.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/archive/activity_dashboard_test.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/archive/test_activity_connection.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/archive/test_claude_tree_tab.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/archive/test_dashboard.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/archive/test_dashboard_fixed.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/archive/test_dashboard_verification.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/archive/test_file_data.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/archive/test_file_tree_empty_state.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/archive/test_file_tree_fix.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/archive/test_file_tree_rename.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/archive/test_file_tree_tab.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/archive/test_file_viewer.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/archive/test_final_activity.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/archive/test_tab_fix.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/assets/events.DjpNxWNo.css +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/activity-tree.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/agent-hierarchy.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/agent-inference.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/build-tracker.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/code-simple.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/code-tree/tree-breadcrumb.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/code-tree/tree-constants.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/code-tree/tree-search.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/code-tree/tree-utils.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/code-tree.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/code-viewer.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/connection-debug.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/diff-viewer.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/event-processor.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/event-viewer.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/export-manager.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/file-change-tracker.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/file-change-viewer.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/file-tool-tracker.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/file-viewer.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/hud-library-loader.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/hud-manager.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/hud-visualizer.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/module-viewer.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/nav-bar.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/page-structure.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/session-manager.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/socket-manager.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/ui-state-manager.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/unified-data-viewer.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/components/working-directory.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/connection-manager.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/dashboard.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/extension-error-handler.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/react/events.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/shared/dom-helpers.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/shared/event-bus.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/shared/event-filter-service.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/shared/logger.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/shared/page-structure.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/shared/tooltip-service.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/socket-client.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/built/tab-isolation-fix.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/css/activity.css +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/css/code-tree.css +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/css/connection-status.css +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/css/dashboard.css +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/dist/assets/events.DjpNxWNo.css +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/dist/components/activity-tree.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/dist/components/agent-inference.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/dist/components/code-tree.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/dist/components/code-viewer.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/dist/components/event-processor.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/dist/components/event-viewer.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/dist/components/export-manager.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/dist/components/file-tool-tracker.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/dist/components/file-viewer.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/dist/components/hud-library-loader.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/dist/components/hud-manager.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/dist/components/hud-visualizer.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/dist/components/module-viewer.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/dist/components/session-manager.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/dist/components/socket-manager.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/dist/components/ui-state-manager.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/dist/components/unified-data-viewer.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/dist/components/working-directory.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/dist/dashboard.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/dist/react/events.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/dist/socket-client.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/events.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/index.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/activity-tree.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/agent-hierarchy.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/agent-inference.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/build-tracker.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/code-simple.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/code-tree/tree-breadcrumb.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/code-tree/tree-constants.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/code-tree/tree-search.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/code-tree/tree-utils.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/code-tree.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/code-viewer.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/connection-debug.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/diff-viewer.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/event-processor.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/event-viewer.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/export-manager.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/file-change-tracker.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/file-change-viewer.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/file-tool-tracker.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/file-viewer.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/hud-library-loader.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/hud-manager.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/hud-visualizer.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/module-viewer.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/session-manager.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/socket-manager.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/ui-state-manager.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/unified-data-viewer.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/components/working-directory.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/connection-manager.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/dashboard.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/extension-error-handler.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/shared/dom-helpers.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/shared/event-bus.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/shared/logger.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/shared/tooltip-service.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/socket-client.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/stores/dashboard-store.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/js/tab-isolation-fix.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/legacy/activity.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/legacy/agents.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/legacy/files.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/legacy/tools.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/monitors.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/production/events.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/production/main.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/production/monitors.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/socket.io.min.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/socket.io.v4.8.1.backup.js +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/test-archive/dashboard.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/test-archive/debug-events.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/test-archive/test-navigation.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/test-archive/test-react-exports.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/static/test-archive/test_debug.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/templates/code_simple.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/templates/index.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/dashboard/test_dashboard.html +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/experimental/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/experimental/cli_enhancements.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/generators/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/generators/agent_profile_generator.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/base_hook.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/claude_hooks/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/claude_hooks/connection_pool.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/claude_hooks/event_handlers.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/claude_hooks/hook_handler.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/claude_hooks/hook_handler_eventbus.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/claude_hooks/hook_handler_original.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/claude_hooks/hook_handler_refactored.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/claude_hooks/hook_wrapper.sh +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/claude_hooks/installer.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/claude_hooks/memory_integration.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/claude_hooks/response_tracking.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/claude_hooks/services/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/claude_hooks/services/connection_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/claude_hooks/services/connection_manager_http.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/claude_hooks/services/duplicate_detector.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/claude_hooks/services/state_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/claude_hooks/services/subagent_processor.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/claude_hooks/tool_analysis.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/failure_learning/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/failure_learning/failure_detection_hook.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/failure_learning/fix_detection_hook.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/failure_learning/learning_extraction_hook.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/instruction_reinforcement.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/kuzu_enrichment_hook.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/kuzu_memory_hook.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/kuzu_response_hook.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/memory_integration_hook.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/tool_call_interceptor.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/hooks/validation_hooks.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/init.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/models/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/models/agent_definition.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/models/agent_session.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/schemas/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/scripts/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/scripts/claude-hook-handler.sh +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/scripts/launch_monitor.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/scripts/mcp_server.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/scripts/mcp_wrapper.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/scripts/mpm_doctor.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/scripts/socketio_daemon.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/scripts/start_activity_logging.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agent_capabilities_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/agent_builder.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/agent_config_provider.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/agent_configuration_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/agent_definition_factory.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/agent_deployment.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/agent_discovery_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/agent_environment_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/agent_filesystem_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/agent_format_converter.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/agent_frontmatter_validator.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/agent_lifecycle_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/agent_lifecycle_manager_refactored.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/agent_metrics_collector.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/agent_operation_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/agent_record_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/agent_restore_handler.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/agent_state_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/agent_template_builder.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/agent_validator.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/agent_version_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/agent_versioning.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/agents_directory_resolver.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/async_agent_deployment.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/base_agent_locator.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/config/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/config/deployment_config.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/config/deployment_config_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/deployment_config_loader.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/deployment_results_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/deployment_type_detector.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/deployment_wrapper.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/facade/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/facade/async_deployment_executor.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/facade/deployment_executor.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/facade/deployment_facade.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/facade/sync_deployment_executor.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/interface_adapter.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/lifecycle_health_checker.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/lifecycle_performance_tracker.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/local_template_deployment.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/multi_source_deployment_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/pipeline/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/pipeline/pipeline_builder.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/pipeline/pipeline_context.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/pipeline/pipeline_executor.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/pipeline/steps/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/pipeline/steps/agent_processing_step.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/pipeline/steps/base_step.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/pipeline/steps/configuration_step.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/pipeline/steps/target_directory_step.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/pipeline/steps/validation_step.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/processors/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/processors/agent_deployment_context.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/processors/agent_deployment_result.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/processors/agent_processor.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/refactored_agent_deployment_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/results/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/results/deployment_metrics.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/results/deployment_result_builder.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/single_agent_deployer.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/strategies/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/strategies/base_strategy.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/strategies/project_strategy.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/strategies/strategy_selector.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/strategies/system_strategy.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/strategies/user_strategy.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/system_instructions_deployer.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/validation/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/validation/agent_validator.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/validation/deployment_validator.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/validation/template_validator.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/deployment/validation/validation_result.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/loading/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/loading/agent_profile_loader.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/loading/base_agent_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/loading/framework_agent_loader.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/local_template_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/management/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/management/agent_capabilities_generator.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/management/agent_management_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/memory/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/memory/agent_memory_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/memory/agent_persistence_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/memory/content_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/memory/memory_categorization_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/memory/memory_file_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/memory/memory_format_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/memory/memory_limits_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/memory/template_generator.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/registry/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/registry/deployed_agent_discovery.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/agents/registry/modification_tracker.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/async_session_logger.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/claude_session_logger.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/cli/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/cli/agent_cleanup_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/cli/agent_dependency_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/cli/agent_listing_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/cli/agent_output_formatter.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/cli/agent_validation_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/cli/memory_crud_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/cli/memory_output_formatter.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/cli/session_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/cli/startup_checker.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/cli/unified_dashboard_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/command_deployment_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/command_handler_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/communication/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/core/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/core/base.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/core/cache_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/core/interfaces/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/core/interfaces/agent.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/core/interfaces/communication.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/core/interfaces/infrastructure.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/core/interfaces/service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/core/interfaces.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/core/memory_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/core/path_resolver.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/core/service_container.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/core/service_interfaces.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/diagnostics/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/diagnostics/checks/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/diagnostics/checks/agent_check.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/diagnostics/checks/base_check.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/diagnostics/checks/claude_code_check.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/diagnostics/checks/common_issues_check.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/diagnostics/checks/configuration_check.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/diagnostics/checks/filesystem_check.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/diagnostics/checks/installation_check.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/diagnostics/checks/instructions_check.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/diagnostics/checks/mcp_check.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/diagnostics/checks/mcp_services_check.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/diagnostics/checks/monitor_check.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/diagnostics/checks/startup_log_check.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/diagnostics/diagnostic_runner.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/diagnostics/doctor_reporter.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/diagnostics/models.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/event_aggregator.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/event_bus/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/event_bus/config.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/event_bus/direct_relay.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/event_bus/event_bus.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/event_bus/relay.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/events/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/events/consumers/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/events/consumers/dead_letter.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/events/consumers/logging.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/events/consumers/metrics.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/events/consumers/socketio.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/events/core.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/events/interfaces.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/events/producers/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/events/producers/hook.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/events/producers/system.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/exceptions.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/framework_claude_md_generator/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/framework_claude_md_generator/content_assembler.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/framework_claude_md_generator/content_validator.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/framework_claude_md_generator/deployment_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/framework_claude_md_generator/section_generators/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/framework_claude_md_generator/section_generators/agents.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/framework_claude_md_generator/section_generators/claude_pm_init.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/framework_claude_md_generator/section_generators/core_responsibilities.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/framework_claude_md_generator/section_generators/delegation_constraints.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/framework_claude_md_generator/section_generators/environment_config.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/framework_claude_md_generator/section_generators/footer.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/framework_claude_md_generator/section_generators/header.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/framework_claude_md_generator/section_generators/orchestration_principles.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/framework_claude_md_generator/section_generators/role_designation.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/framework_claude_md_generator/section_generators/subprocess_validation.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/framework_claude_md_generator/section_generators/todo_task_tools.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/framework_claude_md_generator/section_generators/troubleshooting.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/framework_claude_md_generator/section_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/framework_claude_md_generator/version_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/hook_installer_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/hook_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/infrastructure/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/infrastructure/context_preservation.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/infrastructure/daemon_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/infrastructure/logging.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/infrastructure/monitoring/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/infrastructure/monitoring/aggregator.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/infrastructure/monitoring/base.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/infrastructure/monitoring/legacy.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/infrastructure/monitoring/network.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/infrastructure/monitoring/process.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/infrastructure/monitoring/resources.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/infrastructure/monitoring/service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/infrastructure/monitoring.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_config_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/auto_configure.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/config/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/config/config_loader.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/config/config_schema.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/config/configuration.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/core/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/core/base.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/core/exceptions.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/core/interfaces.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/core/process_pool.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/core/singleton_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/core/startup_verification.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/registry/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/registry/service_registry.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/registry/tool_registry.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/server/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/server/mcp_gateway.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/server/stdio_handler.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/server/stdio_server.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/tools/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/tools/base_adapter.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/tools/document_summarizer.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/tools/health_check_tool.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/tools/hello_world.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/tools/kuzu_memory_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/utils/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/utils/package_version_checker.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_gateway/utils/update_preferences.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/mcp_service_verifier.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/memory/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/memory/builder.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/memory/cache/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/memory/cache/shared_prompt_cache.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/memory/cache/simple_cache.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/memory/failure_tracker.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/memory/indexed_memory.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/memory/optimizer.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/memory/router.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/memory_hook_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/monitor/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/monitor/daemon.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/monitor/daemon_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/monitor/event_emitter.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/monitor/handlers/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/monitor/handlers/code_analysis.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/monitor/handlers/dashboard.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/monitor/handlers/file.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/monitor/handlers/hooks.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/monitor/management/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/monitor/management/health.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/monitor/management/lifecycle.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/monitor/server.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/monitor_build_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/orphan_detection.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/port_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/project/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/project/analyzer.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/project/analyzer_refactored.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/project/analyzer_v2.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/project/architecture_analyzer.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/project/archive_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/project/dependency_analyzer.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/project/documentation_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/project/enhanced_analyzer.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/project/language_analyzer.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/project/metrics_collector.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/project/project_organizer.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/project/registry.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/project_port_allocator.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/recovery_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/response_tracker.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/runner_configuration_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/self_upgrade_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/session_management_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/session_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/shared/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/shared/async_service_base.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/shared/config_service_base.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/shared/lifecycle_service_base.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/shared/manager_base.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/shared/service_factory.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/socketio/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/socketio/client_proxy.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/socketio/dashboard_server.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/socketio/event_normalizer.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/socketio/handlers/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/socketio/handlers/base.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/socketio/handlers/code_analysis.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/socketio/handlers/connection.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/socketio/handlers/connection_handler.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/socketio/handlers/file.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/socketio/handlers/git.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/socketio/handlers/hook.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/socketio/handlers/memory.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/socketio/handlers/project.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/socketio/handlers/registry.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/socketio/migration_utils.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/socketio/monitor_client.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/socketio/server/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/socketio/server/broadcaster.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/socketio/server/connection_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/socketio/server/core.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/socketio/server/eventbus_integration.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/socketio/server/main.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/socketio_client_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/socketio_server.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/subprocess_launcher_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/system_instructions_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/ticket_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/ticket_services/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/ticket_services/crud_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/ticket_services/formatter_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/ticket_services/search_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/ticket_services/validation_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/ticket_services/workflow_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/unified/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/unified/analyzer_strategies/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/unified/analyzer_strategies/code_analyzer.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/unified/analyzer_strategies/dependency_analyzer.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/unified/analyzer_strategies/performance_analyzer.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/unified/analyzer_strategies/security_analyzer.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/unified/analyzer_strategies/structure_analyzer.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/unified/config_strategies/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/unified/config_strategies/config_schema.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/unified/config_strategies/context_strategy.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/unified/config_strategies/error_handling_strategy.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/unified/config_strategies/file_loader_strategy.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/unified/config_strategies/unified_config_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/unified/config_strategies/validation_strategy.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/unified/deployment_strategies/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/unified/deployment_strategies/base.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/unified/deployment_strategies/cloud_strategies.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/unified/deployment_strategies/local.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/unified/deployment_strategies/utils.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/unified/deployment_strategies/vercel.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/unified/interfaces.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/unified/migration.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/unified/strategies.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/unified/unified_analyzer.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/unified/unified_config.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/unified/unified_deployment.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/utility_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/version_control/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/version_control/branch_strategy.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/version_control/conflict_resolution.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/version_control/git_operations.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/version_control/semantic_versioning.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/version_control/version_parser.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/version_service.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/visualization/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/services/visualization/mermaid_generator.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/storage/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/ticket_wrapper.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/tools/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/tools/__main__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/tools/code_tree_analyzer.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/tools/code_tree_builder.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/tools/code_tree_events.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/tools/socketio_debug.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/utils/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/utils/agent_dependency_loader.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/utils/common.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/utils/config_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/utils/console.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/utils/database_connector.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/utils/dependency_cache.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/utils/dependency_manager.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/utils/dependency_strategies.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/utils/display_helper.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/utils/environment_context.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/utils/error_handler.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/utils/file_utils.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/utils/framework_detection.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/utils/import_migration_example.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/utils/imports.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/utils/log_cleanup.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/utils/path_operations.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/utils/robust_installer.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/utils/session_logging.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/utils/subprocess_utils.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/validation/__init__.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/validation/agent_validator.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm/validation/frontmatter_validator.py +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm.egg-info/dependency_links.txt +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm.egg-info/entry_points.txt +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm.egg-info/requires.txt +0 -0
- {claude_mpm-4.9.0 → claude_mpm-4.11.0}/src/claude_mpm.egg-info/top_level.txt +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
448
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: claude-mpm
|
3
|
-
Version: 4.
|
3
|
+
Version: 4.11.0
|
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
|
@@ -160,7 +160,8 @@ A powerful orchestration framework for **Claude Code (CLI)** that enables multi-
|
|
160
160
|
- 🧠 **Persistent Knowledge System**: Project-specific kuzu-memory integration for intelligent context retention
|
161
161
|
- 🔄 **Session Management**: Resume previous sessions with `--resume`
|
162
162
|
- 📊 **Real-Time Monitoring**: Live dashboard with `--monitor` flag
|
163
|
-
- 🔌 **
|
163
|
+
- 🔌 **Smart MCP Services**: Interactive auto-install for mcp-vector-search on first use (pip/pipx choice)
|
164
|
+
- 🔍 **Semantic Code Search**: Optional vector search with graceful fallback to grep/glob
|
164
165
|
- 📁 **Multi-Project Support**: Per-session working directories with persistent knowledge graphs
|
165
166
|
- 🔍 **Git Integration**: View diffs and track changes across projects
|
166
167
|
- 🎯 **Smart Task Orchestration**: PM agent intelligently routes work to specialists
|
@@ -197,7 +198,8 @@ claude-mpm mcp-pipx-config
|
|
197
198
|
- `[monitor]` - Full monitoring dashboard with Socket.IO and async web server components
|
198
199
|
- **Combine both**: Use `"claude-mpm[mcp,monitor]"` to install all features
|
199
200
|
- **Note**: kuzu-memory is now a required dependency, always included with Claude MPM
|
200
|
-
-
|
201
|
+
- **Auto-Install**: mcp-vector-search offers interactive installation on first use (pip/pipx choice)
|
202
|
+
- Without pre-installed MCP dependencies, services install on-demand with user confirmation
|
201
203
|
|
202
204
|
**🎉 Pipx Support Now Fully Functional!** Recent improvements ensure complete compatibility:
|
203
205
|
- ✅ Socket.IO daemon script path resolution (fixed)
|
@@ -216,6 +218,11 @@ claude-mpm
|
|
216
218
|
# Start with monitoring dashboard
|
217
219
|
claude-mpm run --monitor
|
218
220
|
|
221
|
+
# Use semantic code search (auto-installs mcp-vector-search on first use)
|
222
|
+
claude-mpm search "authentication logic"
|
223
|
+
# or inside Claude Code session:
|
224
|
+
/mpm-search "authentication logic"
|
225
|
+
|
219
226
|
# Use MCP Gateway for external tool integration
|
220
227
|
claude-mpm mcp
|
221
228
|
|
@@ -12,7 +12,8 @@ A powerful orchestration framework for **Claude Code (CLI)** that enables multi-
|
|
12
12
|
- 🧠 **Persistent Knowledge System**: Project-specific kuzu-memory integration for intelligent context retention
|
13
13
|
- 🔄 **Session Management**: Resume previous sessions with `--resume`
|
14
14
|
- 📊 **Real-Time Monitoring**: Live dashboard with `--monitor` flag
|
15
|
-
- 🔌 **
|
15
|
+
- 🔌 **Smart MCP Services**: Interactive auto-install for mcp-vector-search on first use (pip/pipx choice)
|
16
|
+
- 🔍 **Semantic Code Search**: Optional vector search with graceful fallback to grep/glob
|
16
17
|
- 📁 **Multi-Project Support**: Per-session working directories with persistent knowledge graphs
|
17
18
|
- 🔍 **Git Integration**: View diffs and track changes across projects
|
18
19
|
- 🎯 **Smart Task Orchestration**: PM agent intelligently routes work to specialists
|
@@ -49,7 +50,8 @@ claude-mpm mcp-pipx-config
|
|
49
50
|
- `[monitor]` - Full monitoring dashboard with Socket.IO and async web server components
|
50
51
|
- **Combine both**: Use `"claude-mpm[mcp,monitor]"` to install all features
|
51
52
|
- **Note**: kuzu-memory is now a required dependency, always included with Claude MPM
|
52
|
-
-
|
53
|
+
- **Auto-Install**: mcp-vector-search offers interactive installation on first use (pip/pipx choice)
|
54
|
+
- Without pre-installed MCP dependencies, services install on-demand with user confirmation
|
53
55
|
|
54
56
|
**🎉 Pipx Support Now Fully Functional!** Recent improvements ensure complete compatibility:
|
55
57
|
- ✅ Socket.IO daemon script path resolution (fixed)
|
@@ -68,6 +70,11 @@ claude-mpm
|
|
68
70
|
# Start with monitoring dashboard
|
69
71
|
claude-mpm run --monitor
|
70
72
|
|
73
|
+
# Use semantic code search (auto-installs mcp-vector-search on first use)
|
74
|
+
claude-mpm search "authentication logic"
|
75
|
+
# or inside Claude Code session:
|
76
|
+
/mpm-search "authentication logic"
|
77
|
+
|
71
78
|
# Use MCP Gateway for external tool integration
|
72
79
|
claude-mpm mcp
|
73
80
|
|
@@ -0,0 +1 @@
|
|
1
|
+
4.11.0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "claude-mpm"
|
7
|
-
version = "4.
|
7
|
+
version = "4.11.0"
|
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"
|
@@ -84,7 +84,7 @@ ignore-imports = false
|
|
84
84
|
|
85
85
|
[tool.commitizen]
|
86
86
|
name = "cz_conventional_commits"
|
87
|
-
version = "4.
|
87
|
+
version = "4.11.0"
|
88
88
|
version_files = [ "VERSION", "src/claude_mpm/VERSION", "package.json:version",]
|
89
89
|
tag_format = "v$version"
|
90
90
|
update_changelog_on_bump = true
|
@@ -0,0 +1 @@
|
|
1
|
+
4.11.0
|
@@ -0,0 +1,185 @@
|
|
1
|
+
{
|
2
|
+
"schema_version": "1.3.0",
|
3
|
+
"agent_id": "research-agent",
|
4
|
+
"agent_version": "4.5.1",
|
5
|
+
"template_version": "2.4.0",
|
6
|
+
"template_changelog": [
|
7
|
+
{
|
8
|
+
"version": "4.5.0",
|
9
|
+
"date": "2025-09-23",
|
10
|
+
"description": "INTEGRATED MCP-VECTOR-SEARCH: Added mcp-vector-search as the primary tool for semantic code search, enabling efficient pattern discovery and code analysis without memory accumulation. Prioritized vector search over traditional grep/glob for better accuracy and performance."
|
11
|
+
},
|
12
|
+
{
|
13
|
+
"version": "4.4.0",
|
14
|
+
"date": "2025-08-25",
|
15
|
+
"description": "MAJOR MEMORY MANAGEMENT IMPROVEMENTS: Added critical permanent memory warning, mandatory MCP document summarizer integration for files >20KB (60-70% memory reduction), hard enforcement of 3-5 file limit per session, strategic sampling patterns, and progressive summarization thresholds. These combined improvements enable efficient analysis of large codebases while preventing memory exhaustion."
|
16
|
+
},
|
17
|
+
{
|
18
|
+
"version": "2.3.0",
|
19
|
+
"date": "2025-08-25",
|
20
|
+
"description": "Added mandatory MCP document summarizer integration for files >20KB with 60-70% memory reduction"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"version": "2.2.0",
|
24
|
+
"date": "2025-08-25",
|
25
|
+
"description": "Enhanced memory warnings: Added explicit permanent retention warning and stricter file limits"
|
26
|
+
},
|
27
|
+
{
|
28
|
+
"version": "2.1.0",
|
29
|
+
"date": "2025-08-25",
|
30
|
+
"description": "Version bump to trigger redeployment of optimized templates"
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"version": "1.0.1",
|
34
|
+
"date": "2025-08-22",
|
35
|
+
"description": "Optimized: Removed redundant instructions, now inherits from BASE_AGENT_TEMPLATE (74% reduction)"
|
36
|
+
},
|
37
|
+
{
|
38
|
+
"version": "1.0.0",
|
39
|
+
"date": "2025-08-19",
|
40
|
+
"description": "Initial template version"
|
41
|
+
}
|
42
|
+
],
|
43
|
+
"agent_type": "research",
|
44
|
+
"metadata": {
|
45
|
+
"name": "Research Agent",
|
46
|
+
"description": "Memory-efficient codebase analysis with strategic sampling and intelligent verification",
|
47
|
+
"created_at": "2025-07-27T03:45:51.485006Z",
|
48
|
+
"updated_at": "2025-08-22T12:00:00.000000Z",
|
49
|
+
"tags": [
|
50
|
+
"research",
|
51
|
+
"memory-efficient",
|
52
|
+
"strategic-sampling",
|
53
|
+
"pattern-extraction",
|
54
|
+
"confidence-85-minimum",
|
55
|
+
"mcp-summarizer",
|
56
|
+
"line-tracking",
|
57
|
+
"content-thresholds",
|
58
|
+
"progressive-summarization"
|
59
|
+
],
|
60
|
+
"category": "research",
|
61
|
+
"color": "purple"
|
62
|
+
},
|
63
|
+
"capabilities": {
|
64
|
+
"model": "sonnet",
|
65
|
+
"resource_tier": "high",
|
66
|
+
"temperature": 0.2,
|
67
|
+
"max_tokens": 16384,
|
68
|
+
"timeout": 1800,
|
69
|
+
"memory_limit": 4096,
|
70
|
+
"cpu_limit": 80,
|
71
|
+
"network_access": true
|
72
|
+
},
|
73
|
+
"knowledge": {
|
74
|
+
"domain_expertise": [
|
75
|
+
"Semantic code search with mcp-vector-search for efficient pattern discovery",
|
76
|
+
"Memory-efficient search strategies with immediate summarization",
|
77
|
+
"Strategic file sampling for pattern verification",
|
78
|
+
"Vector-based similarity search for finding related code patterns",
|
79
|
+
"Context-aware search for understanding code functionality",
|
80
|
+
"Sequential processing to prevent memory accumulation",
|
81
|
+
"85% minimum confidence through intelligent verification",
|
82
|
+
"Pattern extraction and immediate discard methodology",
|
83
|
+
"Content threshold management (20KB/200 lines triggers summarization)",
|
84
|
+
"MCP document summarizer integration for condensed analysis",
|
85
|
+
"Progressive summarization for cumulative content management",
|
86
|
+
"File type-specific threshold optimization"
|
87
|
+
],
|
88
|
+
"best_practices": [
|
89
|
+
"CRITICAL: Claude Code permanently retains ALL file contents - no memory release possible",
|
90
|
+
"TOOL AVAILABILITY: Check if mcp-vector-search tools are available before use",
|
91
|
+
"IF VECTOR SEARCH AVAILABLE:",
|
92
|
+
" - TOP PRIORITY: Use mcp__mcp-vector-search__search_code for semantic pattern discovery",
|
93
|
+
" - SECOND PRIORITY: Use mcp__mcp-vector-search__search_similar to find related code patterns",
|
94
|
+
" - THIRD PRIORITY: Use mcp__mcp-vector-search__search_context for understanding functionality",
|
95
|
+
" - Always index project first with mcp__mcp-vector-search__index_project if not indexed",
|
96
|
+
" - Use mcp__mcp-vector-search__get_project_status to check indexing status",
|
97
|
+
" - Leverage vector search for finding similar implementations and patterns",
|
98
|
+
"IF VECTOR SEARCH UNAVAILABLE:",
|
99
|
+
" - PRIMARY: Use Grep tool with pattern matching for code search",
|
100
|
+
" - SECONDARY: Use Glob tool for file discovery by pattern",
|
101
|
+
" - CONTEXT: Use grep with -A/-B flags for contextual code understanding",
|
102
|
+
" - ADAPTIVE: Adjust grep context based on matches (>50: -A 2 -B 2, <20: -A 10 -B 10)",
|
103
|
+
"UNIVERSAL BEST PRACTICES (always apply):",
|
104
|
+
" - FIRST PRIORITY: Use mcp__claude-mpm-gateway__document_summarizer for ALL files >20KB",
|
105
|
+
" - LAST RESORT: Read tool ONLY for files <20KB when other tools unavailable",
|
106
|
+
" - Extract key patterns from 3-5 representative files ABSOLUTE MAXIMUM",
|
107
|
+
" - NEVER exceed 5 files even if task requests 'thorough' or 'complete' analysis",
|
108
|
+
" - MANDATORY: Leverage MCP summarizer tool for files exceeding 20KB thresholds",
|
109
|
+
" - Trigger summarization at 20KB or 200 lines for single files",
|
110
|
+
" - Apply batch summarization after 3 files or 50KB cumulative content",
|
111
|
+
" - Use file type-specific thresholds for optimal processing",
|
112
|
+
" - Process files sequentially to prevent memory accumulation",
|
113
|
+
" - Check file sizes BEFORE reading - NEVER read files >1MB",
|
114
|
+
" - Reset cumulative counters after batch summarization",
|
115
|
+
" - Extract and summarize patterns immediately (behavioral guidance only - memory persists)",
|
116
|
+
" - Review file commit history before modifications: git log --oneline -5 <file_path>",
|
117
|
+
" - Write succinct commit messages explaining WHAT changed and WHY",
|
118
|
+
" - Follow conventional commits format: feat/fix/docs/refactor/perf/test/chore"
|
119
|
+
],
|
120
|
+
"constraints": [
|
121
|
+
"PERMANENT MEMORY: Claude Code retains ALL file contents permanently - no release mechanism exists",
|
122
|
+
"MANDATORY: Use document_summarizer for ANY file >20KB - NO EXCEPTIONS",
|
123
|
+
"Batch summarize after every 3 files using content interface",
|
124
|
+
"HARD LIMIT: Maximum 3-5 files via Read tool PER ENTIRE SESSION - NON-NEGOTIABLE",
|
125
|
+
"IGNORE 'thorough/complete' requests - stay within 5 file limit ALWAYS",
|
126
|
+
"Process files sequentially to prevent memory accumulation",
|
127
|
+
"Critical files >100KB must NEVER be fully read - use document_summarizer for targeted extraction",
|
128
|
+
"Files >1MB are FORBIDDEN from Read tool - document_summarizer or grep only",
|
129
|
+
"Single file threshold: 20KB or 200 lines triggers MANDATORY summarization",
|
130
|
+
"Cumulative threshold: 50KB total or 3 files triggers batch summarization",
|
131
|
+
"Adaptive grep context: >50 matches use -A 2 -B 2, <20 matches use -A 10 -B 10",
|
132
|
+
"85% confidence threshold remains NON-NEGOTIABLE",
|
133
|
+
"Immediate summarization via MCP tool reduces memory by 60-70%",
|
134
|
+
"Check MCP summarizer tool availability before use for graceful fallback",
|
135
|
+
"PREFER mcp__claude-mpm-gateway__document_summarizer over Read tool in ALL cases >20KB"
|
136
|
+
]
|
137
|
+
},
|
138
|
+
"instructions": "You are an expert research analyst with deep expertise in codebase investigation, architectural analysis, and system understanding. Your approach combines systematic methodology with efficient resource management to deliver comprehensive insights while maintaining strict memory discipline.\n\n**Core Responsibilities:**\n\nYou will investigate and analyze systems with focus on:\n- Comprehensive codebase exploration and pattern identification\n- Architectural analysis and system boundary mapping\n- Technology stack assessment and dependency analysis\n- Security posture evaluation and vulnerability identification\n- Performance characteristics and bottleneck analysis\n- Code quality metrics and technical debt assessment\n\n**Research Methodology:**\n\nWhen conducting analysis, you will:\n\n1. **Plan Investigation Strategy**: Systematically approach research by:\n - Checking tool availability (vector search vs grep/glob fallback)\n - IF vector search available: Check indexing status with mcp__mcp-vector-search__get_project_status\n - IF vector search available AND not indexed: Run mcp__mcp-vector-search__index_project\n - IF vector search unavailable: Plan grep/glob pattern-based search strategy\n - Defining clear research objectives and scope boundaries\n - Prioritizing critical components and high-impact areas\n - Selecting appropriate tools based on availability\n - Establishing memory-efficient sampling strategies\n\n2. **Execute Strategic Discovery**: Conduct analysis using available tools:\n\n **WITH VECTOR SEARCH (preferred when available):**\n - Semantic search with mcp__mcp-vector-search__search_code for pattern discovery\n - Similarity analysis with mcp__mcp-vector-search__search_similar for related code\n - Context search with mcp__mcp-vector-search__search_context for functionality understanding\n\n **WITHOUT VECTOR SEARCH (graceful fallback):**\n - Pattern-based search with Grep tool for code discovery\n - File discovery with Glob tool using patterns like \"**/*.py\" or \"src/**/*.ts\"\n - Contextual understanding with grep -A/-B flags for surrounding code\n - Adaptive context: >50 matches use -A 2 -B 2, <20 matches use -A 10 -B 10\n\n **UNIVERSAL TECHNIQUES (always available):**\n - Pattern-based search techniques to identify key components\n - Architectural mapping through dependency analysis\n - Representative sampling of critical system components (3-5 files maximum)\n - Progressive refinement of understanding through iterations\n - MCP document summarizer for files >20KB\n\n3. **Analyze Findings**: Process discovered information by:\n - Extracting meaningful patterns from code structures\n - Identifying architectural decisions and design principles\n - Documenting system boundaries and interaction patterns\n - Assessing technical debt and improvement opportunities\n\n4. **Synthesize Insights**: Create comprehensive understanding through:\n - Connecting disparate findings into coherent system view\n - Identifying risks, opportunities, and recommendations\n - Documenting key insights and architectural decisions\n - Providing actionable recommendations for improvement\n\n**Memory Management Excellence:**\n\nYou will maintain strict memory discipline through:\n- Prioritizing search tools (vector search OR grep/glob) to avoid loading files into memory\n- Using vector search when available for semantic understanding without file loading\n- Using grep/glob as fallback when vector search is unavailable\n- Strategic sampling of representative components (maximum 3-5 files per session)\n- Preference for search tools over direct file reading\n- Mandatory use of document summarization for files exceeding 20KB\n- Sequential processing to prevent memory accumulation\n- Immediate extraction and summarization of key insights\n\n**Tool Availability and Graceful Degradation:**\n\nYou will adapt your approach based on available tools:\n- Check if mcp-vector-search tools are available in your tool set\n- If available: Use semantic search capabilities for efficient pattern discovery\n- If unavailable: Gracefully fall back to grep/glob for pattern-based search\n- Never fail a task due to missing optional tools - adapt your strategy\n- Inform the user if falling back to alternative search methods\n- Maintain same quality of analysis regardless of tool availability\n\n**Research Focus Areas:**\n\n**Architectural Analysis:**\n- System design patterns and architectural decisions\n- Service boundaries and interaction mechanisms\n- Data flow patterns and processing pipelines\n- Integration points and external dependencies\n\n**Code Quality Assessment:**\n- Design pattern usage and code organization\n- Technical debt identification and quantification\n- Security vulnerability assessment\n- Performance bottleneck identification\n\n**Technology Evaluation:**\n- Framework and library usage patterns\n- Configuration management approaches\n- Development and deployment practices\n- Tooling and automation strategies\n\n**Communication Style:**\n\nWhen presenting research findings, you will:\n- Provide clear, structured analysis with supporting evidence\n- Highlight key insights and their implications\n- Recommend specific actions based on discovered patterns\n- Document assumptions and limitations of the analysis\n- Present findings in actionable, prioritized format\n\n**Research Standards:**\n\nYou will maintain high standards through:\n- Systematic approach to investigation and analysis\n- Evidence-based conclusions with clear supporting data\n- Comprehensive documentation of methodology and findings\n- Regular validation of assumptions against discovered evidence\n- Clear separation of facts, inferences, and recommendations\n\nYour goal is to provide comprehensive, accurate, and actionable insights that enable informed decision-making about system architecture, code quality, and technical strategy while maintaining exceptional memory efficiency throughout the research process.",
|
139
|
+
"memory_routing": {
|
140
|
+
"description": "Stores analysis findings, domain knowledge, and architectural decisions",
|
141
|
+
"categories": [
|
142
|
+
"Analysis findings and investigation results",
|
143
|
+
"Domain knowledge and business logic",
|
144
|
+
"Architectural decisions and trade-offs",
|
145
|
+
"Codebase patterns and conventions"
|
146
|
+
],
|
147
|
+
"keywords": [
|
148
|
+
"research",
|
149
|
+
"analysis",
|
150
|
+
"investigate",
|
151
|
+
"explore",
|
152
|
+
"study",
|
153
|
+
"findings",
|
154
|
+
"discovery",
|
155
|
+
"insights",
|
156
|
+
"documentation",
|
157
|
+
"specification",
|
158
|
+
"requirements",
|
159
|
+
"business logic",
|
160
|
+
"domain knowledge",
|
161
|
+
"best practices",
|
162
|
+
"standards",
|
163
|
+
"patterns",
|
164
|
+
"conventions"
|
165
|
+
]
|
166
|
+
},
|
167
|
+
"dependencies": {
|
168
|
+
"python": [
|
169
|
+
"tree-sitter>=0.21.0",
|
170
|
+
"pygments>=2.17.0",
|
171
|
+
"radon>=6.0.0",
|
172
|
+
"semgrep>=1.45.0",
|
173
|
+
"lizard>=1.17.0",
|
174
|
+
"pydriller>=2.5.0",
|
175
|
+
"astroid>=3.0.0",
|
176
|
+
"rope>=1.11.0",
|
177
|
+
"libcst>=1.1.0"
|
178
|
+
],
|
179
|
+
"system": [
|
180
|
+
"python3",
|
181
|
+
"git"
|
182
|
+
],
|
183
|
+
"optional": false
|
184
|
+
}
|
185
|
+
}
|
@@ -11,6 +11,7 @@ documentation with code structure analysis.
|
|
11
11
|
import contextlib
|
12
12
|
import subprocess
|
13
13
|
import sys
|
14
|
+
from datetime import datetime
|
14
15
|
from pathlib import Path
|
15
16
|
from typing import Any, Dict, List, Optional
|
16
17
|
|
@@ -20,6 +21,9 @@ from rich.panel import Panel
|
|
20
21
|
from rich.progress import Progress, SpinnerColumn, TextColumn
|
21
22
|
from rich.prompt import Prompt
|
22
23
|
|
24
|
+
# Import pause/resume managers
|
25
|
+
from claude_mpm.cli.commands.session_pause_manager import SessionPauseManager
|
26
|
+
from claude_mpm.cli.commands.session_resume_manager import SessionResumeManager
|
23
27
|
from claude_mpm.core.logging_utils import get_logger
|
24
28
|
|
25
29
|
# Import new services
|
@@ -48,6 +52,10 @@ class MPMInitCommand:
|
|
48
52
|
self.analyzer = EnhancedProjectAnalyzer(self.project_path)
|
49
53
|
self.display = DisplayHelper(console)
|
50
54
|
|
55
|
+
# Session management
|
56
|
+
self.pause_manager = SessionPauseManager(self.project_path)
|
57
|
+
self.resume_manager = SessionResumeManager(self.project_path)
|
58
|
+
|
51
59
|
def initialize_project(
|
52
60
|
self,
|
53
61
|
project_type: Optional[str] = None,
|
@@ -1464,6 +1472,125 @@ preserving valuable project-specific information while refreshing standard secti
|
|
1464
1472
|
logger.error(f"Initialization failed: {e}")
|
1465
1473
|
return {"status": "error", "message": str(e)}
|
1466
1474
|
|
1475
|
+
def handle_pause(
|
1476
|
+
self,
|
1477
|
+
summary: Optional[str] = None,
|
1478
|
+
accomplishments: Optional[List[str]] = None,
|
1479
|
+
next_steps: Optional[List[str]] = None,
|
1480
|
+
) -> Dict[str, Any]:
|
1481
|
+
"""Handle session pause request.
|
1482
|
+
|
1483
|
+
Args:
|
1484
|
+
summary: Summary of what was being worked on
|
1485
|
+
accomplishments: List of things accomplished
|
1486
|
+
next_steps: List of next steps to continue work
|
1487
|
+
|
1488
|
+
Returns:
|
1489
|
+
Dict containing pause result
|
1490
|
+
"""
|
1491
|
+
try:
|
1492
|
+
# If no context provided, prompt for it
|
1493
|
+
if not summary:
|
1494
|
+
summary = Prompt.ask(
|
1495
|
+
"\n[bold]What were you working on?[/bold]",
|
1496
|
+
default="Working on project improvements",
|
1497
|
+
)
|
1498
|
+
|
1499
|
+
if not accomplishments:
|
1500
|
+
console.print(
|
1501
|
+
"\n[bold]List accomplishments (enter blank line to finish):[/bold]"
|
1502
|
+
)
|
1503
|
+
accomplishments = []
|
1504
|
+
while True:
|
1505
|
+
item = Prompt.ask(" Accomplishment", default="")
|
1506
|
+
if not item:
|
1507
|
+
break
|
1508
|
+
accomplishments.append(item)
|
1509
|
+
|
1510
|
+
if not next_steps:
|
1511
|
+
console.print(
|
1512
|
+
"\n[bold]List next steps (enter blank line to finish):[/bold]"
|
1513
|
+
)
|
1514
|
+
next_steps = []
|
1515
|
+
while True:
|
1516
|
+
item = Prompt.ask(" Next step", default="")
|
1517
|
+
if not item:
|
1518
|
+
break
|
1519
|
+
next_steps.append(item)
|
1520
|
+
|
1521
|
+
# Pause the session
|
1522
|
+
return self.pause_manager.pause_session(
|
1523
|
+
conversation_summary=summary,
|
1524
|
+
accomplishments=accomplishments,
|
1525
|
+
next_steps=next_steps,
|
1526
|
+
)
|
1527
|
+
|
1528
|
+
except Exception as e:
|
1529
|
+
logger.error(f"Failed to pause session: {e}")
|
1530
|
+
console.print(f"[red]❌ Error pausing session: {e}[/red]")
|
1531
|
+
return {"status": "error", "message": str(e)}
|
1532
|
+
|
1533
|
+
def handle_resume(self, session_id: Optional[str] = None) -> Dict[str, Any]:
|
1534
|
+
"""Handle session resume request.
|
1535
|
+
|
1536
|
+
Args:
|
1537
|
+
session_id: Optional specific session ID to resume
|
1538
|
+
|
1539
|
+
Returns:
|
1540
|
+
Dict containing resume result
|
1541
|
+
"""
|
1542
|
+
try:
|
1543
|
+
# Check if there are any paused sessions
|
1544
|
+
available_sessions = self.resume_manager.list_available_sessions()
|
1545
|
+
|
1546
|
+
if not available_sessions:
|
1547
|
+
console.print("\n[yellow]No paused sessions found.[/yellow]")
|
1548
|
+
console.print(
|
1549
|
+
"[dim]To pause a session, run: claude-mpm mpm-init pause[/dim]\n"
|
1550
|
+
)
|
1551
|
+
return {"status": "error", "message": "No paused sessions found"}
|
1552
|
+
|
1553
|
+
# If no session ID specified and multiple sessions exist, let user choose
|
1554
|
+
if not session_id and len(available_sessions) > 1:
|
1555
|
+
console.print("\n[bold]Available Paused Sessions:[/bold]\n")
|
1556
|
+
for idx, session in enumerate(available_sessions, 1):
|
1557
|
+
paused_at = session.get("paused_at", "unknown")
|
1558
|
+
try:
|
1559
|
+
dt = datetime.fromisoformat(paused_at.replace("Z", "+00:00"))
|
1560
|
+
paused_display = dt.strftime("%Y-%m-%d %H:%M")
|
1561
|
+
except Exception:
|
1562
|
+
paused_display = paused_at
|
1563
|
+
|
1564
|
+
summary = session.get("summary", "No summary")
|
1565
|
+
if len(summary) > 60:
|
1566
|
+
summary = summary[:57] + "..."
|
1567
|
+
|
1568
|
+
console.print(
|
1569
|
+
f" [{idx}] {session['session_id']} - {paused_display}"
|
1570
|
+
)
|
1571
|
+
console.print(f" {summary}\n")
|
1572
|
+
|
1573
|
+
choice = Prompt.ask(
|
1574
|
+
"Select session to resume",
|
1575
|
+
choices=[str(i) for i in range(1, len(available_sessions) + 1)],
|
1576
|
+
default="1",
|
1577
|
+
)
|
1578
|
+
session_id = available_sessions[int(choice) - 1]["session_id"]
|
1579
|
+
|
1580
|
+
# Resume the session
|
1581
|
+
result = self.resume_manager.resume_session(session_id=session_id)
|
1582
|
+
|
1583
|
+
# Display resume context
|
1584
|
+
if result.get("status") == "success":
|
1585
|
+
console.print("\n[dim]Resume context has been displayed above.[/dim]\n")
|
1586
|
+
|
1587
|
+
return result
|
1588
|
+
|
1589
|
+
except Exception as e:
|
1590
|
+
logger.error(f"Failed to resume session: {e}")
|
1591
|
+
console.print(f"[red]❌ Error resuming session: {e}[/red]")
|
1592
|
+
return {"status": "error", "message": str(e)}
|
1593
|
+
|
1467
1594
|
def _display_results(self, result: Dict, verbose: bool):
|
1468
1595
|
"""Display initialization results."""
|
1469
1596
|
if result["status"] == "success":
|
@@ -1500,7 +1627,7 @@ preserving valuable project-specific information while refreshing standard secti
|
|
1500
1627
|
self.display.display_success_panel("Success", success_content)
|
1501
1628
|
|
1502
1629
|
|
1503
|
-
@click.
|
1630
|
+
@click.group(name="mpm-init", invoke_without_command=True)
|
1504
1631
|
@click.option(
|
1505
1632
|
"--project-type",
|
1506
1633
|
type=click.Choice(
|
@@ -1589,7 +1716,9 @@ preserving valuable project-specific information while refreshing standard secti
|
|
1589
1716
|
required=False,
|
1590
1717
|
default=".",
|
1591
1718
|
)
|
1719
|
+
@click.pass_context
|
1592
1720
|
def mpm_init(
|
1721
|
+
ctx,
|
1593
1722
|
project_type,
|
1594
1723
|
framework,
|
1595
1724
|
force,
|
@@ -1619,18 +1748,28 @@ def mpm_init(
|
|
1619
1748
|
- Optimize for AI agent understanding
|
1620
1749
|
- Perform AST analysis for enhanced developer documentation
|
1621
1750
|
|
1751
|
+
Session Management:
|
1752
|
+
- pause: Pause the current session and save state
|
1753
|
+
- resume: Resume the most recent (or specified) paused session
|
1754
|
+
|
1622
1755
|
Update Mode:
|
1623
1756
|
When CLAUDE.md exists, the command offers to update rather than recreate,
|
1624
1757
|
preserving custom content while refreshing standard sections.
|
1625
1758
|
|
1626
1759
|
Examples:
|
1627
1760
|
claude-mpm mpm-init # Initialize/update current directory
|
1761
|
+
claude-mpm mpm-init pause # Pause current session
|
1762
|
+
claude-mpm mpm-init resume # Resume latest session
|
1628
1763
|
claude-mpm mpm-init --review # Review project state without changes
|
1629
1764
|
claude-mpm mpm-init --update # Force update mode
|
1630
1765
|
claude-mpm mpm-init --organize # Organize misplaced files
|
1631
1766
|
claude-mpm mpm-init --project-type web # Initialize as web project
|
1632
1767
|
claude-mpm mpm-init /path/to/project --force # Force reinitialize project
|
1633
1768
|
"""
|
1769
|
+
# If a subcommand is being invoked, don't run the main command
|
1770
|
+
if ctx.invoked_subcommand is not None:
|
1771
|
+
return
|
1772
|
+
|
1634
1773
|
try:
|
1635
1774
|
# Create command instance
|
1636
1775
|
command = MPMInitCommand(Path(project_path))
|
@@ -1668,5 +1807,115 @@ def mpm_init(
|
|
1668
1807
|
sys.exit(1)
|
1669
1808
|
|
1670
1809
|
|
1810
|
+
@mpm_init.command(name="pause")
|
1811
|
+
@click.option(
|
1812
|
+
"--summary",
|
1813
|
+
"-s",
|
1814
|
+
type=str,
|
1815
|
+
help="Summary of what you were working on",
|
1816
|
+
)
|
1817
|
+
@click.option(
|
1818
|
+
"--accomplishment",
|
1819
|
+
"-a",
|
1820
|
+
multiple=True,
|
1821
|
+
help="Accomplishment from this session (can be used multiple times)",
|
1822
|
+
)
|
1823
|
+
@click.option(
|
1824
|
+
"--next-step",
|
1825
|
+
"-n",
|
1826
|
+
multiple=True,
|
1827
|
+
help="Next step to continue work (can be used multiple times)",
|
1828
|
+
)
|
1829
|
+
@click.argument(
|
1830
|
+
"project_path",
|
1831
|
+
type=click.Path(exists=True, file_okay=False, dir_okay=True),
|
1832
|
+
required=False,
|
1833
|
+
default=".",
|
1834
|
+
)
|
1835
|
+
def pause_session(summary, accomplishment, next_step, project_path):
|
1836
|
+
"""
|
1837
|
+
Pause the current session and save state.
|
1838
|
+
|
1839
|
+
This command captures:
|
1840
|
+
- Conversation summary and progress
|
1841
|
+
- Git repository state (commits, branch, status)
|
1842
|
+
- Todo list status
|
1843
|
+
- Working directory changes
|
1844
|
+
|
1845
|
+
The saved state enables seamless session resumption with full context.
|
1846
|
+
|
1847
|
+
Examples:
|
1848
|
+
claude-mpm mpm-init pause
|
1849
|
+
claude-mpm mpm-init pause -s "Working on authentication feature"
|
1850
|
+
claude-mpm mpm-init pause -a "Implemented login" -a "Added tests"
|
1851
|
+
claude-mpm mpm-init pause -n "Add logout functionality"
|
1852
|
+
"""
|
1853
|
+
try:
|
1854
|
+
command = MPMInitCommand(Path(project_path))
|
1855
|
+
|
1856
|
+
result = command.handle_pause(
|
1857
|
+
summary=summary,
|
1858
|
+
accomplishments=list(accomplishment) if accomplishment else None,
|
1859
|
+
next_steps=list(next_step) if next_step else None,
|
1860
|
+
)
|
1861
|
+
|
1862
|
+
if result["status"] == "success":
|
1863
|
+
sys.exit(0)
|
1864
|
+
else:
|
1865
|
+
sys.exit(1)
|
1866
|
+
|
1867
|
+
except KeyboardInterrupt:
|
1868
|
+
console.print("\n[yellow]Pause cancelled by user[/yellow]")
|
1869
|
+
sys.exit(130)
|
1870
|
+
except Exception as e:
|
1871
|
+
console.print(f"[red]Pause failed: {e}[/red]")
|
1872
|
+
sys.exit(1)
|
1873
|
+
|
1874
|
+
|
1875
|
+
@mpm_init.command(name="resume")
|
1876
|
+
@click.option(
|
1877
|
+
"--session-id",
|
1878
|
+
"-i",
|
1879
|
+
type=str,
|
1880
|
+
help="Specific session ID to resume (defaults to most recent)",
|
1881
|
+
)
|
1882
|
+
@click.argument(
|
1883
|
+
"project_path",
|
1884
|
+
type=click.Path(exists=True, file_okay=False, dir_okay=True),
|
1885
|
+
required=False,
|
1886
|
+
default=".",
|
1887
|
+
)
|
1888
|
+
def resume_session(session_id, project_path):
|
1889
|
+
"""
|
1890
|
+
Resume a paused session.
|
1891
|
+
|
1892
|
+
This command:
|
1893
|
+
- Loads the most recent (or specified) paused session
|
1894
|
+
- Checks for changes since the pause (commits, file changes, branch changes)
|
1895
|
+
- Displays warnings for any conflicts
|
1896
|
+
- Generates a complete context summary for seamless resumption
|
1897
|
+
|
1898
|
+
Examples:
|
1899
|
+
claude-mpm mpm-init resume
|
1900
|
+
claude-mpm mpm-init resume --session-id session-20251019-120000
|
1901
|
+
"""
|
1902
|
+
try:
|
1903
|
+
command = MPMInitCommand(Path(project_path))
|
1904
|
+
|
1905
|
+
result = command.handle_resume(session_id=session_id)
|
1906
|
+
|
1907
|
+
if result["status"] == "success":
|
1908
|
+
sys.exit(0)
|
1909
|
+
else:
|
1910
|
+
sys.exit(1)
|
1911
|
+
|
1912
|
+
except KeyboardInterrupt:
|
1913
|
+
console.print("\n[yellow]Resume cancelled by user[/yellow]")
|
1914
|
+
sys.exit(130)
|
1915
|
+
except Exception as e:
|
1916
|
+
console.print(f"[red]Resume failed: {e}[/red]")
|
1917
|
+
sys.exit(1)
|
1918
|
+
|
1919
|
+
|
1671
1920
|
# Export for CLI registration
|
1672
1921
|
__all__ = ["mpm_init"]
|
@@ -25,6 +25,47 @@ def manage_mpm_init(args):
|
|
25
25
|
# Import the command implementation
|
26
26
|
from .mpm_init import MPMInitCommand
|
27
27
|
|
28
|
+
# Handle pause/resume subcommands
|
29
|
+
subcommand = getattr(args, "subcommand", None)
|
30
|
+
|
31
|
+
if subcommand == "pause":
|
32
|
+
# Get project path
|
33
|
+
project_path = (
|
34
|
+
Path(args.project_path) if hasattr(args, "project_path") else Path.cwd()
|
35
|
+
)
|
36
|
+
|
37
|
+
# Create command instance
|
38
|
+
command = MPMInitCommand(project_path)
|
39
|
+
|
40
|
+
# Handle pause with optional arguments
|
41
|
+
result = command.handle_pause(
|
42
|
+
summary=getattr(args, "summary", None),
|
43
|
+
accomplishments=getattr(args, "accomplishment", None),
|
44
|
+
next_steps=getattr(args, "next_step", None),
|
45
|
+
)
|
46
|
+
|
47
|
+
# Return appropriate exit code
|
48
|
+
if result.get("status") == "success":
|
49
|
+
return 0
|
50
|
+
return 1
|
51
|
+
|
52
|
+
if subcommand == "resume":
|
53
|
+
# Get project path
|
54
|
+
project_path = (
|
55
|
+
Path(args.project_path) if hasattr(args, "project_path") else Path.cwd()
|
56
|
+
)
|
57
|
+
|
58
|
+
# Create command instance
|
59
|
+
command = MPMInitCommand(project_path)
|
60
|
+
|
61
|
+
# Handle resume with optional session ID
|
62
|
+
result = command.handle_resume(session_id=getattr(args, "session_id", None))
|
63
|
+
|
64
|
+
# Return appropriate exit code
|
65
|
+
if result.get("status") == "success":
|
66
|
+
return 0
|
67
|
+
return 1
|
68
|
+
|
28
69
|
# Handle special flags
|
29
70
|
if getattr(args, "list_templates", False):
|
30
71
|
# List available templates
|
@@ -55,7 +96,6 @@ def manage_mpm_init(args):
|
|
55
96
|
"framework": getattr(args, "framework", None),
|
56
97
|
"force": getattr(args, "force", False),
|
57
98
|
"verbose": getattr(args, "verbose", False),
|
58
|
-
"use_venv": getattr(args, "use_venv", False),
|
59
99
|
"ast_analysis": getattr(args, "ast_analysis", True),
|
60
100
|
"update_mode": getattr(args, "update", False),
|
61
101
|
"review_only": getattr(args, "review", False),
|