@@ -132,7 +132,7 @@ current adoption level:
132132 re-submission is accepted.
133133- ** asdf (Task 3):** the one-successful-release-cycle
134134 precondition is now met — the pipeline has shipped
135- through ` v0.47 .0 ` (2026-06-14 ) — so the only remaining
135+ through ` v0.51 .0 ` (2026-06-20 ) — so the only remaining
136136 gate is adoption. No PR to
137137 [ ` asdf-vm/asdf-plugins ` ] ( https://github.com/asdf-vm/asdf-plugins )
138138 has been filed; that index has comparable curation
@@ -151,3 +151,28 @@ In-repo work is done: the `jeduden/asdf-mdsmith`
151151plugin, its CI, and the release.yml smoke-test matrix.
152152The plan stays open until adoption clears the
153153registries' bar.
154+
155+ ** Review 2026-06-21.** No in-repo actions remain. Specific
156+ verifications:
157+
158+ - ` release.yml ` smoke-test matrix: the ` asdf ` channel
159+ install script exits non-zero on failure; the
160+ ` mise-registry ` channel emits ` ::warning:: ` , sets
161+ ` skipped=true ` in ` $GITHUB_OUTPUT ` , then exits 0
162+ (soft-skip, not gating).
163+ - [ ` RequiredSmokeChannels ` ] ( ../internal/release/releasesmoke.go )
164+ in ` internal/release/releasesmoke.go ` :
165+ ` {"asdf", "go", "mise", "npm", "pip"} ` — includes
166+ ` "asdf" ` and the explicit-URL ` "mise" ` form; excludes
167+ the bare ` "mise-registry" ` form.
168+ - ` docs/guides/install.md ` : "neither registry entry
169+ exists yet" note just below the channel-comparison
170+ table, and per-section notes warning that bare
171+ ` asdf plugin add mdsmith ` and bare
172+ ` mise use mdsmith@VER ` do not yet resolve.
173+ - The ` asdf ` and ` mise ` release-channel docs: their full
174+ frontmatter feeds ` website/data/channels.yaml ` via
175+ ` mdsmith-release sync-channels ` ; both docs carry "needs
176+ a registry entry" for the bare forms.
177+
178+ Plan stays open until registry adoption clears.
0 commit comments