@fosterg4/pi-subagent 1.0.0 → 1.0.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.
package/agents/planner.md CHANGED
@@ -2,7 +2,6 @@
2
2
  name: planner
3
3
  description: Creates implementation plans from context and requirements
4
4
  tools: read, grep, find, ls
5
- model: claude-sonnet-4-5
6
5
  inputSchema:
7
6
  type: object
8
7
  properties:
@@ -2,7 +2,6 @@
2
2
  name: reviewer
3
3
  description: Code review specialist for quality and security analysis
4
4
  tools: read, grep, find, ls, bash
5
- model: claude-sonnet-4-5
6
5
  inputSchema:
7
6
  type: object
8
7
  properties:
package/agents/scout.md CHANGED
@@ -2,7 +2,6 @@
2
2
  name: scout
3
3
  description: Fast codebase recon that returns compressed context for handoff to other agents
4
4
  tools: read, grep, find, ls, bash
5
- model: claude-haiku-4-5
6
5
  inputSchema:
7
6
  type: object
8
7
  properties:
package/agents/worker.md CHANGED
@@ -1,7 +1,6 @@
1
1
  ---
2
2
  name: worker
3
3
  description: General-purpose subagent with full capabilities, isolated context
4
- model: claude-sonnet-4-5
5
4
  inputSchema:
6
5
  type: object
7
6
  properties:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fosterg4/pi-subagent",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Delegate tasks to specialized subagents with isolated context windows, structured JSON handoff, contract schemas, and live TUI streaming",
5
5
  "keywords": [
6
6
  "pi-package",