npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@metaharness/avo

v0.2.0

Published

Governed autonomous variation runtime: evidence-driven repository engineering loops with bounded authority, replayable receipts, semantic supervision, and RVF working memory.

Readme

@metaharness/avo

Governed autonomous variation for real repositories and evaluator suites.

The AVO package exports an autonomous variation API and versioned evidence schemas.

The model chooses repeated inspect, search, hypothesis, edit, execute, evaluate, repair/revert, branch, memory, and commit actions. MetaHarness retains immutable authority over capabilities, budgets, protected invariants, promotion, quarantine, rollback, and signed receipts.

import { GovernedVariationOperator } from '@metaharness/avo';

const result = await new GovernedVariationOperator({
  // Inject a model/host agent, bounded repository adapter, evaluator suite,
  // capability policy, approval gate, RVF memory, supervisor, signer,
  // checkpoint store, budgets, and protected invariants.
}).run();

Production memory uses the optional agenticow peer over RVF. Install it when using RvfGovernedMemory:

npm install @metaharness/avo agenticow

The initially evolvable surfaces are retrieval policy, model routing, context policy, test policy, and repair strategy. Security policy and capability expansion are not evolvable surfaces.

DarwinVariationAdapter is the versioned, structural bridge to Darwin's opt-in EvolutionConfig.variationOperator. When present it replaces the one-call CodeGenerator child path; the outer Darwin loop still evaluates, archives, promotes, budgets, and rolls back the returned candidate.

Proofs

npm run build
npm test
npm run benchmark:swebench

The test suite includes a real RVF run killed and restored at actions 100 and 200, requiring identical signed receipts, state hash, evaluator evidence, lineage, and winner. The default benchmark data is a synthetic mechanism fixture and cannot authorize an AVO-class product claim. Supply preregistered observations with SWE_BENCH_RESULTS=/path/results.json for the 100-task ship gate.

npm run claims:avo verifies the governed release surfaces. Performance and frontier claims fail closed unless an exact-tag-SHA evidence bundle binds the exact npm tarball, preregistered predicate, measured costs, complete lineage roots, and two official grader receipts from distinct pinned organizations. The trust policy digest must come from the protected AVO_CLAIM_TRUST_POLICY_HASH release variable; a key embedded only in the bundle is never trusted.

See ADR-251 and ADR-276.