@ramarivera/pi-model-guardrails
v0.1.7
Published
Model guardrails for Pi coding agent
Maintainers
Readme
@ramarivera/pi-model-guardrails
Model guardrails for Pi coding agent
Install
pi install npm:@ramarivera/[email protected]Local Development
This checkout is live-enabled for Pi through:
.pi/extensions/model-guardrails/index.tsThat shim imports the package entrypoint in src/index.ts, which imports the extension factory from src/extension.ts. Tests use the same symbol so local behavior, package behavior, and manual Pi behavior do not drift.
npm install
npm run check
npm test
npm run test:e2e
npm pack --dry-runPublishing
Publishing uses GitHub Actions trusted publishing in .github/workflows/publish.yml.
Before the first publish, configure npm trusted publishing:
- owner/repo:
ramarivera/pi-model-guardrails - workflow:
.github/workflows/publish.yml - environment: blank unless the workflow is changed to require one
No NPM_TOKEN is required for trusted publishing.
