suPIerior Rules is a monorepo for Pi-focused rules/context packages and extensions.
The brand name intentionally inserts PI into superior. Published package names use the lowercase npm scope @supierior because npm package names/scopes should remain lowercase.
@supierior/pi-rules— current Pi package for.pi/rulesdiscovery, context injection, commands, skills, and background rule maintenance.
This repo uses pnpm workspaces and Turborepo.
pnpm install
pnpm build
pnpm test
pnpm typecheck
pnpm lintEach package is intended to remain independently buildable and publishable:
cd packages/pi-rules
pnpm build
pnpm test