Add wisp architecture documentation
- Create wisp-architecture.md with canonical storage spec - Document role assignments (Deacon/Witness/Refinery use wisps) - Specify .beads-ephemeral/ as gitignored storage - Define patrol execution pattern with required squash - Update architecture.md to reference new doc 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -548,11 +548,17 @@ bd mol burn gt-abc123.exec-001 # Discard wisps without digest
|
||||
**Wisp storage:**
|
||||
|
||||
Wisps are stored in a per-rig ephemeral database:
|
||||
- `<rig>/.beads-ephemeral/` - Separate from permanent beads
|
||||
- `<rig>/.beads-ephemeral/` - Separate from permanent beads, **gitignored**
|
||||
- Fast writes, no sync overhead
|
||||
- Auto-cleaned on squash/burn
|
||||
- Digests write to permanent beads
|
||||
|
||||
**See**: [wisp-architecture.md](wisp-architecture.md) for full specification including:
|
||||
- Canonical storage locations
|
||||
- Role assignments (which agents use wisps)
|
||||
- Patrol pattern implementation
|
||||
- Beads implementation requirements
|
||||
|
||||
**Patrols use wisps:**
|
||||
|
||||
Patrol agents (long-running monitors) execute in infinite wisp loops:
|
||||
|
||||
Reference in New Issue
Block a user