@llblab/pi-kit
v0.1.12
Published
Version-pinned distribution of LLB Lab extensions for Pi
Downloads
1,914
Maintainers
Readme
@llblab/pi-kit
@llblab/pi-kit is the version-pinned LLB Lab extension distribution for Pi. It provides one installable package while each included extension keeps its own repository, release line, and development lifecycle.
Included packages
| Package | Version | Resources |
| --- | ---: | --- |
| @llblab/pi-actors | 0.50.0 | Extension and Skills |
| @llblab/pi-codex-usage | 0.9.4 | Extension |
| @llblab/pi-grow-loop | 0.7.3 | Extension and Skills |
| @llblab/pi-telegram | 0.39.5 | Extension and Skills |
Versions are exact by design. Updating an extension does not change an installed kit until this repository explicitly advances that dependency and publishes a new kit version.
Install
From npm:
pi install npm:@llblab/pi-kitFrom GitHub:
pi install git:github.com/llblab/pi-kitPi loads the bundled extension entrypoints and Skills declared by this package. The kit itself does not register an extension or introduce runtime behavior.
Development
npm install
npm run validateTo advance one included package, update its exact version in dependencies, run npm install, update the package table and changelog, then validate the packed artifact. Do not use version ranges.
Security
Pi extensions execute with the user's system permissions. Review every included package and its release before advancing the pinned version.
