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

ahead-pi

v0.5.0

Published

AHEAD workflow enforcement and context for Pi

Readme

AHEAD for Pi

Audience: AHEAD practitioners

Status: guided-mode dogfood v0.3

The Pi integration runs the Rust AHEAD state machine as WebAssembly, injects generated phase instructions into any Pi model, persists the event/evidence chain, and presents AHEAD as a guided mode with human-owned gates.

It does not own model authentication. Use whichever provider Pi already supports and your organization permits, including an existing GitHub Copilot configuration. AHEAD never receives the model credential.

Install from npm

Install the current version globally in Pi:

pi install npm:ahead-pi

Pin an exact version for a team or project:

pi install -l npm:[email protected]

Or try it for one session without changing settings:

pi -e npm:ahead-pi

Guided mode

  1. Start Pi in the repository where the engineering work will occur.
  2. Run /ahead <short title> or /ahead <work-item-url> once, explicitly choose the workflow that fits the dominant outcome, and enter AHEAD mode. A new run never defaults to Product Change. Advanced noninteractive use passes /ahead-start <workflow-id> :: <title-or-work-item-url>.
  3. Work through normal conversation. A compact header above the chat shows the phase goal, required evidence, and whether the human or AI owns the next action. The full human/AI boundary continues to govern every model turn without occupying the conversation.
  4. Run /ahead again only when you want the contextual action menu. It opens the right guided editor, requests the right AI contribution, accepts and advances a human gate, returns to an earlier phase, or opens applicable framework guidance.

Human-owned artifact editors use structured Markdown forms. Every expected input has a required response field, and an incomplete or removed field blocks saving with a specific list of what remains. A field may say Not applicable — reason when justified. Completing the form makes omissions visible; it does not substitute for accountable judgment or gate review. 5. Keep the .ahead records with the work so another session or independent reviewer resumes the same authoritative run.

AHEAD remains active across Pi sessions until an accountable human completes the outcome phase or runs /ahead-stop. Restarting Pi does not leave the mode or reset the workflow.

/ahead-stop defaults to discarding the unfinished AHEAD run record and its .ahead artifacts; it never deletes, resets, or reverts source code or other repository changes. The human may instead explicitly save the run for later. /ahead-resume restores that exact workflow, phase, evidence, and unmet gates.

During implementation, the engineer can ask questions at any time. The guided help form captures the engineer's current model and first attempt, then asks AI for explanation, evidence, hints, debugging help, or bounded next steps without handing over human ownership. Normal conversation follows the same rule. A bounded mechanical edit still requires clear human intent and later human inspection and understanding.

Run /ahead-skills to inspect optional third-party skills AHEAD has reviewed for the active phase. Recommendations pin the reviewed source and provide an opt-in install command; the extension never installs them. AHEAD's human ownership and gates override any conflicting skill guidance.

The package itself includes three AHEAD-owned Agent Skills: /skill:research, /skill:to-tickets, and /skill:diagnosing-bugs. Pi loads their descriptions at startup and their full instructions only when selected. They are thin interfaces to AHEAD's canonical methods, not extra workflow authority. to-tickets requires explicit invocation and human approval of the complete breakdown before any tracker write. diagnosing-bugs uses AHEAD's human-model-first order. Projects should keep domain language, tracker configuration, and repository-specific review rules in their own instructions rather than copying these skills locally.

Work items and sprint-ahead planning

/ahead-work-item <url> links an existing GitHub, Jira, Azure Boards, Linear, or other HTTP(S) work item. With no URL, the command can link an item interactively or create a GitHub issue in the current repository after the human reviews and confirms a body seeded with the available approved plan. The provider-neutral URL appears in the AHEAD header and run state.

Repositories may configure a required boundary in .ahead/config.json. This example requires a work item before Product Change enters implementation:

{
  "api_version": "ahead.config/v0",
  "work_items": {
    "required_before_phase": {
      "product-change": "implement"
    }
  }
}

When a project has no config, starting new work offers a setup wizard or the option to continue without one. /ahead-config opens the wizard directly. It can apply the recommended boundaries, ask for each workflow's boundary, or make all work items optional. Rerunning it previews and confirms replacement, then preserves the exact prior file under .ahead/backups/; this also provides a safe path from an invalid or unsupported config version to the current schema.

The boundary is configured separately for each workflow and copied into new runs for deterministic replay. Configuration changes never reinterpret active or saved runs. When an approved plan enters implement, /ahead offers to save it as a ready-to-implement handoff for a later sprint. This preserves the plan and work-item link without claiming the unfinished workflow is complete.

Agent profile and framework references

AHEAD behaves as a dynamic policy profile layered onto whichever model Pi is already using. Every model turn receives a compact binding agent profile, the active phase contract, current workflow state, and human/AI boundary. The full framework is not injected into every prompt.

The Constitution, practitioner guide, and evidence library are copied into the published package at build time and indexed with audience and authority metadata. Maintainer and tooling-development documents are excluded. Run /ahead-guide to read practitioner references applicable to the active phase, /ahead-guide all to browse the complete runtime set, or /ahead-guide <topic> to open a specific document. AI uses ahead_get_reference when it needs the same source material. This preserves traceability without filling the context window with unrelated documents.

The normal implementation handoff is:

HUMAN IMPLEMENTS AND SELF-CHECKS
              ↓
AI REVIEWS THE EXACT CURRENT CHANGESET
              ↓
HUMAN RECORDS A SEPARATE DISPOSITION FOR EVERY MATERIAL AI FINDING
              ↓
READY FOR INDEPENDENT HUMAN REVIEW
              ↓
INDEPENDENT HUMAN REVIEWS AND ACCEPTS

A draft branch or draft PR may exist earlier. The handoff gate is requesting human review or marking the PR ready, not ordinary draft pushes.

/ahead-review opens the first editor-neutral review workbench. It fingerprints the current Git changeset, shows the changed paths and diff in Pi, can open a selected path in VS Code when detected or configured with AHEAD_EDITOR=vscode, requests snapshot-bound AI findings, and opens the required human disposition or independent-review record. Any engineering change produces a new fingerprint and requires review again. .ahead/** evidence is excluded from that fingerprint so recording the review does not invalidate it.

Human commands

| Command | Effect | |---|---| | /ahead [title] | Choose a workflow for new work, or open the active workflow's action menu | | /ahead-work-item [url] | Link a provider-neutral work item or create a confirmed GitHub issue | | /ahead-config | Set up, inspect, replace, or migrate project policy with a recoverable backup | | /ahead-guide [topic] | Read phase-relevant or requested AHEAD Markdown | | /ahead-skills | Inspect optional skills reviewed for the active phase; never installs them | | /ahead-review | Inspect the exact diff and complete the AI-to-human review handoff | | /ahead-stop | Leave AHEAD mode; discard the unfinished record by default or explicitly save it | | /ahead-resume [run-id] | Resume an unfinished run that was explicitly saved | | /ahead-help | Show commands and authority boundaries |

/ahead-start, /ahead-status, /ahead-record, /ahead-accept, /ahead-advance, and /ahead-return remain available as advanced recovery and inspection commands. Normal use should not require memorizing them.

AI tools

  • ahead_get_context reads authoritative state.
  • ahead_get_work_item reads the linked reference and resolves GitHub issue context through gh.
  • ahead_get_reference lists or reads the packaged framework Markdown on demand.
  • ahead_get_recommended_skills lists reviewed optional skills without installing them.
  • ahead_get_review_snapshot captures the exact current changeset and fingerprint.
  • ahead_record_artifact records only AI/shared artifacts allowed in the current phase.
  • ahead_request_transition reports readiness but cannot change state.
  • ahead_validate replays the event log.

Built-in Pi tool mappings are deliberately explicit:

| Pi tool | AHEAD capability | |---|---| | read, grep, find, ls | inspect | | edit, write | modify | | bash | execute |

An unknown model-invoked tool is denied until this adapter classifies it. Human ! shell commands are not model tool calls and are not intercepted.

Identity and current limits

Human identity is resolved from AHEAD_HUMAN_IDENTITY, Git user.email, Git user.name, then the local username. Set the environment variable when another reviewer uses the same machine or Git identity:

[email protected] pi -e ./integrations/pi/src/index.ts

This is local self-attestation, not cryptographic identity. The initial version is single-writer, implements all six pilot workflows, and has no GitHub/CI workflow enforcement yet. v0.3 binds local review records to a SHA-256 fingerprint of the selected base, merge base, HEAD, tracked diff, working-tree status, and untracked-file hashes. That fingerprint is not signed or remotely attested; a changed changeset must be reviewed again.

Contributing

Source builds, architecture, package verification, and release procedures are maintained separately in the AHEAD development guide.