v0.6.2
Built against
Peter-N91/hve-squad@0.15.2(seehost/cast/package-pin.json).
Fixed
- The cast snapshot could have been resolved from the package's default branch
rather than from the release it claims.host/snapshot-cast.tsalready took
the tag's own commit for everyPeter-N91/hve-squadentry, but it ignored
whatever ref the manifest declared, so a tag whose self-references named a
different release would have been snapshotted silently. The resolver now
rejects a self-reference pointing anywhere other than the tag being resolved,
which makes "the bundle is the tagged release, nevermain" a checked
invariant instead of an implicit one (host/snapshot-cast.ts). - The bundled cast is re-pinned to hve-squad
v0.15.2(commitc1a3947),
which carries the upstream hve-core pin594ee84and the package-side fix that
makes a release tag serve its own squad files. The pre-release sitting on the
package'smainis deliberately not picked up (host/cast/package-pin.json,
host/cast/manifest.json,host/cast/.github).
Consumer install
Pin to this version:
npm install "Peter-N91/hve-squad-mcp#v0.6.2"