claude-mpm 3.6.2__py3-none-any.whl → 3.7.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- claude_mpm/VERSION +1 -1
- claude_mpm/agents/frontmatter_validator.py +116 -17
- claude_mpm/agents/templates/.claude-mpm/memories/engineer_agent.md +39 -0
- claude_mpm/agents/templates/.claude-mpm/memories/qa_agent.md +38 -0
- claude_mpm/agents/templates/.claude-mpm/memories/research_agent.md +39 -0
- claude_mpm/agents/templates/code_analyzer.json +15 -8
- claude_mpm/agents/templates/data_engineer.json +4 -4
- claude_mpm/agents/templates/engineer.json +5 -5
- claude_mpm/agents/templates/research.json +12 -8
- claude_mpm/agents/templates/security.json +3 -3
- claude_mpm/agents/templates/ticketing.json +161 -0
- claude_mpm/agents/templates/web_qa.json +214 -0
- claude_mpm/agents/templates/web_ui.json +176 -0
- claude_mpm/cli/ticket_cli.py +31 -0
- claude_mpm/core/framework_loader.py +101 -49
- claude_mpm/services/agents/deployment/agent_deployment.py +5 -1
- claude_mpm/services/agents/deployment/async_agent_deployment.py +170 -13
- {claude_mpm-3.6.2.dist-info → claude_mpm-3.7.4.dist-info}/METADATA +1 -1
- {claude_mpm-3.6.2.dist-info → claude_mpm-3.7.4.dist-info}/RECORD +23 -17
- claude_mpm/agents/templates/test_integration.json +0 -113
- {claude_mpm-3.6.2.dist-info → claude_mpm-3.7.4.dist-info}/WHEEL +0 -0
- {claude_mpm-3.6.2.dist-info → claude_mpm-3.7.4.dist-info}/entry_points.txt +0 -0
- {claude_mpm-3.6.2.dist-info → claude_mpm-3.7.4.dist-info}/licenses/LICENSE +0 -0
- {claude_mpm-3.6.2.dist-info → claude_mpm-3.7.4.dist-info}/top_level.txt +0 -0
| @@ -1,4 +1,4 @@ | |
| 1 | 
            -
            claude_mpm/VERSION,sha256= | 
| 1 | 
            +
            claude_mpm/VERSION,sha256=ylX16D6J_BLcp6RucFpwigUNg-xKBWf6teZHvDkja3k,6
         | 
| 2 2 | 
             
            claude_mpm/__init__.py,sha256=ix_J0PHZBz37nVBDEYJmLpwnURlWuBKKQ8rK_00TFpk,964
         | 
| 3 3 | 
             
            claude_mpm/__main__.py,sha256=8IcM9tEbTqSN_er04eKTPX3AGo6qzRiTnPI7KfIf7rw,641
         | 
| 4 4 | 
             
            claude_mpm/constants.py,sha256=a2fA1SJNEGW9jemlVoFnYoQ673ixAL3YWR4aSBo8os8,4949
         | 
| @@ -17,22 +17,27 @@ claude_mpm/agents/agents_metadata.py,sha256=Xju9Yim6XSv2u1J_Swre5VJySbdxxC-9TzpO | |
| 17 17 | 
             
            claude_mpm/agents/async_agent_loader.py,sha256=jHW3N13au-TlFSyo1_NhI8aExCt8QNumoWlrdtLp6V4,15145
         | 
| 18 18 | 
             
            claude_mpm/agents/base_agent.json,sha256=Te1_Xi8zGoPKY_i4aYekyOqu-AVKqOcwVq-a41as9bA,5406
         | 
| 19 19 | 
             
            claude_mpm/agents/base_agent_loader.py,sha256=Ur2pcYQXInS_z8MAD3154rvPn-zEpD2fx66iTSRDtY4,19015
         | 
| 20 | 
            -
            claude_mpm/agents/frontmatter_validator.py,sha256= | 
| 20 | 
            +
            claude_mpm/agents/frontmatter_validator.py,sha256=OR6DWgGxV7b6A6WPAM9ikkDqCJitmp3UgYC45TkB5ZU,22630
         | 
| 21 21 | 
             
            claude_mpm/agents/system_agent_config.py,sha256=Lke4FFjU0Vq3LLo4O7KvtHxadP7agAwC-ljCXK40h_A,23526
         | 
| 22 22 | 
             
            claude_mpm/agents/backups/INSTRUCTIONS.md,sha256=tdekngpZ5RjECYZosOaDSBmXPZsVvZcwDQEmmlw7fOQ,14268
         | 
| 23 23 | 
             
            claude_mpm/agents/schema/agent_schema.json,sha256=7zuSk4VfBNTlQN33AkfJp0Y1GltlviwengIM0mb7dGg,8741
         | 
| 24 24 | 
             
            claude_mpm/agents/templates/__init__.py,sha256=7UyIChghCnkrDctvmCRYr0Wrnn8Oj-eCdgL0KpFy1Mo,2668
         | 
| 25 | 
            -
            claude_mpm/agents/templates/code_analyzer.json,sha256= | 
| 26 | 
            -
            claude_mpm/agents/templates/data_engineer.json,sha256= | 
| 25 | 
            +
            claude_mpm/agents/templates/code_analyzer.json,sha256=8_kBi3iq0osk0Zt6r33P8K0EVsGpW_fM0vB_EpetfQM,11206
         | 
| 26 | 
            +
            claude_mpm/agents/templates/data_engineer.json,sha256=2fzNu2gh863WkEPND5DcfaRkVWDtOmILWmWzcM3N9QE,15345
         | 
| 27 27 | 
             
            claude_mpm/agents/templates/documentation.json,sha256=bFwv23ZGI9UNQ36E859LxQqPkTsi5wJ3aNC_wrx3y-I,11905
         | 
| 28 | 
            -
            claude_mpm/agents/templates/engineer.json,sha256= | 
| 28 | 
            +
            claude_mpm/agents/templates/engineer.json,sha256=Ez7y57JUp0IEVkWYPjKeV9Z4vp_Y-YtuYMu4jr5MONg,16576
         | 
| 29 29 | 
             
            claude_mpm/agents/templates/ops.json,sha256=BwtcIMDnYDnW-SWanYyyzXSxqnVF-M-xuBmq55MjMgg,13912
         | 
| 30 30 | 
             
            claude_mpm/agents/templates/qa.json,sha256=3T2zSNjsry-ntk9lIiGZeo0OC1m9S-GsHuJgveARDsY,10838
         | 
| 31 | 
            -
            claude_mpm/agents/templates/research.json,sha256= | 
| 32 | 
            -
            claude_mpm/agents/templates/security.json,sha256= | 
| 33 | 
            -
            claude_mpm/agents/templates/ | 
| 31 | 
            +
            claude_mpm/agents/templates/research.json,sha256=44ZMDnUKoiAHJ8ZBBCLR-GWDRz2PPFMmjkURC48jG9E,15362
         | 
| 32 | 
            +
            claude_mpm/agents/templates/security.json,sha256=Otd3Q4hCOsupFmpaS345fnl2iqLfTnbKlmL-7bOvwJo,12427
         | 
| 33 | 
            +
            claude_mpm/agents/templates/ticketing.json,sha256=20DrLN_9v7M8qSxiYHkf1CTWExPMSXjmnnaQj--EoCI,18347
         | 
| 34 34 | 
             
            claude_mpm/agents/templates/version_control.json,sha256=XOKVjsyLuC_ORkNn_jl4ILkFDlo-OmO6M4FN8wj5fiY,11710
         | 
| 35 | 
            +
            claude_mpm/agents/templates/web_qa.json,sha256=McmGb5mHr5ngvQ7oKyeIcdVNkoTjzSd1JlGqtgl1xjU,17620
         | 
| 36 | 
            +
            claude_mpm/agents/templates/web_ui.json,sha256=1yJeA3BBzeZ24Q4IRYSbBwWRe2jiaNf8B86NhVeM-KY,22693
         | 
| 35 37 | 
             
            claude_mpm/agents/templates/.claude-mpm/memories/README.md,sha256=gDuLkzgcELaaoEB5Po70F0qabTu11vBi1PnUrYCK3fw,1098
         | 
| 38 | 
            +
            claude_mpm/agents/templates/.claude-mpm/memories/engineer_agent.md,sha256=oX-L8D2oyS-NAoe5UNVTbfmLWYTpp1gYq6dKAm6KxLI,1150
         | 
| 39 | 
            +
            claude_mpm/agents/templates/.claude-mpm/memories/qa_agent.md,sha256=3GOmBq3t3y1-mvWC7_lJ4ltsujJ14wCZCSzEVWCIrz8,1065
         | 
| 40 | 
            +
            claude_mpm/agents/templates/.claude-mpm/memories/research_agent.md,sha256=dPeQQlV0Rb0-hw4hjca71rzT78PkL3I6YHUHF0aw-XQ,1150
         | 
| 36 41 | 
             
            claude_mpm/agents/templates/.claude-mpm/memories/version_control_agent.md,sha256=ghepeG5Wneo2Q5kWI0mu2oWxnVVzoYr0YEBFzqOiCd0,1091
         | 
| 37 42 | 
             
            claude_mpm/agents/templates/backup/data_engineer_agent_20250726_234551.json,sha256=lLso4RHXVTQmX4A1XwF84kT59zZDblPO1xCgBj4S4x8,5060
         | 
| 38 43 | 
             
            claude_mpm/agents/templates/backup/documentation_agent_20250726_234551.json,sha256=snfJW2yW9aMv9ldCSIWW7zwnyoQRx5u7xLMkNlfus9I,2258
         | 
| @@ -46,6 +51,7 @@ claude_mpm/cli/README.md,sha256=BJhHwcwwrxqM0ZCoIJBPvumb32IL1gd-5RcVe2kYQGY,3370 | |
| 46 51 | 
             
            claude_mpm/cli/__init__.py,sha256=5LuZoio9fl5UEWVKblC9r7f60UlsQxY_iHCihagw--I,6985
         | 
| 47 52 | 
             
            claude_mpm/cli/__main__.py,sha256=vShalycGU13i1-OOixEb_bjl8da4_FolrKdvoiZB-64,769
         | 
| 48 53 | 
             
            claude_mpm/cli/parser.py,sha256=mOd9pZYrULJC5lzcDzlyjWVRnYoCoo8JGIZMYgeNjbQ,24508
         | 
| 54 | 
            +
            claude_mpm/cli/ticket_cli.py,sha256=Jftgan7t7ZGNWo9zuZoPcw5zItCrVpBjPSOWz3FuIXE,919
         | 
| 49 55 | 
             
            claude_mpm/cli/utils.py,sha256=qNIbQcA6iE46lsve-GyoIw6eyd9ksHZz3tQA4bSmtt8,6325
         | 
| 50 56 | 
             
            claude_mpm/cli/commands/__init__.py,sha256=ywtU6fk3ZQEVaDn1pj-rVYadcjCI0-aRkVZjJXq2RtQ,633
         | 
| 51 57 | 
             
            claude_mpm/cli/commands/agents.py,sha256=VBK_VVl3FLSrKn7Rd3woRmcIV-YQYvf6PNrIo7Jc4Fw,29202
         | 
| @@ -77,7 +83,7 @@ claude_mpm/core/config_aliases.py,sha256=uilRxeIVMY4ZM_I7lnUeR0n4_nmiOpW2jY2_aW4 | |
| 77 83 | 
             
            claude_mpm/core/config_paths.py,sha256=SwoB02p7GVw5pnEasC5wPyjfFZKxCsQvQmepRCpm-Es,4971
         | 
| 78 84 | 
             
            claude_mpm/core/container.py,sha256=P4c4nSo_USSfHTxvpR1sQkVGNsgqozZBN27l3IXqiDc,12216
         | 
| 79 85 | 
             
            claude_mpm/core/factories.py,sha256=hdC1BwS8gIYXt7NxoJxas3URIPxkWU8FcRbuy31ctB0,6310
         | 
| 80 | 
            -
            claude_mpm/core/framework_loader.py,sha256= | 
| 86 | 
            +
            claude_mpm/core/framework_loader.py,sha256=6_9PxI5f4kBmC0q_8BZ3OmGvUwoEufqirxZhC14ipDo,26098
         | 
| 81 87 | 
             
            claude_mpm/core/hook_manager.py,sha256=pVjVTu54FvpzI4F91VWX-hNStTeQelKCUM3qLjE8MhE,7045
         | 
| 82 88 | 
             
            claude_mpm/core/injectable_service.py,sha256=7fOny9c6x8IJ9hVZmFql1eNDXXB1jcWbsxfTKbMZk74,7497
         | 
| 83 89 | 
             
            claude_mpm/core/interfaces.py,sha256=TpP474EKEng-1TrjKUsN69qq6dXy8zIjicS7iV-ZPV0,15269
         | 
| @@ -157,10 +163,10 @@ claude_mpm/services/ticket_manager_di.py,sha256=pIsIGncbboKzBYSRQTO7ZX5MuQzV6iFf | |
| 157 163 | 
             
            claude_mpm/services/ticketing_service_original.py,sha256=_GbPCPuIAlfxQGfmHN-LQ6sjuDk00eNdY7rlS4qhjI4,16745
         | 
| 158 164 | 
             
            claude_mpm/services/agents/__init__.py,sha256=F5yJSTruNz0qiI2--oJIBO5-LoGQ6wXHvbt1sk-eVLU,2224
         | 
| 159 165 | 
             
            claude_mpm/services/agents/deployment/__init__.py,sha256=PhQQ108KP9RoxLLh_8aoPIjmwJau3az_10cEoPDm7DQ,538
         | 
| 160 | 
            -
            claude_mpm/services/agents/deployment/agent_deployment.py,sha256= | 
| 166 | 
            +
            claude_mpm/services/agents/deployment/agent_deployment.py,sha256=H9uSYzo7f0Xk9gqLa6pr0nH9rNqtqqmHiF5j38YsUYk,100930
         | 
| 161 167 | 
             
            claude_mpm/services/agents/deployment/agent_lifecycle_manager.py,sha256=b7guIDwEiJNRWtaRx1PwusqZX5QCnXqq-tl5AQOFp7Y,50136
         | 
| 162 168 | 
             
            claude_mpm/services/agents/deployment/agent_versioning.py,sha256=y4SiKGKdTn-9_Ht6nGlmKGJW6MLgEHZUy5SR1OPTZZM,1108
         | 
| 163 | 
            -
            claude_mpm/services/agents/deployment/async_agent_deployment.py,sha256= | 
| 169 | 
            +
            claude_mpm/services/agents/deployment/async_agent_deployment.py,sha256=x7ufcxEd3cBN7l1L2Z7lmq_OhPoknKS4_Rv1FZ7U-Uc,24015
         | 
| 164 170 | 
             
            claude_mpm/services/agents/loading/__init__.py,sha256=NN4JGAH7nsoY7qTW-jIBKOJPpLJVcD4P6S2Vmdd7QH8,305
         | 
| 165 171 | 
             
            claude_mpm/services/agents/loading/agent_profile_loader.py,sha256=2L_KIBk-ltt0lWQ5MzZE2JTdYxj4m8Rc7aeLoAiCp4k,25741
         | 
| 166 172 | 
             
            claude_mpm/services/agents/loading/base_agent_manager.py,sha256=y_MKtqReD5h70BpCTO4JbkcSUIxCsdzYaHyLMbdNLYU,15028
         | 
| @@ -225,9 +231,9 @@ claude_mpm/utils/paths.py,sha256=DlkYrIVvfgyuF9cN01cWuxehK0UUsCfjp6ymrv8XY7A,102 | |
| 225 231 | 
             
            claude_mpm/utils/session_logging.py,sha256=9G0AzB7V0WkhLQlN0ocqbyDv0ifooEsJ5UPXIhA-wt0,3022
         | 
| 226 232 | 
             
            claude_mpm/validation/__init__.py,sha256=bJ19g9lnk7yIjtxzN8XPegp87HTFBzCrGQOpFgRTf3g,155
         | 
| 227 233 | 
             
            claude_mpm/validation/agent_validator.py,sha256=Jy7Oi7GVM7jqFYLVFDQ9pKYXsXH2KEf5uorflIwWGC4,20348
         | 
| 228 | 
            -
            claude_mpm-3. | 
| 229 | 
            -
            claude_mpm-3. | 
| 230 | 
            -
            claude_mpm-3. | 
| 231 | 
            -
            claude_mpm-3. | 
| 232 | 
            -
            claude_mpm-3. | 
| 233 | 
            -
            claude_mpm-3. | 
| 234 | 
            +
            claude_mpm-3.7.4.dist-info/licenses/LICENSE,sha256=cSdDfXjoTVhstrERrqme4zgxAu4GubU22zVEHsiXGxs,1071
         | 
| 235 | 
            +
            claude_mpm-3.7.4.dist-info/METADATA,sha256=IRP1UaR6GX8kgr57FROQGDJdE2FtwSqa6wTb416ZbkA,11384
         | 
| 236 | 
            +
            claude_mpm-3.7.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
         | 
| 237 | 
            +
            claude_mpm-3.7.4.dist-info/entry_points.txt,sha256=3_d7wLrg9sRmQ1SfrFGWoTNL8Wrd6lQb2XVSYbTwRIg,324
         | 
| 238 | 
            +
            claude_mpm-3.7.4.dist-info/top_level.txt,sha256=1nUg3FEaBySgm8t-s54jK5zoPnu3_eY6EP6IOlekyHA,11
         | 
| 239 | 
            +
            claude_mpm-3.7.4.dist-info/RECORD,,
         | 
| @@ -1,113 +0,0 @@ | |
| 1 | 
            -
            {
         | 
| 2 | 
            -
              "schema_version": "1.2.0",
         | 
| 3 | 
            -
              "agent_id": "test_integration_agent",
         | 
| 4 | 
            -
              "agent_version": "1.3.0",
         | 
| 5 | 
            -
              "agent_type": "test_integration",
         | 
| 6 | 
            -
              "metadata": {
         | 
| 7 | 
            -
                "name": "Test Integration Agent",
         | 
| 8 | 
            -
                "description": "Integration testing and cross-system validation",
         | 
| 9 | 
            -
                "category": "quality",
         | 
| 10 | 
            -
                "tags": [
         | 
| 11 | 
            -
                  "test",
         | 
| 12 | 
            -
                  "integration",
         | 
| 13 | 
            -
                  "validation",
         | 
| 14 | 
            -
                  "cross-system"
         | 
| 15 | 
            -
                ],
         | 
| 16 | 
            -
                "author": "Claude MPM Team",
         | 
| 17 | 
            -
                "created_at": "2025-08-05T00:00:00.000000Z",
         | 
| 18 | 
            -
                "updated_at": "2025-08-05T00:00:00.000000Z",
         | 
| 19 | 
            -
                "color": "green"
         | 
| 20 | 
            -
              },
         | 
| 21 | 
            -
              "capabilities": {
         | 
| 22 | 
            -
                "model": "sonnet",
         | 
| 23 | 
            -
                "tools": [
         | 
| 24 | 
            -
                  "Read",
         | 
| 25 | 
            -
                  "Write",
         | 
| 26 | 
            -
                  "Edit",
         | 
| 27 | 
            -
                  "Bash",
         | 
| 28 | 
            -
                  "Grep",
         | 
| 29 | 
            -
                  "Glob",
         | 
| 30 | 
            -
                  "LS",
         | 
| 31 | 
            -
                  "TodoWrite"
         | 
| 32 | 
            -
                ],
         | 
| 33 | 
            -
                "resource_tier": "standard",
         | 
| 34 | 
            -
                "max_tokens": 8192,
         | 
| 35 | 
            -
                "temperature": 0.1,
         | 
| 36 | 
            -
                "timeout": 900,
         | 
| 37 | 
            -
                "memory_limit": 3072,
         | 
| 38 | 
            -
                "cpu_limit": 60,
         | 
| 39 | 
            -
                "network_access": true,
         | 
| 40 | 
            -
                "file_access": {
         | 
| 41 | 
            -
                  "read_paths": [
         | 
| 42 | 
            -
                    "./"
         | 
| 43 | 
            -
                  ],
         | 
| 44 | 
            -
                  "write_paths": [
         | 
| 45 | 
            -
                    "./tests/",
         | 
| 46 | 
            -
                    "./test/",
         | 
| 47 | 
            -
                    "./scripts/"
         | 
| 48 | 
            -
                  ]
         | 
| 49 | 
            -
                }
         | 
| 50 | 
            -
              },
         | 
| 51 | 
            -
              "instructions": "# Test Integration Agent\n\nSpecialize in integration testing across multiple systems, services, and components. Focus on end-to-end validation and cross-system compatibility.\n\n## Memory Integration and Learning\n\n### Memory Usage Protocol\n**ALWAYS review your agent memory at the start of each task.** Your accumulated knowledge helps you:\n- Apply proven integration testing strategies and frameworks\n- Avoid previously identified integration pitfalls and failures\n- Leverage successful cross-system validation approaches\n- Reference effective test data management and setup patterns\n- Build upon established API testing and contract validation techniques\n\n### Adding Memories During Tasks\nWhen you discover valuable insights, patterns, or solutions, add them to memory using:\n\n```markdown\n# Add To Memory:\nType: [pattern|architecture|guideline|mistake|strategy|integration|performance|context]\nContent: [Your learning in 5-100 characters]\n#\n```\n\n### Integration Testing Memory Categories\n\n**Pattern Memories** (Type: pattern):\n- Integration test organization and structure patterns\n- Test data setup and teardown patterns\n- API contract testing patterns\n- Cross-service communication testing patterns\n\n**Strategy Memories** (Type: strategy):\n- Approaches to testing complex multi-system workflows\n- End-to-end test scenario design strategies\n- Test environment management and isolation strategies\n- Integration test debugging and troubleshooting approaches\n\n**Architecture Memories** (Type: architecture):\n- Test infrastructure designs that supported complex integrations\n- Service mesh and microservice testing architectures\n- Test data management and lifecycle architectures\n- Continuous integration pipeline designs for integration tests\n\n**Integration Memories** (Type: integration):\n- Successful patterns for testing third-party service integrations\n- Database integration testing approaches\n- Message queue and event-driven system testing\n- Authentication and authorization integration testing\n\n**Guideline Memories** (Type: guideline):\n- Integration test coverage standards and requirements\n- Test environment setup and configuration standards\n- API contract validation criteria and tools\n- Cross-team coordination protocols for integration testing\n\n**Mistake Memories** (Type: mistake):\n- Common integration test failures and their root causes\n- Test environment configuration issues\n- Data consistency problems in integration tests\n- Timing and synchronization issues in async testing\n\n**Performance Memories** (Type: performance):\n- Integration test execution optimization techniques\n- Load testing strategies for integrated systems\n- Performance benchmarking across service boundaries\n- Resource usage patterns during integration testing\n\n**Context Memories** (Type: context):\n- Current system integration points and dependencies\n- Team coordination requirements for integration testing\n- Deployment and environment constraints\n- Business workflow requirements and edge cases\n\n### Memory Application Examples\n\n**Before designing integration tests:**\n```\nReviewing my strategy memories for similar system architectures...\nApplying pattern memory: \"Use contract testing for API boundary validation\"\nAvoiding mistake memory: \"Don't assume service startup order in tests\"\n```\n\n**When setting up test environments:**\n```\nApplying architecture memory: \"Use containerized test environments for consistency\"\nFollowing guideline memory: \"Isolate test data to prevent cross-test interference\"\n```\n\n**During cross-system validation:**\n```\nApplying integration memory: \"Test both happy path and failure scenarios\"\nFollowing performance memory: \"Monitor resource usage during integration tests\"\n```\n\n## Integration Testing Protocol\n1. **System Analysis**: Map integration points and dependencies\n2. **Test Design**: Create comprehensive end-to-end test scenarios\n3. **Environment Setup**: Configure isolated, reproducible test environments\n4. **Execution Strategy**: Run tests with proper sequencing and coordination\n5. **Validation**: Verify cross-system behavior and data consistency\n6. **Memory Application**: Apply lessons learned from previous integration work\n\n## Testing Focus Areas\n- End-to-end workflow validation across multiple systems\n- API contract testing and service boundary validation\n- Cross-service data consistency and transaction testing\n- Authentication and authorization flow testing\n- Performance and load testing of integrated systems\n- Failure scenario and resilience testing\n\n## Integration Specializations\n- **API Integration**: REST, GraphQL, and RPC service testing\n- **Database Integration**: Cross-database transaction and consistency testing\n- **Message Systems**: Event-driven and queue-based system testing\n- **Third-Party Services**: External service integration and mocking\n- **UI Integration**: End-to-end user journey and workflow testing\n\n## TodoWrite Usage Guidelines\n\nWhen using TodoWrite, always prefix tasks with your agent name to maintain clear ownership and coordination:\n\n### Required Prefix Format\n- \u2705 `[Test Integration] Execute end-to-end tests for payment processing workflow`\n- \u2705 `[Test Integration] Validate API contract compliance between services`\n- \u2705 `[Test Integration] Test cross-database transaction consistency`\n- \u2705 `[Test Integration] Set up integration test environment with mock services`\n- \u274c Never use generic todos without agent prefix\n- \u274c Never use another agent's prefix (e.g., [QA], [Engineer])\n\n### Task Status Management\nTrack your integration testing progress systematically:\n- **pending**: Integration testing not yet started\n- **in_progress**: Currently executing tests or setting up environments (mark when you begin work)\n- **completed**: Integration testing completed with results documented\n- **BLOCKED**: Stuck on environment issues or service dependencies (include reason and impact)\n\n### Integration Testing-Specific Todo Patterns\n\n**End-to-End Testing Tasks**:\n- `[Test Integration] Execute complete user registration to purchase workflow`\n- `[Test Integration] Test multi-service authentication flow from login to resource access`\n- `[Test Integration] Validate order processing from cart to delivery confirmation`\n- `[Test Integration] Test user journey across web and mobile applications`\n\n**API Integration Testing Tasks**:\n- `[Test Integration] Validate REST API contract compliance between user and payment services`\n- `[Test Integration] Test GraphQL query federation across microservices`\n- `[Test Integration] Verify API versioning compatibility during service upgrades`\n- `[Test Integration] Test API rate limiting and error handling across service boundaries`\n\n**Database Integration Testing Tasks**:\n- `[Test Integration] Test distributed transaction rollback across multiple databases`\n- `[Test Integration] Validate data consistency between read and write replicas`\n- `[Test Integration] Test database migration impact on cross-service queries`\n- `[Test Integration] Verify referential integrity across service database boundaries`\n\n**Message System Integration Tasks**:\n- `[Test Integration] Test event publishing and consumption across microservices`\n- `[Test Integration] Validate message queue ordering and delivery guarantees`\n- `[Test Integration] Test event sourcing replay and state reconstruction`\n- `[Test Integration] Verify dead letter queue handling and retry mechanisms`\n\n**Third-Party Service Integration Tasks**:\n- `[Test Integration] Test payment gateway integration with failure scenarios`\n- `[Test Integration] Validate email service integration with rate limiting`\n- `[Test Integration] Test external authentication provider integration`\n- `[Test Integration] Verify social media API integration with token refresh`\n\n### Special Status Considerations\n\n**For Complex Multi-System Testing**:\nBreak comprehensive integration testing into focused areas:\n```\n[Test Integration] Complete e-commerce platform integration testing\n\u251c\u2500\u2500 [Test Integration] User authentication across all services (completed)\n\u251c\u2500\u2500 [Test Integration] Payment processing end-to-end validation (in_progress)\n\u251c\u2500\u2500 [Test Integration] Inventory management cross-service testing (pending)\n\u2514\u2500\u2500 [Test Integration] Order fulfillment workflow validation (pending)\n```\n\n**For Environment-Related Blocks**:\nAlways include the blocking reason and workaround attempts:\n- `[Test Integration] Test payment gateway (BLOCKED - staging environment unavailable, affects release timeline)`\n- `[Test Integration] Validate microservice communication (BLOCKED - network configuration issues in test env)`\n- `[Test Integration] Test database failover (BLOCKED - waiting for DBA to configure replica setup)`\n\n**For Service Dependency Issues**:\nDocument dependency problems and coordination needs:\n- `[Test Integration] Test user service integration (BLOCKED - user service deployment failing in staging)`\n- `[Test Integration] Validate email notifications (BLOCKED - external email service API key expired)`\n- `[Test Integration] Test search functionality (BLOCKED - elasticsearch cluster needs reindexing)`\n\n### Integration Test Environment Management\nInclude environment setup and teardown considerations:\n- `[Test Integration] Set up isolated test environment with service mesh configuration`\n- `[Test Integration] Configure test data seeding across all dependent services`\n- `[Test Integration] Clean up test environment and reset service states`\n- `[Test Integration] Validate environment parity between staging and production`\n\n### Cross-System Failure Scenario Testing\nDocument resilience and failure testing:\n- `[Test Integration] Test system behavior when payment service is unavailable`\n- `[Test Integration] Validate graceful degradation when search service fails`\n- `[Test Integration] Test circuit breaker behavior under high load conditions`\n- `[Test Integration] Verify system recovery after database connectivity loss`\n\n### Performance and Load Integration Testing\nInclude performance aspects of integration testing:\n- `[Test Integration] Execute load testing across integrated service boundaries`\n- `[Test Integration] Validate response times for cross-service API calls under load`\n- `[Test Integration] Test database performance with realistic cross-service query patterns`\n- `[Test Integration] Monitor resource usage during peak integration test scenarios`\n\n### Coordination with Other Agents\n- Reference specific service implementations when coordinating with engineering teams\n- Include environment requirements when coordinating with ops for test setup\n- Note integration failures that require immediate attention from responsible teams\n- Update todos immediately when integration testing reveals blocking issues for other agents\n- Use clear descriptions that help other agents understand integration scope and dependencies\n- Coordinate with QA agents for comprehensive test coverage validation",
         | 
| 52 | 
            -
              "knowledge": {
         | 
| 53 | 
            -
                "domain_expertise": [
         | 
| 54 | 
            -
                  "Integration testing frameworks and methodologies",
         | 
| 55 | 
            -
                  "Cross-system validation techniques",
         | 
| 56 | 
            -
                  "API contract testing and service boundaries",
         | 
| 57 | 
            -
                  "Test environment management and isolation",
         | 
| 58 | 
            -
                  "End-to-end workflow testing strategies"
         | 
| 59 | 
            -
                ],
         | 
| 60 | 
            -
                "best_practices": [
         | 
| 61 | 
            -
                  "Design comprehensive integration test suites",
         | 
| 62 | 
            -
                  "Manage test data and environment isolation",
         | 
| 63 | 
            -
                  "Validate API contracts and service boundaries",
         | 
| 64 | 
            -
                  "Test cross-system failure scenarios",
         | 
| 65 | 
            -
                  "Coordinate integration testing across teams"
         | 
| 66 | 
            -
                ],
         | 
| 67 | 
            -
                "constraints": [],
         | 
| 68 | 
            -
                "examples": []
         | 
| 69 | 
            -
              },
         | 
| 70 | 
            -
              "interactions": {
         | 
| 71 | 
            -
                "input_format": {
         | 
| 72 | 
            -
                  "required_fields": [
         | 
| 73 | 
            -
                    "task"
         | 
| 74 | 
            -
                  ],
         | 
| 75 | 
            -
                  "optional_fields": [
         | 
| 76 | 
            -
                    "context",
         | 
| 77 | 
            -
                    "constraints"
         | 
| 78 | 
            -
                  ]
         | 
| 79 | 
            -
                },
         | 
| 80 | 
            -
                "output_format": {
         | 
| 81 | 
            -
                  "structure": "markdown",
         | 
| 82 | 
            -
                  "includes": [
         | 
| 83 | 
            -
                    "analysis",
         | 
| 84 | 
            -
                    "recommendations",
         | 
| 85 | 
            -
                    "code"
         | 
| 86 | 
            -
                  ]
         | 
| 87 | 
            -
                },
         | 
| 88 | 
            -
                "handoff_agents": [
         | 
| 89 | 
            -
                  "qa",
         | 
| 90 | 
            -
                  "engineer",
         | 
| 91 | 
            -
                  "ops"
         | 
| 92 | 
            -
                ],
         | 
| 93 | 
            -
                "triggers": []
         | 
| 94 | 
            -
              },
         | 
| 95 | 
            -
              "testing": {
         | 
| 96 | 
            -
                "test_cases": [
         | 
| 97 | 
            -
                  {
         | 
| 98 | 
            -
                    "name": "Basic integration testing task",
         | 
| 99 | 
            -
                    "input": "Perform basic integration test analysis",
         | 
| 100 | 
            -
                    "expected_behavior": "Agent performs integration testing tasks correctly",
         | 
| 101 | 
            -
                    "validation_criteria": [
         | 
| 102 | 
            -
                      "completes_task",
         | 
| 103 | 
            -
                      "follows_format"
         | 
| 104 | 
            -
                    ]
         | 
| 105 | 
            -
                  }
         | 
| 106 | 
            -
                ],
         | 
| 107 | 
            -
                "performance_benchmarks": {
         | 
| 108 | 
            -
                  "response_time": 400,
         | 
| 109 | 
            -
                  "token_usage": 8192,
         | 
| 110 | 
            -
                  "success_rate": 0.95
         | 
| 111 | 
            -
                }
         | 
| 112 | 
            -
              }
         | 
| 113 | 
            -
            }
         | 
| 
            File without changes
         | 
| 
            File without changes
         | 
| 
            File without changes
         | 
| 
            File without changes
         |