Conversation
Sync pkg/scoop/codebase-memory-mcp.json with the Scoop Main bucket manifest (v0.11.0): add arm64, notes, and matching hashes/URLs. Signed-off-by: Ivan Lin <35771002+ivanlinhf@users.noreply.github.com>
|
Thanks for opening this — it has been seen, and it is queued. This note is automated, but it is not a brush-off: it exists so you know where your PR stands instead of having to guess from silence. Current review status: working through a backlog. What that means for this PR, concretely:
Things that will genuinely speed it up whenever review does happen:
If this fixes a bug, a reproduction we can run is worth more than a description of the symptom. Thanks for contributing, and sorry in advance for the wait. |
DeusData
left a comment
There was a problem hiding this comment.
Thank you — the Scoop manifest was badly out of date, and I checked your hashes against the v0.11.0 release asset digests: both the amd64 and the arm64 zip match.
Two small things, and then it merges:
- The version-metadata contract. Every red job is the same line:
pkg/scoop/codebase-memory-mcp.json declares 0.11.0 but is pinned at 0.8.1, fromtests/test_version_metadata_contract.sh. Please update that entry to"pkg/scoop/codebase-memory-mcp.json|pin:0.11.0"and its reason text to "last re-pinned for v0.11.0". The shard-completeness and aggregate reds follow from that one failure. - Keep an anchored
findregex inautoupdate.hash.checksums.txtalso lists...-windows-amd64.zip.bundleand...-ui-windows-amd64.zip, so Scoop's default filename search could pick the wrong line.
Optional: keeping the original two-space indentation would make the diff show only the real changes. Thank you again.
Signed-off-by: Ivan Lin <35771002+ivanlinhf@users.noreply.github.com>
What does this PR do?
Sync
pkg/scoop/codebase-memory-mcp.jsonwith the Scoop Main bucket manifest for 0.11.0 (add arm64, notes, and matching URLs/hashes). Packaging-only; no production code changes.Written with an AI agent acting on behalf of @ivanlinhf.
Fixes #2300
Checklist
git commit -s) — required, CI rejectsunsigned commits (DCO, see CONTRIBUTING.md)
make -f Makefile.cbm test)make -f Makefile.cbm lint-ci)N/A for test/lint: JSON packaging manifest only.