packaging: group the workspace into the three prospective repos#479
Open
mfw78 wants to merge 1 commit into
Open
packaging: group the workspace into the three prospective repos#479mfw78 wants to merge 1 commit into
mfw78 wants to merge 1 commit into
Conversation
Move every crate, WIT package, module, fixture, script, and deploy artefact into nexum/ (L1), videre/ (L2), and shepherd/ (L3), matching the carve boundaries. One umbrella workspace root and a single hoisted dependency table and Cargo.lock remain; intra-group relative paths are preserved byte-for-byte. Cross-group edges are rewritten path-deps plus wit/ symlinks into the owning group, standing in for the wit-deps vendoring that lands with the carve.
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
Move every crate, WIT package, module, fixture, script, and deploy artefact into
nexum/(L1),videre/(L2), andshepherd/(L3), matching the three prospective repo boundaries. One umbrella workspace root, one hoisted dependency table, and oneCargo.lockremain; intra-group relative paths are preserved byte-for-byte. Cross-group WIT edges become symlinks into the owning group, standing in for thewit-depsvendoring that lands at the carve. CI, Docker,justfile,.gitignore/.dockerignorepaths updated to match.Why
M5 needs the monorepo reorganized into the exact L1/L2/L3 groupings before the physical
git-filter-repocarve, so the acyclic crate DAG and the single sharedCargo.lockcan be verified in one place, right up to the cut (docs/design/videre-split-plan.md §5 Phase S2a, §6.2 D9/D10).Part of #403 (workspace restructure - dep-sync closes it)
Testing
nix develop -c cargo fmt --all --checknix develop -c cargo check --workspace --all-featuresAI Assistance
Written with Claude Code assistance.