Skip to content

docs(release): a failed canary is fixed forward, not yanked - #1055

Merged
rickylabs merged 1 commit into
mainfrom
docs/canary-no-yank
Aug 2, 2026
Merged

docs(release): a failed canary is fixed forward, not yanked#1055
rickylabs merged 1 commit into
mainfrom
docs/canary-no-yank

Conversation

@rickylabs

Copy link
Copy Markdown
Owner

Summary

Records the owner's 2026-08-02 decision on failed canaries: a canary that published and then failed
its pinned production E2E is fixed forward with the next canary.N, without yanking the failed one.

The skill previously mandated yanking in that case. Practice diverged from it during the 0.0.3 cut,
so this aligns the doctrine rather than leaving the two silently inconsistent.

Rationale

A canary is a prerelease. Normal semver resolution never selects it, so a failed canary is inert for
consumers and remains useful as audit evidence of what was attempted. Yanking added ceremony and risk
without changing what anyone resolves.

Yanking stays documented for the case it was actually written for — a canary that is harmful to
resolve
, such as one that published corrupt or wrong-identity artifacts. That is now framed as an
owner judgement call rather than the default response to any red gate.

The stable channel is unaffected either way: release/canary-pair is written only on a green pair,
and release:publish fails closed without it.

Context

0.0.3-canary.1 published across the workspace, then scaffold.plugin.ai.lifecycle failed in
run 30739345727. The underlying
defect is tracked in #1054. Under the previous wording that would have required yanking 9+ published
packages; under this wording the next canary simply supersedes it.

Docs-only change to .agents/skills/netscript-release/SKILL.md. No tooling or workflow behaviour is
altered — nothing in the release path reads this file.

Owner decision, 2026-08-02: a canary that published and then failed its pinned
production E2E is fixed forward with the next canary.N, without yanking the
failed version. A canary is a prerelease that normal semver resolution never
selects, so a failed one is inert for consumers and is useful audit evidence.

Yanking remains available for a canary that is actively harmful to resolve, as
an owner judgement call rather than the default response to a red gate.

Recorded after 0.0.3-canary.1 published and scaffold.plugin.ai.lifecycle failed
in run 30739345727.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant