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

@suaiva/pi-terminal-ide

v1.0.0

Published

3-Pane Sovereign AI Terminal IDE for Pi & OMP (Herdr/Luvus + Silent Neovim + Playwriter ARIA QA)

Readme

Pi Terminal IDE (@suaiva/pi-terminal-ide)

3-Pane Sovereign AI Terminal IDE for Pi, Oh My Pi, and Claude Code — combining coding agent control, silent Neovim human editing, and with-managed Playwriter ARIA browser testing.

┌─────────────────────────────────────────────────────────────────────────────┐
│                            Pi Terminal IDE Layout                           │
├──────────────────────────────┬──────────────────────────────────────────────┤
│ [Pane: agent] (宽: 50%)      │ [Pane: nvim] (宽: 50%, 高: 60%)              │
│ - Pi / OMP / Claude Code     │ - 人类主权区(绝对静默,防刷屏/防夺焦点)    │
│ - 核心规划、编码、测试       │ - 依赖磁盘 autoread 与 gitsigns 呈现 Diff    │
│ - 接收人类视觉标注图片       ├──────────────────────────────────────────────┤
│ - 执行 Playwriter 验证       │ [Pane: qa-runtime] (高: 40%)                 │
│                              │ - 本地 Dev Server (Vite / Next.js)           │
│                              │ - 基于 with 管理器的 Playwriter 会话池       │
└──────────────────────────────┴──────────────────────────────────────────────┘

Features

  • Sovereign editing (Zero-focus-stealing): Agent writes files to disk silently; Neovim detects changes via autoread and gitsigns. Agent NEVER issues intrusive remote commands (:e, :checktime, forced splits) that disrupt human mode or cursor.
  • Multiplexer-agnostic: Native support for both Herdr (with Kitty Graphics passthrough) and Luvus (lightweight pure-ANSI terminal).
  • With-bound browser testing: Playwriter headless browser verification runs inside Python context managers guaranteeing instant, deterministic session cleanup on exit or error.
  • Semantic bus topology: Panes are strictly addressed by semantic labels (agent, nvim, qa-runtime) rather than transient PTY IDs.
  • Snapshot-first ARIA inspection: Automated UI validation defaults to ARIA accessibility trees (~50-100 tokens), avoiding multimodal visual clutter and token waste.

Installation

# Install package into Pi
pi install git:github.com/suainam/pi-terminal-ide
# Or from local clone:
pi install ./pi-terminal-ide

Quick Start

1. Launch 3-Pane IDE

Inside Herdr or Luvus:

# In Herdr session:
~/.pi/agent/skills/herdr-nvim-qa-workspace/scripts/herdr-ide.sh .

# In Luvus session:
~/.pi/agent/skills/luvus-nvim-qa-workspace/scripts/luvus-ide.sh .

2. Neovim Integration

Source the helper in your init.lua:

-- For Herdr:
dofile(vim.fn.expand("~/.pi/agent/skills/herdr-nvim-qa-workspace/scripts/herdr.lua"))
-- For Luvus:
dofile(vim.fn.expand("~/.pi/agent/skills/luvus-nvim-qa-workspace/scripts/luvus.lua"))
  • <leader>aa (visual mode): Dispatches code selection and prompt directly to the adjacent agent pane.
  • :HerdrQA / :LuvusQA: Runs Playwriter ARIA headless verification on http://localhost:5173.

3. Automated QA Watcher

In the qa-runtime pane, run the test watcher:

QA_TEST_CMD="npm test" ./scripts/qa-watch.sh

Automatically captures regression failures with loop protection and alerts the agent to fix code.

License

MIT © suainam