Imported from iurysza/pi-extensions (
AGENTS.md). Install upstream withnpx skills add iurysza/pi-extensions. Copyright stays with the author.
Pi Extensions Monorepo
- Keep the root workspace private; publish only scoped child packages.
- The root
pimanifest is the explicit union of every child Pi resource. Update it with every child manifest change. - Import repository history with
git subtree; never use Git submodules. - Preserve imported package provenance, licenses, and third-party notices.
- Do not modify the external
agentsrepository, installed Pi configuration, profiles, or old source repositories while working here. - Keep exactly one root
package-lock.json; child locks are forbidden. - Run
npm ciandnpm run checkbefore committing.