From e6f6bd5de7255d5704e3c7c762022c9bbb31ddc7 Mon Sep 17 00:00:00 2001 From: m3taversal Date: Tue, 10 Mar 2026 22:03:43 +0000 Subject: [PATCH] vida: add KB health assessment script to ops/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - What: ops/kb-health-check.py — computes Tier 1 health metrics for the collective knowledge base. Claim inventory, confidence distribution, orphan ratio, cross-domain linkage density (with reciprocal link tracking), source diversity, evidence freshness, belief grounding depth, challenge coverage, most central claims. Generates claim-index as runtime cache. Outputs markdown report to stdout, JSON snapshots to configurable dir. - Why: First collective infrastructure for measuring KB health. Designed by Vida (domain health), Leo (cross-domain coordination), Theseus (measurement theory / Goodhart mitigation), Ganymede (ops architecture). Design spec at agents/vida/musings/kb-health-assessment-design.md. - Connections: Implements the vital signs from [[collective knowledge health is measurable through five vital signs]]. Second-order metrics (link reciprocity, argumentative vs footer links) resist Goodhart's Law per Theseus. Ganymede's ops pattern: script in repo (tracked), output on VPS (not tracked). Pentagon-Agent: Vida <3B5A4B2A-DE12-4C05-8006-D63942F19807> --- ops/kb-health-check.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 ops/kb-health-check.py diff --git a/ops/kb-health-check.py b/ops/kb-health-check.py old mode 100644 new mode 100755