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

@jentrix/plugin-pi

v0.1.1

Published

The official Jentrix package for Pi: connected-session extension commands and the lifecycle/token-receipt ledger the Jentrix CLI's session host reads (jentrix plugin install pi).

Readme

@jentrix/plugin-pi

The official Jentrix package for Pi (@earendil-works/pi-coding-agent). Installed and registered by the Jentrix CLI — npm install -g @jentrix/cli && jentrix plugin install pi — never by hand.

What it does, inside Pi (one extension, src/index.js, declared in package.json's pi.extensions):

  • registers the seven /jentrix-* commands (connect, align, plan, checkpoint, review, status, end) with pi.registerCommand; each handler injects the generated workflow from commands/ as a marked custom message (customType: "jentrix") and waits for the turn it triggers, so the workflow text is never mistaken for the operator's own words;
  • appends one line per observed extension event to ~/.config/stacks/pi-sessions/hooks.ndjson — lifecycle, prompts, tool calls, assistant messages, compaction boundaries, and one token receipt per assistant message plus one per compaction or branch summary — which the CLI's session host reads. Session identity is Pi's own: its bash tool exports PI_SESSION_ID and PI_SESSION_FILE. Nothing here talks to the network; the ledger is 0600 under your home directory.

jentrix plugin install pi runs pi install <this package's directory> (Pi records the path in its settings; nothing is copied) and jentrix plugin remove pi runs pi remove on the same path — Pi's own CLI, never its settings files. Extensions load at startup: restart Pi after installing. A run started with --no-extensions loads none, and such a session records nothing.

Behaviour, events and ledger vocabulary are documented in hooks/hooks.json and manifest.json; the package's jentrix metadata block (behaviour revision, resource digest, compatible CLI range) is stamped by the release tooling and checked by jentrix session doctor.