Address codex REQUEST_CHANGES + claude's live Forgejo measurements: - ref_candidate_urls is host-only: same refs/tags then refs/heads on every forge (Forgejo serves both paths; bare /archive/<ref> no longer special). - bootstrap box raw fetch tries /raw/tag/ then /raw/branch/ and never guesses kind from spelling; download is separate from execute. - BOX_HOST defaults through RIG_HOST; comments narrow the zero-GitHub claim (box@0.9.0 installer still hardcodes GitHub for its archive). - SC2016 suppressions on the new grep assertions; tests updated.
354 B
354 B
Changed
install.shand bootstrap's box fetch takeRIG_HOST/BOX_HOSTso a Forgejo origin can serve the install channel (#111). Archive candidates are host-only (refs/tagsthenrefs/headson every forge); box's raw fetch tries/raw/tag/then/raw/branch/and never guesses kind from spelling.BOX_HOSTdefaults throughRIG_HOST.