Skip to content

Packaging Plugins

TokenPilot uses a pnpm workspace within the LightMem2 monorepo.

Build commands from CONTRIBUTING.md:

CommandPurpose
pnpm installInstall all workspace dependencies
pnpm buildBuild all shared packages in the workspace
pnpm lightmem2:buildBuild the standalone CLI surface
pnpm lightmem2:installInstall the CLI entrypoint globally

Adapter install scripts:

HostInstall Command
OpenClawpnpm component:install:tokenpilot:openclaw
Codex CLInpm --prefix components/tokenpilot/adapters/codex run install:codex
Claude Codenpm --prefix components/tokenpilot/adapters/claude-code run install:claude-code

Released under the MIT License.