agentic-qe 3.4.3 → 3.4.4

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.
Files changed (103) hide show
  1. package/package.json +1 -1
  2. package/v3/CHANGELOG.md +27 -0
  3. package/v3/dist/cli/bundle.js +10629 -10269
  4. package/v3/dist/cli/handlers/init-handler.d.ts.map +1 -1
  5. package/v3/dist/cli/handlers/init-handler.js +4 -0
  6. package/v3/dist/cli/handlers/init-handler.js.map +1 -1
  7. package/v3/dist/init/agents-installer.d.ts.map +1 -1
  8. package/v3/dist/init/agents-installer.js +20 -16
  9. package/v3/dist/init/agents-installer.js.map +1 -1
  10. package/v3/dist/init/phases/04-database.d.ts +14 -2
  11. package/v3/dist/init/phases/04-database.d.ts.map +1 -1
  12. package/v3/dist/init/phases/04-database.js +50 -48
  13. package/v3/dist/init/phases/04-database.js.map +1 -1
  14. package/v3/dist/init/phases/08-mcp.d.ts +6 -1
  15. package/v3/dist/init/phases/08-mcp.d.ts.map +1 -1
  16. package/v3/dist/init/phases/08-mcp.js +54 -28
  17. package/v3/dist/init/phases/08-mcp.js.map +1 -1
  18. package/v3/dist/init/phases/10-workers.d.ts +11 -0
  19. package/v3/dist/init/phases/10-workers.d.ts.map +1 -1
  20. package/v3/dist/init/phases/10-workers.js +246 -11
  21. package/v3/dist/init/phases/10-workers.js.map +1 -1
  22. package/v3/dist/init/skills-installer.d.ts.map +1 -1
  23. package/v3/dist/init/skills-installer.js +20 -16
  24. package/v3/dist/init/skills-installer.js.map +1 -1
  25. package/v3/dist/integrations/agent-booster-wasm/index.d.ts +36 -19
  26. package/v3/dist/integrations/agent-booster-wasm/index.d.ts.map +1 -1
  27. package/v3/dist/integrations/agent-booster-wasm/index.js +32 -21
  28. package/v3/dist/integrations/agent-booster-wasm/index.js.map +1 -1
  29. package/v3/dist/integrations/agentic-flow/agent-booster/adapter.d.ts.map +1 -1
  30. package/v3/dist/integrations/agentic-flow/agent-booster/adapter.js +57 -4
  31. package/v3/dist/integrations/agentic-flow/agent-booster/adapter.js.map +1 -1
  32. package/v3/dist/mcp/bundle.js +143 -28
  33. package/v3/dist/strange-loop/healing-controller.d.ts.map +1 -1
  34. package/v3/dist/strange-loop/healing-controller.js +54 -2
  35. package/v3/dist/strange-loop/healing-controller.js.map +1 -1
  36. package/v3/dist/strange-loop/index.d.ts +2 -1
  37. package/v3/dist/strange-loop/index.d.ts.map +1 -1
  38. package/v3/dist/strange-loop/index.js +3 -1
  39. package/v3/dist/strange-loop/index.js.map +1 -1
  40. package/v3/dist/strange-loop/infra-healing/composite-action-executor.d.ts +39 -0
  41. package/v3/dist/strange-loop/infra-healing/composite-action-executor.d.ts.map +1 -0
  42. package/v3/dist/strange-loop/infra-healing/composite-action-executor.js +82 -0
  43. package/v3/dist/strange-loop/infra-healing/composite-action-executor.js.map +1 -0
  44. package/v3/dist/strange-loop/infra-healing/coordination-lock.d.ts +54 -0
  45. package/v3/dist/strange-loop/infra-healing/coordination-lock.d.ts.map +1 -0
  46. package/v3/dist/strange-loop/infra-healing/coordination-lock.js +104 -0
  47. package/v3/dist/strange-loop/infra-healing/coordination-lock.js.map +1 -0
  48. package/v3/dist/strange-loop/infra-healing/index.d.ts +20 -0
  49. package/v3/dist/strange-loop/infra-healing/index.d.ts.map +1 -0
  50. package/v3/dist/strange-loop/infra-healing/index.js +26 -0
  51. package/v3/dist/strange-loop/infra-healing/index.js.map +1 -0
  52. package/v3/dist/strange-loop/infra-healing/infra-action-executor.d.ts +70 -0
  53. package/v3/dist/strange-loop/infra-healing/infra-action-executor.d.ts.map +1 -0
  54. package/v3/dist/strange-loop/infra-healing/infra-action-executor.js +260 -0
  55. package/v3/dist/strange-loop/infra-healing/infra-action-executor.js.map +1 -0
  56. package/v3/dist/strange-loop/infra-healing/infra-aware-agent-provider.d.ts +56 -0
  57. package/v3/dist/strange-loop/infra-healing/infra-aware-agent-provider.d.ts.map +1 -0
  58. package/v3/dist/strange-loop/infra-healing/infra-aware-agent-provider.js +108 -0
  59. package/v3/dist/strange-loop/infra-healing/infra-aware-agent-provider.js.map +1 -0
  60. package/v3/dist/strange-loop/infra-healing/infra-healing-orchestrator.d.ts +102 -0
  61. package/v3/dist/strange-loop/infra-healing/infra-healing-orchestrator.d.ts.map +1 -0
  62. package/v3/dist/strange-loop/infra-healing/infra-healing-orchestrator.js +201 -0
  63. package/v3/dist/strange-loop/infra-healing/infra-healing-orchestrator.js.map +1 -0
  64. package/v3/dist/strange-loop/infra-healing/recovery-playbook.d.ts +74 -0
  65. package/v3/dist/strange-loop/infra-healing/recovery-playbook.d.ts.map +1 -0
  66. package/v3/dist/strange-loop/infra-healing/recovery-playbook.js +153 -0
  67. package/v3/dist/strange-loop/infra-healing/recovery-playbook.js.map +1 -0
  68. package/v3/dist/strange-loop/infra-healing/test-output-observer.d.ts +61 -0
  69. package/v3/dist/strange-loop/infra-healing/test-output-observer.d.ts.map +1 -0
  70. package/v3/dist/strange-loop/infra-healing/test-output-observer.js +339 -0
  71. package/v3/dist/strange-loop/infra-healing/test-output-observer.js.map +1 -0
  72. package/v3/dist/strange-loop/infra-healing/types.d.ts +253 -0
  73. package/v3/dist/strange-loop/infra-healing/types.d.ts.map +1 -0
  74. package/v3/dist/strange-loop/infra-healing/types.js +33 -0
  75. package/v3/dist/strange-loop/infra-healing/types.js.map +1 -0
  76. package/v3/dist/strange-loop/strange-loop.d.ts +63 -0
  77. package/v3/dist/strange-loop/strange-loop.d.ts.map +1 -1
  78. package/v3/dist/strange-loop/strange-loop.js +62 -0
  79. package/v3/dist/strange-loop/strange-loop.js.map +1 -1
  80. package/v3/dist/strange-loop/types.d.ts +2 -2
  81. package/v3/dist/strange-loop/types.d.ts.map +1 -1
  82. package/v3/dist/strange-loop/types.js.map +1 -1
  83. package/v3/dist/sync/embeddings/index.d.ts +9 -0
  84. package/v3/dist/sync/embeddings/index.d.ts.map +1 -0
  85. package/v3/dist/sync/embeddings/index.js +9 -0
  86. package/v3/dist/sync/embeddings/index.js.map +1 -0
  87. package/v3/dist/sync/embeddings/sync-embedding-generator.d.ts +101 -0
  88. package/v3/dist/sync/embeddings/sync-embedding-generator.d.ts.map +1 -0
  89. package/v3/dist/sync/embeddings/sync-embedding-generator.js +264 -0
  90. package/v3/dist/sync/embeddings/sync-embedding-generator.js.map +1 -0
  91. package/v3/dist/sync/index.d.ts +1 -0
  92. package/v3/dist/sync/index.d.ts.map +1 -1
  93. package/v3/dist/sync/index.js +2 -0
  94. package/v3/dist/sync/index.js.map +1 -1
  95. package/v3/dist/workers/workers/cloud-sync.d.ts +19 -0
  96. package/v3/dist/workers/workers/cloud-sync.d.ts.map +1 -0
  97. package/v3/dist/workers/workers/cloud-sync.js +177 -0
  98. package/v3/dist/workers/workers/cloud-sync.js.map +1 -0
  99. package/v3/dist/workers/workers/index.d.ts +12 -11
  100. package/v3/dist/workers/workers/index.d.ts.map +1 -1
  101. package/v3/dist/workers/workers/index.js +12 -11
  102. package/v3/dist/workers/workers/index.js.map +1 -1
  103. package/v3/package.json +8 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentic-qe",
3
- "version": "3.4.3",
3
+ "version": "3.4.4",
4
4
  "description": "Agentic Quality Engineering V3 - Domain-Driven Design Architecture with 12 Bounded Contexts, O(log n) coverage analysis, ReasoningBank learning, 51 specialized QE agents, mathematical Coherence verification, deep Claude Flow integration",
5
5
  "main": "./v3/dist/index.js",
6
6
  "types": "./v3/dist/index.d.ts",
package/v3/CHANGELOG.md CHANGED
@@ -5,6 +5,33 @@ All notable changes to Agentic QE will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [3.4.4] - 2026-02-03
9
+
10
+ ### Added
11
+
12
+ #### Infrastructure Self-Healing Extension (ADR-057)
13
+ - **TestOutputObserver** - Pattern-matches 22+ OS-level error signatures (ECONNREFUSED, ETIMEDOUT, ENOTFOUND, ENOMEM, ENOSPC) from test stderr to detect infrastructure failures
14
+ - **RecoveryPlaybook** - YAML-driven configuration for service recovery with `${VAR}` environment interpolation
15
+ - **CoordinationLock** - In-process TTL-based mutex preventing duplicate recovery attempts for the same service
16
+ - **InfraActionExecutor** - Executes recovery cycle: healthCheck → recover → backoff → verify
17
+ - **CompositeActionExecutor** - Routes swarm actions to original executor, infra actions to InfraActionExecutor
18
+ - **InfraAwareAgentProvider** - Wraps AgentProvider to inject synthetic infrastructure agents with health derived from observer state
19
+ - **InfraHealingOrchestrator** - Top-level coordinator: `feedTestOutput()` → `runRecoveryCycle()` → stats
20
+ - **Factory functions** - `createStrangeLoopWithInfraHealing()` and `createInMemoryStrangeLoopWithInfraHealing()` for easy integration
21
+ - **Default playbook** - Reference YAML template for 8 services (postgres, mysql, mongodb, redis, elasticsearch, rabbitmq, selenium-grid, generic-service)
22
+ - **Demo script** - `scripts/demo-infra-healing.ts` demonstrates full pipeline
23
+
24
+ ### Changed
25
+ - **Strange Loop types** - Added 8 infrastructure vulnerability types to `SwarmVulnerability['type']` union
26
+ - **Healing controller** - Extended with `restart_service` action type and infra-agent override logic in `mapVulnerabilityToAction()`
27
+ - **ADR index** - Updated v3-adrs.md with ADR-057 entry (54 total ADRs implemented)
28
+
29
+ ### Technical Details
30
+ - Extends Strange Loop through existing DI seams without modifying core OMDA cycle
31
+ - Framework-agnostic: works with Jest, Pytest, JUnit, or any test framework
32
+ - 245 tests (151 new + 94 existing), zero regressions
33
+ - Security: uses `execFile` (not `exec`), documents trust boundary for playbook YAML
34
+
8
35
  ## [3.4.3] - 2026-02-02
9
36
 
10
37
  ### Added