claude-mpm 4.5.14__tar.gz → 4.6.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.6.0/BUILD_NUMBER +1 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/PKG-INFO +1 -1
- claude_mpm-4.6.0/VERSION +1 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/pyproject.toml +2 -2
- claude_mpm-4.6.0/src/claude_mpm/VERSION +1 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/PM_INSTRUCTIONS.md +218 -17
- claude_mpm-4.6.0/src/claude_mpm/agents/WORKFLOW.md +287 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/local_ops_agent.json +35 -3
- claude_mpm-4.6.0/src/claude_mpm/agents/templates/ruby-engineer.json +343 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/__init__.py +97 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/startup_logging.py +1 -3
- claude_mpm-4.6.0/src/claude_mpm/commands/mpm-config.md +141 -0
- claude_mpm-4.6.0/src/claude_mpm/commands/mpm-help.md +121 -0
- claude_mpm-4.6.0/src/claude_mpm/commands/mpm-organize.md +282 -0
- claude_mpm-4.6.0/src/claude_mpm/commands/mpm-status.md +75 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/interactive_session.py +1 -1
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/oneshot_session.py +1 -1
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm.egg-info/PKG-INFO +1 -1
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm.egg-info/SOURCES.txt +2 -0
- claude_mpm-4.5.14/VERSION +0 -1
- claude_mpm-4.5.14/src/claude_mpm/BUILD_NUMBER +0 -1
- claude_mpm-4.5.14/src/claude_mpm/VERSION +0 -1
- claude_mpm-4.5.14/src/claude_mpm/agents/WORKFLOW.md +0 -92
- claude_mpm-4.5.14/src/claude_mpm/commands/mpm-config.md +0 -18
- claude_mpm-4.5.14/src/claude_mpm/commands/mpm-help.md +0 -10
- claude_mpm-4.5.14/src/claude_mpm/commands/mpm-status.md +0 -13
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/CLAUDE.md +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/LICENSE +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/MANIFEST.in +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/README.md +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/scripts/ticket +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/setup.cfg +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0/src/claude_mpm}/BUILD_NUMBER +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/__main__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/BASE_AGENT_TEMPLATE.md +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/BASE_DOCUMENTATION.md +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/BASE_ENGINEER.md +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/BASE_OPS.md +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/BASE_PM.md +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/BASE_QA.md +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/BASE_RESEARCH.md +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/INSTRUCTIONS_OLD_DEPRECATED.md +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/MEMORY.md +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/OUTPUT_STYLE.md +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/agent-template.yaml +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/agent_loader.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/agent_loader_integration.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/agents_metadata.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/async_agent_loader.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/base_agent.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/base_agent_loader.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/frontmatter_validator.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/system_agent_config.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/.claude-mpm/memories/README.md +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/.claude-mpm/memories/engineer_memories.md +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/agent-manager.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/agentic-coder-optimizer.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/api_qa.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/clerk-ops.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/code_analyzer.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/dart_engineer.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/data_engineer.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/documentation.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/engineer.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/gcp_ops_agent.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/imagemagick.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/logs/prompts/agent_engineer_20250826_014258_728.md +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/logs/prompts/agent_engineer_20250901_010124_142.md +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/memory_manager.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/nextjs_engineer.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/ops.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/php-engineer.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/project_organizer.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/prompt-engineer.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/python_engineer.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/qa.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/react_engineer.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/refactoring_engineer.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/research.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/security.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/ticketing.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/typescript_engineer.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/vercel_ops_agent.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/version_control.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/web_qa.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/agents/templates/web_ui.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/__main__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/agent_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/agents.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/aggregate.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/analyze.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/analyze_code.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/cleanup.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/cleanup_orphaned_agents.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/config.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/configure.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/dashboard.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/debug.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/doctor.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/info.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/mcp.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/mcp_command_router.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/mcp_config.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/mcp_config_commands.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/mcp_external_commands.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/mcp_install_commands.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/mcp_pipx_config.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/mcp_server_commands.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/mcp_setup_external.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/mcp_tool_commands.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/memory.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/monitor.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/mpm_init.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/mpm_init_handler.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/run.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/search.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/tickets.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/uninstall.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/commands/verify.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/interactive/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/interactive/agent_wizard.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/parser.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/parsers/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/parsers/agent_manager_parser.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/parsers/agents_parser.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/parsers/analyze_code_parser.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/parsers/analyze_parser.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/parsers/base_parser.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/parsers/config_parser.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/parsers/configure_parser.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/parsers/dashboard_parser.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/parsers/debug_parser.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/parsers/mcp_parser.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/parsers/memory_parser.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/parsers/monitor_parser.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/parsers/mpm_init_parser.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/parsers/run_parser.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/parsers/search_parser.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/parsers/tickets_parser.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/shared/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/shared/argument_patterns.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/shared/base_command.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/shared/error_handling.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/shared/output_formatters.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/ticket_cli.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli/utils.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli_module/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli_module/args.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli_module/commands.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/cli_module/migration_example.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/commands/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/commands/mpm-agents.md +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/commands/mpm-doctor.md +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/commands/mpm-init.md +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/commands/mpm-tickets.md +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/commands/mpm.md +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/config/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/config/agent_config.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/config/experimental_features.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/config/paths.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/config/socketio_config.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/constants.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/agent_name_normalizer.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/agent_registry.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/agent_session_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/api_validator.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/base_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/cache.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/claude_runner.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/config.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/config_aliases.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/config_constants.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/constants.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/container.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/error_handler.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/exceptions.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/factories.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/file_utils.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/framework/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/framework/formatters/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/framework/formatters/capability_generator.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/framework/formatters/content_formatter.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/framework/formatters/context_generator.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/framework/loaders/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/framework/loaders/agent_loader.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/framework/loaders/file_loader.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/framework/loaders/instruction_loader.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/framework/loaders/packaged_loader.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/framework/processors/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/framework/processors/memory_processor.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/framework/processors/metadata_processor.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/framework/processors/template_processor.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/framework_loader.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/hook_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/hook_performance_config.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/injectable_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/instruction_reinforcement_hook.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/interfaces.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/lazy.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/log_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/logger.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/logging_config.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/logging_utils.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/minimal_framework_loader.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/mixins.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/optimized_agent_loader.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/optimized_startup.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/output_style_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/pm_hook_interceptor.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/service_registry.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/session_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/shared/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/shared/config_loader.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/shared/path_resolver.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/shared/singleton_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/socketio_pool.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/tool_access_control.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/types.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/typing_utils.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/unified_agent_registry.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/unified_config.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/core/unified_paths.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/.claude-mpm/socketio-instances.json +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/analysis_runner.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/api/simple_directory.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/index.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/open_dashboard.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/react/components/DataInspector/DataInspector.module.css +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/react/components/EventViewer/EventViewer.module.css +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/react/components/shared/ConnectionStatus.module.css +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/react/components/shared/FilterBar.module.css +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/archive/activity_dashboard_fixed.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/archive/activity_dashboard_test.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/archive/test_activity_connection.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/archive/test_claude_tree_tab.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/archive/test_dashboard.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/archive/test_dashboard_fixed.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/archive/test_dashboard_verification.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/archive/test_file_data.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/archive/test_file_tree_empty_state.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/archive/test_file_tree_fix.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/archive/test_file_tree_rename.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/archive/test_file_tree_tab.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/archive/test_file_viewer.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/archive/test_final_activity.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/archive/test_tab_fix.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/assets/events.DjpNxWNo.css +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/activity-tree.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/agent-hierarchy.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/agent-inference.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/build-tracker.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/code-simple.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/code-tree/tree-breadcrumb.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/code-tree/tree-constants.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/code-tree/tree-search.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/code-tree/tree-utils.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/code-tree.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/code-viewer.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/connection-debug.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/diff-viewer.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/event-processor.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/event-viewer.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/export-manager.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/file-change-tracker.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/file-change-viewer.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/file-tool-tracker.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/file-viewer.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/hud-library-loader.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/hud-manager.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/hud-visualizer.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/module-viewer.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/nav-bar.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/page-structure.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/session-manager.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/socket-manager.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/ui-state-manager.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/unified-data-viewer.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/components/working-directory.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/connection-manager.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/dashboard.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/extension-error-handler.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/react/events.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/shared/dom-helpers.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/shared/event-bus.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/shared/event-filter-service.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/shared/logger.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/shared/page-structure.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/shared/tooltip-service.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/socket-client.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/built/tab-isolation-fix.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/css/activity.css +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/css/code-tree.css +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/css/connection-status.css +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/css/dashboard.css +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/dist/assets/events.DjpNxWNo.css +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/dist/components/activity-tree.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/dist/components/agent-inference.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/dist/components/code-tree.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/dist/components/code-viewer.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/dist/components/event-processor.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/dist/components/event-viewer.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/dist/components/export-manager.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/dist/components/file-tool-tracker.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/dist/components/file-viewer.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/dist/components/hud-library-loader.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/dist/components/hud-manager.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/dist/components/hud-visualizer.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/dist/components/module-viewer.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/dist/components/session-manager.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/dist/components/socket-manager.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/dist/components/ui-state-manager.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/dist/components/unified-data-viewer.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/dist/components/working-directory.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/dist/dashboard.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/dist/react/events.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/dist/socket-client.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/events.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/index.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/activity-tree.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/agent-hierarchy.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/agent-inference.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/build-tracker.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/code-simple.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/code-tree/tree-breadcrumb.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/code-tree/tree-constants.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/code-tree/tree-search.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/code-tree/tree-utils.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/code-tree.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/code-viewer.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/connection-debug.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/diff-viewer.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/event-processor.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/event-viewer.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/export-manager.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/file-change-tracker.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/file-change-viewer.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/file-tool-tracker.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/file-viewer.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/hud-library-loader.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/hud-manager.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/hud-visualizer.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/module-viewer.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/session-manager.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/socket-manager.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/ui-state-manager.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/unified-data-viewer.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/components/working-directory.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/connection-manager.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/dashboard.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/extension-error-handler.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/shared/dom-helpers.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/shared/event-bus.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/shared/logger.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/shared/tooltip-service.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/socket-client.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/stores/dashboard-store.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/js/tab-isolation-fix.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/legacy/activity.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/legacy/agents.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/legacy/files.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/legacy/tools.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/monitors-index.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/monitors.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/production/events.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/production/main.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/production/monitors.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/socket.io.min.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/socket.io.v4.8.1.backup.js +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/test-archive/dashboard.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/test-archive/debug-events.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/test-archive/test-navigation.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/test-archive/test-react-exports.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/static/test-archive/test_debug.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/templates/code_simple.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/templates/index.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/dashboard/test_dashboard.html +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/experimental/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/experimental/cli_enhancements.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/generators/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/generators/agent_profile_generator.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/hooks/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/hooks/base_hook.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/hooks/claude_hooks/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/hooks/claude_hooks/connection_pool.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/hooks/claude_hooks/event_handlers.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/hooks/claude_hooks/hook_handler.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/hooks/claude_hooks/hook_handler_eventbus.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/hooks/claude_hooks/hook_handler_original.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/hooks/claude_hooks/hook_handler_refactored.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/hooks/claude_hooks/hook_wrapper.sh +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/hooks/claude_hooks/installer.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/hooks/claude_hooks/memory_integration.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/hooks/claude_hooks/response_tracking.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/hooks/claude_hooks/services/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/hooks/claude_hooks/services/connection_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/hooks/claude_hooks/services/connection_manager_http.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/hooks/claude_hooks/services/duplicate_detector.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/hooks/claude_hooks/services/state_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/hooks/claude_hooks/services/subagent_processor.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/hooks/claude_hooks/tool_analysis.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/hooks/instruction_reinforcement.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/hooks/kuzu_memory_hook.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/hooks/memory_integration_hook.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/hooks/tool_call_interceptor.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/hooks/validation_hooks.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/init.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/models/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/models/agent_definition.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/models/agent_session.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/schemas/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/scripts/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/scripts/claude-hook-handler.sh +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/scripts/launch_monitor.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/scripts/mcp_server.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/scripts/mcp_wrapper.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/scripts/mpm_doctor.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/scripts/socketio_daemon.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/scripts/start_activity_logging.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agent_capabilities_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/agent_builder.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/agent_config_provider.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/agent_configuration_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/agent_definition_factory.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/agent_deployment.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/agent_discovery_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/agent_environment_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/agent_filesystem_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/agent_format_converter.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/agent_frontmatter_validator.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/agent_lifecycle_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/agent_lifecycle_manager_refactored.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/agent_metrics_collector.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/agent_operation_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/agent_record_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/agent_restore_handler.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/agent_state_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/agent_template_builder.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/agent_validator.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/agent_version_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/agent_versioning.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/agents_directory_resolver.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/async_agent_deployment.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/base_agent_locator.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/config/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/config/deployment_config.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/config/deployment_config_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/deployment_config_loader.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/deployment_results_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/deployment_type_detector.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/deployment_wrapper.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/facade/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/facade/async_deployment_executor.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/facade/deployment_executor.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/facade/deployment_facade.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/facade/sync_deployment_executor.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/interface_adapter.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/lifecycle_health_checker.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/lifecycle_performance_tracker.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/local_template_deployment.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/multi_source_deployment_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/pipeline/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/pipeline/pipeline_builder.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/pipeline/pipeline_context.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/pipeline/pipeline_executor.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/pipeline/steps/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/pipeline/steps/agent_processing_step.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/pipeline/steps/base_step.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/pipeline/steps/configuration_step.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/pipeline/steps/target_directory_step.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/pipeline/steps/validation_step.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/processors/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/processors/agent_deployment_context.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/processors/agent_deployment_result.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/processors/agent_processor.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/refactored_agent_deployment_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/results/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/results/deployment_metrics.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/results/deployment_result_builder.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/single_agent_deployer.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/strategies/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/strategies/base_strategy.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/strategies/project_strategy.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/strategies/strategy_selector.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/strategies/system_strategy.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/strategies/user_strategy.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/system_instructions_deployer.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/validation/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/validation/agent_validator.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/validation/deployment_validator.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/validation/template_validator.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/deployment/validation/validation_result.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/loading/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/loading/agent_profile_loader.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/loading/base_agent_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/loading/framework_agent_loader.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/local_template_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/management/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/management/agent_capabilities_generator.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/management/agent_management_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/memory/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/memory/agent_memory_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/memory/agent_persistence_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/memory/content_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/memory/memory_categorization_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/memory/memory_file_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/memory/memory_format_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/memory/memory_limits_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/memory/template_generator.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/registry/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/registry/deployed_agent_discovery.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/agents/registry/modification_tracker.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/async_session_logger.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/claude_session_logger.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/cli/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/cli/agent_cleanup_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/cli/agent_dependency_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/cli/agent_listing_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/cli/agent_output_formatter.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/cli/agent_validation_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/cli/memory_crud_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/cli/memory_output_formatter.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/cli/session_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/cli/startup_checker.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/cli/unified_dashboard_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/command_deployment_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/command_handler_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/communication/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/core/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/core/base.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/core/cache_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/core/interfaces/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/core/interfaces/agent.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/core/interfaces/communication.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/core/interfaces/infrastructure.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/core/interfaces/service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/core/interfaces.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/core/memory_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/core/path_resolver.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/core/service_container.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/core/service_interfaces.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/diagnostics/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/diagnostics/checks/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/diagnostics/checks/agent_check.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/diagnostics/checks/base_check.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/diagnostics/checks/claude_code_check.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/diagnostics/checks/common_issues_check.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/diagnostics/checks/configuration_check.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/diagnostics/checks/filesystem_check.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/diagnostics/checks/installation_check.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/diagnostics/checks/instructions_check.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/diagnostics/checks/mcp_check.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/diagnostics/checks/mcp_services_check.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/diagnostics/checks/monitor_check.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/diagnostics/checks/startup_log_check.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/diagnostics/diagnostic_runner.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/diagnostics/doctor_reporter.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/diagnostics/models.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/event_aggregator.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/event_bus/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/event_bus/config.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/event_bus/direct_relay.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/event_bus/event_bus.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/event_bus/relay.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/events/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/events/consumers/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/events/consumers/dead_letter.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/events/consumers/logging.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/events/consumers/metrics.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/events/consumers/socketio.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/events/core.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/events/interfaces.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/events/producers/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/events/producers/hook.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/events/producers/system.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/exceptions.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/framework_claude_md_generator/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/framework_claude_md_generator/content_assembler.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/framework_claude_md_generator/content_validator.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/framework_claude_md_generator/deployment_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/framework_claude_md_generator/section_generators/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/framework_claude_md_generator/section_generators/agents.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/framework_claude_md_generator/section_generators/claude_pm_init.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/framework_claude_md_generator/section_generators/core_responsibilities.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/framework_claude_md_generator/section_generators/delegation_constraints.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/framework_claude_md_generator/section_generators/environment_config.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/framework_claude_md_generator/section_generators/footer.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/framework_claude_md_generator/section_generators/header.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/framework_claude_md_generator/section_generators/orchestration_principles.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/framework_claude_md_generator/section_generators/role_designation.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/framework_claude_md_generator/section_generators/subprocess_validation.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/framework_claude_md_generator/section_generators/todo_task_tools.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/framework_claude_md_generator/section_generators/troubleshooting.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/framework_claude_md_generator/section_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/framework_claude_md_generator/version_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/hook_installer_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/hook_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/infrastructure/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/infrastructure/context_preservation.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/infrastructure/daemon_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/infrastructure/logging.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/infrastructure/monitoring/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/infrastructure/monitoring/aggregator.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/infrastructure/monitoring/base.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/infrastructure/monitoring/legacy.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/infrastructure/monitoring/network.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/infrastructure/monitoring/process.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/infrastructure/monitoring/resources.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/infrastructure/monitoring/service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/infrastructure/monitoring.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_config_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/auto_configure.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/config/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/config/config_loader.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/config/config_schema.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/config/configuration.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/core/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/core/base.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/core/exceptions.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/core/interfaces.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/core/process_pool.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/core/singleton_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/core/startup_verification.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/main.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/registry/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/registry/service_registry.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/registry/tool_registry.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/server/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/server/mcp_gateway.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/server/stdio_handler.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/server/stdio_server.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/tools/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/tools/base_adapter.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/tools/document_summarizer.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/tools/external_mcp_services.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/tools/health_check_tool.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/tools/hello_world.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/tools/kuzu_memory_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/utils/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/utils/package_version_checker.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_gateway/utils/update_preferences.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/mcp_service_verifier.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/memory/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/memory/builder.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/memory/cache/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/memory/cache/shared_prompt_cache.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/memory/cache/simple_cache.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/memory/indexed_memory.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/memory/optimizer.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/memory/router.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/memory_hook_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/monitor/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/monitor/daemon.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/monitor/daemon_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/monitor/event_emitter.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/monitor/handlers/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/monitor/handlers/code_analysis.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/monitor/handlers/dashboard.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/monitor/handlers/file.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/monitor/handlers/hooks.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/monitor/management/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/monitor/management/health.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/monitor/management/lifecycle.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/monitor/server.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/monitor_build_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/orphan_detection.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/port_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/project/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/project/analyzer.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/project/analyzer_refactored.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/project/analyzer_v2.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/project/architecture_analyzer.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/project/archive_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/project/dependency_analyzer.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/project/documentation_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/project/enhanced_analyzer.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/project/language_analyzer.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/project/metrics_collector.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/project/project_organizer.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/project/registry.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/project_port_allocator.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/recovery_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/response_tracker.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/runner_configuration_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/session_management_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/session_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/shared/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/shared/async_service_base.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/shared/config_service_base.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/shared/lifecycle_service_base.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/shared/manager_base.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/shared/service_factory.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/socketio/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/socketio/client_proxy.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/socketio/dashboard_server.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/socketio/event_normalizer.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/socketio/handlers/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/socketio/handlers/base.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/socketio/handlers/code_analysis.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/socketio/handlers/connection.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/socketio/handlers/connection_handler.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/socketio/handlers/file.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/socketio/handlers/git.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/socketio/handlers/hook.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/socketio/handlers/memory.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/socketio/handlers/project.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/socketio/handlers/registry.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/socketio/migration_utils.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/socketio/monitor_client.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/socketio/server/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/socketio/server/broadcaster.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/socketio/server/connection_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/socketio/server/core.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/socketio/server/eventbus_integration.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/socketio/server/main.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/socketio_client_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/socketio_server.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/subprocess_launcher_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/system_instructions_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/ticket_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/ticket_services/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/ticket_services/crud_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/ticket_services/formatter_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/ticket_services/search_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/ticket_services/validation_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/ticket_services/workflow_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/unified/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/unified/analyzer_strategies/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/unified/analyzer_strategies/code_analyzer.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/unified/analyzer_strategies/dependency_analyzer.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/unified/analyzer_strategies/performance_analyzer.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/unified/analyzer_strategies/security_analyzer.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/unified/analyzer_strategies/structure_analyzer.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/unified/config_strategies/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/unified/config_strategies/config_schema.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/unified/config_strategies/context_strategy.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/unified/config_strategies/error_handling_strategy.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/unified/config_strategies/file_loader_strategy.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/unified/config_strategies/unified_config_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/unified/config_strategies/validation_strategy.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/unified/deployment_strategies/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/unified/deployment_strategies/base.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/unified/deployment_strategies/cloud_strategies.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/unified/deployment_strategies/local.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/unified/deployment_strategies/utils.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/unified/deployment_strategies/vercel.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/unified/interfaces.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/unified/migration.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/unified/strategies.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/unified/unified_analyzer.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/unified/unified_config.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/unified/unified_deployment.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/utility_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/version_control/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/version_control/branch_strategy.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/version_control/conflict_resolution.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/version_control/git_operations.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/version_control/semantic_versioning.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/version_control/version_parser.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/version_service.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/visualization/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/services/visualization/mermaid_generator.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/storage/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/storage/state_storage.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/ticket_wrapper.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/tools/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/tools/__main__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/tools/code_tree_analyzer.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/tools/code_tree_builder.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/tools/code_tree_events.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/tools/socketio_debug.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/utils/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/utils/agent_dependency_loader.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/utils/common.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/utils/config_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/utils/console.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/utils/database_connector.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/utils/dependency_cache.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/utils/dependency_manager.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/utils/dependency_strategies.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/utils/environment_context.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/utils/error_handler.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/utils/file_utils.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/utils/framework_detection.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/utils/import_migration_example.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/utils/imports.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/utils/log_cleanup.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/utils/path_operations.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/utils/robust_installer.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/utils/session_logging.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/utils/subprocess_utils.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/validation/__init__.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/validation/agent_validator.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm/validation/frontmatter_validator.py +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm.egg-info/dependency_links.txt +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm.egg-info/entry_points.txt +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm.egg-info/requires.txt +0 -0
- {claude_mpm-4.5.14 → claude_mpm-4.6.0}/src/claude_mpm.egg-info/top_level.txt +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
424
|
claude_mpm-4.6.0/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
4.6.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.6.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"
|
@@ -81,7 +81,7 @@ ignore-imports = false
|
|
81
81
|
|
82
82
|
[tool.commitizen]
|
83
83
|
name = "cz_conventional_commits"
|
84
|
-
version = "4.
|
84
|
+
version = "4.6.0"
|
85
85
|
version_files = [ "VERSION", "src/claude_mpm/VERSION", "package.json:version",]
|
86
86
|
tag_format = "v$version"
|
87
87
|
update_changelog_on_bump = true
|
@@ -0,0 +1 @@
|
|
1
|
+
4.6.0
|
@@ -1,5 +1,5 @@
|
|
1
|
-
<!-- PM_INSTRUCTIONS_VERSION:
|
2
|
-
<!-- PURPOSE: Ultra-strict delegation enforcement with verification
|
1
|
+
<!-- PM_INSTRUCTIONS_VERSION: 0005 -->
|
2
|
+
<!-- PURPOSE: Ultra-strict delegation enforcement with proper verification distinction -->
|
3
3
|
|
4
4
|
# ⛔ ABSOLUTE PM LAW - VIOLATIONS = TERMINATION ⛔
|
5
5
|
|
@@ -31,6 +31,15 @@
|
|
31
31
|
→ REQUIRED ACTION: Delegate verification to appropriate agent
|
32
32
|
→ VIOLATIONS TRACKED AND REPORTED
|
33
33
|
|
34
|
+
### CIRCUIT BREAKER #4: IMPLEMENTATION BEFORE DELEGATION DETECTION
|
35
|
+
**IF PM attempts to do work without delegating first:**
|
36
|
+
→ STOP IMMEDIATELY
|
37
|
+
→ ERROR: "PM VIOLATION - Must delegate implementation to appropriate agent"
|
38
|
+
→ REQUIRED ACTION: Use Task tool to delegate
|
39
|
+
→ VIOLATIONS TRACKED AND REPORTED
|
40
|
+
**KEY PRINCIPLE**: PM delegates implementation work, then MAY verify results.
|
41
|
+
**VERIFICATION COMMANDS ARE ALLOWED** for quality assurance AFTER delegation.
|
42
|
+
|
34
43
|
## FORBIDDEN ACTIONS (IMMEDIATE FAILURE)
|
35
44
|
|
36
45
|
### IMPLEMENTATION VIOLATIONS
|
@@ -40,6 +49,17 @@
|
|
40
49
|
❌ Running tests or test commands → MUST DELEGATE to QA
|
41
50
|
❌ Any deployment operations → MUST DELEGATE to Ops
|
42
51
|
❌ Security configurations → MUST DELEGATE to Security
|
52
|
+
❌ Publish/Release operations → MUST FOLLOW [Publish and Release Workflow](WORKFLOW.md#publish-and-release-workflow)
|
53
|
+
|
54
|
+
### IMPLEMENTATION VIOLATIONS (DOING WORK INSTEAD OF DELEGATING)
|
55
|
+
❌ Running `npm start`, `npm install`, `docker run` → MUST DELEGATE to local-ops-agent
|
56
|
+
❌ Running deployment commands (pm2 start, vercel deploy) → MUST DELEGATE to ops agent
|
57
|
+
❌ Running build commands (npm build, make) → MUST DELEGATE to appropriate agent
|
58
|
+
❌ Starting services directly (systemctl start) → MUST DELEGATE to ops agent
|
59
|
+
❌ Installing dependencies or packages → MUST DELEGATE to appropriate agent
|
60
|
+
❌ Any implementation command = VIOLATION → Implementation MUST be delegated
|
61
|
+
|
62
|
+
**IMPORTANT**: Verification commands (curl, lsof, ps) ARE ALLOWED after delegation for quality assurance
|
43
63
|
|
44
64
|
### INVESTIGATION VIOLATIONS (NEW - CRITICAL)
|
45
65
|
❌ Reading multiple files to understand codebase → MUST DELEGATE to Research
|
@@ -70,11 +90,13 @@
|
|
70
90
|
✓ Task - For delegation to agents (PRIMARY TOOL - USE THIS 90% OF TIME)
|
71
91
|
✓ TodoWrite - For tracking delegated work
|
72
92
|
✓ Read - ONLY for reading ONE file maximum (more = violation)
|
73
|
-
✓ Bash -
|
93
|
+
✓ Bash - For navigation (`ls`, `pwd`) AND verification (`curl`, `lsof`, `ps`) AFTER delegation (NOT for implementation)
|
74
94
|
✓ SlashCommand - For executing Claude MPM commands (see MPM Commands section below)
|
75
95
|
✓ mcp__mcp-vector-search__* - For quick code search BEFORE delegation (helps better task definition)
|
76
96
|
❌ Grep/Glob - FORBIDDEN for PM (delegate to Research for deep investigation)
|
77
97
|
❌ WebSearch/WebFetch - FORBIDDEN for PM (delegate to Research)
|
98
|
+
✓ Bash for verification - ALLOWED for quality assurance AFTER delegation (curl, lsof, ps)
|
99
|
+
❌ Bash for implementation - FORBIDDEN (npm start, docker run, pm2 start → delegate to ops)
|
78
100
|
|
79
101
|
**VIOLATION TRACKING ACTIVE**: Each violation logged, escalated, and reported.
|
80
102
|
|
@@ -184,6 +206,7 @@ Read: /mpm-doctor # WRONG - not a file to read
|
|
184
206
|
### Quick Delegation Matrix
|
185
207
|
| User Says | PM's IMMEDIATE Response | You MUST Delegate To |
|
186
208
|
|-----------|------------------------|---------------------|
|
209
|
+
| "verify", "check if works", "test" | "I'll have [appropriate agent] verify with evidence" | Appropriate ops/QA agent |
|
187
210
|
| "localhost", "local server", "dev server" | "I'll delegate to local-ops agent" | **local-ops-agent** (PRIMARY) |
|
188
211
|
| "PM2", "process manager", "pm2 start" | "I'll have local-ops manage PM2" | **local-ops-agent** (ALWAYS) |
|
189
212
|
| "port 3000", "port conflict", "EADDRINUSE" | "I'll have local-ops handle ports" | **local-ops-agent** (EXPERT) |
|
@@ -192,6 +215,7 @@ Read: /mpm-doctor # WRONG - not a file to read
|
|
192
215
|
| "fix", "implement", "code", "create" | "I'll delegate this to Engineer" | Engineer |
|
193
216
|
| "test", "verify", "check" | "I'll have QA verify this" | QA (or web-qa/api-qa) |
|
194
217
|
| "deploy", "host", "launch" | "I'll delegate to Ops" | Ops (or platform-specific) |
|
218
|
+
| "publish", "release", "PyPI", "npm publish" | "I'll follow the publish workflow" | See [WORKFLOW.md - Publish and Release](#publish-and-release-workflow) |
|
195
219
|
| "document", "readme", "docs" | "I'll have Documentation handle this" | Documentation |
|
196
220
|
| "analyze", "research" | "I'll delegate to Research" | Research → Code Analyzer |
|
197
221
|
| "security", "auth" | "I'll have Security review this" | Security |
|
@@ -294,30 +318,160 @@ Requirements:
|
|
294
318
|
5. Report: "Deployment VERIFIED" or "Deployment FAILED: [specific issues]"
|
295
319
|
```
|
296
320
|
|
321
|
+
## 🔴 MANDATORY VERIFICATION BEFORE CLAIMING WORK COMPLETE 🔴
|
322
|
+
|
323
|
+
**ABSOLUTE RULE**: PM MUST NEVER claim work is "ready", "complete", or "deployed" without ACTUAL VERIFICATION.
|
324
|
+
|
325
|
+
### 🎯 VERIFICATION IS REQUIRED AND ALLOWED 🎯
|
326
|
+
|
327
|
+
**PM MUST verify results AFTER delegating implementation work. This is QUALITY ASSURANCE, not doing the work.**
|
328
|
+
|
329
|
+
#### ✅ CORRECT PM VERIFICATION PATTERN (REQUIRED):
|
330
|
+
```
|
331
|
+
# Pattern 1: PM delegates implementation, then verifies
|
332
|
+
PM: Task(agent="local-ops-agent",
|
333
|
+
task="Deploy application to localhost:3001 using PM2")
|
334
|
+
[Agent deploys]
|
335
|
+
PM: Bash(lsof -i :3001 | grep LISTEN) # ✅ ALLOWED - verifying after delegation
|
336
|
+
PM: Bash(curl -s http://localhost:3001) # ✅ ALLOWED - confirming deployment works
|
337
|
+
PM: "Deployment verified: Port listening, HTTP 200 response"
|
338
|
+
|
339
|
+
# Pattern 2: PM delegates both implementation AND verification
|
340
|
+
PM: Task(agent="local-ops-agent",
|
341
|
+
task="Deploy to localhost:3001 and verify:
|
342
|
+
1. Start with PM2
|
343
|
+
2. Check process status
|
344
|
+
3. Test endpoint
|
345
|
+
4. Provide evidence")
|
346
|
+
[Agent performs both deployment AND verification]
|
347
|
+
PM: "Deployment verified by local-ops-agent: [agent's evidence]"
|
348
|
+
```
|
349
|
+
|
350
|
+
#### ❌ FORBIDDEN PM IMPLEMENTATION PATTERNS (VIOLATION):
|
351
|
+
```
|
352
|
+
PM: Bash(npm start) # VIOLATION - doing implementation
|
353
|
+
PM: Bash(pm2 start app.js) # VIOLATION - doing deployment
|
354
|
+
PM: Bash(docker run -d myapp) # VIOLATION - doing container work
|
355
|
+
PM: Bash(npm install express) # VIOLATION - doing installation
|
356
|
+
PM: Bash(vercel deploy) # VIOLATION - doing deployment
|
357
|
+
```
|
358
|
+
|
359
|
+
#### Verification Commands (ALLOWED for PM after delegation):
|
360
|
+
- **Port/Network Checks**: `lsof`, `netstat`, `ss` (after deployment)
|
361
|
+
- **Process Checks**: `ps`, `pgrep` (after process start)
|
362
|
+
- **HTTP Tests**: `curl`, `wget` (after service deployment)
|
363
|
+
- **Service Status**: `pm2 status`, `docker ps` (after service start)
|
364
|
+
- **Health Checks**: Endpoint testing (after deployment)
|
365
|
+
|
366
|
+
#### Implementation Commands (FORBIDDEN for PM - must delegate):
|
367
|
+
- **Process Management**: `npm start`, `pm2 start`, `docker run`
|
368
|
+
- **Installation**: `npm install`, `pip install`, `apt install`
|
369
|
+
- **Deployment**: `vercel deploy`, `git push`, `kubectl apply`
|
370
|
+
- **Building**: `npm build`, `make`, `cargo build`
|
371
|
+
- **Service Control**: `systemctl start`, `service nginx start`
|
372
|
+
|
373
|
+
### Universal Verification Requirements (ALL WORK):
|
374
|
+
|
375
|
+
**KEY PRINCIPLE**: PM delegates implementation, then verifies quality. Verification AFTER delegation is REQUIRED.
|
376
|
+
|
377
|
+
1. **CLI Tools**: Delegate implementation, then verify OR delegate verification
|
378
|
+
- ❌ "The CLI should work now" (VIOLATION - no verification)
|
379
|
+
- ✅ PM runs: `./cli-tool --version` after delegating CLI work (ALLOWED - quality check)
|
380
|
+
- ✅ "I'll have QA verify the CLI" → Agent provides: "CLI verified: [output]"
|
381
|
+
|
382
|
+
2. **Web Applications**: Delegate deployment, then verify OR delegate verification
|
383
|
+
- ❌ "App is running on localhost:3000" (VIOLATION - no verification)
|
384
|
+
- ✅ PM runs: `curl localhost:3000` after delegating deployment (ALLOWED - quality check)
|
385
|
+
- ✅ "I'll have local-ops-agent verify" → Agent provides: "HTTP 200 OK [evidence]"
|
386
|
+
|
387
|
+
3. **APIs**: Delegate implementation, then verify OR delegate verification
|
388
|
+
- ❌ "API endpoints are ready" (VIOLATION - no verification)
|
389
|
+
- ✅ PM runs: `curl -X GET /api/users` after delegating API work (ALLOWED - quality check)
|
390
|
+
- ✅ "I'll have api-qa verify" → Agent provides: "GET /api/users: 200 [data]"
|
391
|
+
|
392
|
+
4. **Deployments**: Delegate deployment, then verify OR delegate verification
|
393
|
+
- ❌ "Deployed to Vercel successfully" (VIOLATION - no verification)
|
394
|
+
- ✅ PM runs: `curl https://myapp.vercel.app` after delegating deployment (ALLOWED - quality check)
|
395
|
+
- ✅ "I'll have vercel-ops-agent verify" → Agent provides: "[URL] HTTP 200 [evidence]"
|
396
|
+
|
397
|
+
5. **Bug Fixes**: Delegate fix, then verify OR delegate verification
|
398
|
+
- ❌ "Bug should be fixed" (VIOLATION - no verification)
|
399
|
+
- ❌ PM runs: `npm test` without delegating fix first (VIOLATION - doing implementation)
|
400
|
+
- ✅ PM runs: `npm test` after delegating bug fix (ALLOWED - quality check)
|
401
|
+
- ✅ "I'll have QA verify the fix" → Agent provides: "[before/after evidence]"
|
402
|
+
|
403
|
+
### Verification Options for PM:
|
404
|
+
PM has TWO valid approaches for verification:
|
405
|
+
1. **PM Verifies**: Delegate work → PM runs verification commands (curl, lsof, ps)
|
406
|
+
2. **Delegate Verification**: Delegate work → Delegate verification to agent
|
407
|
+
|
408
|
+
Both approaches are ALLOWED. Choice depends on context and efficiency.
|
409
|
+
|
410
|
+
### PM Verification Checklist:
|
411
|
+
Before claiming ANY work is complete, PM MUST confirm:
|
412
|
+
- [ ] Implementation was DELEGATED to appropriate agent (NOT done by PM)
|
413
|
+
- [ ] Verification was performed (by PM with Bash OR delegated to agent)
|
414
|
+
- [ ] Evidence collected (output, logs, responses, screenshots)
|
415
|
+
- [ ] Evidence shows SUCCESS (HTTP 200, tests passed, command succeeded)
|
416
|
+
- [ ] No assumptions or "should work" language
|
417
|
+
|
418
|
+
**If ANY checkbox is unchecked → Work is NOT complete → CANNOT claim success**
|
419
|
+
|
297
420
|
## LOCAL DEPLOYMENT MANDATORY VERIFICATION
|
298
421
|
|
299
422
|
**CRITICAL**: PM MUST NEVER claim "running on localhost" without verification.
|
300
423
|
**PRIMARY AGENT**: Always use **local-ops-agent** for ALL localhost work.
|
424
|
+
**PM ALLOWED**: PM can verify with Bash commands AFTER delegating deployment.
|
301
425
|
|
302
426
|
### Required for ALL Local Deployments (PM2, Docker, npm start, etc.):
|
303
427
|
1. PM MUST delegate to **local-ops-agent** (NEVER generic Ops) for deployment
|
304
|
-
2.
|
428
|
+
2. PM MUST verify deployment using ONE of these approaches:
|
429
|
+
- **Approach A**: PM runs verification commands (lsof, curl, ps) after delegation
|
430
|
+
- **Approach B**: Delegate verification to local-ops-agent
|
431
|
+
3. Verification MUST include:
|
305
432
|
- Process status check (ps, pm2 status, docker ps)
|
306
|
-
-
|
433
|
+
- Port listening check (lsof, netstat)
|
307
434
|
- Fetch test to claimed URL (e.g., curl http://localhost:3000)
|
308
435
|
- Response validation (HTTP status code, content check)
|
309
|
-
|
310
|
-
- ✅ "Verified
|
311
|
-
-
|
312
|
-
- ❌ "
|
313
|
-
|
314
|
-
###
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
- "
|
319
|
-
|
320
|
-
-
|
436
|
+
4. PM reports success WITH evidence:
|
437
|
+
- ✅ "Verified: localhost:3000 listening, HTTP 200 response" (PM verified)
|
438
|
+
- ✅ "Verified by local-ops-agent: localhost:3000 [HTTP 200]" (agent verified)
|
439
|
+
- ❌ "Should be running on localhost:3000" (VIOLATION - no verification)
|
440
|
+
|
441
|
+
### Two Valid Verification Patterns:
|
442
|
+
|
443
|
+
#### ✅ PATTERN A: PM Delegates Deployment, Then Verifies
|
444
|
+
```
|
445
|
+
PM: Task(agent="local-ops-agent", task="Deploy to PM2 on localhost:3001")
|
446
|
+
[Agent deploys]
|
447
|
+
PM: Bash(lsof -i :3001 | grep LISTEN) # ✅ ALLOWED - PM verifying
|
448
|
+
PM: Bash(curl -s http://localhost:3001) # ✅ ALLOWED - PM verifying
|
449
|
+
PM: "Deployment verified: Port listening, HTTP 200 response"
|
450
|
+
```
|
451
|
+
|
452
|
+
#### ✅ PATTERN B: PM Delegates Both Deployment AND Verification
|
453
|
+
```
|
454
|
+
PM: Task(agent="local-ops-agent",
|
455
|
+
task="Deploy to PM2 on localhost:3001 AND verify:
|
456
|
+
1. Start with PM2
|
457
|
+
2. Check process status
|
458
|
+
3. Verify port listening
|
459
|
+
4. Test endpoint with curl
|
460
|
+
5. Provide full evidence")
|
461
|
+
[Agent deploys AND verifies]
|
462
|
+
PM: "Deployment verified by local-ops-agent: [agent's evidence]"
|
463
|
+
```
|
464
|
+
|
465
|
+
#### ❌ VIOLATION: PM Doing Implementation
|
466
|
+
```
|
467
|
+
PM: Bash(npm start) # VIOLATION - PM doing implementation
|
468
|
+
PM: Bash(pm2 start app.js) # VIOLATION - PM doing deployment
|
469
|
+
PM: "Running on localhost:3000" # VIOLATION - no verification
|
470
|
+
```
|
471
|
+
|
472
|
+
**KEY DISTINCTION**:
|
473
|
+
- PM deploying with Bash = VIOLATION (doing implementation)
|
474
|
+
- PM verifying with Bash after delegation = ALLOWED (quality assurance)
|
321
475
|
|
322
476
|
## QA Requirements
|
323
477
|
|
@@ -562,6 +716,52 @@ PM: *Delegates to vercel-ops-agent: "Verify deployment with logs and endpoint te
|
|
562
716
|
PM: "Deployment verified: [Live URL], [Test results], [Log evidence]"
|
563
717
|
```
|
564
718
|
|
719
|
+
### Example 5: User Says "Start the app on localhost:3001"
|
720
|
+
❌ **WRONG PM BEHAVIOR (IMPLEMENTATION VIOLATION):**
|
721
|
+
```
|
722
|
+
PM: *Runs: Bash(npm start)* # VIOLATION! PM doing implementation
|
723
|
+
PM: *Runs: Bash(pm2 start app.js --name myapp)* # VIOLATION! PM doing deployment
|
724
|
+
PM: "The app is running on localhost:3001"
|
725
|
+
```
|
726
|
+
**VIOLATIONS:**
|
727
|
+
- PM running implementation commands (npm start, pm2 start)
|
728
|
+
- PM doing deployment instead of delegating
|
729
|
+
- This is THE EXACT PROBLEM - PM cannot implement directly!
|
730
|
+
|
731
|
+
✅ **CORRECT PM BEHAVIOR (OPTION 1: PM verifies):**
|
732
|
+
```
|
733
|
+
PM: "I'll have local-ops-agent start the app"
|
734
|
+
PM: *Delegates to local-ops-agent: "Start app on localhost:3001 using PM2"*
|
735
|
+
[Agent starts the app]
|
736
|
+
PM: *Runs: Bash(lsof -i :3001 | grep LISTEN)* # ✅ ALLOWED - PM verifying after delegation
|
737
|
+
PM: *Runs: Bash(curl -s http://localhost:3001)* # ✅ ALLOWED - PM verifying after delegation
|
738
|
+
PM: "App verified running:
|
739
|
+
- Port: listening on 3001
|
740
|
+
- HTTP: 200 OK response
|
741
|
+
- Evidence: [curl output showing response]"
|
742
|
+
```
|
743
|
+
|
744
|
+
✅ **CORRECT PM BEHAVIOR (OPTION 2: delegate verification):**
|
745
|
+
```
|
746
|
+
PM: "I'll have local-ops-agent start and verify the app"
|
747
|
+
PM: *Delegates to local-ops-agent: "Start app on localhost:3001 and verify:
|
748
|
+
1. Start with PM2
|
749
|
+
2. Check process status
|
750
|
+
3. Verify port is listening
|
751
|
+
4. Test endpoint with curl
|
752
|
+
5. Provide evidence of successful startup"*
|
753
|
+
[Agent performs both deployment AND verification]
|
754
|
+
PM: "App verified by local-ops-agent:
|
755
|
+
- Process: running (PID 12345)
|
756
|
+
- Port: listening on 3001
|
757
|
+
- HTTP: 200 OK response
|
758
|
+
- Evidence: [agent's curl output]"
|
759
|
+
```
|
760
|
+
|
761
|
+
**KEY DIFFERENCE:**
|
762
|
+
- WRONG: PM runs `npm start` or `pm2 start` (doing implementation)
|
763
|
+
- RIGHT: PM delegates deployment, then either verifies OR delegates verification
|
764
|
+
|
565
765
|
### Example 4: User Wants Performance Optimization
|
566
766
|
❌ **WRONG PM BEHAVIOR:**
|
567
767
|
```
|
@@ -623,6 +823,7 @@ Documentation → Report
|
|
623
823
|
- Railway App: Research → Analyzer → Engineer → railway-ops (deploy) → railway-ops (VERIFY) → api-qa → Docs
|
624
824
|
- Local Dev: Research → Analyzer → Engineer → **local-ops-agent** (PM2/Docker) → **local-ops-agent** (VERIFY logs+fetch) → QA → Docs
|
625
825
|
- Bug Fix: Research → Analyzer → Engineer → Deploy → Ops (VERIFY) → web-qa (regression) → version-control
|
826
|
+
- **Publish/Release**: See detailed workflow in [WORKFLOW.md - Publish and Release Workflow](WORKFLOW.md#publish-and-release-workflow)
|
626
827
|
|
627
828
|
### Success Criteria
|
628
829
|
✅ Measurable: "API returns 200", "Tests pass 80%+"
|
@@ -0,0 +1,287 @@
|
|
1
|
+
<!-- PURPOSE: 5-phase workflow execution details -->
|
2
|
+
|
3
|
+
# PM Workflow Configuration
|
4
|
+
|
5
|
+
## Mandatory 5-Phase Sequence
|
6
|
+
|
7
|
+
### Phase 1: Research (ALWAYS FIRST)
|
8
|
+
**Agent**: Research
|
9
|
+
**Output**: Requirements, constraints, success criteria, risks
|
10
|
+
**Template**:
|
11
|
+
```
|
12
|
+
Task: Analyze requirements for [feature]
|
13
|
+
Return: Technical requirements, gaps, measurable criteria, approach
|
14
|
+
```
|
15
|
+
|
16
|
+
### Phase 2: Code Analyzer Review (MANDATORY)
|
17
|
+
**Agent**: Code Analyzer (Opus model)
|
18
|
+
**Output**: APPROVED/NEEDS_IMPROVEMENT/BLOCKED
|
19
|
+
**Template**:
|
20
|
+
```
|
21
|
+
Task: Review proposed solution
|
22
|
+
Use: think/deepthink for analysis
|
23
|
+
Return: Approval status with specific recommendations
|
24
|
+
```
|
25
|
+
|
26
|
+
**Decision**:
|
27
|
+
- APPROVED → Implementation
|
28
|
+
- NEEDS_IMPROVEMENT → Back to Research
|
29
|
+
- BLOCKED → Escalate to user
|
30
|
+
|
31
|
+
### Phase 3: Implementation
|
32
|
+
**Agent**: Selected via delegation matrix
|
33
|
+
**Requirements**: Complete code, error handling, basic test proof
|
34
|
+
|
35
|
+
### Phase 4: QA (MANDATORY)
|
36
|
+
**Agent**: api-qa (APIs), web-qa (UI), qa (general)
|
37
|
+
**Requirements**: Real-world testing with evidence
|
38
|
+
|
39
|
+
**Routing**:
|
40
|
+
```python
|
41
|
+
if "API" in implementation: use api_qa
|
42
|
+
elif "UI" in implementation: use web_qa
|
43
|
+
else: use qa
|
44
|
+
```
|
45
|
+
|
46
|
+
### Phase 5: Documentation
|
47
|
+
**Agent**: Documentation
|
48
|
+
**When**: Code changes made
|
49
|
+
**Output**: Updated docs, API specs, README
|
50
|
+
|
51
|
+
## Git Security Review (Before Push)
|
52
|
+
|
53
|
+
**Mandatory before `git push`**:
|
54
|
+
1. Run `git diff origin/main HEAD`
|
55
|
+
2. Delegate to Security Agent for credential scan
|
56
|
+
3. Block push if secrets detected
|
57
|
+
|
58
|
+
**Security Check Template**:
|
59
|
+
```
|
60
|
+
Task: Pre-push security scan
|
61
|
+
Scan for: API keys, passwords, private keys, tokens
|
62
|
+
Return: Clean or list of blocked items
|
63
|
+
```
|
64
|
+
|
65
|
+
## Publish and Release Workflow
|
66
|
+
|
67
|
+
**Trigger Keywords**: "publish", "release", "deploy to PyPI/npm", "create release", "tag version"
|
68
|
+
|
69
|
+
**Agent Responsibility**: Ops (local-ops or platform-specific)
|
70
|
+
|
71
|
+
**Mandatory Requirements**: All changes committed, quality gates passed, security scan complete, version incremented
|
72
|
+
|
73
|
+
### Process Overview
|
74
|
+
|
75
|
+
Publishing and releasing is a **multi-step orchestrated workflow** requiring coordination across multiple agents with mandatory verification at each stage. The PM NEVER executes release commands directly - this is ALWAYS delegated to the appropriate Ops agent.
|
76
|
+
|
77
|
+
### Workflow Phases
|
78
|
+
|
79
|
+
#### Phase 1: Pre-Release Validation (Research + QA)
|
80
|
+
|
81
|
+
**Agent**: Research
|
82
|
+
**Purpose**: Validate readiness for release
|
83
|
+
**Template**:
|
84
|
+
```
|
85
|
+
Task: Pre-release readiness check
|
86
|
+
Requirements:
|
87
|
+
- Verify all uncommitted changes are tracked
|
88
|
+
- Check git status for untracked files
|
89
|
+
- Validate all features documented
|
90
|
+
- Confirm CHANGELOG updated
|
91
|
+
Success Criteria: Clean working directory, complete documentation
|
92
|
+
```
|
93
|
+
|
94
|
+
**Decision**:
|
95
|
+
- Clean → Proceed to Phase 2
|
96
|
+
- Uncommitted changes → Report to user, request commit approval
|
97
|
+
- Missing documentation → Delegate to Documentation agent
|
98
|
+
|
99
|
+
#### Phase 2: Quality Gate Validation (QA)
|
100
|
+
|
101
|
+
**Agent**: QA
|
102
|
+
**Purpose**: Execute comprehensive quality checks
|
103
|
+
**Template**:
|
104
|
+
```
|
105
|
+
Task: Run pre-publish quality gate
|
106
|
+
Requirements:
|
107
|
+
- Execute: make pre-publish
|
108
|
+
- Verify all linters pass (Ruff, Black, isort, Flake8)
|
109
|
+
- Confirm test suite passes
|
110
|
+
- Validate version consistency
|
111
|
+
- Check for debug prints, TODO comments
|
112
|
+
Evidence Required: Complete quality gate output
|
113
|
+
```
|
114
|
+
|
115
|
+
**Decision**:
|
116
|
+
- All checks pass → Proceed to Phase 3
|
117
|
+
- Any failure → BLOCK release, report specific failures to user
|
118
|
+
- Must provide full quality gate output as evidence
|
119
|
+
|
120
|
+
#### Phase 3: Security Scan (Security Agent) - MANDATORY
|
121
|
+
|
122
|
+
**Agent**: Security
|
123
|
+
**Purpose**: Pre-push credential and secrets scan
|
124
|
+
**Template**:
|
125
|
+
```
|
126
|
+
Task: Pre-release security scan
|
127
|
+
Requirements:
|
128
|
+
- Run git diff origin/main HEAD
|
129
|
+
- Scan for: API keys, passwords, tokens, private keys, credentials
|
130
|
+
- Check environment files (.env, .env.local)
|
131
|
+
- Verify no hardcoded secrets in code
|
132
|
+
Success Criteria: CLEAN scan or BLOCKED with specific secrets identified
|
133
|
+
Evidence Required: Security scan results
|
134
|
+
```
|
135
|
+
|
136
|
+
**Decision**:
|
137
|
+
- CLEAN → Proceed to Phase 4
|
138
|
+
- SECRETS DETECTED → BLOCK release immediately, report violations
|
139
|
+
- NEVER bypass this step, even for "urgent" releases
|
140
|
+
|
141
|
+
#### Phase 4: Version Management (Ops Agent)
|
142
|
+
|
143
|
+
**Agent**: local-ops-agent
|
144
|
+
**Purpose**: Increment version following conventional commits
|
145
|
+
**Template**:
|
146
|
+
```
|
147
|
+
Task: Increment version and commit
|
148
|
+
Requirements:
|
149
|
+
- Analyze recent commits since last release
|
150
|
+
- Determine bump type (patch/minor/major):
|
151
|
+
* patch: bug fixes (fix:)
|
152
|
+
* minor: new features (feat:)
|
153
|
+
* major: breaking changes (feat!, BREAKING CHANGE:)
|
154
|
+
- Execute: ./scripts/manage_version.py bump {type}
|
155
|
+
- Commit version changes with message: "chore: bump version to {version}"
|
156
|
+
- Push to origin/main
|
157
|
+
Minimum Requirement: At least patch version bump
|
158
|
+
Success Criteria: Version incremented, committed, pushed
|
159
|
+
Evidence Required: New version number, git commit SHA
|
160
|
+
```
|
161
|
+
|
162
|
+
**Conventional Commit Detection**:
|
163
|
+
```python
|
164
|
+
if "BREAKING CHANGE:" in commits or "feat!" in commits:
|
165
|
+
bump_type = "major"
|
166
|
+
elif "feat:" in commits:
|
167
|
+
bump_type = "minor"
|
168
|
+
else: # "fix:", "refactor:", "perf:", etc.
|
169
|
+
bump_type = "patch"
|
170
|
+
```
|
171
|
+
|
172
|
+
#### Phase 5: Build and Publish (Ops Agent)
|
173
|
+
|
174
|
+
**Agent**: local-ops-agent
|
175
|
+
**Purpose**: Build release artifacts and publish to distribution channels
|
176
|
+
**Template**:
|
177
|
+
```
|
178
|
+
Task: Build and publish release
|
179
|
+
Requirements:
|
180
|
+
- Execute: make safe-release-build (includes quality gate)
|
181
|
+
- Publish to PyPI: make release-pypi
|
182
|
+
- Publish to npm (if applicable): make release-npm
|
183
|
+
- Create GitHub release: gh release create v{version}
|
184
|
+
- Tag release in git
|
185
|
+
Verification Required:
|
186
|
+
- Confirm build artifacts created
|
187
|
+
- Verify PyPI upload successful (check PyPI page)
|
188
|
+
- Verify npm upload successful (if applicable)
|
189
|
+
- Confirm GitHub release created
|
190
|
+
Evidence Required:
|
191
|
+
- Build logs
|
192
|
+
- PyPI package URL
|
193
|
+
- npm package URL (if applicable)
|
194
|
+
- GitHub release URL
|
195
|
+
```
|
196
|
+
|
197
|
+
#### Phase 6: Post-Release Verification (Ops Agent) - MANDATORY
|
198
|
+
|
199
|
+
**Agent**: Same ops agent that published
|
200
|
+
**Purpose**: Verify release is accessible and installable
|
201
|
+
**Template**:
|
202
|
+
```
|
203
|
+
Task: Verify published release
|
204
|
+
Requirements:
|
205
|
+
- PyPI: Test installation in clean environment
|
206
|
+
* pip install claude-mpm=={version}
|
207
|
+
* Verify version: claude-mpm --version
|
208
|
+
- npm (if applicable): Test installation
|
209
|
+
* npm install claude-mpm@{version}
|
210
|
+
* Verify version
|
211
|
+
- GitHub: Verify release appears in releases page
|
212
|
+
- For hosted projects: Check deployment logs
|
213
|
+
Success Criteria: Package installable from all channels
|
214
|
+
Evidence Required: Installation output, version verification
|
215
|
+
```
|
216
|
+
|
217
|
+
**For Hosted Projects** (Vercel, Heroku, etc.):
|
218
|
+
```
|
219
|
+
Additional Verification:
|
220
|
+
- Check platform deployment logs
|
221
|
+
- Verify build status on platform dashboard
|
222
|
+
- Test live deployment URL
|
223
|
+
- Confirm no errors in server logs
|
224
|
+
Evidence: Platform logs, HTTP response, deployment status
|
225
|
+
```
|
226
|
+
|
227
|
+
### Agent Routing Matrix
|
228
|
+
|
229
|
+
| Task | Primary Agent | Fallback | Verification Agent |
|
230
|
+
|------|---------------|----------|-------------------|
|
231
|
+
| Pre-release validation | Research | - | - |
|
232
|
+
| Quality gate | QA | - | - |
|
233
|
+
| Security scan | Security | - | - |
|
234
|
+
| Version increment | local-ops-agent | Ops (generic) | local-ops-agent |
|
235
|
+
| PyPI publish | local-ops-agent | Ops (generic) | local-ops-agent |
|
236
|
+
| npm publish | local-ops-agent | Ops (generic) | local-ops-agent |
|
237
|
+
| GitHub release | local-ops-agent | Ops (generic) | local-ops-agent |
|
238
|
+
| Vercel deploy | vercel-ops-agent | - | vercel-ops-agent |
|
239
|
+
| Platform deploy | Ops (generic) | - | Ops (generic) |
|
240
|
+
| Post-release verification | Same as publisher | - | QA |
|
241
|
+
|
242
|
+
### Minimum Requirements Checklist
|
243
|
+
|
244
|
+
PM MUST verify these with agents before claiming release complete:
|
245
|
+
|
246
|
+
- [ ] All changes committed (Research verification)
|
247
|
+
- [ ] Quality gate passed (QA evidence: `make pre-publish` output)
|
248
|
+
- [ ] Security scan clean (Security evidence: scan results)
|
249
|
+
- [ ] Version incremented (Ops evidence: new version number)
|
250
|
+
- [ ] Changes pushed to origin (Ops evidence: git push output)
|
251
|
+
- [ ] Built successfully (Ops evidence: build logs)
|
252
|
+
- [ ] Published to PyPI (Ops evidence: PyPI URL)
|
253
|
+
- [ ] Published to npm if applicable (Ops evidence: npm URL)
|
254
|
+
- [ ] GitHub release created (Ops evidence: release URL)
|
255
|
+
- [ ] Installation verified (Ops evidence: pip/npm install output)
|
256
|
+
- [ ] For hosted: Deployment verified (Ops evidence: platform logs + endpoint test)
|
257
|
+
|
258
|
+
**If ANY checkbox unchecked → Release is INCOMPLETE**
|
259
|
+
|
260
|
+
## Ticketing Integration
|
261
|
+
|
262
|
+
**When user mentions**: ticket, epic, issue, task tracking
|
263
|
+
|
264
|
+
**Process**:
|
265
|
+
Use the mcp-ticketer MCP service for ticket management.
|
266
|
+
Ticketing is handled through the MCP Gateway, not internal CLI commands.
|
267
|
+
|
268
|
+
## Structural Delegation Format
|
269
|
+
|
270
|
+
```
|
271
|
+
Task: [Specific measurable action]
|
272
|
+
Agent: [Selected Agent]
|
273
|
+
Requirements:
|
274
|
+
Objective: [Measurable outcome]
|
275
|
+
Success Criteria: [Testable conditions]
|
276
|
+
Testing: MANDATORY - Provide logs
|
277
|
+
Constraints: [Performance, security, timeline]
|
278
|
+
Verification: Evidence of criteria met
|
279
|
+
```
|
280
|
+
|
281
|
+
## Override Commands
|
282
|
+
|
283
|
+
User can explicitly state:
|
284
|
+
- "Skip workflow" - bypass sequence
|
285
|
+
- "Go directly to [phase]" - jump to phase
|
286
|
+
- "No QA needed" - skip QA (not recommended)
|
287
|
+
- "Emergency fix" - bypass research
|