arcvision 0.2.17 → 0.2.20
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/.arcvision/logs/errors.log +5 -0
- package/arcvision_context/architecture.authority.ledger.json +6 -63
- package/bin/arcvision.js +12 -0
- package/package.json +3 -2
- package/src/core/artifact-manager.js +143 -0
- package/src/core/command-base.js +107 -0
- package/src/core/config-validator.js +199 -0
- package/src/core/error-handler.js +106 -0
- package/src/core/feature-manager.js +218 -0
- package/src/core/feedback-generator.js +260 -0
- package/src/core/invariant-analyzer.js +22 -2
- package/src/core/invariant-detector.js +236 -3
- package/src/core/parser.js +85 -1
- package/src/core/scanner.js +18 -6
- package/src/engine/context_builder.js +21 -3
- package/src/engine/context_validator.js +7 -1
- package/src/engine/pass1_facts.js +2 -2
- package/src/index.js +41 -13
- package/test-block-functionality.js +40 -0
- package/test-dev-project/.arcvision/invariants.json +19 -0
- package/{arcvision_context → test-dev-project/arcvision_context}/README.md +9 -9
- package/test-dev-project/arcvision_context/architecture.authority.ledger.json +45 -0
- package/{arcvision.context.json → test-dev-project/arcvision_context/arcvision.context.json} +498 -496
- package/test-dev-project/src/core/data-service.js +0 -0
- package/test-dev-project/src/ui/user-profile.js +0 -0
- package/test-dev-project/src/utils/helpers.js +0 -0
- package/ARCVISION_DIRECTORY_STRUCTURE.md +0 -104
- package/CLI_STRUCTURE.md +0 -110
- package/CONFIGURATION.md +0 -119
- package/IMPLEMENTATION_SUMMARY.md +0 -99
- package/README.md +0 -149
- package/architecture.authority.ledger.json +0 -46
- package/arcvision-0.2.3.tgz +0 -0
- package/arcvision-0.2.4.tgz +0 -0
- package/arcvision-0.2.5.tgz +0 -0
- package/arcvision.context.diff.json +0 -2181
- package/arcvision.context.v1.json +0 -2163
- package/arcvision.context.v2.json +0 -2173
- package/arcvision_context/arcvision.context.json +0 -6884
- package/debug-cycle-detection.js +0 -56
- package/docs/ENHANCED_ACCURACY_SAFETY_PROTOCOL.md +0 -172
- package/docs/accuracy-enhancement-artifacts/enhanced-validation-config.json +0 -98
- package/docs/acig-robustness-guide.md +0 -164
- package/docs/authoritative-gate-implementation.md +0 -168
- package/docs/blast-radius-implementation.md +0 -76
- package/docs/blast-radius.md +0 -44
- package/docs/cli-strengthening-summary.md +0 -232
- package/docs/invariant-system-summary.md +0 -100
- package/docs/invariant-system.md +0 -112
- package/generate_large_test.js +0 -42
- package/large_test_repo.json +0 -1
- package/output1.json +0 -2163
- package/output2.json +0 -2163
- package/scan_calcom_report.txt +0 -0
- package/scan_leafmint_report.txt +0 -0
- package/scan_output.txt +0 -0
- package/scan_trigger_report.txt +0 -0
- package/temp_original.js +0 -0
- package/test/determinism-test.js +0 -83
- package/test-authoritative-context.js +0 -53
- package/test-real-authoritative-context.js +0 -118
- package/test-upload-enhancements.js +0 -111
- package/verify_engine.js +0 -116
package/{arcvision.context.json → test-dev-project/arcvision_context/arcvision.context.json}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": "1.0.0",
|
|
3
|
-
"generated_at": "2026-01-
|
|
3
|
+
"generated_at": "2026-01-25T02:07:29.731Z",
|
|
4
4
|
"system": {
|
|
5
5
|
"name": "arcvision",
|
|
6
6
|
"root_path": "C:\\Users\\AHMAD RAZA\\Downloads\\ArcVision\\cli",
|
|
@@ -14,384 +14,79 @@
|
|
|
14
14
|
},
|
|
15
15
|
"nodes": [
|
|
16
16
|
{
|
|
17
|
-
"id": "
|
|
17
|
+
"id": "0db008eae8151359",
|
|
18
18
|
"type": "file",
|
|
19
|
-
"path": "
|
|
20
|
-
"role": "module",
|
|
21
|
-
"dependencies": [],
|
|
22
|
-
"blast_radius": 0,
|
|
23
|
-
"layer": "generic",
|
|
24
|
-
"criticality": 0
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
"id": "400f714a60b9cf9c",
|
|
28
|
-
"type": "file",
|
|
29
|
-
"path": "src/lib/api.ts",
|
|
30
|
-
"role": "module",
|
|
31
|
-
"dependencies": [],
|
|
32
|
-
"blast_radius": 1,
|
|
33
|
-
"layer": "generic",
|
|
34
|
-
"criticality": 4.47
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
"id": "514d17c76993538e",
|
|
38
|
-
"type": "file",
|
|
39
|
-
"path": "src/page.tsx",
|
|
40
|
-
"role": "component",
|
|
41
|
-
"dependencies": [
|
|
42
|
-
"src/components/Button.tsx",
|
|
43
|
-
"src/utils/index.ts",
|
|
44
|
-
"src/lib/api.ts",
|
|
45
|
-
"src/types.ts"
|
|
46
|
-
],
|
|
47
|
-
"blast_radius": 0,
|
|
48
|
-
"layer": "ui",
|
|
49
|
-
"criticality": 1.7
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"id": "6147e3c1761df71f",
|
|
53
|
-
"type": "file",
|
|
54
|
-
"path": "src/utils/index.ts",
|
|
19
|
+
"path": "src/utils/helpers.js",
|
|
55
20
|
"role": "utility",
|
|
56
21
|
"dependencies": [],
|
|
57
|
-
"blast_radius":
|
|
22
|
+
"blast_radius": 0,
|
|
58
23
|
"layer": "shared",
|
|
59
|
-
"criticality":
|
|
24
|
+
"criticality": 3
|
|
60
25
|
},
|
|
61
26
|
{
|
|
62
|
-
"id": "
|
|
27
|
+
"id": "10e438eb4bc23597",
|
|
63
28
|
"type": "file",
|
|
64
|
-
"path": "src/
|
|
65
|
-
"role": "
|
|
29
|
+
"path": "src/ui/user-profile.js",
|
|
30
|
+
"role": "hook",
|
|
66
31
|
"dependencies": [],
|
|
67
|
-
"blast_radius":
|
|
68
|
-
"layer": "ui",
|
|
69
|
-
"criticality":
|
|
32
|
+
"blast_radius": 0,
|
|
33
|
+
"layer": "ui-logic",
|
|
34
|
+
"criticality": 0
|
|
70
35
|
},
|
|
71
36
|
{
|
|
72
|
-
"id": "
|
|
37
|
+
"id": "474d954e2c4a6991",
|
|
73
38
|
"type": "file",
|
|
74
|
-
"path": "
|
|
75
|
-
"role": "
|
|
39
|
+
"path": "src/core/data-service.js",
|
|
40
|
+
"role": "service",
|
|
76
41
|
"dependencies": [],
|
|
77
42
|
"blast_radius": 0,
|
|
78
|
-
"layer": "
|
|
79
|
-
"criticality":
|
|
43
|
+
"layer": "logic",
|
|
44
|
+
"criticality": 1.5
|
|
80
45
|
},
|
|
81
46
|
{
|
|
82
|
-
"id": "
|
|
47
|
+
"id": "a97c0e1624d0d70e",
|
|
83
48
|
"type": "file",
|
|
84
|
-
"path": "
|
|
85
|
-
"role": "
|
|
49
|
+
"path": "arcvision_context/architecture.authority.ledger.json",
|
|
50
|
+
"role": "store",
|
|
86
51
|
"dependencies": [],
|
|
87
|
-
"blast_radius":
|
|
88
|
-
"layer": "
|
|
89
|
-
"criticality":
|
|
90
|
-
}
|
|
91
|
-
],
|
|
92
|
-
"edges": [
|
|
93
|
-
{
|
|
94
|
-
"from": "514d17c76993538e",
|
|
95
|
-
"to": "400f714a60b9cf9c",
|
|
96
|
-
"relation": "imports",
|
|
97
|
-
"weight": 1
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"from": "514d17c76993538e",
|
|
101
|
-
"to": "6147e3c1761df71f",
|
|
102
|
-
"relation": "calls",
|
|
103
|
-
"weight": 1
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"from": "514d17c76993538e",
|
|
107
|
-
"to": "6147e3c1761df71f",
|
|
108
|
-
"relation": "imports",
|
|
109
|
-
"weight": 1
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"from": "514d17c76993538e",
|
|
113
|
-
"to": "75263585659a8bab",
|
|
114
|
-
"relation": "calls",
|
|
115
|
-
"weight": 1
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"from": "514d17c76993538e",
|
|
119
|
-
"to": "75263585659a8bab",
|
|
120
|
-
"relation": "imports",
|
|
121
|
-
"weight": 1
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"from": "514d17c76993538e",
|
|
125
|
-
"to": "c54113cf61ec9969",
|
|
126
|
-
"relation": "depends_on",
|
|
127
|
-
"weight": 2
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
"from": "514d17c76993538e",
|
|
131
|
-
"to": "c54113cf61ec9969",
|
|
132
|
-
"relation": "imports",
|
|
133
|
-
"weight": 1
|
|
52
|
+
"blast_radius": 0,
|
|
53
|
+
"layer": "state",
|
|
54
|
+
"criticality": 2
|
|
134
55
|
}
|
|
135
56
|
],
|
|
57
|
+
"edges": [],
|
|
136
58
|
"symbols": {
|
|
137
|
-
"directory": "C:\\Users\\AHMAD RAZA\\Downloads\\ArcVision\\
|
|
138
|
-
"projectName": "test-
|
|
59
|
+
"directory": "C:\\Users\\AHMAD RAZA\\Downloads\\ArcVision\\cli\\test-dev-project",
|
|
60
|
+
"projectName": "test-dev-project",
|
|
139
61
|
"language": "javascript",
|
|
140
|
-
"symbols": [
|
|
141
|
-
{
|
|
142
|
-
"id": "src/components/Button.tsx::default",
|
|
143
|
-
"name": "default",
|
|
144
|
-
"kind": "default",
|
|
145
|
-
"fileId": "src/components/Button.tsx",
|
|
146
|
-
"exported": true,
|
|
147
|
-
"loc": {
|
|
148
|
-
"start": {
|
|
149
|
-
"line": 5,
|
|
150
|
-
"column": 0,
|
|
151
|
-
"index": 63
|
|
152
|
-
},
|
|
153
|
-
"end": {
|
|
154
|
-
"line": 5,
|
|
155
|
-
"column": 22,
|
|
156
|
-
"index": 85
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"id": "src/components/Button.tsx::Button",
|
|
162
|
-
"name": "Button",
|
|
163
|
-
"kind": "function",
|
|
164
|
-
"fileId": "src/components/Button.tsx",
|
|
165
|
-
"exported": false,
|
|
166
|
-
"loc": {
|
|
167
|
-
"start": {
|
|
168
|
-
"line": 1,
|
|
169
|
-
"column": 6,
|
|
170
|
-
"index": 6
|
|
171
|
-
},
|
|
172
|
-
"end": {
|
|
173
|
-
"line": 3,
|
|
174
|
-
"column": 1,
|
|
175
|
-
"index": 60
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
},
|
|
179
|
-
{
|
|
180
|
-
"id": "src/lib/api.ts::apiCall",
|
|
181
|
-
"name": "apiCall",
|
|
182
|
-
"kind": "function",
|
|
183
|
-
"fileId": "src/lib/api.ts",
|
|
184
|
-
"exported": true,
|
|
185
|
-
"loc": {
|
|
186
|
-
"start": {
|
|
187
|
-
"line": 1,
|
|
188
|
-
"column": 13,
|
|
189
|
-
"index": 13
|
|
190
|
-
},
|
|
191
|
-
"end": {
|
|
192
|
-
"line": 4,
|
|
193
|
-
"column": 1,
|
|
194
|
-
"index": 109
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
"id": "src/lib/api.ts::anotherApi",
|
|
200
|
-
"name": "anotherApi",
|
|
201
|
-
"kind": "function",
|
|
202
|
-
"fileId": "src/lib/api.ts",
|
|
203
|
-
"exported": true,
|
|
204
|
-
"loc": {
|
|
205
|
-
"start": {
|
|
206
|
-
"line": 6,
|
|
207
|
-
"column": 13,
|
|
208
|
-
"index": 125
|
|
209
|
-
},
|
|
210
|
-
"end": {
|
|
211
|
-
"line": 8,
|
|
212
|
-
"column": 1,
|
|
213
|
-
"index": 180
|
|
214
|
-
}
|
|
215
|
-
}
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
"id": "src/page.tsx::default",
|
|
219
|
-
"name": "default",
|
|
220
|
-
"kind": "default",
|
|
221
|
-
"fileId": "src/page.tsx",
|
|
222
|
-
"exported": true,
|
|
223
|
-
"loc": {
|
|
224
|
-
"start": {
|
|
225
|
-
"line": 12,
|
|
226
|
-
"column": 0,
|
|
227
|
-
"index": 272
|
|
228
|
-
},
|
|
229
|
-
"end": {
|
|
230
|
-
"line": 12,
|
|
231
|
-
"column": 24,
|
|
232
|
-
"index": 296
|
|
233
|
-
}
|
|
234
|
-
}
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
"id": "src/page.tsx::HomePage",
|
|
238
|
-
"name": "HomePage",
|
|
239
|
-
"kind": "function",
|
|
240
|
-
"fileId": "src/page.tsx",
|
|
241
|
-
"exported": false,
|
|
242
|
-
"loc": {
|
|
243
|
-
"start": {
|
|
244
|
-
"line": 6,
|
|
245
|
-
"column": 6,
|
|
246
|
-
"index": 162
|
|
247
|
-
},
|
|
248
|
-
"end": {
|
|
249
|
-
"line": 10,
|
|
250
|
-
"column": 1,
|
|
251
|
-
"index": 267
|
|
252
|
-
}
|
|
253
|
-
}
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
"id": "src/types.ts::User",
|
|
257
|
-
"name": "User",
|
|
258
|
-
"kind": "interface",
|
|
259
|
-
"fileId": "src/types.ts",
|
|
260
|
-
"exported": true,
|
|
261
|
-
"loc": {
|
|
262
|
-
"start": {
|
|
263
|
-
"line": 1,
|
|
264
|
-
"column": 7,
|
|
265
|
-
"index": 7
|
|
266
|
-
},
|
|
267
|
-
"end": {
|
|
268
|
-
"line": 4,
|
|
269
|
-
"column": 1,
|
|
270
|
-
"index": 62
|
|
271
|
-
}
|
|
272
|
-
}
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
"id": "src/types.ts::Role",
|
|
276
|
-
"name": "Role",
|
|
277
|
-
"kind": "type",
|
|
278
|
-
"fileId": "src/types.ts",
|
|
279
|
-
"exported": true,
|
|
280
|
-
"loc": {
|
|
281
|
-
"start": {
|
|
282
|
-
"line": 6,
|
|
283
|
-
"column": 7,
|
|
284
|
-
"index": 73
|
|
285
|
-
},
|
|
286
|
-
"end": {
|
|
287
|
-
"line": 6,
|
|
288
|
-
"column": 36,
|
|
289
|
-
"index": 102
|
|
290
|
-
}
|
|
291
|
-
}
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
"id": "src/types.ts::getUser",
|
|
295
|
-
"name": "getUser",
|
|
296
|
-
"kind": "function",
|
|
297
|
-
"fileId": "src/types.ts",
|
|
298
|
-
"exported": true,
|
|
299
|
-
"loc": {
|
|
300
|
-
"start": {
|
|
301
|
-
"line": 8,
|
|
302
|
-
"column": 7,
|
|
303
|
-
"index": 113
|
|
304
|
-
},
|
|
305
|
-
"end": {
|
|
306
|
-
"line": 10,
|
|
307
|
-
"column": 1,
|
|
308
|
-
"index": 186
|
|
309
|
-
}
|
|
310
|
-
}
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"id": "src/utils/index.ts::helper",
|
|
314
|
-
"name": "helper",
|
|
315
|
-
"kind": "function",
|
|
316
|
-
"fileId": "src/utils/index.ts",
|
|
317
|
-
"exported": true,
|
|
318
|
-
"loc": {
|
|
319
|
-
"start": {
|
|
320
|
-
"line": 1,
|
|
321
|
-
"column": 13,
|
|
322
|
-
"index": 13
|
|
323
|
-
},
|
|
324
|
-
"end": {
|
|
325
|
-
"line": 3,
|
|
326
|
-
"column": 1,
|
|
327
|
-
"index": 60
|
|
328
|
-
}
|
|
329
|
-
}
|
|
330
|
-
},
|
|
331
|
-
{
|
|
332
|
-
"id": "src/utils/index.ts::anotherHelper",
|
|
333
|
-
"name": "anotherHelper",
|
|
334
|
-
"kind": "function",
|
|
335
|
-
"fileId": "src/utils/index.ts",
|
|
336
|
-
"exported": true,
|
|
337
|
-
"loc": {
|
|
338
|
-
"start": {
|
|
339
|
-
"line": 5,
|
|
340
|
-
"column": 13,
|
|
341
|
-
"index": 76
|
|
342
|
-
},
|
|
343
|
-
"end": {
|
|
344
|
-
"line": 7,
|
|
345
|
-
"column": 1,
|
|
346
|
-
"index": 128
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
}
|
|
350
|
-
],
|
|
62
|
+
"symbols": [],
|
|
351
63
|
"contextSurface": [
|
|
352
64
|
{
|
|
353
|
-
"file": "
|
|
354
|
-
"score":
|
|
65
|
+
"file": "arcvision_context/architecture.authority.ledger.json",
|
|
66
|
+
"score": 2,
|
|
355
67
|
"reason": "Blast: 0, Deps: 0"
|
|
356
68
|
},
|
|
357
69
|
{
|
|
358
|
-
"file": "
|
|
359
|
-
"score":
|
|
70
|
+
"file": "src/core/data-service.js",
|
|
71
|
+
"score": 1.5,
|
|
360
72
|
"reason": "Blast: 0, Deps: 0"
|
|
361
73
|
},
|
|
362
74
|
{
|
|
363
|
-
"file": "src/
|
|
364
|
-
"score":
|
|
365
|
-
"reason": "Blast: 1, Deps: 3"
|
|
366
|
-
},
|
|
367
|
-
{
|
|
368
|
-
"file": "src/page.tsx",
|
|
369
|
-
"score": 1.7,
|
|
75
|
+
"file": "src/ui/user-profile.js",
|
|
76
|
+
"score": 0,
|
|
370
77
|
"reason": "Blast: 0, Deps: 0"
|
|
371
78
|
},
|
|
372
79
|
{
|
|
373
|
-
"file": "src/utils/
|
|
374
|
-
"score":
|
|
375
|
-
"reason": "Blast:
|
|
80
|
+
"file": "src/utils/helpers.js",
|
|
81
|
+
"score": 3,
|
|
82
|
+
"reason": "Blast: 0, Deps: 0"
|
|
376
83
|
}
|
|
377
84
|
],
|
|
378
85
|
"arcvisionVersion": "0.1.0",
|
|
379
|
-
"authorityCores": [
|
|
380
|
-
{
|
|
381
|
-
"authority_score": 11.18,
|
|
382
|
-
"blast_radius": 1,
|
|
383
|
-
"criticality": 6.12,
|
|
384
|
-
"role": "utility",
|
|
385
|
-
"layer": "shared",
|
|
386
|
-
"influence_patterns": [
|
|
387
|
-
"central_coordinator",
|
|
388
|
-
"cross_layer_bridge"
|
|
389
|
-
]
|
|
390
|
-
}
|
|
391
|
-
],
|
|
86
|
+
"authorityCores": [],
|
|
392
87
|
"hiddenCoupling": [],
|
|
393
88
|
"completenessMetrics": {
|
|
394
|
-
"total_files_analyzed":
|
|
89
|
+
"total_files_analyzed": 4,
|
|
395
90
|
"code_files": 0,
|
|
396
91
|
"configuration_files": 0,
|
|
397
92
|
"documentation_files": 0,
|
|
@@ -399,13 +94,18 @@
|
|
|
399
94
|
},
|
|
400
95
|
"structuralHubs": [],
|
|
401
96
|
"architecturalBoundaries": {
|
|
402
|
-
"
|
|
403
|
-
"files":
|
|
97
|
+
"state": {
|
|
98
|
+
"files": 1,
|
|
99
|
+
"authority_cores": [],
|
|
100
|
+
"boundary_violations": []
|
|
101
|
+
},
|
|
102
|
+
"logic": {
|
|
103
|
+
"files": 1,
|
|
404
104
|
"authority_cores": [],
|
|
405
105
|
"boundary_violations": []
|
|
406
106
|
},
|
|
407
|
-
"ui": {
|
|
408
|
-
"files":
|
|
107
|
+
"ui-logic": {
|
|
108
|
+
"files": 1,
|
|
409
109
|
"authority_cores": [],
|
|
410
110
|
"boundary_violations": []
|
|
411
111
|
},
|
|
@@ -415,19 +115,26 @@
|
|
|
415
115
|
"boundary_violations": []
|
|
416
116
|
}
|
|
417
117
|
},
|
|
418
|
-
"structuralInvariants": [
|
|
118
|
+
"structuralInvariants": [
|
|
119
|
+
{
|
|
120
|
+
"rule": "service_component_ratio",
|
|
121
|
+
"description": "Maintain balance between services and components",
|
|
122
|
+
"current_value": null,
|
|
123
|
+
"recommended_range": "0.2-0.5"
|
|
124
|
+
}
|
|
125
|
+
],
|
|
419
126
|
"authoritativeContext": {
|
|
420
127
|
"metadata": {
|
|
421
128
|
"canonical": true,
|
|
422
|
-
"generated_at": "2026-01-
|
|
423
|
-
"source_commit": "
|
|
129
|
+
"generated_at": "2026-01-25T02:07:29.560Z",
|
|
130
|
+
"source_commit": "2df067e4b3fec041c4390779b58829b74c94b780",
|
|
424
131
|
"arcvision_version": "0.1.0",
|
|
425
132
|
"schema_version": "1.0.0",
|
|
426
133
|
"trust_level": "high"
|
|
427
134
|
},
|
|
428
135
|
"system_identity": {
|
|
429
|
-
"name": "test-
|
|
430
|
-
"root_path": "C:\\Users\\AHMAD RAZA\\Downloads\\ArcVision\\
|
|
136
|
+
"name": "test-dev-project",
|
|
137
|
+
"root_path": "C:\\Users\\AHMAD RAZA\\Downloads\\ArcVision\\cli\\test-dev-project",
|
|
431
138
|
"language": "javascript",
|
|
432
139
|
"architectural_archetype": {
|
|
433
140
|
"type": "schema_driven",
|
|
@@ -436,36 +143,29 @@
|
|
|
436
143
|
"authorityPattern": "schema_driven_authority"
|
|
437
144
|
},
|
|
438
145
|
"structural_complexity": {
|
|
439
|
-
"cyclomatic_complexity":
|
|
440
|
-
"coupling_degree":
|
|
146
|
+
"cyclomatic_complexity": -2,
|
|
147
|
+
"coupling_degree": 0,
|
|
441
148
|
"cohesion_measure": 0.7,
|
|
442
149
|
"overall_complexity": "medium"
|
|
443
150
|
}
|
|
444
151
|
},
|
|
445
152
|
"structural_context": {
|
|
446
|
-
"authority_cores": [
|
|
447
|
-
{
|
|
448
|
-
"authority_score": 11.18,
|
|
449
|
-
"blast_radius": 1,
|
|
450
|
-
"criticality": 6.12,
|
|
451
|
-
"role": "utility",
|
|
452
|
-
"layer": "shared",
|
|
453
|
-
"influence_patterns": [
|
|
454
|
-
"central_coordinator",
|
|
455
|
-
"cross_layer_bridge"
|
|
456
|
-
]
|
|
457
|
-
}
|
|
458
|
-
],
|
|
153
|
+
"authority_cores": [],
|
|
459
154
|
"structural_hubs": [],
|
|
460
155
|
"coupling_patterns": [],
|
|
461
156
|
"architectural_boundaries": {
|
|
462
|
-
"
|
|
463
|
-
"files":
|
|
157
|
+
"state": {
|
|
158
|
+
"files": 1,
|
|
464
159
|
"authority_cores": [],
|
|
465
160
|
"boundary_violations": []
|
|
466
161
|
},
|
|
467
|
-
"
|
|
468
|
-
"files":
|
|
162
|
+
"logic": {
|
|
163
|
+
"files": 1,
|
|
164
|
+
"authority_cores": [],
|
|
165
|
+
"boundary_violations": []
|
|
166
|
+
},
|
|
167
|
+
"ui-logic": {
|
|
168
|
+
"files": 1,
|
|
469
169
|
"authority_cores": [],
|
|
470
170
|
"boundary_violations": []
|
|
471
171
|
},
|
|
@@ -475,11 +175,18 @@
|
|
|
475
175
|
"boundary_violations": []
|
|
476
176
|
}
|
|
477
177
|
},
|
|
478
|
-
"structural_invariants": [
|
|
178
|
+
"structural_invariants": [
|
|
179
|
+
{
|
|
180
|
+
"rule": "service_component_ratio",
|
|
181
|
+
"description": "Maintain balance between services and components",
|
|
182
|
+
"current_value": null,
|
|
183
|
+
"recommended_range": "0.2-0.5"
|
|
184
|
+
}
|
|
185
|
+
]
|
|
479
186
|
},
|
|
480
187
|
"reliability_indicators": {
|
|
481
188
|
"analysis_coverage": {
|
|
482
|
-
"total_files_analyzed":
|
|
189
|
+
"total_files_analyzed": 4,
|
|
483
190
|
"code_files": 0,
|
|
484
191
|
"configuration_files": 0,
|
|
485
192
|
"documentation_files": 0,
|
|
@@ -498,11 +205,11 @@
|
|
|
498
205
|
"validation_status": "validated"
|
|
499
206
|
},
|
|
500
207
|
"integrity": {
|
|
501
|
-
"content_hash": "
|
|
502
|
-
"generation_signature": "
|
|
208
|
+
"content_hash": "67fcbc85d931c53ed7759860f1e1f1cac0e10b5d91f0d505ab341ff30c8a572e",
|
|
209
|
+
"generation_signature": "031d243a6a755727a5cafd067c14da6546c26d32be45fb2488aa3c93e5fc7c8c"
|
|
503
210
|
}
|
|
504
211
|
},
|
|
505
|
-
"
|
|
212
|
+
"autoDetectedInvariants": [],
|
|
506
213
|
"invariantAnalysis": {
|
|
507
214
|
"summary": {
|
|
508
215
|
"total": 0,
|
|
@@ -550,237 +257,450 @@
|
|
|
550
257
|
"level": "poor",
|
|
551
258
|
"assessment": "The system lacks formal architectural invariants, making it vulnerable to structural degradation over time."
|
|
552
259
|
},
|
|
553
|
-
"commitHash": "
|
|
554
|
-
"rootPath": "C:\\Users\\AHMAD RAZA\\Downloads\\ArcVision\\
|
|
260
|
+
"commitHash": "2df067e4b3fec041c4390779b58829b74c94b780",
|
|
261
|
+
"rootPath": "C:\\Users\\AHMAD RAZA\\Downloads\\ArcVision\\cli\\test-dev-project",
|
|
555
262
|
"invariants": [
|
|
556
263
|
{
|
|
557
264
|
"id": "validation_node_modules__babel_core_lib_config_validation_option-assertions_js",
|
|
265
|
+
"system": "automatic",
|
|
558
266
|
"statement": "System invariant implemented in node_modules\\@babel\\core\\lib\\config\\validation\\option-assertions.js: Validation-based invariant checking found",
|
|
559
267
|
"description": "System invariant implemented in node_modules\\@babel\\core\\lib\\config\\validation\\option-assertions.js: Validation-based invariant checking found",
|
|
560
|
-
"
|
|
268
|
+
"severity": "risk",
|
|
269
|
+
"scope": {
|
|
270
|
+
"files": [
|
|
271
|
+
"node_modules\\@babel\\core\\lib\\config\\validation\\option-assertions.js"
|
|
272
|
+
]
|
|
273
|
+
},
|
|
561
274
|
"critical_path": true,
|
|
562
275
|
"assertion": "Code contains validation functions for invariant enforcement",
|
|
276
|
+
"rule": {
|
|
277
|
+
"type": "pattern",
|
|
278
|
+
"condition": {
|
|
279
|
+
"pattern": "validation"
|
|
280
|
+
}
|
|
281
|
+
},
|
|
563
282
|
"status": "suspected",
|
|
564
283
|
"confidence": 0.6,
|
|
565
284
|
"source_file": "node_modules\\@babel\\core\\lib\\config\\validation\\option-assertions.js",
|
|
566
285
|
"implementation_type": "validation",
|
|
567
|
-
"detected_at": "2026-01-
|
|
286
|
+
"detected_at": "2026-01-25T02:07:29.356Z"
|
|
568
287
|
},
|
|
569
288
|
{
|
|
570
289
|
"id": "validation_node_modules__babel_core_lib_config_validation_option-assertions_js_map",
|
|
290
|
+
"system": "automatic",
|
|
571
291
|
"statement": "System invariant implemented in node_modules\\@babel\\core\\lib\\config\\validation\\option-assertions.js.map: Validation-based invariant checking found",
|
|
572
292
|
"description": "System invariant implemented in node_modules\\@babel\\core\\lib\\config\\validation\\option-assertions.js.map: Validation-based invariant checking found",
|
|
573
|
-
"
|
|
293
|
+
"severity": "risk",
|
|
294
|
+
"scope": {
|
|
295
|
+
"files": [
|
|
296
|
+
"node_modules\\@babel\\core\\lib\\config\\validation\\option-assertions.js.map"
|
|
297
|
+
]
|
|
298
|
+
},
|
|
574
299
|
"critical_path": true,
|
|
575
300
|
"assertion": "Code contains validation functions for invariant enforcement",
|
|
301
|
+
"rule": {
|
|
302
|
+
"type": "pattern",
|
|
303
|
+
"condition": {
|
|
304
|
+
"pattern": "validation"
|
|
305
|
+
}
|
|
306
|
+
},
|
|
576
307
|
"status": "suspected",
|
|
577
308
|
"confidence": 0.6,
|
|
578
309
|
"source_file": "node_modules\\@babel\\core\\lib\\config\\validation\\option-assertions.js.map",
|
|
579
310
|
"implementation_type": "validation",
|
|
580
|
-
"detected_at": "2026-01-
|
|
311
|
+
"detected_at": "2026-01-25T02:07:29.364Z"
|
|
581
312
|
},
|
|
582
313
|
{
|
|
583
314
|
"id": "assertion_node_modules__types_node_assert_d_ts",
|
|
315
|
+
"system": "automatic",
|
|
584
316
|
"statement": "System invariant implemented in node_modules\\@types\\node\\assert.d.ts: Assertion-based invariant checking found",
|
|
585
317
|
"description": "System invariant implemented in node_modules\\@types\\node\\assert.d.ts: Assertion-based invariant checking found",
|
|
586
|
-
"
|
|
318
|
+
"severity": "risk",
|
|
319
|
+
"scope": {
|
|
320
|
+
"files": [
|
|
321
|
+
"node_modules\\@types\\node\\assert.d.ts"
|
|
322
|
+
]
|
|
323
|
+
},
|
|
587
324
|
"critical_path": true,
|
|
588
325
|
"assertion": "Code contains assert() calls for invariant enforcement",
|
|
326
|
+
"rule": {
|
|
327
|
+
"type": "pattern",
|
|
328
|
+
"condition": {
|
|
329
|
+
"pattern": "assertion"
|
|
330
|
+
}
|
|
331
|
+
},
|
|
589
332
|
"status": "suspected",
|
|
590
333
|
"confidence": 0.8999999999999999,
|
|
591
334
|
"source_file": "node_modules\\@types\\node\\assert.d.ts",
|
|
592
335
|
"implementation_type": "assertion",
|
|
593
|
-
"detected_at": "2026-01-
|
|
336
|
+
"detected_at": "2026-01-25T02:07:29.375Z"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"id": "validation_node_modules_eslint_lib_config_rule-validator_js",
|
|
340
|
+
"system": "automatic",
|
|
341
|
+
"statement": "System invariant implemented in node_modules\\eslint\\lib\\config\\rule-validator.js: Validation-based invariant checking found",
|
|
342
|
+
"description": "System invariant implemented in node_modules\\eslint\\lib\\config\\rule-validator.js: Validation-based invariant checking found",
|
|
343
|
+
"severity": "risk",
|
|
344
|
+
"scope": {
|
|
345
|
+
"files": [
|
|
346
|
+
"node_modules\\eslint\\lib\\config\\rule-validator.js"
|
|
347
|
+
]
|
|
348
|
+
},
|
|
349
|
+
"critical_path": true,
|
|
350
|
+
"assertion": "Code contains validation functions for invariant enforcement",
|
|
351
|
+
"rule": {
|
|
352
|
+
"type": "pattern",
|
|
353
|
+
"condition": {
|
|
354
|
+
"pattern": "validation"
|
|
355
|
+
}
|
|
356
|
+
},
|
|
357
|
+
"status": "suspected",
|
|
358
|
+
"confidence": 0.8,
|
|
359
|
+
"source_file": "node_modules\\eslint\\lib\\config\\rule-validator.js",
|
|
360
|
+
"implementation_type": "validation",
|
|
361
|
+
"detected_at": "2026-01-25T02:07:29.401Z"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"id": "assertion_node_modules_eslint_lib_rule-tester_flat-rule-tester_js",
|
|
365
|
+
"system": "automatic",
|
|
366
|
+
"statement": "System invariant implemented in node_modules\\eslint\\lib\\rule-tester\\flat-rule-tester.js: Assertion-based invariant checking found",
|
|
367
|
+
"description": "System invariant implemented in node_modules\\eslint\\lib\\rule-tester\\flat-rule-tester.js: Assertion-based invariant checking found",
|
|
368
|
+
"severity": "risk",
|
|
369
|
+
"scope": {
|
|
370
|
+
"files": [
|
|
371
|
+
"node_modules\\eslint\\lib\\rule-tester\\flat-rule-tester.js"
|
|
372
|
+
]
|
|
373
|
+
},
|
|
374
|
+
"critical_path": true,
|
|
375
|
+
"assertion": "Code contains assert() calls for invariant enforcement",
|
|
376
|
+
"rule": {
|
|
377
|
+
"type": "pattern",
|
|
378
|
+
"condition": {
|
|
379
|
+
"pattern": "assertion"
|
|
380
|
+
}
|
|
381
|
+
},
|
|
382
|
+
"status": "suspected",
|
|
383
|
+
"confidence": 0.95,
|
|
384
|
+
"source_file": "node_modules\\eslint\\lib\\rule-tester\\flat-rule-tester.js",
|
|
385
|
+
"implementation_type": "assertion",
|
|
386
|
+
"detected_at": "2026-01-25T02:07:29.405Z"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
"id": "assertion_node_modules_eslint_lib_rule-tester_rule-tester_js",
|
|
390
|
+
"system": "automatic",
|
|
391
|
+
"statement": "System invariant implemented in node_modules\\eslint\\lib\\rule-tester\\rule-tester.js: Assertion-based invariant checking found",
|
|
392
|
+
"description": "System invariant implemented in node_modules\\eslint\\lib\\rule-tester\\rule-tester.js: Assertion-based invariant checking found",
|
|
393
|
+
"severity": "risk",
|
|
394
|
+
"scope": {
|
|
395
|
+
"files": [
|
|
396
|
+
"node_modules\\eslint\\lib\\rule-tester\\rule-tester.js"
|
|
397
|
+
]
|
|
398
|
+
},
|
|
399
|
+
"critical_path": true,
|
|
400
|
+
"assertion": "Code contains assert() calls for invariant enforcement",
|
|
401
|
+
"rule": {
|
|
402
|
+
"type": "pattern",
|
|
403
|
+
"condition": {
|
|
404
|
+
"pattern": "assertion"
|
|
405
|
+
}
|
|
406
|
+
},
|
|
407
|
+
"status": "suspected",
|
|
408
|
+
"confidence": 0.95,
|
|
409
|
+
"source_file": "node_modules\\eslint\\lib\\rule-tester\\rule-tester.js",
|
|
410
|
+
"implementation_type": "assertion",
|
|
411
|
+
"detected_at": "2026-01-25T02:07:29.406Z"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"id": "validation_node_modules_eslint_lib_rule-tester_rule-tester_js",
|
|
415
|
+
"system": "automatic",
|
|
416
|
+
"statement": "System invariant implemented in node_modules\\eslint\\lib\\rule-tester\\rule-tester.js: Validation-based invariant checking found",
|
|
417
|
+
"description": "System invariant implemented in node_modules\\eslint\\lib\\rule-tester\\rule-tester.js: Validation-based invariant checking found",
|
|
418
|
+
"severity": "risk",
|
|
419
|
+
"scope": {
|
|
420
|
+
"files": [
|
|
421
|
+
"node_modules\\eslint\\lib\\rule-tester\\rule-tester.js"
|
|
422
|
+
]
|
|
423
|
+
},
|
|
424
|
+
"critical_path": true,
|
|
425
|
+
"assertion": "Code contains validation functions for invariant enforcement",
|
|
426
|
+
"rule": {
|
|
427
|
+
"type": "pattern",
|
|
428
|
+
"condition": {
|
|
429
|
+
"pattern": "validation"
|
|
430
|
+
}
|
|
431
|
+
},
|
|
432
|
+
"status": "suspected",
|
|
433
|
+
"confidence": 0.6,
|
|
434
|
+
"source_file": "node_modules\\eslint\\lib\\rule-tester\\rule-tester.js",
|
|
435
|
+
"implementation_type": "validation",
|
|
436
|
+
"detected_at": "2026-01-25T02:07:29.406Z"
|
|
594
437
|
},
|
|
595
438
|
{
|
|
596
439
|
"id": "assertion_node_modules_jest-circus_build_formatNodeAssertErrors_js",
|
|
440
|
+
"system": "automatic",
|
|
597
441
|
"statement": "System invariant implemented in node_modules\\jest-circus\\build\\formatNodeAssertErrors.js: Assertion-based invariant checking found",
|
|
598
442
|
"description": "System invariant implemented in node_modules\\jest-circus\\build\\formatNodeAssertErrors.js: Assertion-based invariant checking found",
|
|
599
|
-
"
|
|
443
|
+
"severity": "risk",
|
|
444
|
+
"scope": {
|
|
445
|
+
"files": [
|
|
446
|
+
"node_modules\\jest-circus\\build\\formatNodeAssertErrors.js"
|
|
447
|
+
]
|
|
448
|
+
},
|
|
600
449
|
"critical_path": true,
|
|
601
450
|
"assertion": "Code contains assert() calls for invariant enforcement",
|
|
451
|
+
"rule": {
|
|
452
|
+
"type": "pattern",
|
|
453
|
+
"condition": {
|
|
454
|
+
"pattern": "assertion"
|
|
455
|
+
}
|
|
456
|
+
},
|
|
602
457
|
"status": "suspected",
|
|
603
458
|
"confidence": 0.8999999999999999,
|
|
604
459
|
"source_file": "node_modules\\jest-circus\\build\\formatNodeAssertErrors.js",
|
|
605
460
|
"implementation_type": "assertion",
|
|
606
|
-
"detected_at": "2026-01-
|
|
461
|
+
"detected_at": "2026-01-25T02:07:29.414Z"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"id": "assertion_node_modules_pkg_node_modules__babel_types_scripts_generators_asserts_js",
|
|
465
|
+
"system": "automatic",
|
|
466
|
+
"statement": "System invariant implemented in node_modules\\pkg\\node_modules\\@babel\\types\\scripts\\generators\\asserts.js: Assertion-based invariant checking found",
|
|
467
|
+
"description": "System invariant implemented in node_modules\\pkg\\node_modules\\@babel\\types\\scripts\\generators\\asserts.js: Assertion-based invariant checking found",
|
|
468
|
+
"severity": "risk",
|
|
469
|
+
"scope": {
|
|
470
|
+
"files": [
|
|
471
|
+
"node_modules\\pkg\\node_modules\\@babel\\types\\scripts\\generators\\asserts.js"
|
|
472
|
+
]
|
|
473
|
+
},
|
|
474
|
+
"critical_path": true,
|
|
475
|
+
"assertion": "Code contains assert() calls for invariant enforcement",
|
|
476
|
+
"rule": {
|
|
477
|
+
"type": "pattern",
|
|
478
|
+
"condition": {
|
|
479
|
+
"pattern": "assertion"
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
"status": "suspected",
|
|
483
|
+
"confidence": 0.7,
|
|
484
|
+
"source_file": "node_modules\\pkg\\node_modules\\@babel\\types\\scripts\\generators\\asserts.js",
|
|
485
|
+
"implementation_type": "assertion",
|
|
486
|
+
"detected_at": "2026-01-25T02:07:29.430Z"
|
|
607
487
|
},
|
|
608
488
|
{
|
|
609
489
|
"id": "validation_node_modules_yargs_build_lib_validation_js",
|
|
490
|
+
"system": "automatic",
|
|
610
491
|
"statement": "System invariant implemented in node_modules\\yargs\\build\\lib\\validation.js: Validation-based invariant checking found",
|
|
611
492
|
"description": "System invariant implemented in node_modules\\yargs\\build\\lib\\validation.js: Validation-based invariant checking found",
|
|
612
|
-
"
|
|
493
|
+
"severity": "risk",
|
|
494
|
+
"scope": {
|
|
495
|
+
"files": [
|
|
496
|
+
"node_modules\\yargs\\build\\lib\\validation.js"
|
|
497
|
+
]
|
|
498
|
+
},
|
|
613
499
|
"critical_path": true,
|
|
614
500
|
"assertion": "Code contains validation functions for invariant enforcement",
|
|
501
|
+
"rule": {
|
|
502
|
+
"type": "pattern",
|
|
503
|
+
"condition": {
|
|
504
|
+
"pattern": "validation"
|
|
505
|
+
}
|
|
506
|
+
},
|
|
615
507
|
"status": "suspected",
|
|
616
508
|
"confidence": 0.6,
|
|
617
509
|
"source_file": "node_modules\\yargs\\build\\lib\\validation.js",
|
|
618
510
|
"implementation_type": "validation",
|
|
619
|
-
"detected_at": "2026-01-
|
|
511
|
+
"detected_at": "2026-01-25T02:07:29.433Z"
|
|
620
512
|
},
|
|
621
513
|
{
|
|
622
514
|
"id": "assertion_src_core_invariant-detector_js",
|
|
515
|
+
"system": "automatic",
|
|
623
516
|
"statement": "System invariant implemented in src\\core\\invariant-detector.js: Assertion-based invariant checking found",
|
|
624
517
|
"description": "System invariant implemented in src\\core\\invariant-detector.js: Assertion-based invariant checking found",
|
|
625
|
-
"
|
|
518
|
+
"severity": "risk",
|
|
519
|
+
"scope": {
|
|
520
|
+
"files": [
|
|
521
|
+
"src\\core\\invariant-detector.js"
|
|
522
|
+
]
|
|
523
|
+
},
|
|
626
524
|
"critical_path": true,
|
|
627
525
|
"assertion": "Code contains assert() calls for invariant enforcement",
|
|
526
|
+
"rule": {
|
|
527
|
+
"type": "pattern",
|
|
528
|
+
"condition": {
|
|
529
|
+
"pattern": "assertion"
|
|
530
|
+
}
|
|
531
|
+
},
|
|
628
532
|
"status": "suspected",
|
|
629
533
|
"confidence": 1,
|
|
630
534
|
"source_file": "src\\core\\invariant-detector.js",
|
|
631
535
|
"implementation_type": "assertion",
|
|
632
|
-
"detected_at": "2026-01-
|
|
536
|
+
"detected_at": "2026-01-25T02:07:29.437Z"
|
|
633
537
|
},
|
|
634
538
|
{
|
|
635
539
|
"id": "validation_src_core_invariant-detector_js",
|
|
540
|
+
"system": "automatic",
|
|
636
541
|
"statement": "System invariant implemented in src\\core\\invariant-detector.js: Validation-based invariant checking found",
|
|
637
542
|
"description": "System invariant implemented in src\\core\\invariant-detector.js: Validation-based invariant checking found",
|
|
638
|
-
"
|
|
543
|
+
"severity": "risk",
|
|
544
|
+
"scope": {
|
|
545
|
+
"files": [
|
|
546
|
+
"src\\core\\invariant-detector.js"
|
|
547
|
+
]
|
|
548
|
+
},
|
|
639
549
|
"critical_path": true,
|
|
640
550
|
"assertion": "Code contains validation functions for invariant enforcement",
|
|
551
|
+
"rule": {
|
|
552
|
+
"type": "pattern",
|
|
553
|
+
"condition": {
|
|
554
|
+
"pattern": "validation"
|
|
555
|
+
}
|
|
556
|
+
},
|
|
641
557
|
"status": "suspected",
|
|
642
558
|
"confidence": 0.8,
|
|
643
559
|
"source_file": "src\\core\\invariant-detector.js",
|
|
644
560
|
"implementation_type": "validation",
|
|
645
|
-
"detected_at": "2026-01-
|
|
561
|
+
"detected_at": "2026-01-25T02:07:29.437Z"
|
|
646
562
|
},
|
|
647
563
|
{
|
|
648
564
|
"id": "guard_clause_src_core_invariant-detector_js",
|
|
565
|
+
"system": "automatic",
|
|
649
566
|
"statement": "System invariant implemented in src\\core\\invariant-detector.js: Guard clause invariant enforcement found",
|
|
650
567
|
"description": "System invariant implemented in src\\core\\invariant-detector.js: Guard clause invariant enforcement found",
|
|
651
|
-
"
|
|
568
|
+
"severity": "risk",
|
|
569
|
+
"scope": {
|
|
570
|
+
"files": [
|
|
571
|
+
"src\\core\\invariant-detector.js"
|
|
572
|
+
]
|
|
573
|
+
},
|
|
652
574
|
"critical_path": true,
|
|
653
575
|
"assertion": "Code contains early-exit guard clauses for invariant enforcement",
|
|
576
|
+
"rule": {
|
|
577
|
+
"type": "pattern",
|
|
578
|
+
"condition": {
|
|
579
|
+
"pattern": "guard_clause"
|
|
580
|
+
}
|
|
581
|
+
},
|
|
654
582
|
"status": "suspected",
|
|
655
583
|
"confidence": 0.7999999999999999,
|
|
656
584
|
"source_file": "src\\core\\invariant-detector.js",
|
|
657
585
|
"implementation_type": "guard_clause",
|
|
658
|
-
"detected_at": "2026-01-
|
|
586
|
+
"detected_at": "2026-01-25T02:07:29.437Z"
|
|
659
587
|
},
|
|
660
588
|
{
|
|
661
589
|
"id": "state_machine_src_core_invariant-detector_js",
|
|
590
|
+
"system": "automatic",
|
|
662
591
|
"statement": "System invariant implemented in src\\core\\invariant-detector.js: State transition invariant found",
|
|
663
592
|
"description": "System invariant implemented in src\\core\\invariant-detector.js: State transition invariant found",
|
|
664
|
-
"
|
|
593
|
+
"severity": "risk",
|
|
594
|
+
"scope": {
|
|
595
|
+
"files": [
|
|
596
|
+
"src\\core\\invariant-detector.js"
|
|
597
|
+
]
|
|
598
|
+
},
|
|
665
599
|
"critical_path": true,
|
|
666
600
|
"assertion": "Code implements state machine with transition constraints",
|
|
601
|
+
"rule": {
|
|
602
|
+
"type": "pattern",
|
|
603
|
+
"condition": {
|
|
604
|
+
"pattern": "state_machine"
|
|
605
|
+
}
|
|
606
|
+
},
|
|
667
607
|
"status": "suspected",
|
|
668
608
|
"confidence": 0.75,
|
|
669
609
|
"source_file": "src\\core\\invariant-detector.js",
|
|
670
610
|
"implementation_type": "state_machine",
|
|
671
|
-
"detected_at": "2026-01-
|
|
611
|
+
"detected_at": "2026-01-25T02:07:29.437Z"
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
"id": "validation_src_core_invariant-evaluation-utils_js",
|
|
615
|
+
"system": "automatic",
|
|
616
|
+
"statement": "System invariant implemented in src\\core\\invariant-evaluation-utils.js: Validation-based invariant checking found",
|
|
617
|
+
"description": "System invariant implemented in src\\core\\invariant-evaluation-utils.js: Validation-based invariant checking found",
|
|
618
|
+
"severity": "risk",
|
|
619
|
+
"scope": {
|
|
620
|
+
"files": [
|
|
621
|
+
"src\\core\\invariant-evaluation-utils.js"
|
|
622
|
+
]
|
|
623
|
+
},
|
|
624
|
+
"critical_path": true,
|
|
625
|
+
"assertion": "Code contains validation functions for invariant enforcement",
|
|
626
|
+
"rule": {
|
|
627
|
+
"type": "pattern",
|
|
628
|
+
"condition": {
|
|
629
|
+
"pattern": "validation"
|
|
630
|
+
}
|
|
631
|
+
},
|
|
632
|
+
"status": "suspected",
|
|
633
|
+
"confidence": 0.6,
|
|
634
|
+
"source_file": "src\\core\\invariant-evaluation-utils.js",
|
|
635
|
+
"implementation_type": "validation",
|
|
636
|
+
"detected_at": "2026-01-25T02:07:29.439Z"
|
|
672
637
|
}
|
|
673
638
|
],
|
|
674
639
|
"ownership": {
|
|
675
|
-
"
|
|
676
|
-
"source_of_truth": "
|
|
640
|
+
"architecture.authority.ledger": {
|
|
641
|
+
"source_of_truth": "arcvision_context/architecture.authority.ledger.json",
|
|
677
642
|
"derived_in": [],
|
|
678
643
|
"consumers": [],
|
|
679
644
|
"invalidators": [],
|
|
680
645
|
"ownership_strength": {
|
|
681
646
|
"blast_radius_factor": 0,
|
|
682
|
-
"criticality_factor": 0.
|
|
647
|
+
"criticality_factor": 0.2,
|
|
683
648
|
"incoming_deps_factor": 0,
|
|
684
649
|
"function_count": 0,
|
|
685
650
|
"export_count": 0,
|
|
686
|
-
"total_score":
|
|
651
|
+
"total_score": 3
|
|
687
652
|
},
|
|
688
653
|
"confidence": 0.7
|
|
689
654
|
},
|
|
690
|
-
"
|
|
691
|
-
"source_of_truth": "
|
|
655
|
+
"data": {
|
|
656
|
+
"source_of_truth": "src/core/data-service.js",
|
|
692
657
|
"derived_in": [],
|
|
693
658
|
"consumers": [],
|
|
694
659
|
"invalidators": [],
|
|
695
660
|
"ownership_strength": {
|
|
696
661
|
"blast_radius_factor": 0,
|
|
697
|
-
"criticality_factor": 0,
|
|
662
|
+
"criticality_factor": 0.15,
|
|
698
663
|
"incoming_deps_factor": 0,
|
|
699
664
|
"function_count": 0,
|
|
700
665
|
"export_count": 0,
|
|
701
|
-
"total_score":
|
|
666
|
+
"total_score": 2.25
|
|
702
667
|
},
|
|
703
668
|
"confidence": 0.7
|
|
704
669
|
},
|
|
705
|
-
"
|
|
706
|
-
"source_of_truth": "src/
|
|
707
|
-
"derived_in": [],
|
|
708
|
-
"consumers": [],
|
|
709
|
-
"invalidators": [],
|
|
710
|
-
"ownership_strength": {
|
|
711
|
-
"blast_radius_factor": 0.1,
|
|
712
|
-
"criticality_factor": 0.352,
|
|
713
|
-
"incoming_deps_factor": 0.6,
|
|
714
|
-
"function_count": 1,
|
|
715
|
-
"export_count": 3,
|
|
716
|
-
"total_score": 9.680000000000001
|
|
717
|
-
},
|
|
718
|
-
"confidence": 0.7
|
|
719
|
-
},
|
|
720
|
-
"page": {
|
|
721
|
-
"source_of_truth": "src/page.tsx",
|
|
670
|
+
"userprofile": {
|
|
671
|
+
"source_of_truth": "src/ui/user-profile.js",
|
|
722
672
|
"derived_in": [],
|
|
723
673
|
"consumers": [],
|
|
724
674
|
"invalidators": [],
|
|
725
675
|
"ownership_strength": {
|
|
726
676
|
"blast_radius_factor": 0,
|
|
727
|
-
"criticality_factor": 0
|
|
677
|
+
"criticality_factor": 0,
|
|
728
678
|
"incoming_deps_factor": 0,
|
|
729
|
-
"function_count":
|
|
730
|
-
"export_count":
|
|
731
|
-
"total_score":
|
|
732
|
-
},
|
|
733
|
-
"confidence": 0.7
|
|
734
|
-
},
|
|
735
|
-
"index": {
|
|
736
|
-
"source_of_truth": "src/utils/index.ts",
|
|
737
|
-
"derived_in": [],
|
|
738
|
-
"consumers": [],
|
|
739
|
-
"invalidators": [],
|
|
740
|
-
"ownership_strength": {
|
|
741
|
-
"blast_radius_factor": 0.1,
|
|
742
|
-
"criticality_factor": 0.612,
|
|
743
|
-
"incoming_deps_factor": 0.4,
|
|
744
|
-
"function_count": 2,
|
|
745
|
-
"export_count": 2,
|
|
746
|
-
"total_score": 13.18
|
|
747
|
-
},
|
|
748
|
-
"confidence": 0.7
|
|
749
|
-
},
|
|
750
|
-
"api": {
|
|
751
|
-
"source_of_truth": "src/lib/api.ts",
|
|
752
|
-
"derived_in": [],
|
|
753
|
-
"consumers": [],
|
|
754
|
-
"invalidators": [],
|
|
755
|
-
"ownership_strength": {
|
|
756
|
-
"blast_radius_factor": 0.1,
|
|
757
|
-
"criticality_factor": 0.44699999999999995,
|
|
758
|
-
"incoming_deps_factor": 0.2,
|
|
759
|
-
"function_count": 2,
|
|
760
|
-
"export_count": 2,
|
|
761
|
-
"total_score": 10.205
|
|
679
|
+
"function_count": 0,
|
|
680
|
+
"export_count": 0,
|
|
681
|
+
"total_score": 0
|
|
762
682
|
},
|
|
763
683
|
"confidence": 0.7
|
|
764
684
|
},
|
|
765
|
-
"
|
|
766
|
-
"source_of_truth": "src/
|
|
685
|
+
"helpers": {
|
|
686
|
+
"source_of_truth": "src/utils/helpers.js",
|
|
767
687
|
"derived_in": [],
|
|
768
688
|
"consumers": [],
|
|
769
689
|
"invalidators": [],
|
|
770
690
|
"ownership_strength": {
|
|
771
|
-
"blast_radius_factor": 0
|
|
772
|
-
"criticality_factor": 0.
|
|
773
|
-
"incoming_deps_factor": 0
|
|
774
|
-
"function_count":
|
|
775
|
-
"export_count":
|
|
776
|
-
"total_score":
|
|
691
|
+
"blast_radius_factor": 0,
|
|
692
|
+
"criticality_factor": 0.3,
|
|
693
|
+
"incoming_deps_factor": 0,
|
|
694
|
+
"function_count": 0,
|
|
695
|
+
"export_count": 0,
|
|
696
|
+
"total_score": 4.5
|
|
777
697
|
},
|
|
778
698
|
"confidence": 0.7
|
|
779
699
|
}
|
|
780
700
|
},
|
|
781
701
|
"failure_modes": [
|
|
782
702
|
{
|
|
783
|
-
"id": "FM-
|
|
703
|
+
"id": "FM-1769306849447-574",
|
|
784
704
|
"trigger": "violation of System invariant implemented in node_modules\\@babel\\core\\lib\\config\\validation\\option-assertions.js: Validation-based invariant checking found",
|
|
785
705
|
"broken_invariant": "validation_node_modules__babel_core_lib_config_validation_option-assertions_js",
|
|
786
706
|
"observed_symptom": "Unexpected behavior or incorrect output",
|
|
@@ -791,7 +711,7 @@
|
|
|
791
711
|
"confidence": 0.6
|
|
792
712
|
},
|
|
793
713
|
{
|
|
794
|
-
"id": "FM-
|
|
714
|
+
"id": "FM-1769306849447-459",
|
|
795
715
|
"trigger": "violation of System invariant implemented in node_modules\\@babel\\core\\lib\\config\\validation\\option-assertions.js.map: Validation-based invariant checking found",
|
|
796
716
|
"broken_invariant": "validation_node_modules__babel_core_lib_config_validation_option-assertions_js_map",
|
|
797
717
|
"observed_symptom": "Unexpected behavior or incorrect output",
|
|
@@ -802,7 +722,7 @@
|
|
|
802
722
|
"confidence": 0.6
|
|
803
723
|
},
|
|
804
724
|
{
|
|
805
|
-
"id": "FM-
|
|
725
|
+
"id": "FM-1769306849447-323",
|
|
806
726
|
"trigger": "violation of System invariant implemented in node_modules\\@types\\node\\assert.d.ts: Assertion-based invariant checking found",
|
|
807
727
|
"broken_invariant": "assertion_node_modules__types_node_assert_d_ts",
|
|
808
728
|
"observed_symptom": "Unexpected behavior or incorrect output",
|
|
@@ -813,7 +733,51 @@
|
|
|
813
733
|
"confidence": 0.8999999999999999
|
|
814
734
|
},
|
|
815
735
|
{
|
|
816
|
-
"id": "FM-
|
|
736
|
+
"id": "FM-1769306849447-609",
|
|
737
|
+
"trigger": "violation of System invariant implemented in node_modules\\eslint\\lib\\config\\rule-validator.js: Validation-based invariant checking found",
|
|
738
|
+
"broken_invariant": "validation_node_modules_eslint_lib_config_rule-validator_js",
|
|
739
|
+
"observed_symptom": "Unexpected behavior or incorrect output",
|
|
740
|
+
"root_cause": "invariant not properly enforced: System invariant implemented in node_modules\\eslint\\lib\\config\\rule-validator.js: Validation-based invariant checking found",
|
|
741
|
+
"blast_radius": [
|
|
742
|
+
"unknown"
|
|
743
|
+
],
|
|
744
|
+
"confidence": 0.8
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"id": "FM-1769306849447-949",
|
|
748
|
+
"trigger": "violation of System invariant implemented in node_modules\\eslint\\lib\\rule-tester\\flat-rule-tester.js: Assertion-based invariant checking found",
|
|
749
|
+
"broken_invariant": "assertion_node_modules_eslint_lib_rule-tester_flat-rule-tester_js",
|
|
750
|
+
"observed_symptom": "Unexpected behavior or incorrect output",
|
|
751
|
+
"root_cause": "invariant not properly enforced: System invariant implemented in node_modules\\eslint\\lib\\rule-tester\\flat-rule-tester.js: Assertion-based invariant checking found",
|
|
752
|
+
"blast_radius": [
|
|
753
|
+
"unknown"
|
|
754
|
+
],
|
|
755
|
+
"confidence": 0.95
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"id": "FM-1769306849447-359",
|
|
759
|
+
"trigger": "violation of System invariant implemented in node_modules\\eslint\\lib\\rule-tester\\rule-tester.js: Assertion-based invariant checking found",
|
|
760
|
+
"broken_invariant": "assertion_node_modules_eslint_lib_rule-tester_rule-tester_js",
|
|
761
|
+
"observed_symptom": "Unexpected behavior or incorrect output",
|
|
762
|
+
"root_cause": "invariant not properly enforced: System invariant implemented in node_modules\\eslint\\lib\\rule-tester\\rule-tester.js: Assertion-based invariant checking found",
|
|
763
|
+
"blast_radius": [
|
|
764
|
+
"unknown"
|
|
765
|
+
],
|
|
766
|
+
"confidence": 0.95
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"id": "FM-1769306849447-890",
|
|
770
|
+
"trigger": "violation of System invariant implemented in node_modules\\eslint\\lib\\rule-tester\\rule-tester.js: Validation-based invariant checking found",
|
|
771
|
+
"broken_invariant": "validation_node_modules_eslint_lib_rule-tester_rule-tester_js",
|
|
772
|
+
"observed_symptom": "Unexpected behavior or incorrect output",
|
|
773
|
+
"root_cause": "invariant not properly enforced: System invariant implemented in node_modules\\eslint\\lib\\rule-tester\\rule-tester.js: Validation-based invariant checking found",
|
|
774
|
+
"blast_radius": [
|
|
775
|
+
"unknown"
|
|
776
|
+
],
|
|
777
|
+
"confidence": 0.6
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"id": "FM-1769306849448-753",
|
|
817
781
|
"trigger": "violation of System invariant implemented in node_modules\\jest-circus\\build\\formatNodeAssertErrors.js: Assertion-based invariant checking found",
|
|
818
782
|
"broken_invariant": "assertion_node_modules_jest-circus_build_formatNodeAssertErrors_js",
|
|
819
783
|
"observed_symptom": "Unexpected behavior or incorrect output",
|
|
@@ -824,7 +788,18 @@
|
|
|
824
788
|
"confidence": 0.8999999999999999
|
|
825
789
|
},
|
|
826
790
|
{
|
|
827
|
-
"id": "FM-
|
|
791
|
+
"id": "FM-1769306849448-172",
|
|
792
|
+
"trigger": "violation of System invariant implemented in node_modules\\pkg\\node_modules\\@babel\\types\\scripts\\generators\\asserts.js: Assertion-based invariant checking found",
|
|
793
|
+
"broken_invariant": "assertion_node_modules_pkg_node_modules__babel_types_scripts_generators_asserts_js",
|
|
794
|
+
"observed_symptom": "Unexpected behavior or incorrect output",
|
|
795
|
+
"root_cause": "invariant not properly enforced: System invariant implemented in node_modules\\pkg\\node_modules\\@babel\\types\\scripts\\generators\\asserts.js: Assertion-based invariant checking found",
|
|
796
|
+
"blast_radius": [
|
|
797
|
+
"unknown"
|
|
798
|
+
],
|
|
799
|
+
"confidence": 0.7
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"id": "FM-1769306849448-4",
|
|
828
803
|
"trigger": "violation of System invariant implemented in node_modules\\yargs\\build\\lib\\validation.js: Validation-based invariant checking found",
|
|
829
804
|
"broken_invariant": "validation_node_modules_yargs_build_lib_validation_js",
|
|
830
805
|
"observed_symptom": "Unexpected behavior or incorrect output",
|
|
@@ -835,7 +810,7 @@
|
|
|
835
810
|
"confidence": 0.6
|
|
836
811
|
},
|
|
837
812
|
{
|
|
838
|
-
"id": "FM-
|
|
813
|
+
"id": "FM-1769306849448-220",
|
|
839
814
|
"trigger": "violation of System invariant implemented in src\\core\\invariant-detector.js: Assertion-based invariant checking found",
|
|
840
815
|
"broken_invariant": "assertion_src_core_invariant-detector_js",
|
|
841
816
|
"observed_symptom": "Unexpected behavior or incorrect output",
|
|
@@ -846,7 +821,7 @@
|
|
|
846
821
|
"confidence": 1
|
|
847
822
|
},
|
|
848
823
|
{
|
|
849
|
-
"id": "FM-
|
|
824
|
+
"id": "FM-1769306849448-628",
|
|
850
825
|
"trigger": "violation of System invariant implemented in src\\core\\invariant-detector.js: Validation-based invariant checking found",
|
|
851
826
|
"broken_invariant": "validation_src_core_invariant-detector_js",
|
|
852
827
|
"observed_symptom": "Unexpected behavior or incorrect output",
|
|
@@ -857,7 +832,7 @@
|
|
|
857
832
|
"confidence": 0.8
|
|
858
833
|
},
|
|
859
834
|
{
|
|
860
|
-
"id": "FM-
|
|
835
|
+
"id": "FM-1769306849448-754",
|
|
861
836
|
"trigger": "violation of System invariant implemented in src\\core\\invariant-detector.js: Guard clause invariant enforcement found",
|
|
862
837
|
"broken_invariant": "guard_clause_src_core_invariant-detector_js",
|
|
863
838
|
"observed_symptom": "Unexpected behavior or incorrect output",
|
|
@@ -868,7 +843,7 @@
|
|
|
868
843
|
"confidence": 0.7999999999999999
|
|
869
844
|
},
|
|
870
845
|
{
|
|
871
|
-
"id": "FM-
|
|
846
|
+
"id": "FM-1769306849448-926",
|
|
872
847
|
"trigger": "violation of System invariant implemented in src\\core\\invariant-detector.js: State transition invariant found",
|
|
873
848
|
"broken_invariant": "state_machine_src_core_invariant-detector_js",
|
|
874
849
|
"observed_symptom": "Stale data presented to user",
|
|
@@ -877,6 +852,17 @@
|
|
|
877
852
|
"unknown"
|
|
878
853
|
],
|
|
879
854
|
"confidence": 0.75
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
"id": "FM-1769306849448-700",
|
|
858
|
+
"trigger": "violation of System invariant implemented in src\\core\\invariant-evaluation-utils.js: Validation-based invariant checking found",
|
|
859
|
+
"broken_invariant": "validation_src_core_invariant-evaluation-utils_js",
|
|
860
|
+
"observed_symptom": "Unexpected behavior or incorrect output",
|
|
861
|
+
"root_cause": "invariant not properly enforced: System invariant implemented in src\\core\\invariant-evaluation-utils.js: Validation-based invariant checking found",
|
|
862
|
+
"blast_radius": [
|
|
863
|
+
"unknown"
|
|
864
|
+
],
|
|
865
|
+
"confidence": 0.6
|
|
880
866
|
}
|
|
881
867
|
],
|
|
882
868
|
"decision_guidance": {
|
|
@@ -895,15 +881,15 @@
|
|
|
895
881
|
}
|
|
896
882
|
},
|
|
897
883
|
"metrics": {
|
|
898
|
-
"files_with_functions":
|
|
884
|
+
"files_with_functions": 0,
|
|
899
885
|
"files_with_high_blast_radius": 0,
|
|
900
|
-
"total_calls":
|
|
901
|
-
"total_dependencies":
|
|
902
|
-
"total_depends_on":
|
|
903
|
-
"total_edges":
|
|
904
|
-
"total_files":
|
|
905
|
-
"total_imports":
|
|
906
|
-
"total_nodes":
|
|
886
|
+
"total_calls": 0,
|
|
887
|
+
"total_dependencies": 0,
|
|
888
|
+
"total_depends_on": 0,
|
|
889
|
+
"total_edges": 0,
|
|
890
|
+
"total_files": 4,
|
|
891
|
+
"total_imports": 0,
|
|
892
|
+
"total_nodes": 4,
|
|
907
893
|
"total_owns": 0
|
|
908
894
|
},
|
|
909
895
|
"contextSurface": [],
|
|
@@ -917,8 +903,8 @@
|
|
|
917
903
|
],
|
|
918
904
|
"source": {
|
|
919
905
|
"repo": "https://github.com/leafmintaiAR/ArcVision",
|
|
920
|
-
"commit": "
|
|
921
|
-
"generated_at": "2026-01-
|
|
906
|
+
"commit": "2df067e4b3fec041c4390779b58829b74c94b780",
|
|
907
|
+
"generated_at": "2026-01-25",
|
|
922
908
|
"arcvision_version": "0.1.0"
|
|
923
909
|
},
|
|
924
910
|
"structural_layers": {
|
|
@@ -928,9 +914,9 @@
|
|
|
928
914
|
"project_characteristics": {
|
|
929
915
|
"has_package_json": true,
|
|
930
916
|
"has_src_directory": true,
|
|
931
|
-
"total_files":
|
|
932
|
-
"javascript_files":
|
|
933
|
-
"typescript_files":
|
|
917
|
+
"total_files": 100,
|
|
918
|
+
"javascript_files": 82,
|
|
919
|
+
"typescript_files": 2,
|
|
934
920
|
"lua_files": 0
|
|
935
921
|
}
|
|
936
922
|
},
|
|
@@ -960,31 +946,35 @@
|
|
|
960
946
|
},
|
|
961
947
|
"project_metadata": {
|
|
962
948
|
"size_category": "small",
|
|
963
|
-
"file_count":
|
|
949
|
+
"file_count": 100,
|
|
964
950
|
"language_mix": {
|
|
965
|
-
"javascript":
|
|
966
|
-
"typescript":
|
|
951
|
+
"javascript": 82,
|
|
952
|
+
"typescript": 2,
|
|
967
953
|
"lua": 0,
|
|
968
|
-
"config":
|
|
954
|
+
"config": 10
|
|
969
955
|
},
|
|
970
956
|
"has_package_management": true,
|
|
971
957
|
"has_standard_structure": true,
|
|
972
|
-
"has_tests":
|
|
958
|
+
"has_tests": false,
|
|
973
959
|
"is_lua_intensive": false
|
|
974
960
|
}
|
|
975
961
|
},
|
|
976
962
|
"project_envelope": {
|
|
977
963
|
"configuration_files": [
|
|
978
964
|
{
|
|
979
|
-
"path": "
|
|
980
|
-
"role": "
|
|
965
|
+
"path": "package.json",
|
|
966
|
+
"role": "dependency_manifest"
|
|
981
967
|
},
|
|
982
968
|
{
|
|
983
|
-
"path": "package
|
|
984
|
-
"role": "
|
|
969
|
+
"path": "test_repos\\allowed-clean-architecture\\package.json",
|
|
970
|
+
"role": "dependency_manifest"
|
|
985
971
|
},
|
|
986
972
|
{
|
|
987
|
-
"path": "package.json",
|
|
973
|
+
"path": "test_repos\\blocked-legacy-monolith\\package.json",
|
|
974
|
+
"role": "dependency_manifest"
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"path": "test_repos\\risky-microservices-concerns\\package.json",
|
|
988
978
|
"role": "dependency_manifest"
|
|
989
979
|
}
|
|
990
980
|
],
|
|
@@ -994,7 +984,19 @@
|
|
|
994
984
|
"role": "license_terms"
|
|
995
985
|
},
|
|
996
986
|
{
|
|
997
|
-
"path": "README.md",
|
|
987
|
+
"path": "test-dev-project\\arcvision_context\\README.md",
|
|
988
|
+
"role": "system_overview"
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"path": "test_repos\\allowed-clean-architecture\\arcvision_context\\README.md",
|
|
992
|
+
"role": "system_overview"
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"path": "test_repos\\blocked-legacy-monolith\\arcvision_context\\README.md",
|
|
996
|
+
"role": "system_overview"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
"path": "test_repos\\risky-microservices-concerns\\arcvision_context\\README.md",
|
|
998
1000
|
"role": "system_overview"
|
|
999
1001
|
}
|
|
1000
1002
|
],
|
|
@@ -1016,6 +1018,6 @@
|
|
|
1016
1018
|
"architectural_health": null,
|
|
1017
1019
|
"authoritative_context": null,
|
|
1018
1020
|
"integrity": {
|
|
1019
|
-
"sha256": "
|
|
1021
|
+
"sha256": "4cef416cabbab9f153b2990c3936edbb62deaba15eb4aa599060037f58f685c2"
|
|
1020
1022
|
}
|
|
1021
1023
|
}
|