test: add isolated production acceptance harness
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"generatedAt": "2026-07-29T16:20:01.552Z",
|
||||
"generatedAt": "2026-07-29T16:52:29.798Z",
|
||||
"thresholds": {
|
||||
"preferredMaximumLines": 750,
|
||||
"justificationRequiredLines": 1000
|
||||
@@ -283,9 +283,9 @@
|
||||
},
|
||||
{
|
||||
"file": "src/renderer/dialogs.js",
|
||||
"lines": 320,
|
||||
"branches": 34,
|
||||
"functions": 65,
|
||||
"lines": 324,
|
||||
"branches": 35,
|
||||
"functions": 66,
|
||||
"ipcHandlers": 0,
|
||||
"responsibilities": [
|
||||
"inventory",
|
||||
@@ -295,7 +295,7 @@
|
||||
"security",
|
||||
"updates"
|
||||
],
|
||||
"hotspotScore": 74
|
||||
"hotspotScore": 75
|
||||
},
|
||||
{
|
||||
"file": "src/main/unraid-access-methods.cjs",
|
||||
@@ -462,7 +462,7 @@
|
||||
},
|
||||
{
|
||||
"file": "src/renderer/mock-deployment-bridge.js",
|
||||
"lines": 678,
|
||||
"lines": 679,
|
||||
"branches": 11,
|
||||
"functions": 87,
|
||||
"ipcHandlers": 0,
|
||||
@@ -506,6 +506,21 @@
|
||||
],
|
||||
"hotspotScore": 49
|
||||
},
|
||||
{
|
||||
"file": "src/main/production-acceptance-harness.cjs",
|
||||
"lines": 152,
|
||||
"branches": 19,
|
||||
"functions": 28,
|
||||
"ipcHandlers": 0,
|
||||
"responsibilities": [
|
||||
"inventory",
|
||||
"deployment",
|
||||
"git",
|
||||
"security",
|
||||
"updates"
|
||||
],
|
||||
"hotspotScore": 49
|
||||
},
|
||||
{
|
||||
"file": "src/main/unraid-state-methods.cjs",
|
||||
"lines": 283,
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# ForgeFlow architecture audit
|
||||
|
||||
Generated 2026-07-29T16:20:01.552Z. Complexity is a deterministic decision-point count used for hotspot ranking, not a claim of exact McCabe complexity.
|
||||
Generated 2026-07-29T16:52:29.798Z. Complexity is a deterministic decision-point count used for hotspot ranking, not a claim of exact McCabe complexity.
|
||||
|
||||
## Files above 750 lines
|
||||
|
||||
|
||||
Reference in New Issue
Block a user