992 B
992 B
Publishing pi-crew
This package is published as the scoped public npm package:
pi-crew
Before publishing to npm:
- Confirm package metadata in
package.json:authorrepositoryhomepagebugspublishConfig.access = public
- Confirm license and notices:
- keep
LICENSE - keep
NOTICE.md - document copied/adapted MIT source if any substantial code is ported
- keep
- Run checks:
npm run check
- Verify package contents:
npm pack --dry-run
- Verify local install in Pi:
pi install ./pi-crew
/team-doctor
/team-validate
- Publish when ready:
npm publish --access public
Users can install the published package with:
pi install npm:pi-crew
Config schema
The package exports:
./schema.json
Use this for editor validation of:
~/.pi/agent/extensions/pi-crew/config.json