Redesign system interconnections display: group by health, inline diagnoses
Balance Check / balance-simulation (push) Successful in 6m53s
Balance Check / multi-run-balance (push) Successful in 20m40s
CI / build-and-push (push) Successful in 27s

Remove misleading Reputation -> Era Gates connection (score 0 meant
"already sufficient," not broken). Add diagnosis and eventLabel fields
to each connection. Group output: broken links first with [!!] and
plain-language explanation, then healthy links as compact one-liners.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-26 13:00:41 -04:00
parent d47afd8542
commit b906592af4
3 changed files with 73 additions and 37 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ interface WorkerResult {
revenueStreamDiversity: number;
};
systemInterconnections: {
connections: Array<{ from: string; to: string; score: number; evidence: string; events: number }>;
connections: Array<{ from: string; to: string; score: number; evidence: string; diagnosis: string; events: number; eventLabel: string }>;
overallScore: number;
};
cashFlow: { bankruptcyRisks: number };