diff --git a/docs/polecat-wisp-architecture.md b/docs/polecat-wisp-architecture.md index a36952a8..cdb5cddb 100644 --- a/docs/polecat-wisp-architecture.md +++ b/docs/polecat-wisp-architecture.md @@ -12,7 +12,7 @@ They execute molecule steps sequentially, closing each step as they complete it. | Type | Storage | Use Case | |------|---------|----------| | **Regular Molecule** | `.beads/` (synced) | Discrete deliverables, audit trail | -| **Wisp** | `.beads-wisp/` (ephemeral) | Patrol cycles, operational loops | +| **Wisp** | `.beads/` (ephemeral, type=wisp) | Patrol cycles, operational loops | Polecats typically use **regular molecules** because each assignment has audit value. Patrol agents (Witness, Refinery, Deacon) use **wisps** to prevent accumulation.