Release Neuroglancer plugin v1.1.1 - #14
Conversation
tavateva
left a comment
There was a problem hiding this comment.
APPROVE — clean, complete, correctly-scoped version bump.
Verified completeness (the only thing that matters for a release bump): every plugin version reference moves v1.1.0 → v1.1.1 together —
package.jsonversion,package-lock.jsonboth the top-levelversionandpackages[""].version(the field pair that's easy to half-update),README.mdproduction tag + release asset,- CI
OUROBOROS_PLUGIN_RELEASE_TAG/OUROBOROS_PLUGIN_ARTIFACTfixtures (the-civariant).
I grepped the whole tree: the only surviving "version": "1.1.0" is node_modules/reusify — an unrelated transitive dep, correctly left alone. No stale plugin self-reference anywhere. CI is green on ubuntu/windows/artifact (so npm ci confirms lockfile↔package.json consistency and validate:release/validate:archive pass against the v1.1.1 fixtures), and the diff is nothing but the bump — no scope creep.
One release-readiness reminder, not a change request: this PR's post-merge step is the v1.1.1 tag that actually ships #13's hardening, and the one outstanding acceptance item from #12/#13 is the interactive Ouroboros directory-selection smoke against current Ouroboros main (AC8 — it wasn't in #13's verification and isn't in this body). If it hasn't been run since #13 merged, run and record it before tagging v1.1.1; the automated coverage (the 8 protocol tests) exercises the same correlation/stale/rapid-switch logic, but that interactive smoke is the release-qualification gate we flagged. If it's already been done, disregard.
Summary
Prepare the Neuroglancer plugin v1.1.1 release.
Verification
npm test(8 tests)npm run smoke:devnpm audit --audit-level=moderate(0 vulnerabilities)npm run build:releasenpm run validate:releasenpm run validate:archive -- dist/neuroglancer-plugin-v1.1.1.zipThe generated archive manifest reports release tag
v1.1.1, package version1.1.1, and artifact nameneuroglancer-plugin-v1.1.1.zip.Post-merge
Tag the merged commit as
v1.1.1to trigger the release workflow and publishneuroglancer-plugin-v1.1.1.zip.