@aiready/visualizer 0.7.0 → 0.7.2
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/README.md +6 -6
- package/package.json +2 -2
- package/web/dist/assets/index-C8KyAlJg.js.map +1 -1
- package/web/package.json +6 -1
- package/web/vite.config.ts +31 -35
package/README.md
CHANGED
|
@@ -16,11 +16,11 @@ This package provides tools to transform AIReady analysis results into interacti
|
|
|
16
16
|
│
|
|
17
17
|
▼
|
|
18
18
|
🎛️ @aiready/cli (orchestrator)
|
|
19
|
-
│ │ │ │ │ │ │ │ │
|
|
20
|
-
▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼
|
|
21
|
-
[PAT] [CTX] [CON] [AMP] [DEP] [DOC] [SIG] [AGT] [TST]
|
|
22
|
-
│ │ │ │ │ │ │ │ │
|
|
23
|
-
|
|
19
|
+
│ │ │ │ │ │ │ │ │ │
|
|
20
|
+
▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼ ▼
|
|
21
|
+
[PAT] [CTX] [CON] [AMP] [DEP] [DOC] [SIG] [AGT] [TST] [CTR]
|
|
22
|
+
│ │ │ │ │ │ │ │ │ │
|
|
23
|
+
└─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┴─────┘
|
|
24
24
|
│
|
|
25
25
|
▼
|
|
26
26
|
🏢 @aiready/core
|
|
@@ -30,7 +30,7 @@ Legend:
|
|
|
30
30
|
CON = consistency AMP = change-amplification
|
|
31
31
|
DEP = deps-health DOC = doc-drift
|
|
32
32
|
SIG = ai-signal-clarity AGT = agent-grounding
|
|
33
|
-
TST = testability
|
|
33
|
+
TST = testability CTR = contract-enforcement
|
|
34
34
|
VIZ = @aiready/visualizer ★ (support package — renders analysis results, not a scorer)
|
|
35
35
|
★ = YOU ARE HERE
|
|
36
36
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aiready/visualizer",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2",
|
|
4
4
|
"description": "Interactive graph visualization for AIReady analysis results",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"react": "19.2.4",
|
|
50
50
|
"react-dom": "19.2.4",
|
|
51
51
|
"regenerator-runtime": "^0.14.1",
|
|
52
|
-
"@aiready/core": "0.24.
|
|
52
|
+
"@aiready/core": "0.24.2"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@tailwindcss/vite": "^4.1.18",
|