agentic-qe 3.1.3 → 3.1.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.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,17 @@ All notable changes to the Agentic QE project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [3.1.4] - 2026-01-22
9
+
10
+ ### Changed
11
+
12
+ - **Major dependency cleanup** - Removed 49 unused dependencies from root package.json
13
+ - Reduced from 66 to 17 production dependencies
14
+ - Removed unused: @anthropic-ai/sdk, @babel/*, @modelcontextprotocol/sdk, @opentelemetry/*, @supabase/*, agentdb, agentic-flow, ajv, axe-core, chokidar, cors, dockerode, express, fs-extra, graphql, inquirer, ioredis, openai, pg, playwright, react-dom, tree-sitter-*, ts-morph, web-tree-sitter, winston, ws, and more
15
+ - Kept only packages actually imported in v3/src: uuid, better-sqlite3, chalk, commander, typescript, @faker-js/faker, @ruvector/{attention,gnn,sona}, @xenova/transformers, hnswlib-node, fast-glob, ora, cli-progress, secure-json-parse, yaml, vibium
16
+ - Significantly faster npm install for users
17
+ - Smaller package footprint
18
+
8
19
  ## [3.1.3] - 2026-01-22
9
20
 
10
21
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentic-qe",
3
- "version": "3.1.3",
3
+ "version": "3.1.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, deep Claude Flow integration",
5
5
  "main": "./v3/dist/index.js",
6
6
  "types": "./v3/dist/index.d.ts",
@@ -65,83 +65,29 @@
65
65
  "author": "AQE Development Team",
66
66
  "license": "MIT",
67
67
  "dependencies": {
68
- "@anthropic-ai/sdk": "^0.64.0",
69
- "@babel/parser": "^7.24.0",
70
- "@babel/traverse": "^7.24.0",
71
- "@modelcontextprotocol/sdk": "^1.25.2",
72
- "@msgpack/msgpack": "^3.1.2",
73
- "@opentelemetry/api": "^1.9.0",
74
- "@opentelemetry/auto-instrumentations-node": "^0.50.0",
75
- "@opentelemetry/exporter-metrics-otlp-grpc": "^0.55.0",
76
- "@opentelemetry/exporter-metrics-otlp-http": "^0.55.0",
77
- "@opentelemetry/exporter-trace-otlp-grpc": "^0.55.0",
78
- "@opentelemetry/exporter-trace-otlp-http": "^0.55.0",
79
- "@opentelemetry/resources": "^1.28.0",
80
- "@opentelemetry/sdk-logs": "^0.55.0",
81
- "@opentelemetry/sdk-metrics": "^1.28.0",
82
- "@opentelemetry/sdk-node": "^0.55.0",
83
- "@opentelemetry/sdk-trace-base": "^1.28.0",
84
- "@opentelemetry/sdk-trace-node": "^1.28.0",
85
- "@opentelemetry/semantic-conventions": "^1.28.0",
68
+ "@faker-js/faker": "^10.2.0",
86
69
  "@ruvector/attention": "0.1.3",
87
- "@ruvector/core": "^0.1.15",
88
70
  "@ruvector/gnn": "0.1.19",
89
- "@ruvector/nervous-system-wasm": "^0.1.29",
90
- "@ruvector/ruvllm": "^0.2.3",
91
71
  "@ruvector/sona": "0.1.5",
92
- "@supabase/supabase-js": "^2.89.0",
93
- "@types/cli-progress": "^3.11.6",
94
- "@types/pg": "^8.16.0",
95
- "@types/ws": "^8.18.1",
96
72
  "@xenova/transformers": "^2.6.0",
97
- "agentdb": "^1.6.1",
98
- "agentic-flow": "^1.10.2",
99
- "ajv": "^8.17.1",
100
- "ajv-formats": "^3.0.1",
101
- "axe-core": "^4.11.0",
102
73
  "better-sqlite3": "^12.4.1",
103
74
  "chalk": "^4.1.2",
104
- "chokidar": "^3.6.0",
105
75
  "cli-progress": "^3.12.0",
106
- "cli-table3": "^0.6.5",
107
76
  "commander": "^14.0.1",
108
- "cors": "^2.8.5",
109
- "dockerode": "^4.0.9",
110
- "express": "^5.2.1",
111
77
  "fast-glob": "^3.3.3",
112
- "fs-extra": "^11.1.1",
113
- "graphql": "^16.11.0",
114
78
  "hnswlib-node": "^3.0.0",
115
- "inquirer": "^8.2.6",
116
- "ioredis": "^5.8.2",
117
- "openai": "^6.9.1",
118
79
  "ora": "^5.4.1",
119
- "pg": "^8.16.3",
120
- "playwright": "^1.57.0",
121
- "react-dom": "^19.2.3",
122
- "ruvector": "0.1.24",
123
80
  "secure-json-parse": "^4.1.0",
124
- "tree-sitter-wasms": "^0.1.13",
125
- "ts-morph": "^27.0.2",
81
+ "typescript": "^5.9.3",
126
82
  "uuid": "^11.0.5",
127
83
  "vibium": "^0.1.2",
128
- "web-tree-sitter": "^0.22.6",
129
- "winston": "^3.18.3",
130
- "ws": "^8.18.3",
131
- "yaml": "^2.8.1",
132
- "typescript": "^5.9.3",
133
- "@faker-js/faker": "^10.2.0"
84
+ "yaml": "^2.8.1"
134
85
  },
135
86
  "optionalDependencies": {
136
87
  "@ruvector/attention-darwin-arm64": "0.1.3",
137
88
  "@ruvector/attention-linux-arm64-gnu": "0.1.3",
138
- "@ruvector/edge": "^0.1.9",
139
89
  "@ruvector/gnn-darwin-arm64": "0.1.19",
140
- "@ruvector/gnn-linux-arm64-gnu": "0.1.19",
141
- "@ruvector/node-linux-arm64-gnu": "^0.1.16",
142
- "@ruvector/node-linux-x64-gnu": "^0.1.16",
143
- "ruvector-core-linux-arm64-gnu": "^0.1.15",
144
- "ruvector-core-linux-x64-gnu": "^0.1.15"
90
+ "@ruvector/gnn-linux-arm64-gnu": "0.1.19"
145
91
  },
146
92
  "resolutions": {
147
93
  "graceful-fs": "^4.2.11",
@@ -149,73 +95,26 @@
149
95
  },
150
96
  "overrides": {
151
97
  "@ruvector/gnn-linux-x64-musl": "npm:@ruvector/gnn-linux-x64-gnu@0.1.19",
152
- "@ruvector/gnn-linux-arm64-musl": "npm:@ruvector/gnn-linux-arm64-gnu@0.1.19",
153
- "tree-sitter-go": {
154
- "tree-sitter": "$tree-sitter"
155
- },
156
- "tree-sitter-javascript": {
157
- "tree-sitter": "$tree-sitter"
158
- },
159
- "tree-sitter-typescript": {
160
- "tree-sitter": "$tree-sitter"
161
- },
162
- "tree-sitter-python": {
163
- "tree-sitter": "$tree-sitter"
164
- },
165
- "tree-sitter-rust": {
166
- "tree-sitter": "$tree-sitter"
167
- }
98
+ "@ruvector/gnn-linux-arm64-musl": "npm:@ruvector/gnn-linux-arm64-gnu@0.1.19"
168
99
  },
169
100
  "devDependencies": {
170
- "@axe-core/playwright": "^4.11.0",
171
- "@jest/globals": "^30.2.0",
172
- "@jest/test-sequencer": "^30.2.0",
173
- "@playwright/test": "^1.57.0",
174
- "@tailwindcss/postcss": "^4.1.18",
175
- "@testing-library/jest-dom": "^6.9.1",
176
- "@testing-library/react": "^16.3.1",
177
101
  "@types/better-sqlite3": "^7.6.13",
178
- "@types/cors": "^2.8.19",
179
- "@types/dockerode": "^3.3.47",
180
- "@types/express": "^5.0.5",
181
- "@types/fs-extra": "^11.0.4",
182
- "@types/graphql": "^14.2.3",
183
- "@types/inquirer": "^8.2.10",
184
- "@types/ioredis": "^4.28.10",
185
- "@types/istanbul-lib-coverage": "^2.0.6",
186
- "@types/jest": "^30.0.0",
187
- "@types/js-yaml": "^4.0.9",
102
+ "@types/cli-progress": "^3.11.6",
188
103
  "@types/node": "^20.19.17",
189
- "@types/react": "^18.3.27",
190
- "@types/react-dom": "^18.3.7",
191
104
  "@types/uuid": "^10.0.0",
192
105
  "@typescript-eslint/eslint-plugin": "^6.13.0",
193
106
  "@typescript-eslint/parser": "^6.13.0",
194
- "@vitejs/plugin-react": "^5.1.2",
195
- "autoprefixer": "^10.4.23",
196
107
  "dotenv": "^17.2.3",
197
108
  "eslint": "^8.55.0",
198
109
  "eslint-plugin-security": "^3.0.1",
199
110
  "glob": "^11.0.0",
200
111
  "graceful-fs": "^4.2.11",
201
- "identity-obj-proxy": "^3.0.0",
202
- "istanbul-lib-coverage": "^3.2.2",
203
- "jest": "^30.2.0",
204
- "jest-environment-jsdom": "^30.2.0",
205
- "jest-extended": "^6.0.0",
206
- "jest-junit": "^16.0.0",
207
- "nodemon": "^3.0.2",
208
- "postcss": "^8.5.6",
209
- "react": "^19.2.3",
210
112
  "rimraf": "^6.0.1",
211
113
  "stack-utils": "^2.0.6",
212
- "tailwindcss": "^4.1.18",
213
114
  "tinybench": "^2.9.0",
214
- "ts-jest": "^29.4.4",
215
115
  "ts-node": "^10.9.1",
216
116
  "tsx": "^4.20.6",
217
- "typedoc": "^0.28.13",
218
- "vite": "^7.3.0"
117
+ "typedoc": "^0.28.13"
219
118
  },
220
119
  "engines": {
221
120
  "node": ">=18.0.0",
@@ -83268,7 +83268,7 @@ async function cleanupAndExit(code = 0) {
83268
83268
  process.exit(code);
83269
83269
  }
83270
83270
  var program = new Command4();
83271
- var VERSION = true ? "3.1.3" : "0.0.0-dev";
83271
+ var VERSION = true ? "3.1.4" : "0.0.0-dev";
83272
83272
  program.name("aqe").description("Agentic QE - Domain-Driven Quality Engineering").version(VERSION);
83273
83273
  program.command("init").description("Initialize the AQE v3 system").option("-d, --domains <domains>", "Comma-separated list of domains to enable", "all").option("-m, --max-agents <number>", "Maximum concurrent agents", "15").option("--memory <backend>", "Memory backend (sqlite|agentdb|hybrid)", "hybrid").option("--lazy", "Enable lazy loading of domains").option("--wizard", "Run interactive setup wizard").option("--auto", "Auto-configure based on project analysis").option("--minimal", "Minimal configuration (skip optional features)").option("--skip-patterns", "Skip loading pre-trained patterns").option("--with-n8n", "Install n8n workflow testing agents and skills").option("--auto-migrate", "Automatically migrate from v2 if detected").action(async (options) => {
83274
83274
  try {
package/v3/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentic-qe/v3",
3
- "version": "3.1.3",
3
+ "version": "3.1.4",
4
4
  "description": "Agentic QE v3 - Domain-Driven Design Architecture with 12 Bounded Contexts, O(log n) coverage analysis, ReasoningBank learning, 51 specialized QE agents",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -114,10 +114,10 @@
114
114
  },
115
115
  "optionalDependencies": {
116
116
  "@claude-flow/browser": "^3.0.0",
117
- "@ruvector/attention-linux-arm64-gnu": "0.1.3",
118
117
  "@ruvector/attention-darwin-arm64": "0.1.3",
119
- "@ruvector/gnn-linux-arm64-gnu": "0.1.19",
120
- "@ruvector/gnn-darwin-arm64": "0.1.19"
118
+ "@ruvector/attention-linux-arm64-gnu": "0.1.3",
119
+ "@ruvector/gnn-darwin-arm64": "0.1.19",
120
+ "@ruvector/gnn-linux-arm64-gnu": "0.1.19"
121
121
  },
122
122
  "overrides": {
123
123
  "@ruvector/gnn-linux-x64-musl": "npm:@ruvector/gnn-linux-x64-gnu@0.1.19",