-
Notifications
You must be signed in to change notification settings - Fork 0
Let CLI recovery create a new exact release tag #14
Copy link
Copy link
Closed
Labels
authority:githubGitHub is the authoritative lifecycle record for this workGitHub is the authoritative lifecycle record for this workbeta:blockerMust be resolved before the first 2.0 betaMust be resolved before the first 2.0 betacompletion:evidence-verifiedAcceptance, fixed version, and required operational evidence are publicly verifiedAcceptance, fixed version, and required operational evidence are publicly verifiedkind:release-blockerA release cannot proceed until this issue is resolvedA release cannot proceed until this issue is resolvedpriority:P0Immediate release or data-integrity riskImmediate release or data-integrity riskrepo:cliOwned by the CLI repositoryOwned by the CLI repositorystatus:doneDerived from the authoritative closed issue stateDerived from the authoritative closed issue state
Description
Metadata
Metadata
Assignees
Labels
authority:githubGitHub is the authoritative lifecycle record for this workGitHub is the authoritative lifecycle record for this workbeta:blockerMust be resolved before the first 2.0 betaMust be resolved before the first 2.0 betacompletion:evidence-verifiedAcceptance, fixed version, and required operational evidence are publicly verifiedAcceptance, fixed version, and required operational evidence are publicly verifiedkind:release-blockerA release cannot proceed until this issue is resolvedA release cannot proceed until this issue is resolvedpriority:P0Immediate release or data-integrity riskImmediate release or data-integrity riskrepo:cliOwned by the CLI repositoryOwned by the CLI repositorystatus:doneDerived from the authoritative closed issue stateDerived from the authoritative closed issue state
Type
Fields
No fields configured for issues without a type.
Problem
The repository-owned recovery workflow can resolve the exact immutable plan but cannot create a previously absent release tag. In run 29746484987, the workflow resolved
0.1.94at36bde75882980e834854a145c9ad0f61ceec4659; itsGITHUB_TOKENhadcontents: write, butPOST /git/refsfailed withResource not accessible by integration(HTTP 403). The earlier successful recovery path only verified an already-existing tag, so new-version recovery was never proven.Acceptance criteria
Completion
Close only after GitHub recovery creates
0.1.94at the planned commit, publishes and verifies the complete CLI asset set, and target-branch qualification passes.