@llblab/pi-kit 0.1.3 → 0.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  All notable changes to `@llblab/pi-kit` are documented here.
4
4
 
5
+ ## 0.1.5 - 2026-08-20
6
+
7
+ - `Installation`: Makes the npm installation command version-agnostic so the README stays current across future kit releases.
8
+
9
+ ## 0.1.4 - 2026-08-20
10
+
11
+ - `Installation`: Updates the npm example to the current kit version and replaces the local-path example with direct installation from the GitHub repository.
12
+
5
13
  ## 0.1.3 - 2026-08-20
6
14
 
7
15
  - `Extension Releases`: Advances `@llblab/pi-codex-usage` to `0.9.3` for current Pi header-type compatibility and Trusted Publisher releases, and `@llblab/pi-grow-loop` to `0.7.2` for audited Trusted Publisher releases.
package/README.md CHANGED
@@ -15,16 +15,16 @@ Versions are exact by design. Updating an extension does not change an installed
15
15
 
16
16
  ## Install
17
17
 
18
- From npm after publication:
18
+ From npm:
19
19
 
20
20
  ```bash
21
- pi install npm:@llblab/pi-kit@0.1.1
21
+ pi install npm:@llblab/pi-kit
22
22
  ```
23
23
 
24
- For local development:
24
+ From GitHub:
25
25
 
26
26
  ```bash
27
- pi install ./pi-kit
27
+ pi install git:github.com/llblab/pi-kit
28
28
  ```
29
29
 
30
30
  Pi loads the bundled extension entrypoints and Skills declared by this package. The kit itself does not register an extension or introduce runtime behavior.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@llblab/pi-kit",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"