docs(agents): the mirror block is live, and yesterday's clearance was wrong #17
No reviewers
Labels
No labels
waiting-on-julian
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jlxq0/jmap-mcp!17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "docs/mirror-block-is-live"
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?
The forge→GitHub push mirror is rejecting every push right now, and the
AGENTS.mdentry currently tells the next reader the opposite.859399b(PR #16) edited.github/workflows/release.yml.push_mirrorsat 2026-08-27T03:00:34Z:main236f9a60e73d2f1Four commits stranded. Only
859399btouches a workflow file; it takesmainand every tag down with it, which is the documented behaviour.The inference that was wrong was mine
Yesterday I recorded the block as "Observed clear on 2026-08-26" on three checks: matching shas,
last_errorempty, and2023000returning 200 from GitHub despite modifying.github/workflows/ci.yml. I wrote that a workflow-carrying push had therefore succeeded, so the scope was granted rather than the block dodged.2023000really does modify a workflow file and really is on GitHub. The conclusion still does not follow: a commit reaching GitHub says nothing about which credential put it there, or what scope that credential holds today. The three checks agreed with each other while answering a different question from the one asked.last_errorafter your own workflow-touching push is the only thing that answers it, and it has to be read every time rather than concluded once. This change says that instead.Not fixed here
Unblocking needs either the
workflowscope granted to the mirror PAT, or therelease.ymlchange removed frommain. The first is a credential I do not hold; the second trades the GHCR-side ancestry gate away to unblock a mirror. Raised with Alan rather than decided here.Docs only.