@ian-pascoe/pi-minimal-subagents 0.3.0 → 0.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ian-pascoe/pi-minimal-subagents",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "private": false,
5
5
  "description": "Persistent nested subagents with bounded delegation for Pi",
6
6
  "keywords": [
@@ -21,6 +21,7 @@
21
21
  },
22
22
  "files": [
23
23
  "src",
24
+ "skills",
24
25
  "README.md",
25
26
  "LICENSE"
26
27
  ],
@@ -42,6 +43,9 @@
42
43
  "pi": {
43
44
  "extensions": [
44
45
  "./src/index.ts"
46
+ ],
47
+ "skills": [
48
+ "./skills"
45
49
  ]
46
50
  },
47
51
  "scripts": {
@@ -0,0 +1,15 @@
1
+ ---
2
+ name: pi-minimal-subagents
3
+ description: Configure or diagnose Pi Minimal Subagents for spawn, capability, delivery, wait, restore, reload, or fork failures.
4
+ license: MIT
5
+ ---
6
+
7
+ # Pi Minimal Subagents
8
+
9
+ 1. Read the relevant spawn, capability, delivery, or recovery section of [`../../README.md`](../../README.md).
10
+ 2. From the direct parent, use `subagent_status` to capture the Child Agent's Launch Contract, Runtime Profile, dependencies, result, and Recent Activity.
11
+ 3. Classify the fault as launch resolution, adjacency, ordinary-tool ceiling, delivery state, or Registry recovery.
12
+ 4. For configuration changes, identify the effective layer, make one scoped edit, validate JSON, and reload Pi.
13
+ 5. Repeat the same spawn or coordination operation. Finish when it succeeds or one named launch, adjacency, capability, delivery, or recovery boundary is evidenced.
14
+
15
+ A wait timeout observes without cancelling. Tool arrays contain only ordinary tools. Cancellation preserves a Child Session; deletion removes it.