packaging: vendor cross-group wit into shepherd and gate tag sync#483
Open
mfw78 wants to merge 4 commits into
Open
packaging: vendor cross-group wit into shepherd and gate tag sync#483mfw78 wants to merge 4 commits into
mfw78 wants to merge 4 commits into
Conversation
scripts/check-dep-sync.sh asserts the crate DAG points strictly up across nexum, videre and shepherd for every workspace member (path deps and wit/ symlinks included), and that the carve dependency artefacts agree wherever they exist: umbrella [patch] entries target the owning grouping's in-tree crates and neutralise every written git-tag pin with no orphans, pins agree on one tag per upstream repo, each Cargo.repo.toml member list mirrors the umbrella, and wit-deps manifests and locks stay key-synced with tags matching the Rust pins. Artefacts a train wave has not written yet skip visibly and enforce the moment they land. Wired as the blocking dep-sync CI job and a just check-dep-sync recipe; the git-tag to crates.io and wkg/OCI convergence path is documented in docs/design/cross-repo-deps.md.
…t-deps manifest The runtime bindgen and every L1 fixture module already resolve wit/nexum-host inside the nexum group; check in an empty wit/deps.toml plus its lock to pin the leaf, and teach the zero-leak gate to fail if either ever declares a dependency.
Replace the cross-group nexum-host symlink with a wit-deps vendor: wit/deps.toml pins the package to an exact nexum-runtime git tag, wit/deps.lock records the content digests, and wit/deps/nexum-host is checked in so the group resolves WIT crate-locally and offline. The videre-host and videre-sdk bindgens now read wit/deps/nexum-host.
Replace the symlinked nexum-host and videre packages with vendored copies under wit/deps, pinned by wit/deps.toml release-tag sources, and point the layering gate at the vendored tree.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Vendors shepherd's cross-group WIT (
nexum:host,videre:types,videre:value-flow,videre:venue) undershepherd/wit/depsviawit-deps, replacing the four
wit/symlinks. Retargets theshepherd:cowlayering test at the vendored tree. Extendscheck-dep-sync.shto require one tag per upstream repo across allgroups, not just against the Rust pin. Fixes the
nexum-hosttagprefix in
videre/wit/deps.{toml,lock}to match the realnexum-runtimerelease tag shape.Why
Closes the last generic-WIT symlink in shepherd so every group
resolves WIT crate-locally and offline ahead of the carve, per
docs/design/videre-split-plan.md section 5 (Phase S2).
Testing
CI gate: fmt, check, clippy -D warnings, nextest, doctest, plus
scripts/check-dep-sync.sh and scripts/check-venue-agnostic.sh.
AI Assistance
Drafted with Claude Code under review.
Closes #405