Steve Yegge
a31972f4ea
fix: MCP beads tools work from polecat directories (gt-tnw)
...
Root cause: beads-mcp plugin's _find_beads_db_in_tree() didn't follow
.beads/redirect files. Fix implemented in beads repo (bd-7t9a).
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-30 00:09:09 -08:00
Steve Yegge
fcbbdce1ed
bd sync: 2025-12-29 23:57:16
2025-12-29 23:57:16 -08:00
Steve Yegge
ff98567569
bd sync: 2025-12-29 23:57:11
2025-12-29 23:57:14 -08:00
Steve Yegge
5626682b80
bd sync: 2025-12-29 23:49:17
2025-12-29 23:57:14 -08:00
Steve Yegge
c30884b36c
bd sync: 2025-12-29 23:48:01
2025-12-29 23:57:14 -08:00
Steve Yegge
cd1d947a76
bd sync: 2025-12-29 23:47:49
2025-12-29 23:57:14 -08:00
Steve Yegge
1bf2b54773
Add witness activity events to gt feed (gt-nfdyl)
...
Implement activity event emission for witness patrol operations:
- patrol_started: When witness begins patrol cycle
- polecat_checked: When witness checks a polecat
- polecat_nudged: When witness nudges a stuck polecat
- escalation_sent: When witness escalates to Mayor/Deacon
- patrol_complete: When patrol cycle finishes
Also adds refinery merge queue events for future use:
- merge_started, merge_complete, merge_failed, queue_processed
New command: `gt activity emit <event-type>` allows agents to emit
events from CLI. Events write to ~/gt/.events.jsonl for gt feed.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-29 23:52:38 -08:00
Steve Yegge
070a8be738
bd sync: 2025-12-29 23:45:09
2025-12-29 23:45:09 -08:00
Steve Yegge
a582114415
bd sync: 2025-12-29 23:44:23
2025-12-29 23:44:23 -08:00
Steve Yegge
73112e29e4
bd sync: 2025-12-29 23:47
2025-12-29 23:44:00 -08:00
Steve Yegge
411d35a53a
bd sync: 2025-12-29 23:43:52
2025-12-29 23:44:00 -08:00
Steve Yegge
9febd4e7dc
bd sync: 2025-12-29 23:43:39
2025-12-29 23:44:00 -08:00
Steve Yegge
e1fed7f72e
bd sync: 2025-12-29 23:41:49
2025-12-29 23:41:49 -08:00
Steve Yegge
cbb4641d26
bd sync: 2025-12-29 23:38:28
2025-12-29 23:38:38 -08:00
Steve Yegge
231d524103
bd sync: 2025-12-29 23:38:03
2025-12-29 23:38:38 -08:00
Steve Yegge
002a45ddd1
bd sync: 2025-12-29 23:38:00
2025-12-29 23:38:38 -08:00
Steve Yegge
fcea70efa1
bd sync: 2025-12-29 23:36:55
2025-12-29 23:36:55 -08:00
Steve Yegge
1bc7ae191a
bd sync: 2025-12-29 23:34:59
2025-12-29 23:34:59 -08:00
Steve Yegge
5d3f500614
bd sync: 2025-12-29 23:34:50
2025-12-29 23:34:50 -08:00
Steve Yegge
17f993a041
bd sync: close gt-xd95b
2025-12-29 23:32:14 -08:00
Steve Yegge
0945428761
bd sync: 2025-12-29 23:32:02
2025-12-29 23:32:02 -08:00
Steve Yegge
91236ea268
feat: Add polecat workflow quality levels (basic/shiny/chrome)
...
Three pre-baked polecat workflows with increasing rigor:
- mol-polecat-basic: 3 steps, for trivial P4 fixes
- mol-polecat-shiny: 6 steps, standard quality with design/review
- mol-polecat-chrome: 16 steps, max rigor with strategic context reading,
triple code review, and decomposed implementation phases
Added --quality (-q) flag to gt sling as shorthand:
gt sling gt-abc gastown -q basic # quick fix
gt sling gt-abc gastown -q shiny # standard
gt sling gt-abc gastown -q chrome # max rigor
Chrome explicitly requires reading ~/gt/docs/hop/CONTEXT.md and
~/gt/docs/PRIMING.md before design begins.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-29 23:19:32 -08:00
Steve Yegge
f99b98d94c
bd sync: 2025-12-29 23:18:03
2025-12-29 23:18:03 -08:00
Steve Yegge
baa2ac08d4
bd sync: 2025-12-29 23:17:54
2025-12-29 23:17:54 -08:00
Steve Yegge
de7ad160e2
bd sync: 2025-12-29 23:17:36
2025-12-29 23:17:45 -08:00
Steve Yegge
9b59b8cc6b
bd sync: 2025-12-29 23:17:08
2025-12-29 23:17:45 -08:00
Steve Yegge
540e51dc0f
feat: add mol-polecat-chrome formula with parameterized context_docs (gt-c0fzm)
...
Adds a new workflow formula for polecat work that includes strategic
context reading before design. The context_docs variable allows
customization of which organizational documents to read.
Default: ~/gt/docs/hop/CONTEXT.md,~/gt/docs/PRIMING.md (Gas Town docs)
Override: gt sling formula --var context_docs="docs/ARCH.md,docs/STYLE.md"
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-29 23:17:29 -08:00
Steve Yegge
c6a48d34a5
bd sync: close code review gt-ddugk
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-29 22:48:17 -08:00
Steve Yegge
a8401863a7
bd sync: 2025-12-29 22:28:41
2025-12-29 22:28:42 -08:00
Steve Yegge
3ce686f2ba
bd sync: 2025-12-29 22:28:17
2025-12-29 22:28:20 -08:00
Steve Yegge
95831646ba
Close merge request gt-powfg (already merged)
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-29 22:14:24 -08:00
Steve Yegge
3d2918443e
bd sync: 2025-12-29 22:13:09
2025-12-29 22:13:09 -08:00
Steve Yegge
f67b6b8446
bd sync: 2025-12-29 22:09:17
2025-12-29 22:09:17 -08:00
Steve Yegge
e4fbbdce3b
bd sync: 2025-12-29 22:09:05
2025-12-29 22:09:07 -08:00
Steve Yegge
f1168954fc
bd sync: 2025-12-29 22:08:49
2025-12-29 22:09:07 -08:00
Steve Yegge
9e05faf8ac
bd sync: 2025-12-29 22:08:38
2025-12-29 22:09:07 -08:00
Steve Yegge
846200e989
Close gt-vdprb.1: await-signal implementation complete
2025-12-29 22:02:50 -08:00
Steve Yegge
4cc09dbe82
Update polecat context and sync beads (gt-l90dq)
...
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-29 22:01:59 -08:00
Steve Yegge
1dbb9555e2
Sync beads from main
2025-12-29 21:58:13 -08:00
Steve Yegge
a087f7d8fc
bd sync: 2025-12-29 21:00:01
2025-12-29 21:00:01 -08:00
Steve Yegge
a375e79018
bd sync: 2025-12-29 20:51:06
2025-12-29 20:51:06 -08:00
Steve Yegge
32a623f801
fix: Tighten overseer validation, document fallback behavior
2025-12-29 18:31:58 -08:00
Steve Yegge
73f829bebd
bd sync: 2025-12-29 18:04:39
2025-12-29 18:04:39 -08:00
Steve Yegge
cab9e10d30
bd sync: 2025-12-29 17:56:05
2025-12-29 17:56:05 -08:00
Steve Yegge
4719ecc1fd
bd sync: 2025-12-29 17:55:17
2025-12-29 17:55:17 -08:00
Steve Yegge
2276edd917
beads sync
2025-12-29 17:12:57 -08:00
Steve Yegge
6e43b00be1
bd sync: 2025-12-29 17:12:43
2025-12-29 17:12:57 -08:00
Steve Yegge
5fa1772cb0
bd sync: 2025-12-29 16:12:01
2025-12-29 16:12:01 -08:00
Steve Yegge
8489dec42b
bd sync: 2025-12-29 16:11:24
2025-12-29 16:11:50 -08:00
Steve Yegge
3ef4949afb
bd sync: 2025-12-29 16:08:22
2025-12-29 16:08:22 -08:00