Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
ed875ae
fix(polecat): improve lifecycle handling and prevent premature cleanup
sauerdaniel Jan 12, 2026
88134d9
fix(boot): improve Boot and Deacon startup behavior
sauerdaniel Jan 12, 2026
bb7621f
fix(witness): improve patrol hook handling
sauerdaniel Jan 12, 2026
63ec086
fix(refinery): delete remote polecat branches after merge
sauerdaniel Jan 12, 2026
9d9c981
feat(synthesis): record output location metadata on completed leg beads
sauerdaniel Jan 12, 2026
b241c0b
feat(rig): add push_url config for read-only upstream repos
sauerdaniel Jan 12, 2026
781073c
docs(readme): add Discord server link
sauerdaniel Jan 12, 2026
0174dc4
Merge branches 'pr/polecat-lifecycle', 'pr/boot-deacon-watchdog', 'pr…
sauerdaniel Jan 12, 2026
d509f7c
fix(mayor): use CLI prompt for propulsion instead of unreliable nudges
sauerdaniel Jan 12, 2026
db8a87a
fix(templates): add boot role to TestRoleNames expected list
sauerdaniel Jan 12, 2026
ee92571
Merge branch 'polecat/test-rolenames-boot-68252641'
sauerdaniel Jan 12, 2026
d324389
fix(agents): use CLI prompt for propulsion instead of unreliable nudges
sauerdaniel Jan 12, 2026
eacf8c6
fix(boot): add boot role to RoleTypeFor() and ensure settings.json
sauerdaniel Jan 12, 2026
07af705
Merge branch 'steveyegge:main' into main
sauerdaniel Jan 13, 2026
8b3aedf
chore: clean up beads formulas directory
sauerdaniel Jan 13, 2026
ad9db5c
feat(statusline): add per-agent-type health tracking
sauerdaniel Jan 11, 2026
d6d5e57
feat(statusline): use rig name abbreviations to save space
sauerdaniel Jan 11, 2026
da2e6aa
fix(statusline): add Crew icon (👷) to agent display
sauerdaniel Jan 11, 2026
ad5c32d
feat(statusline): order rigs by activity (parked/stopped to the right)
sauerdaniel Jan 11, 2026
c6f8331
refactor(statusline): move content to left align
sauerdaniel Jan 11, 2026
0795897
Fix #289: Add feed-stranded-convoys to Deacon patrol
sauerdaniel Jan 11, 2026
745bf05
fix(statusline): remove spaces between counts/text and emojis
sauerdaniel Jan 11, 2026
750db57
perf(tmux): eliminate duplicate GetPaneCommand call in IsClaudeRunning
sauerdaniel Jan 11, 2026
2ff33cf
fix(mail): use SendNotificationBanner instead of NudgeSession
sauerdaniel Jan 11, 2026
468f215
fix(statusline): always show all agent types even when count is 0
sauerdaniel Jan 11, 2026
1125a38
fix(mail): use NudgeSession for Claude Code notification delivery
sauerdaniel Jan 11, 2026
f4f0daf
fix(statusline): place icon before counts to match documented format
sauerdaniel Jan 11, 2026
20d27f3
fix(down): improve respawned process warning message
sauerdaniel Jan 11, 2026
ed85b6f
fix(refinery): Delete remote polecat branches after merge
sauerdaniel Jan 11, 2026
8de6627
fix(boot): Fix Boot watchdog to properly exit after triage
sauerdaniel Jan 12, 2026
ed212b0
feat: auto-attach mol-polecat-work when slinging to polecats
sauerdaniel Jan 12, 2026
75ec4e6
Fix polecat hook failure when slinging with molecule
sauerdaniel Jan 12, 2026
89243b9
fix(sling): Update sling command for .repo.git symlink compatibility
sauerdaniel Jan 12, 2026
13bd25d
fix(sling): Spawn fresh polecat when target has no active session
sauerdaniel Jan 12, 2026
9652299
fix(statusline): filter health tracking by registered rigs
sauerdaniel Jan 12, 2026
330b066
fix: Boot watchdog not managing Deacon lifecycle
sauerdaniel Jan 12, 2026
645362e
fix(convoy): Use hq- prefix instead of hq-cv- to match beads database
sauerdaniel Jan 12, 2026
d597006
docs: Mediaforge optimization research (hq-7vq2d)
sauerdaniel Jan 12, 2026
90bc681
feat: Add worktree setup hooks for injecting local configurations
sauerdaniel Jan 11, 2026
104308d
feat(statusline): add per-agent-type health tracking
sauerdaniel Jan 11, 2026
4fd1be5
fix(shutdown): Improve gastown shutdown reliability
sauerdaniel Jan 11, 2026
2936706
fix(sling): Remove duplicate function declarations after file split
sauerdaniel Jan 13, 2026
11610f1
perf(tmux): eliminate duplicate GetPaneCommand call in IsClaudeRunning
sauerdaniel Jan 11, 2026
eea3230
fix(shutdown): Improve gastown shutdown reliability
sauerdaniel Jan 11, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .beads/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ beads.left.meta.json
beads.right.jsonl
beads.right.meta.json

# Sync state (local-only, per-machine)
# These files are machine-specific and should not be shared across clones
.sync.lock
sync_base.jsonl

# NOTE: Do NOT add negation patterns (e.g., !issues.jsonl) here.
# They would override fork protection in .git/info/exclude, allowing
# contributors to accidentally commit upstream issue databases.
Expand Down
43 changes: 0 additions & 43 deletions .beads/PRIME.md

This file was deleted.

7 changes: 0 additions & 7 deletions .beads/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,3 @@
# - linear.api-key
# - github.org
# - github.repo
sync-branch: beads-sync

# Cross-project dependencies (gt-o3is)
# Maps project names to paths for external dependency resolution
# Format: external:<project>:<capability> in bd dep commands
external_projects:
beads: ../../../beads/mayor/rig
Loading