Files
gastown/internal/cmd
furiosa 94aaaa591a
Some checks failed
CI / Check for .beads changes (push) Has been skipped
CI / Check embedded formulas (push) Failing after 17s
CI / Test (push) Failing after 1m16s
CI / Lint (push) Failing after 18s
CI / Integration Tests (push) Successful in 1m5s
CI / Coverage Report (push) Has been skipped
Windows CI / Windows Build and Unit Tests (push) Has been cancelled
fix(ready): use rig root for beads resolution, not mayor/rig
The ready command was using constants.RigMayorPath(r.Path) which returns
<rig>/mayor/rig, but this fails for rigs where the source repo doesn't
have tracked beads. In those cases, rig-level beads are stored at
<rig>/.beads directly.

Using r.Path (rig root) allows ResolveBeadsDir to properly handle both:
- Tracked beads: follows <rig>/.beads/redirect to mayor/rig/.beads
- Local beads: uses <rig>/.beads directly

Fixes "no beads database found" errors for google_cookie_retrieval and
home_assistant_blueprints rigs.

Closes: hq-c90jd

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 15:28:13 -08:00
..
2026-01-21 23:05:00 -08:00
2026-01-21 23:05:00 -08:00