pi-extensions

April 11, 2026 ยท View on GitHub

CI License: MIT

A monorepo of Pi extensions, built and released independently under packages/.

Packages

PackageDescriptionnpm
pi-continuous-learningObserves coding sessions and distils patterns into reusable instincts with confidence scoring and closed-loop feedbacknpm
pi-red-greenTDD enforcement for agent sessions: RED-GREEN-REFACTOR state machine with phase-specific prompt injection and test run detectionnpm
pi-compassCodebase navigation: generates structured codemaps and interactive code tours for faster agent onboardingnpm
pi-simplifyCode simplification: reviews recently changed files for clarity, consistency, and maintainabilitynpm
pi-code-reviewAutomated code review: language-aware review after edits with structured findingsnpm
pi-blueprintMulti-session planning: turns objectives into phased construction plans with dependency tracking and verification gatesnpm

Development

npm install                           # install all workspace dependencies
npm test                              # run all package tests
npm run build                         # compile all packages to dist/
npm run typecheck                     # type-check all packages
npm run lint                          # ESLint across all packages
npm run check                         # tests + lint + typecheck (mirrors CI)
npm run lint:mega                     # run MegaLinter locally (requires Docker)

See each package's README.md for installation and usage, and AGENTS.md for development conventions.