pi-live-context 0.0.1 → 1.0.0

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
@@ -1 +1,7 @@
1
1
  # pi-live-context
2
+
3
+ ## 1.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - [`6312b97`](https://github.com/bradennss/pi-live-context/commit/6312b978091ec144216a2b0ef2196fbb5234f3c0) Thanks [@bradennss](https://github.com/bradennss)! - First stable release. pi-live-context reloads AGENTS.md every turn and sends it as a user message instead of system prompt text.
package/README.md CHANGED
@@ -21,7 +21,7 @@ Pi discovers `AGENTS.md` and `CLAUDE.md` the same way it usually does, but sends
21
21
 
22
22
  ## Requirements
23
23
 
24
- - Node.js >= 20.
24
+ - Node.js >= 22.19, the version Pi itself requires.
25
25
  - Pi 0.85 or newer.
26
26
 
27
27
  ## Development
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-live-context",
3
- "version": "0.0.1",
3
+ "version": "1.0.0",
4
4
  "description": "Pi extension that reloads AGENTS.md every turn and sends it as a user message instead of system prompt text.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -38,7 +38,7 @@
38
38
  "CHANGELOG.md"
39
39
  ],
40
40
  "engines": {
41
- "node": ">=20"
41
+ "node": ">=22.19.0"
42
42
  },
43
43
  "pi": {
44
44
  "extensions": [