Skip to content

Tags: gastownhall/gastown

Tags

v1.2.1

Toggle v1.2.1's commit message
Release v1.2.1

v1.2.0

Toggle v1.2.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Release v1.2.0

v1.1.0

Toggle v1.1.0's commit message
Release v1.1.0

v1.0.1

Toggle v1.0.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Release v1.0.1

v1.0.0

Toggle v1.0.0's commit message
Release v1.0.0

v0.13.0

Toggle v0.13.0's commit message
Release v0.13.0

320 commits since v0.12.1. Major additions: directives/overlays, convoy
watch/MQ panel, patrol scan CLI, checkpoint dog, crash recovery, Wasteland
stamps, Copilot support, unique polecat namepool, patrol effort tuning,
longer idle backoff, formula discoverability docs. Extensive fixes to Dolt
stability, tmux reliability, refinery, convoy, polecat lifecycle, Windows
support, and security hardening.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Executed-By: mayor

v0.12.1

Toggle v0.12.1's commit message
Release v0.12.1

v0.12.0

Toggle v0.12.0's commit message
Release v0.12.0

v0.11.0

Toggle v0.11.0's commit message
Release v0.11.0

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: make setupSharedBeads fatal — MR beads invisible to Refinery wit…

…hout redirect (#2282)

When setupSharedBeads fails during polecat spawn, it logged a warning
but continued (non-fatal). The polecat then wrote MR beads to a local
.beads/ that the Refinery never reads, causing gt mq list to show
(empty) despite polecat branches being pushed to the remote.

Make setupSharedBeads failure fatal in all three call sites (two Add
paths and RepairWorktree). A polecat that cannot write to shared beads
is effectively broken for the merge queue workflow.

Also add a defense-in-depth warning in gt done: if ResolveBeadsDir
falls back to the local .beads/ (no redirect), warn that MR beads
will be invisible to the Refinery.

Made-with: Cursor

Co-authored-by: kev <kglynn@pryoninc.com>