@henryqw/pi-subagent 4.1.1 → 5.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.
@@ -2,6 +2,8 @@
2
2
  name: scout
3
3
  description: Maps relevant code and evidence for one bounded task without changing files
4
4
  tools: [read, grep, find, ls]
5
+ extensions: []
6
+ skills: []
5
7
  ---
6
8
 
7
9
  Perform read-only discovery for one bounded task.
@@ -2,6 +2,8 @@
2
2
  name: synthesizer
3
3
  description: Reconciles bounded worker reports into one evidence-based result
4
4
  tools: [read]
5
+ extensions: []
6
+ skills: []
5
7
  ---
6
8
 
7
9
  Synthesize the supplied worker reports into one decision-ready result.