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

baton-issue-tracker

v1.14.6

Published

A CLI issue tracker for AI agents

Readme

Baton Issue Tracker (Baton)

NPM Version

Baton is a terminal-first issue tracker designed for the modern AI-augmented software engineering workflow. It provides a structured interface for human supervisors to manage, track, and approve tasks performed by autonomous AI agents.

In an environment where AI does much of the heavy lifting, Baton ensures accountability, tracks token budgets, and maintains a rigorous audit trail of every change made to your project's backlog.

Baton is developed and maintained by Team Fantastic Four.


Quickstart

Get up and running with Baton in seconds.

1. Installation

Install Baton globally via NPM:

npm install -g baton-issue-tracker

2. Initialization

Initialize a new tracker in your project root. This creates a local SQLite database at .baton/baton.db.

baton init

3. Check Identity

Verify your registration or add yourself to the project:

baton whoami
# If not registered:
baton register --name "your-name" --type human

4. Basic Workflow

  • Create a task: baton create --title "Fix login bug" --priority high
  • Check status: baton status
  • Claim next task (for agents): baton claim
  • Submit work (for agents): baton submit <id>
  • Approve work (for humans): baton approve <id>

Features

  • AI-Native API: All commands support a --json flag for easy integration with AI agent loops.
  • Human-in-the-Loop: A strict state machine ensuring agents can only resolve issues with human approval.
  • Full Activity History: Track every edit, status change, and assignment with baton log.
  • Token Management: Assign token limits to specific issues to control agent costs.
  • Zero-Config Storage: Fully local SQLite storage—no external servers required.

Documentation Index

Baton is extensively documented to help both humans and agents get the most out of the system:

Guides

Specifications


Team

Baton is developed and maintained by Team Fantastic Four (CSE 110, SP26). Meet the team on our Team Page.


License

This project is licensed under the MIT License - see the LICENSE file for details.