Rename ephemeral -> wisp terminology throughout Gas Town

- .beads-ephemeral/ -> .beads-wisp/
- Rename doctor checks: EphemeralCheck -> WispCheck
- Update all docs to use 'transient' for polecats, 'wisp' for molecules
- Preserve 'ephemeral' only as descriptive adjective for wisps
- Steam engine metaphor: wisps are steam vapors that dissipate

Part of Christmas launch wisp terminology unification.
This commit is contained in:
Steve Yegge
2025-12-22 00:55:31 -08:00
parent f74f4f85da
commit f21343911f
21 changed files with 186 additions and 185 deletions
+3 -3
View File
@@ -260,8 +260,8 @@ Before killing ANY polecat session, verify:
**If all checks pass:**
1. Kill session: `tmux kill-session -t gt-{{ rig }}-<name>`
2. Remove worktree: `git worktree remove polecats/<name>` (if ephemeral)
3. Delete branch: `git branch -d polecat/<name>` (if ephemeral)
2. Remove worktree: `git worktree remove polecats/<name>` (if transient)
3. Delete branch: `git branch -d polecat/<name>` (if transient)
---
@@ -303,7 +303,7 @@ tmux capture-pane -t gt-{{ rig }}-<name> -p | tail -40
# Session control
tmux kill-session -t gt-{{ rig }}-<name>
# Worktree cleanup (for ephemeral polecats)
# Worktree cleanup (for transient polecats)
git worktree remove polecats/<name>
git branch -d polecat/<name>