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.

  1. Shell out to npx metaharness genome <path> --json (60s hard timeout).
  2. Parse the shape: { repo_type, agent_topology[], risk_score, mcp_surface, test_confidence, publish_readiness }.
  3. If --alert-on-risk-above N: exit 1 when risk_score > N.
  4. Output JSON (default) or markdown.

Phase-0 baseline (ruflo, measured 2026-06-16)

Installs
3
GitHub Stars
61.6K
First Seen
5 days ago
harness-genome — ruvnet/claude-flow