fix(release): align 0.10.15 package metadata

This commit is contained in:
NuklearRabbit
2026-08-30 01:01:20 +02:00
parent b883c1ad83
commit 0191af2ed8
7 changed files with 60 additions and 51 deletions
+14 -14
View File
@@ -1,5 +1,5 @@
{
"generatedAt": "2026-08-26T23:19:01.915Z",
"generatedAt": "2026-08-29T22:58:20.416Z",
"thresholds": {
"preferredMaximumLines": 750,
"justificationRequiredLines": 1000
@@ -7,9 +7,9 @@
"over750": [
{
"file": "src/main/git-service.cjs",
"lines": 881,
"branches": 134,
"functions": 147,
"lines": 950,
"branches": 139,
"functions": 152,
"ipcHandlers": 0,
"responsibilities": [
"git",
@@ -17,7 +17,7 @@
"security",
"updates"
],
"hotspotScore": 154
"hotspotScore": 159
},
{
"file": "src/renderer/views.js",
@@ -67,9 +67,9 @@
"cyclomaticHotspots": [
{
"file": "src/main/git-service.cjs",
"lines": 881,
"branches": 134,
"functions": 147,
"lines": 950,
"branches": 139,
"functions": 152,
"ipcHandlers": 0,
"responsibilities": [
"git",
@@ -77,7 +77,7 @@
"security",
"updates"
],
"hotspotScore": 154
"hotspotScore": 159
},
{
"file": "src/renderer/actions/shell.js",
@@ -144,9 +144,9 @@
"mixedResponsibilityModules": [
{
"file": "src/main/git-service.cjs",
"lines": 881,
"branches": 134,
"functions": 147,
"lines": 950,
"branches": 139,
"functions": 152,
"ipcHandlers": 0,
"responsibilities": [
"git",
@@ -154,7 +154,7 @@
"security",
"updates"
],
"hotspotScore": 154
"hotspotScore": 159
},
{
"file": "src/renderer/actions/shell.js",
@@ -357,7 +357,7 @@
},
{
"file": "src/renderer/actions/recovery.js",
"lines": 421,
"lines": 422,
"branches": 64,
"functions": 43,
"ipcHandlers": 0,
+3 -3
View File
@@ -1,12 +1,12 @@
# ForgeFlow architecture audit
Generated 2026-08-26T23:19:01.915Z. Complexity is a deterministic decision-point count used for hotspot ranking, not a claim of exact McCabe complexity.
Generated 2026-08-29T22:58:20.416Z. Complexity is a deterministic decision-point count used for hotspot ranking, not a claim of exact McCabe complexity.
## Files above 750 lines
| File | Lines | Decisions | Functions | IPC handlers | Responsibilities |
|---|---:|---:|---:|---:|---|
| `src/main/git-service.cjs` | 881 | 134 | 147 | 0 | git, renderer, security, updates |
| `src/main/git-service.cjs` | 950 | 139 | 152 | 0 | git, renderer, security, updates |
| `src/renderer/views.js` | 876 | 61 | 161 | 0 | inventory, deployment, git, renderer, security, updates |
| `src/main/update-service.cjs` | 854 | 64 | 65 | 0 | git, security, updates |
| `src/renderer/mock-repository-bridge.js` | 780 | 19 | 100 | 0 | deployment, git, security, updates |
@@ -21,7 +21,7 @@ No findings.
| File | Lines | Decisions | Functions | IPC handlers | Responsibilities |
|---|---:|---:|---:|---:|---|
| `src/main/git-service.cjs` | 881 | 134 | 147 | 0 | git, renderer, security, updates |
| `src/main/git-service.cjs` | 950 | 139 | 152 | 0 | git, renderer, security, updates |
| `src/renderer/actions/shell.js` | 531 | 103 | 90 | 0 | inventory, deployment, git, renderer, updates |
| `src/renderer/app.js` | 738 | 80 | 124 | 0 | inventory, deployment, git, renderer, security, updates |
| `src/main/server-inventory.cjs` | 578 | 89 | 104 | 0 | inventory, deployment, git, security, updates |