agentic-qe 3.0.0 → 3.0.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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentic-qe",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.4",
|
|
4
4
|
"description": "Agentic Quality Engineering V3 - Domain-Driven Design Architecture with 12 Bounded Contexts, O(log n) coverage analysis, ReasoningBank learning, 48 specialized QE agents, deep Claude Flow integration",
|
|
5
5
|
"main": "./v3/dist/index.js",
|
|
6
6
|
"types": "./v3/dist/index.d.ts",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"aqe-mcp": "./v3/dist/mcp/bundle.js"
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
|
14
|
-
"postinstall": "cd v3 && npm install",
|
|
14
|
+
"postinstall": "test -f v3/package.json && cd v3 && npm install || true",
|
|
15
15
|
"build": "cd v3 && npm run build",
|
|
16
16
|
"test": "cd v3 && npm test -- --run",
|
|
17
17
|
"test:v3": "cd v3 && npm test -- --run",
|