harness-genome
Installation
SKILL.md
Companion to harness-score. Where score is a 5-dimension numeric
scorecard, genome is a 7-section categorical/numeric report covering
repo type, agent topology recommendations, risk score (0-1), MCP
surface area, test confidence (0-1), and publish readiness (0-1).
Algorithm
Implementation: scripts/genome.mjs.
- Shell out to
npx metaharness genome <path> --json(60s hard timeout). - Parse the shape:
{ repo_type, agent_topology[], risk_score, mcp_surface, test_confidence, publish_readiness }. - If
--alert-on-risk-above N: exit 1 whenrisk_score > N. - Output JSON (default) or markdown.