@anton-kochev/pi-extensions
v0.3.0
Published
Pi extensions.
Readme
pi-extensions
Pi extensions for personal use.
Install
pi install npm:@anton-kochev/pi-extensionsOr pin to a specific version:
pi install npm:@anton-kochev/pi-extensions@<version>Extensions
squiggle/— quietly polish grammar and spelling in user prompts.echo/— read-only side-channel question asker for pi sessions and project code.
Local development
From a checkout of this repo:
pi install -l ./squiggle
pi install -l ./echoEach subdirectory has its own package.json so individual extensions remain installable in isolation.
Release
npm version patch # or minor/major
git push --follow-tagsTrusted publishing handles the rest — the workflow at .github/workflows/publish.yml fires on tag push and publishes to npm via OIDC.
