ci(core-ref): pin the core on main, now that the cutover has landed
#27
Reference in New Issue
Block a user
No description provided.
Delete Branch "ci/core-ref-main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A leftover from cutover step 4.
ci/core-ref.jsonstill names websiteedge— a branch deleted by the cutover — because #25 moved the pin there mid-window to unbreakfrozen-manifest, with its own note saying it reverts to amainsha afterwards.Nothing regenerates, and that is checkable rather than asserted
The file's own instruction is "bump it, regenerate
routes.manifest.json, and commit both together". There is nothing to pair with here: website's tree at 66bb3b9a (main, the cutover merge) and at 52eac24d (theedgehead it merged) are the same tree,e7a7240—mainwas zero commits ahead, so the merge carried edge's tree unchanged.frozen-manifestclones a different commit and reads identical bytes.So this is documentary, which is what the pin is for: it tells the next person which core this module was last proved against, named by a ref they can still resolve. A sha on a deleted branch still clones — that is exactly why a wrong label here would have sat unnoticed.
🤖 Generated with Claude Code