@lnilluv/pi-ralph-loop 0.1.0 → 0.1.3

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.
@@ -27,7 +27,7 @@ jobs:
27
27
  - name: Setup Node.js 22
28
28
  uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
29
29
  with:
30
- node-version: 22
30
+ node-version: 24
31
31
  registry-url: https://registry.npmjs.org
32
32
 
33
33
  - name: Install dependencies
package/README.md CHANGED
@@ -104,3 +104,4 @@ In the `tool_result` hook, bash outputs are scanned for failure patterns. After
104
104
  ## License
105
105
 
106
106
  MIT
107
+ # CI provenance test
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lnilluv/pi-ralph-loop",
3
- "version": "0.1.0",
3
+ "version": "0.1.3",
4
4
  "description": "Pi-native ralph loop — autonomous coding iterations with mid-turn supervision",
5
5
  "type": "module",
6
6
  "pi": {
@@ -16,8 +16,8 @@
16
16
  "url": "git+https://github.com/lnilluv/pi-ralph-loop.git"
17
17
  },
18
18
  "dependencies": {
19
- "yaml": "2.7.1",
20
- "minimatch": "10.0.1"
19
+ "yaml": "2.8.3",
20
+ "minimatch": "10.2.3"
21
21
  },
22
22
  "peerDependencies": {
23
23
  "@mariozechner/pi-coding-agent": "*"