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

latticeai

v0.8.2

Published

Lattice Core for existing repos: agent rules, verification, drift detection, and security scans

Readme

latticeai

latticeai is the public launcher package for Lattice Core.

Use it in an existing repository to add modern agent instructions, verification, drift checks, and security scanning without changing your product architecture.

What Lattice Core adds

  • AGENTS.md, docs/rules/codex.md, Cursor project rules, and Claude project settings
  • verify, release-check, status, drift, diff, update, and doctor workflows
  • security-scan for exposed-secret detection
  • prompt recipes and optional CI scaffolding

Quick start

npx latticeai

For a non-interactive setup:

npx latticeai setup --projectType nextjs --preset startup

Core commands

  • npx latticeai verify
  • npx latticeai release-check
  • npx latticeai security-scan
  • npx latticeai status
  • npx latticeai drift
  • npx latticeai diff
  • npx latticeai update
  • npx latticeai doctor

Architect installs

Lattice Architect uses the same CLI package for project delivery:

npx latticeai create --id <project-id>

For an unlocked OpenClaw build, one command installs the compatible OpenClaw release, launches its official credential and channel setup, applies the generated Lattice configuration, and verifies gateway health:

npx --yes latticeai@latest openclaw install --id <project-id>

Windows customers can download a double-click installer from their paid Lattice result instead. Model-provider and channel credentials are entered directly into OpenClaw; Lattice does not receive or store them.

For the runtime-neutral Agent Setup Builder, use:

npx --yes latticeai@latest agent install --id <project-id>

The manifest selects OpenClaw or Hermes. Hermes also has an explicit alias:

npx --yes latticeai@latest hermes install --id <project-id>

The Hermes flow verifies the reviewed official installer hash and commit, installs the personalized local profile, backs up Lattice-managed targets, and runs Hermes checks. Provider and channel credentials stay in Hermes' official setup. Use --dry-run for a side-effect-free plan, --profile-name <name> for a same-name conflict, or --update-existing-profile only after reviewing the generated profile changes.

Generated launchers can use a short-lived --install-token instead of saving a Lattice CLI login. The token is never persisted or included in failure reports; only sanitized install stage metadata is returned to Lattice.

That flow is separate from Core setup. Core is for bringing agent guardrails and verification into repositories you already have.

Links

  • Docs: https://latticeai.app/core
  • Source: https://github.com/rmach816/lattice