Commit Graph

1153 Commits

Author SHA1 Message Date
Steve Yegge
32cac078e5 refactor: split gt sling into gt hook + gt handoff <bead> (gt-z4bw)
- Add gt hook <bead>: durability primitive, attaches work to hook
- Update gt handoff: accept optional bead arg (detects bead vs role)
- Deprecate gt sling: shows warning, points to new commands
- Update doctor fix hint to reference new commands

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-24 20:41:51 -08:00
Steve Yegge
c4dda5c055 bd sync: 2025-12-24 20:16:20 2025-12-24 20:17:34 -08:00
Steve Yegge
a697e53cfb bd sync: 2025-12-24 20:08:27 2025-12-24 20:17:34 -08:00
Steve Yegge
4801a98793 feat: simplify mail wisps - single DB with --wisp flag (gt-fgms)
Removed dual-routing architecture that used separate .beads-wisp/ directory.
Now uses single .beads/ with --wisp flag passed to bd create.

Changes:
- router.go: Remove resolveWispDir(), simplify shouldBeWisp()
- mailbox.go: Remove wispDir field and dual-source query logic
- types.go: Rename Ephemeral to Wisp, remove MessageSource
- mail.go: Rename --ephemeral to --wisp flag
- spawn.go: Use Wisp field for lifecycle messages

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-24 20:16:14 -08:00
Steve Yegge
200a09a02d feat: mail uses wisps for ephemeral orchestration messages (gt-lg66)
Add dual-inbox architecture where ephemeral messages go to
.beads-wisp/.beads/ instead of .beads/. Lifecycle messages
(POLECAT_STARTED, NUDGE, etc.) auto-detect as ephemeral.

Changes:
- Add Ephemeral and Source fields to mail.Message
- Add --ephemeral flag to gt mail send
- Router auto-detects lifecycle message patterns
- Mailbox merges messages from both persistent and wisp storage
- Inbox displays (ephemeral) indicator for wisp messages
- Delete/archive works for both message types

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-24 20:03:58 -08:00
Steve Yegge
9d1ebfc54d bd sync: 2025-12-24 20:03:43 2025-12-24 20:03:43 -08:00
Steve Yegge
48e2f16b2f bd sync: 2025-12-24 20:03:26 2025-12-24 20:03:26 -08:00
Steve Yegge
94754f6b93 bd sync: 2025-12-24 19:52:12 2025-12-24 19:52:12 -08:00
Steve Yegge
6be4e0add6 bd sync: 2025-12-24 19:51:09 2025-12-24 19:51:09 -08:00
Steve Yegge
5199fc33cf bd sync: 2025-12-24 17:57:16 2025-12-24 17:57:25 -08:00
Steve Yegge
26c128c137 bd sync: 2025-12-24 17:40:18 2025-12-24 17:57:25 -08:00
Steve Yegge
7757316209 bd sync: 2025-12-24 16:42:06 2025-12-24 17:57:25 -08:00
Steve Yegge
5e9b204d2b docs: humility pass - frame as exploration, not declaration
- Remove "IDE of 2026" and "Integrated Delegation Engine" claims
- Rename "Core Innovations" to "Ideas We're Exploring"
- Remove "Universal" from data plane and propulsion docs
- Add experimental status badges
- Frame concepts as discovery, invite others to explore

Closes gt-qvn7.5.2

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-24 17:57:04 -08:00
Steve Yegge
b77e0fe09a chore: remove stale prompts/, mayor/, and scripts/ directories
- Delete prompts/roles/*.md (duplicates of internal/templates/roles/*.md.tmpl)
- Delete mayor/rig/docs/ (stale draft, canonical version in docs/)
- Delete scripts/ (replaced by Makefile and internal/daemon/)
- Update doctor check to validate internal/templates/roles/*.md.tmpl
- Update docs/prompts.md to reflect actual template location

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-24 16:46:56 -08:00
Steve Yegge
7c7b8b551d fix: critical issues in wisp hook system
Code review fixes:

1. CRITICAL: Move polecat check to start of runSling
   - Previously wrote wisp THEN failed, leaving orphan
   - Now fails fast before any file operations

2. CRITICAL: Sanitize slashes in agent IDs for filenames
   - Agent IDs like 'gastown/crew/joe' were creating subdirs
   - Now converts '/' to '--' for safe filenames
   - Added sanitizeAgentID/unsanitizeAgentID helpers

3. MODERATE: Use git root instead of WorkDir in prime.go
   - Hooks are written to clone root, not cwd
   - Added getGitRoot() helper for consistency

4. MODERATE: Fix silent error swallowing
   - Now logs non-ErrNoHook errors when reading hooks
   - Warns if bead doesn't exist before burning hook
   - Preserves hook if bead is missing for debugging
2025-12-24 16:20:04 -08:00
Steve Yegge
dbec2c3b88 docs: remove Python Gas Town references
- Removed "Multiple Gas Towns in One Location" section from hq.md
- Removed PGT/GGT coexistence references
- Updated Implementation Status to reflect Go-only codebase
- Simplified Project Info in CLAUDE.md

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-24 16:14:55 -08:00
Steve Yegge
b2f1b58f13 feat: implement gt sling and wisp hook system (gt-qvn7.1)
Phase 1 of tracer bullet: Slinging Handoff

- Add internal/wisp package for ephemeral work attachment
- Add gt sling command to attach work and restart
- Update gt prime to check/burn slung work on hook
- Add .beads-wisp/ to gitignore
2025-12-24 16:08:15 -08:00
Steve Yegge
5560b64083 crew restart/at: use NudgeSession with longer delay for resume prompt
The resume prompt wasn't getting its Enter key reliably. Changed from
SendKeysDelayedDebounced (3s delay, 300ms debounce) to NudgeSession
(5s delay, 500ms debounce) which is the battle-tested method for
messaging Claude sessions.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-24 16:08:05 -08:00
Steve Yegge
7b256372b9 bd sync: 2025-12-24 16:08:02 2025-12-24 16:08:02 -08:00
Steve Yegge
e1692f057d bd sync: 2025-12-24 15:56:01 2025-12-24 15:56:01 -08:00
Steve Yegge
7d01124948 bd sync: 2025-12-24 15:54:44 2025-12-24 15:54:44 -08:00
Steve Yegge
8d4f4762bc bd sync: 2025-12-24 15:40:28 2025-12-24 15:40:28 -08:00
Steve Yegge
c8aca1528c bd sync: 2025-12-24 15:39:48 2025-12-24 15:39:48 -08:00
Steve Yegge
e8dff71b37 crew at: don't link windows by default, add --detached flag
When running `gt crew at` from inside tmux:
- No longer auto-links the target session as a tab
- Just prints "Started X. Use C-b s to switch."
- User stays in their current pane

When running from outside tmux:
- Default: attach to the session (existing behavior)
- With -d/--detached: start session without attaching

This gives users more control over tmux session navigation and
reduces confusion for tmux newcomers.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-24 15:22:12 -08:00
Steve Yegge
b930704b5f fix: prevent tmux link-window from auto-switching windows (gt-wmhj)
When running `gt crew at <other>` from inside tmux, the linked window
would auto-select, causing users to unknowingly switch agents. Add -d
flag to keep user in their current window.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-24 14:34:25 -08:00
Steve Yegge
5b27d337fe bd sync: 2025-12-24 14:34:15 2025-12-24 14:34:15 -08:00
Steve Yegge
e256bb8f08 bd sync: 2025-12-24 14:28:44 2025-12-24 14:28:44 -08:00
Steve Yegge
7419a459c6 bd sync: 2025-12-24 14:27:53 2025-12-24 14:27:53 -08:00
Steve Yegge
53e6bf7618 bd sync: 2025-12-24 14:19:02 2025-12-24 14:19:02 -08:00
Steve Yegge
932e6a7266 bd sync: 2025-12-24 14:07:08 2025-12-24 14:07:08 -08:00
Steve Yegge
8e1a2feee9 bd sync: 2025-12-24 14:06:05 2025-12-24 14:06:30 -08:00
Steve Yegge
141298ca69 feat: add nudge_text variable to mol-polecat-arm formula (gt-j755) 2025-12-24 14:06:28 -08:00
Steve Yegge
c10709dc3f terminology: spawn → pour/wisp for molecules (gt-9uy0)
Molecules use chemistry verbs, not spawn:
- pour = create persistent mol (liquid)
- wisp = create ephemeral wisp (vapor)
- spawn = polecats only (workers)

Changes:
- Delete chemistry-design-changes.md (migration doc)
- Remove migration tables from sling-design.md
- Update bond tables: Spawn → Pour/Wisp
- Rename spawnMoleculeFromProto → pourMoleculeFromProto
- Rename spawnMoleculeOnIssue → runMoleculeOnIssue
- Update templates: bd mol spawn → bd wisp
- Update prime.go: commands and messages
- Clean all docs and comments

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-24 14:04:19 -08:00
Steve Yegge
0acad8af25 bd sync: 2025-12-24 14:02:17 2025-12-24 14:02:17 -08:00
Steve Yegge
1e567b264e bd sync: 2025-12-24 13:51:59 2025-12-24 13:51:59 -08:00
Steve Yegge
80d3672999 Add title fields to patrol formulas for bd cook (gt-ingm.2)
Required by bd cook command - each step needs a title field.
Cooked 4 protos: deacon(9), witness(10), refinery(11), polecat-arm(6)
2025-12-24 13:48:19 -08:00
Steve Yegge
944289af8e bd sync: 2025-12-24 13:47:43 2025-12-24 13:47:43 -08:00
Steve Yegge
618832ee0c bd sync: 2025-12-24 13:47:01 2025-12-24 13:47:01 -08:00
Steve Yegge
a057ca8b8c bd sync: 2025-12-24 13:25:19 2025-12-24 13:25:19 -08:00
Steve Yegge
fe644a8cf8 bd sync: 2025-12-24 13:21:08 2025-12-24 13:21:08 -08:00
Steve Yegge
8705e843c7 refactor: replace 'spawn' with 'create/wisp' for molecule terminology (gt-9uy0)
'Spawn' should only be used for polecats (workers). Molecules use:
- bd wisp <proto> - create ephemeral wisp
- bd pour <proto> - create persistent mol

Updated:
- prompts/roles/deacon.md: bd mol spawn → bd wisp
- internal/templates/roles/deacon.md.tmpl: spawn → create/wisp
- internal/templates/roles/witness.md.tmpl: gt mol spawn → bd wisp
- internal/cmd/prime.go: all mol spawn calls → wisp calls
- docs/molecular-chemistry.md: spawn terminology → create/instantiate

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-24 13:17:22 -08:00
Steve Yegge
5fc283e56a bd sync: 2025-12-24 13:08:24 2025-12-24 13:08:24 -08:00
Steve Yegge
82b4a3cb1d bd sync: 2025-12-24 13:06:49 2025-12-24 13:06:49 -08:00
Steve Yegge
9fd2ddfbec bd sync: 2025-12-24 13:05:00 2025-12-24 13:05:00 -08:00
Steve Yegge
b551805554 bd sync: 2025-12-24 13:01:09 2025-12-24 13:01:27 -08:00
Steve Yegge
1ba425eac8 Add patrol formula YAML files (gt-ingm.1)
Create initial formula definitions for patrol molecules:
- mol-deacon-patrol: Mayor daemon loop (8 steps)
- mol-witness-patrol: Christmas Ornament pattern with dynamic bonding (9 steps)
- mol-refinery-patrol: Merge queue processor with verification gates (10 steps)
- mol-polecat-arm: Single polecat inspection cycle for witness bonding (5 steps)

These replace the embedded markdown in molecules_patrol.go with proper
formula YAML files that can be cooked into proto beads.

Generated with Claude Code

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-24 13:00:20 -08:00
Steve Yegge
c116613a72 bd sync: 2025-12-24 13:00:09 2025-12-24 13:00:09 -08:00
Steve Yegge
06ba0fe131 bd sync: 2025-12-24 12:58:10 2025-12-24 12:58:10 -08:00
Steve Yegge
c087cb6324 bd sync: 2025-12-24 12:52:15 2025-12-24 12:52:15 -08:00
Steve Yegge
4c31c89608 bd sync: 2025-12-24 12:50:17 2025-12-24 12:50:17 -08:00