Steve Yegge
f443f4b83a
bd sync: 2025-12-25 02:23:36
2025-12-25 02:23:36 -08:00
Steve Yegge
0280a6f945
bd sync: 2025-12-25 02:11:22
2025-12-25 02:11:48 -08:00
Steve Yegge
3a2f222cec
bd sync: 2025-12-25 02:11:13
2025-12-25 02:11:48 -08:00
Steve Yegge
d9d37d508d
bd sync: 2025-12-25 02:01:01
2025-12-25 02:11:48 -08:00
Steve Yegge
a3cee4ad89
bd sync: 2025-12-25 02:00:34
2025-12-25 02:00:34 -08:00
Steve Yegge
439ae7896e
bd sync: 2025-12-25 01:59:06
2025-12-25 01:59:06 -08:00
Steve Yegge
99494d6c2c
bd sync: 2025-12-25 01:57:04
2025-12-25 01:57:04 -08:00
Steve Yegge
79b4a9f362
bd sync: 2025-12-25 01:56:09
2025-12-25 01:56:54 -08:00
Steve Yegge
b0a89db506
bd sync: 2025-12-25 01:54:09
2025-12-25 01:56:54 -08:00
Steve Yegge
3d01c25673
bd sync: 2025-12-25 01:53:38
2025-12-25 01:56:54 -08:00
Steve Yegge
8e70952c37
bd sync: 2025-12-25 01:47:44
2025-12-25 01:47:44 -08:00
Steve Yegge
ecb4411dd5
bd sync: 2025-12-25 01:33:11
2025-12-25 01:33:11 -08:00
Steve Yegge
381fa75b1f
bd sync: 2025-12-25 01:27:35
2025-12-25 01:27:35 -08:00
Steve Yegge
063f10f504
bd sync: 2025-12-25 01:23:21
2025-12-25 01:23:21 -08:00
Steve Yegge
43cbfc0ff8
bd sync: 2025-12-25 01:05:41
2025-12-25 01:06:32 -08:00
Steve Yegge
ac3371f9ae
bd sync: 2025-12-25 01:05:12
2025-12-25 01:05:12 -08:00
Steve Yegge
7ff2344a22
bd sync: 2025-12-25 00:59:27
2025-12-25 00:59:27 -08:00
Steve Yegge
5163140e95
bd sync: 2025-12-25 00:51:34
2025-12-25 00:51:42 -08:00
Steve Yegge
6218544f13
bd sync: 2025-12-25 00:51:13
2025-12-25 00:51:13 -08:00
Steve Yegge
05fa175ec3
bd sync: 2025-12-24 23:48:57
2025-12-24 23:48:57 -08:00
Steve Yegge
91d821b12e
bd sync: 2025-12-24 23:39:06
2025-12-24 23:39:17 -08:00
Steve Yegge
70df9c3678
bd sync: 2025-12-24 23:37:39
2025-12-24 23:37:39 -08:00
Steve Yegge
65d5f6823b
bd sync: 2025-12-24 23:28:04
2025-12-24 23:28:04 -08:00
Steve Yegge
659b41aed3
bd sync: 2025-12-24 23:14:18
2025-12-24 23:14:18 -08:00
Steve Yegge
1fe7fa0fc6
bd sync: 2025-12-24 23:14:10
2025-12-24 23:14:10 -08:00
Steve Yegge
c8e0616c19
bd sync: 2025-12-24 22:55:02
2025-12-24 22:55:02 -08:00
Steve Yegge
54b4bc024b
bd sync: 2025-12-24 22:53:11
2025-12-24 22:53:11 -08:00
Steve Yegge
884bd7d35e
bd sync: 2025-12-24 22:52:48
2025-12-24 22:52:48 -08:00
Steve Yegge
f99941c697
bd sync: 2025-12-24 22:49:38
2025-12-24 22:49:38 -08:00
Steve Yegge
0a6aeab93c
bd sync: 2025-12-24 22:39:16
2025-12-24 22:39:23 -08:00
Steve Yegge
8a044ea625
bd sync: 2025-12-24 22:38:43
2025-12-24 22:38:43 -08:00
Steve Yegge
20381a6f0b
bd sync: 2025-12-24 22:32:33
2025-12-24 22:32:42 -08:00
Steve Yegge
a17a08202b
bd sync: 2025-12-24 21:52:28
2025-12-24 21:52:28 -08:00
Steve Yegge
5dfe6d5111
bd sync: 2025-12-24 21:34:32
2025-12-24 21:34:32 -08:00
Steve Yegge
d30cf5e48c
bd sync: 2025-12-24 21:33:30
2025-12-24 21:33:30 -08:00
Steve Yegge
d3a835dfaa
bd sync: 2025-12-24 21:23:09
2025-12-24 21:23:09 -08:00
Steve Yegge
23600af50c
docs: comprehensive hook/sling/handoff/nudge audit
...
- Update propulsion-principle.md: implementation status now accurate
- Update beads-data-plane.md: correct command syntax
- Fix hook.go: clarify durability semantics, add related commands
- Fix sling.go: use reliable NudgePane instead of raw tmux send-keys
- Add tmux.NudgePane: pane-targeted reliable message delivery
The command menagerie:
gt hook = assign (durability)
gt nudge = communicate (generic messaging)
gt sling = hook + nudge "start working"
gt handoff = hook + restart (GUPP kicks in)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-24 21:17:25 -08:00
Steve Yegge
57179c1e33
fix: gt sling now hooks + runs (no restart), update docs
...
Corrected sling behavior:
- gt hook: attach only (durability primitive)
- gt sling: attach + inject run prompt (preserve context)
- gt handoff: attach + restart (fresh context via GUPP)
Sling can now target other agents: gt sling <bead> <target>
Updated docs/sling-design.md with full command menagerie.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-24 21:04:24 -08:00
Steve Yegge
efa2e9a2fe
bd sync: 2025-12-24 20:56:35
2025-12-24 20:56:35 -08:00
Steve Yegge
afe67fafbb
bd sync: 2025-12-24 20:56:14
2025-12-24 20:56:14 -08:00
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
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