@preapexis/pi-kit 1.0.7 → 1.0.8
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/README.md +7 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
`````md
|
|
2
2
|
# preapexis-pi-kit
|
|
3
3
|
|
|
4
4
|
A personalized kit for the [Pi Agent Harness](https://github.com/earendil-works/pi) that bundles extensions, prompts, skills, and themes to improve AI-assisted coding workflows.
|
|
@@ -36,6 +36,7 @@ npm package: [@preapexis/pi-kit](https://www.npmjs.com/package/@preapexis/pi-kit
|
|
|
36
36
|
|
|
37
37
|
- **package.json** – declares this repository as a Pi package.
|
|
38
38
|
|
|
39
|
+
````md
|
|
39
40
|
## Installation
|
|
40
41
|
|
|
41
42
|
Install from npm:
|
|
@@ -44,6 +45,7 @@ Install from npm:
|
|
|
44
45
|
pi install npm:@preapexis/pi-kit
|
|
45
46
|
```
|
|
46
47
|
````
|
|
48
|
+
`````
|
|
47
49
|
|
|
48
50
|
After installing, restart Pi or reload extensions:
|
|
49
51
|
|
|
@@ -65,13 +67,15 @@ Then reload Pi:
|
|
|
65
67
|
/reload
|
|
66
68
|
```
|
|
67
69
|
|
|
68
|
-
You can also use
|
|
70
|
+
You can also use:
|
|
69
71
|
|
|
70
72
|
```txt
|
|
71
73
|
/update
|
|
72
74
|
```
|
|
73
75
|
|
|
74
|
-
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
```
|
|
75
79
|
|
|
76
80
|
## Usage
|
|
77
81
|
|