@thiago__ss/pi-agent-config
v0.1.0
Published
Thiago's shareable Pi agent configuration
Maintainers
Readme
@thiago__ss/pi-agent-config
This package contains Thiago's shareable Pi agent configuration.
Install
Option 1: close clone via npx
npx @thiago__ss/pi-agent-configThis copies exported resources into ~/.pi/agent (or PI_AGENT_DIR) and merges shareable settings from settings.partial.json.
Option 2: native Pi package install
pi install npm:@thiago__ss/pi-agent-configThis loads packaged Pi resources directly, but it does not merge root files like AGENTS.md for you.
Included
AGENTS.mdextensions/themes/settings.partial.json
Publish
Initial local publish
npm publish --access publicGitHub Actions publishes later releases
- Add an
NPM_TOKENrepository secret on GitHub. - Push a tag like
v0.1.1. - GitHub Actions publishes that version to npm.
git tag v0.1.1
git push origin v0.1.1Notes
- Secrets and local state such as
auth.jsonandsessions/are intentionally excluded. - External symlinked resources are skipped on purpose for safety.
- Review
settings.partial.jsonbefore each publish.
