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>
11 KiB
11 KiB