From 7a0143cedfc6bf70a30904b233789824e5d9e509 Mon Sep 17 00:00:00 2001 From: prime Date: Sun, 4 Jan 2026 22:18:00 -0800 Subject: [PATCH] docs: Update wisp architecture to reflect beads storage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Wisps now live in main .beads/ directory with type=wisp instead of a separate .beads-wisp/ directory. Updated documentation to reflect this architectural change. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- docs/polecat-wisp-architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.