@pi-stef/pair 0.1.2 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-stef/pair",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Pi extension for plan/review/implement workflows using pi-subagents for reviewer spawning.",
5
5
  "type": "module",
6
6
  "pi": {
@@ -17,7 +17,7 @@ Create a multi-milestone implementation plan with iterative reviewer approval.
17
17
 
18
18
  ### Phase 1: Analyze
19
19
 
20
- Explore the codebase and existing patterns. Use exploration agents to understand the project structure.
20
+ Explore the codebase and existing patterns. Use `Agent()` to understand the project structure — this inherits the current session model. Do NOT specify a model or agentType unless explicitly asked.
21
21
 
22
22
  ### Phase 2: Gather Requirements
23
23