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

@refino/cli

v0.0.2

Published

Command line interface for querying Constraint Refinement Graphs (CRG).

Readme

@refino/cli

refino 引擎的命令行接口:对 Constraint Refinement Graph 的查询、校验与节点读写,以及面向 agent 的通用接入命令(上下文渲染、授权签发、自文档)与本地 Web 界面服务(refino web)。

Usage: refino [options] [command]

Parse, validate and query a Constraint Refinement Graph stored in .refino/.

Options:
  -V, --version              output the version number
  --root <dir>               project root directory containing .refino/ (default:
                             "/home/leawind/Workspace/github.com/Leawind/refino-worktrees/examples")
  --json                     emit machine-readable JSON on stdout (default: false)
  --authorization <path>     path to an orchestrator-signed authorization document (overrides workspace state)
  -h, --help                 display help for command

Commands:
  validate                   build the graph and report all validation issues
  list [options]             list all nodes (id, type, summary)
  show <ids...>              print the full record of one or more nodes
  grounds <ids...>           direct grounds of one or more nodes
  ancestors <ids...>         all nodes reachable by recursively following grounds
  dependents <ids...>        constraints potentially affected if these nodes change
  new                        create a new node file in .refino/
  update [options] <id>      update fields of an existing node; unspecified fields keep their current value
  delete [options] <ids...>  delete one or more nodes; refuses while other nodes ground on the target
  web [options]              start the web UI server
  init                       create the .refino/ directory skeleton (pure scaffolding)
  context [options]          render the current authorization context (the task's opening context)
  search [options] [query]   paginated search over id prefixes and summaries
  pending [options]          nodes changed since a git baseline and their downstream pending-review constraints
  auth                       show, apply or reset the workspace's signed authorization
  guide                      print the full working protocol (written for models)
  skill [options]            print the SKILL.md content with install guidance
  help [command]             display help for command