agentic-qe 3.7.3 → 3.7.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 (70) hide show
  1. package/.claude/skills/skills-manifest.json +1 -1
  2. package/README.md +64 -11
  3. package/package.json +1 -1
  4. package/v3/CHANGELOG.md +15 -0
  5. package/v3/dist/cli/bundle.js +2193 -750
  6. package/v3/dist/cli/commands/init.d.ts.map +1 -1
  7. package/v3/dist/cli/commands/init.js +28 -0
  8. package/v3/dist/cli/commands/init.js.map +1 -1
  9. package/v3/dist/cli/commands/platform.d.ts +13 -0
  10. package/v3/dist/cli/commands/platform.d.ts.map +1 -0
  11. package/v3/dist/cli/commands/platform.js +257 -0
  12. package/v3/dist/cli/commands/platform.js.map +1 -0
  13. package/v3/dist/cli/handlers/init-handler.d.ts +9 -0
  14. package/v3/dist/cli/handlers/init-handler.d.ts.map +1 -1
  15. package/v3/dist/cli/handlers/init-handler.js +28 -0
  16. package/v3/dist/cli/handlers/init-handler.js.map +1 -1
  17. package/v3/dist/cli/index.js +2 -0
  18. package/v3/dist/cli/index.js.map +1 -1
  19. package/v3/dist/init/cline-installer.d.ts +30 -0
  20. package/v3/dist/init/cline-installer.d.ts.map +1 -0
  21. package/v3/dist/init/cline-installer.js +114 -0
  22. package/v3/dist/init/cline-installer.js.map +1 -0
  23. package/v3/dist/init/codex-installer.d.ts +39 -0
  24. package/v3/dist/init/codex-installer.d.ts.map +1 -0
  25. package/v3/dist/init/codex-installer.js +117 -0
  26. package/v3/dist/init/codex-installer.js.map +1 -0
  27. package/v3/dist/init/continuedev-installer.d.ts +34 -0
  28. package/v3/dist/init/continuedev-installer.d.ts.map +1 -0
  29. package/v3/dist/init/continuedev-installer.js +111 -0
  30. package/v3/dist/init/continuedev-installer.js.map +1 -0
  31. package/v3/dist/init/copilot-installer.d.ts +29 -0
  32. package/v3/dist/init/copilot-installer.d.ts.map +1 -0
  33. package/v3/dist/init/copilot-installer.js +95 -0
  34. package/v3/dist/init/copilot-installer.js.map +1 -0
  35. package/v3/dist/init/cursor-installer.d.ts +29 -0
  36. package/v3/dist/init/cursor-installer.d.ts.map +1 -0
  37. package/v3/dist/init/cursor-installer.js +88 -0
  38. package/v3/dist/init/cursor-installer.js.map +1 -0
  39. package/v3/dist/init/index.d.ts +18 -0
  40. package/v3/dist/init/index.d.ts.map +1 -1
  41. package/v3/dist/init/index.js +9 -0
  42. package/v3/dist/init/index.js.map +1 -1
  43. package/v3/dist/init/kilocode-installer.d.ts +30 -0
  44. package/v3/dist/init/kilocode-installer.d.ts.map +1 -0
  45. package/v3/dist/init/kilocode-installer.js +113 -0
  46. package/v3/dist/init/kilocode-installer.js.map +1 -0
  47. package/v3/dist/init/orchestrator.d.ts.map +1 -1
  48. package/v3/dist/init/orchestrator.js +11 -0
  49. package/v3/dist/init/orchestrator.js.map +1 -1
  50. package/v3/dist/init/phases/09-assets.d.ts +1 -0
  51. package/v3/dist/init/phases/09-assets.d.ts.map +1 -1
  52. package/v3/dist/init/phases/09-assets.js +111 -0
  53. package/v3/dist/init/phases/09-assets.js.map +1 -1
  54. package/v3/dist/init/phases/phase-interface.d.ts +18 -0
  55. package/v3/dist/init/phases/phase-interface.d.ts.map +1 -1
  56. package/v3/dist/init/phases/phase-interface.js.map +1 -1
  57. package/v3/dist/init/platform-config-generator.d.ts +52 -0
  58. package/v3/dist/init/platform-config-generator.d.ts.map +1 -0
  59. package/v3/dist/init/platform-config-generator.js +342 -0
  60. package/v3/dist/init/platform-config-generator.js.map +1 -0
  61. package/v3/dist/init/roocode-installer.d.ts +30 -0
  62. package/v3/dist/init/roocode-installer.d.ts.map +1 -0
  63. package/v3/dist/init/roocode-installer.js +113 -0
  64. package/v3/dist/init/roocode-installer.js.map +1 -0
  65. package/v3/dist/init/windsurf-installer.d.ts +34 -0
  66. package/v3/dist/init/windsurf-installer.d.ts.map +1 -0
  67. package/v3/dist/init/windsurf-installer.js +110 -0
  68. package/v3/dist/init/windsurf-installer.js.map +1 -0
  69. package/v3/dist/mcp/bundle.js +1 -1
  70. package/v3/package.json +1 -1
@@ -904,7 +904,7 @@
904
904
  },
905
905
  "metadata": {
906
906
  "generatedBy": "Agentic QE Fleet",
907
- "fleetVersion": "3.7.3",
907
+ "fleetVersion": "3.7.4",
908
908
  "manifestVersion": "1.3.0",
909
909
  "lastUpdated": "2026-02-04T00:00:00.000Z",
910
910
  "contributors": [
package/README.md CHANGED
@@ -11,9 +11,9 @@
11
11
 
12
12
  **V3 (Main)** | [V2 Documentation](v2/docs/V2-README.md) | [Release Notes](docs/releases/README.md) | [Changelog](v3/CHANGELOG.md) | [Contributors](CONTRIBUTORS.md) | [Issues](https://github.com/proffesor-for-testing/agentic-qe/issues) | [Discussions](https://github.com/proffesor-for-testing/agentic-qe/discussions)
13
13
 
14
- > **V3** brings Domain-Driven Design architecture, 13 bounded contexts, 60 specialized QE agents, TinyDancer intelligent model routing, ReasoningBank learning with Dream cycles, HNSW vector search, mathematical Coherence verification, full MinCut/Consensus integration across all 13 domains, RVF cognitive container integration with portable brain export/import, OpenCode multi-client support, AWS Kiro IDE integration, and deep integration with [Claude Flow](https://github.com/ruvnet/claude-flow) and [Agentic Flow](https://github.com/ruvnet/agentic-flow).
14
+ > **V3** brings Domain-Driven Design architecture, 13 bounded contexts, 60 specialized QE agents, TinyDancer intelligent model routing, ReasoningBank learning with Dream cycles, HNSW vector search, mathematical Coherence verification, full MinCut/Consensus integration across all 13 domains, RVF cognitive container integration with portable brain export/import, **11 coding agent platform integrations** (Claude Code, OpenCode, Kiro, GitHub Copilot, Cursor, Cline, Kilo Code, Roo Code, OpenAI Codex CLI, Windsurf, Continue.dev), and deep integration with [Claude Flow](https://github.com/ruvnet/claude-flow) and [Agentic Flow](https://github.com/ruvnet/agentic-flow).
15
15
 
16
- 🏗️ **DDD Architecture** | 🧠 **ReasoningBank + Dream Cycles** | 🎯 **TinyDancer Model Routing** | 🔍 **HNSW Vector Search** | 👑 **Queen Coordinator** | 📊 **O(log n) Coverage** | 🔗 **Claude Flow Integration** | 🎯 **13 Bounded Contexts** | 📚 **78 QE Skills** | 🧬 **Coherence Verification** | ✅ **Trust Tiers** | 🛡️ **Governance**
16
+ 🏗️ **DDD Architecture** | 🧠 **ReasoningBank + Dream Cycles** | 🎯 **TinyDancer Model Routing** | 🔍 **HNSW Vector Search** | 👑 **Queen Coordinator** | 📊 **O(log n) Coverage** | 🔗 **Claude Flow Integration** | 🎯 **13 Bounded Contexts** | 📚 **78 QE Skills** | 🧬 **Coherence Verification** | ✅ **Trust Tiers** | 🛡️ **Governance** | 🌐 **11 Platform Integrations**
17
17
 
18
18
  </div>
19
19
 
@@ -39,11 +39,17 @@ aqe init --auto --with-opencode
39
39
 
40
40
  # Include AWS Kiro IDE assets (agents, skills, hooks, steering)
41
41
  aqe init --auto --with-kiro
42
+
43
+ # Include any coding agent platform (Copilot, Cursor, Cline, etc.)
44
+ aqe init --auto --with-copilot --with-cursor --with-cline
45
+
46
+ # Or include all 8 additional platforms at once
47
+ aqe init --auto --with-all-platforms
42
48
  ```
43
49
 
44
50
  > **Note:** `aqe init` automatically configures the MCP server in `.mcp.json` — Claude Code will auto-start it when connecting. For standalone MCP server usage (non-Claude-Code clients), run `aqe-mcp` or `npx agentic-qe mcp`.
45
51
 
46
- ### Use from MCP-compatible agent clients (Claude Code, OpenCode, Kiro, Codex, others)
52
+ ### Use from MCP-compatible agent clients (11 platforms supported)
47
53
 
48
54
  AQE is exposed as an MCP server and can be used from any client that supports MCP tool connections.
49
55
 
@@ -53,23 +59,27 @@ AQE is exposed as an MCP server and can be used from any client that supports MC
53
59
 
54
60
  # For OpenCode: provision assets automatically during init
55
61
  aqe init --auto --with-opencode # installs agents, skills, tools, permissions, opencode.json
56
- aqe-mcp # starts with SSE auto-detection
57
62
 
58
63
  # For AWS Kiro: provision Kiro-native assets during init
59
64
  aqe init --auto --with-kiro # installs .kiro/ agents, skills, hooks, steering, MCP config
60
65
 
66
+ # For GitHub Copilot, Cursor, Cline, Kilo Code, Roo Code, Codex, Windsurf, Continue.dev:
67
+ aqe init --auto --with-copilot # .vscode/mcp.json + copilot-instructions.md
68
+ aqe init --auto --with-cursor # .cursor/mcp.json + .cursorrules
69
+ aqe init --auto --with-cline # cline_mcp_settings.json + custom QE mode
70
+ aqe init --auto --with-all-platforms # all 8 platforms at once
71
+
72
+ # Or set up a specific platform after init:
73
+ aqe platform setup copilot # configure a single platform
74
+ aqe platform list # show all platforms with install status
75
+ aqe platform verify cursor # validate config format and content
76
+
61
77
  # For other MCP clients: start the server manually
62
78
  aqe-mcp # if installed globally
63
79
  npx agentic-qe mcp # without global install
64
-
65
- # Then ask your client to invoke AQE tools (prefixed mcp__agentic-qe__):
66
- # - fleet_init (required first step)
67
- # - test_generate_enhanced for test generation
68
- # - task_orchestrate for multi-agent coordination
69
- # - quality_assess for quality gate evaluation
70
80
  ```
71
81
 
72
- For client-specific setup examples, see `docs/integration/mcp-clients.md`.
82
+ For client-specific setup examples, see [Platform Setup Guide](docs/platform-setup-guide.md).
73
83
 
74
84
  **What V3 provides:**
75
85
  - ✅ **13 DDD Bounded Contexts**: Organized by business domain (test-generation, coverage-analysis, security-compliance, enterprise-integration, etc.)
@@ -83,6 +93,7 @@ For client-specific setup examples, see `docs/integration/mcp-clients.md`.
83
93
  - ✅ **RVF Cognitive Containers** (v3.7.0): MinCut task routing, witness chain audit trail, portable brain export/import, unified HNSW search, production dual-write to native RVF
84
94
  - ✅ **OpenCode Support** (v3.7.1): 59 agent configs, 86 skill configs (78 QE + 8 general dev), 5 tool wrappers, SSE/WS/HTTP transport, output compaction, graceful degradation, `aqe init --with-opencode` auto-provisioning
85
95
  - ✅ **AWS Kiro Support** (v3.7.2): 87 agent configs, 86 skill configs, 5 event-driven hooks, 2 steering files, MCP config, `aqe init --with-kiro` auto-provisioning
96
+ - ✅ **Multi-Platform Support** (v3.7.4): 8 new platform integrations — GitHub Copilot, Cursor, Cline, Kilo Code, Roo Code, OpenAI Codex CLI, Windsurf, Continue.dev — with JSON/TOML/YAML config generation, behavioral rules, and `aqe platform list/setup/verify` CLI
86
97
  - ✅ **V2 Backward Compatibility**: All V2 agents map to V3 equivalents
87
98
  - ✅ **78 QE Skills**: 46 Tier 3 verified + 32 additional QE skills (QCSD swarms, n8n testing, enterprise integration, qe-* domains)
88
99
 
@@ -387,6 +398,48 @@ aqe init --with-kiro
387
398
 
388
399
  ---
389
400
 
401
+ ### 🌐 Multi-Platform Coding Agent Support (v3.7.4)
402
+
403
+ V3.7.4 adds support for **8 additional coding agent platforms**, bringing the total to **11 supported platforms**. A single AQE MCP server works across all of them.
404
+
405
+ | Platform | Users | Config Format | Setup Flag |
406
+ |----------|-------|---------------|------------|
407
+ | **Claude Code** | Native | `.mcp.json` | Built-in |
408
+ | **OpenCode** | Growing | `opencode.json` | `--with-opencode` |
409
+ | **AWS Kiro** | Growing | `.kiro/settings/mcp.json` | `--with-kiro` |
410
+ | **GitHub Copilot** | 20M | `.vscode/mcp.json` | `--with-copilot` |
411
+ | **Cursor** | 360K paid | `.cursor/mcp.json` | `--with-cursor` |
412
+ | **Cline** | 5M installs | `cline_mcp_settings.json` | `--with-cline` |
413
+ | **Kilo Code** | 1.5M | `.kilocode/mcp.json` | `--with-kilocode` |
414
+ | **Roo Code** | Growing | `.roo/mcp.json` | `--with-roocode` |
415
+ | **OpenAI Codex CLI** | 1M+ | `.codex/config.toml` | `--with-codex` |
416
+ | **Windsurf** | Large | `.windsurf/mcp_config.json` | `--with-windsurf` |
417
+ | **Continue.dev** | Enterprise | `.continue/config.yaml` | `--with-continuedev` |
418
+
419
+ Each installer generates:
420
+ - **MCP config** in the platform's native format (JSON, TOML, or YAML)
421
+ - **Behavioral rules** (e.g., `.cursorrules`, `copilot-instructions.md`, `AGENTS.md`)
422
+ - **Auto-approve lists** for platforms that support them (Cline, Kilo Code, Roo Code)
423
+
424
+ ```bash
425
+ # Set up all platforms at once
426
+ aqe init --auto --with-all-platforms
427
+
428
+ # Or individual platforms
429
+ aqe platform setup copilot
430
+ aqe platform setup cursor
431
+
432
+ # Check what's installed
433
+ aqe platform list
434
+
435
+ # Validate a platform's config
436
+ aqe platform verify cursor
437
+ ```
438
+
439
+ For detailed per-platform setup instructions, see [Platform Setup Guide](docs/platform-setup-guide.md).
440
+
441
+ ---
442
+
390
443
  ### 🎯 TinyDancer Intelligent Model Routing
391
444
 
392
445
  **TinyDancer** (ADR-026) provides 3-tier intelligent model routing for cost optimization:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentic-qe",
3
- "version": "3.7.3",
3
+ "version": "3.7.4",
4
4
  "description": "Agentic Quality Engineering V3 - Domain-Driven Design Architecture with 13 Bounded Contexts, O(log n) coverage analysis, ReasoningBank learning, 60 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,21 @@ 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.7.4] - 2026-02-28
9
+
10
+ ### Added
11
+
12
+ - **Multi-platform coding agent support (8 new platforms)** — GitHub Copilot, Cursor, Cline, Kilo Code, Roo Code, OpenAI Codex CLI, Windsurf, and Continue.dev installers with JSON/TOML/YAML config generation, behavioral rules, and merge-safe writing
13
+ - **Universal `PlatformConfigGenerator`** — Unified config generator with platform registry mapping all 8 platforms to their config paths, keys, and formats
14
+ - **`aqe init --with-all-platforms` flag** — Configures all 8 additional platforms in a single command; individual `--with-copilot`, `--with-cursor`, `--with-cline`, `--with-kilocode`, `--with-roocode`, `--with-codex`, `--with-windsurf`, `--with-continuedev` flags also available
15
+ - **`aqe platform list/setup/verify` CLI commands** — List all platforms with install status, set up individual platforms, and validate config format and content
16
+ - **Platform setup guide** (`docs/platform-setup-guide.md`) — Per-platform automated and manual setup instructions for all 11 supported platforms
17
+ - **202 new tests** — 81 per-platform unit tests, 22 config generator tests, 76 integration tests, 23 cross-platform init tests
18
+
19
+ ### Fixed
20
+
21
+ - **Continue.dev YAML merge duplicate keys** — `mergeExistingYamlConfig()` previously appended full `mcpServers:` block when existing config already had that key, producing invalid YAML; now detects existing key and appends only the server entry
22
+
8
23
  ## [3.7.3] - 2026-02-27
9
24
 
10
25
  ### Added