docs(drill): the Leg 1 comment stops calling main box's default — it's the BOX_RELEASE pin
The round's one blocking point, from all three reviewers: drill.sh:387 still said the exported pin beats "box's default (main)", the exact expired claim #133 exists to remove — bootstrap's unset path has been BOX_REF="${BOX_REF:-$BOX_RELEASE}" since rig#103 landed. Rewritten like the other two spots: the why survives, the fallback is named as the BOX_RELEASE pin, main is gone. The pre-flight hazard-class block (302-306) stays untouched per the spec; the wide grep (default.*main|main.*default over drill/, drills/, README.md) now finds only that protected block. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
277d28e01e
commit
f9407aea43
1 changed files with 2 additions and 1 deletions
|
|
@ -384,7 +384,8 @@ ok "installed tree confirms: $REPO@$REF (version $DRILL_VERSION)"
|
|||
phase "Leg 1 — convergence: rig bootstrap $ROLE"
|
||||
# =============================================================================
|
||||
# BOX_REPO/BOX_REF ride the environment into bootstrap's host=yes box install,
|
||||
# so the box that lands is the pinned candidate, not box's default (main).
|
||||
# so the box that lands is the pinned candidate, not what bootstrap falls back
|
||||
# to unexported (the BOX_RELEASE pin, since rig#103 landed).
|
||||
export BOX_REPO="$BOXREPO" BOX_REF="$BOXREF"
|
||||
|
||||
t0=$SECONDS
|
||||
|
|
|
|||
Loading…
Reference in a new issue