pi-crew 0.9.14 → 0.9.16

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.
@@ -1,3 +1,9 @@
1
+ ---
2
+ name: chain
3
+ description: Sequential execution with context passing
4
+ topology: dynamic
5
+ ---
6
+
1
7
  # Chain Workflow - Sequential execution with context passing
2
8
 
3
9
  **Source:** `docs/pi-boomerang-integration-plan.md`
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: default
3
3
  description: Explore, plan, execute, and verify
4
+ topology: sequential
4
5
  ---
5
6
 
6
7
  ## explore
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: fast-fix
3
3
  description: Minimal workflow for small fixes
4
+ topology: sequential
4
5
  ---
5
6
 
6
7
  ## explore
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: implementation
3
3
  description: Adaptive implementation workflow where a planner agent decides the subagent fanout
4
+ topology: complex-dag
4
5
  ---
5
6
 
6
7
  ## assess
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: parallel-research
3
3
  description: Parallel research with shard exploration and synthesis
4
+ topology: concurrent
4
5
  ---
5
6
 
6
7
  ## discover
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: pipeline
3
3
  description: Multi-stage pipeline with automatic fan-out for array inputs
4
+ topology: sequential
4
5
  ---
5
6
 
6
7
  ## Stage 1: Research
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: research
3
3
  description: Research and write up findings
4
+ topology: sequential
4
5
  ---
5
6
 
6
7
  ## explore
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: review
3
3
  description: Review workflow for correctness and security
4
+ topology: concurrent
4
5
  ---
5
6
 
6
7
  ## explore