What problem does it solve?
Teams need a categorical, read-only assessment of a repository before scaffolding agent harnesses or publishing, but manually auditing repo type, risk, MCP surface, and test confidence is slow and inconsistent.
Core Features & Use Cases
- 7-Section Genome Report: Returns repo_type, agent_topology, risk_score (0-1), mcp_surface, test_confidence (0-1), and publish_readiness (0-1) from
npx metaharness genome <path> --json.
- CI Risk Gating: The
--alert-on-risk-above N flag exits with code 1 when the repo's risk score crosses a threshold, failing the build.
- Graceful Degradation: Upstream exit codes 1 (needs-work) and 2 (blocked) are preserved as valid reports rather than treated as failures.
- Use Case: Before minting a custom agent harness from a repo, run the genome report to confirm publish readiness is high and risk is low, then snapshot results over time to detect drift in agent topology recommendations.
Quick Start
Run the harness-genome skill against the current repository to produce a JSON readiness report with risk score and publish readiness.