@tigorhutasuhut/pi-rules 0.3.0 → 0.3.1

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.
Files changed (2) hide show
  1. package/README.md +16 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -18,6 +18,22 @@ pi install -l npm:@tigorhutasuhut/pi-rules
18
18
 
19
19
  Already running Pi? Use `/reload` after installation.
20
20
 
21
+ Try without installing:
22
+
23
+ ```sh
24
+ pi -e npm:@tigorhutasuhut/pi-rules
25
+ ```
26
+
27
+ Pin, update, or remove the package:
28
+
29
+ ```sh
30
+ pi install npm:@tigorhutasuhut/pi-rules@0.3.1
31
+ pi update npm:@tigorhutasuhut/pi-rules
32
+ pi remove npm:@tigorhutasuhut/pi-rules
33
+ ```
34
+
35
+ Versioned installs stay pinned during `pi update --extensions` and `pi update --all`. Use the unversioned install command again to resume package updates.
36
+
21
37
  ## Quick start
22
38
 
23
39
  Create `.pi/rules/project.md` in your repository:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tigorhutasuhut/pi-rules",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Claude-compatible project rules for Pi agents and subagents",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",