chore: remove uffs-content family — moved to uffs-products - #567
Merged
Conversation
uffs-content, uffs-content-protocol, uffs-content-reader, and uffs-content-reader-protocol now live in the private uffs-products repo (see docs/UFFS_CONTENT_MIGRATION_PLAN.md there). They served one specific commercial consumer (Docenta), not general UFFS users, and uffs-tui/uffs-gui already established this exact move pattern. uffs-broker's Snapshot Manager (crates/uffs-broker/src/broker/ snapshot_manager/) stays here — VSS-lease vending is general infrastructure, not Docenta-specific — and its is_uffs_content_image/ is_uffs_content_reader_image identity checks are unaffected: they gate on binary name, and uffs-products' build produces binaries with the same names. Also removes the resulting orphaned blake3 workspace dependency (its only consumer was uffs-content-protocol), corrects the winresource comment (already stale before this change — it claimed "used exclusively in uffs-cli/build.rs" when 9 crates depend on it), and fixes a pre-existing wrong doc path in uffs-mft/lcn_resolve.rs (`docs/architecture/...` -> `docs/dev/architecture/...`, missing the `dev/` segment). Verified: cargo check/test --workspace, lint-prod, lint-tests, fmt, machete, gates-drift, hooks-drift, workflow-drift, cargo doc all clean with the 4 crates gone — zero reverse Cargo-dependency edges existed (confirmed before starting), so this is a pure subtraction.
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.
Summary
uffs-content,uffs-content-protocol,uffs-content-reader, anduffs-content-reader-protocolnow live in the privateuffs-productsrepo.They serve one specific commercial consumer (Docenta), not general UFFS
users —
uffs-tui/uffs-guialready established this exact move patterninto that repo.
uffs-broker's Snapshot Manager stays here (general VSS-lease infrastructure,not Docenta-specific), and its
is_uffs_content_image/is_uffs_content_reader_imageidentity checks are unaffected — they gate onbinary name, and
uffs-products' build produces binaries with the samenames.
Also in this PR (found while removing)
blake3workspace dependency (its only consumer wasuffs-content-protocol).winresourceworkspace-dependency comment — it claimed "usedexclusively in
uffs-cli/build.rs" but 9 crates depend on it (stale beforethis PR, not caused by it).
uffs-mft/lcn_resolve.rs(
docs/architecture/...→docs/dev/architecture/..., missing thedev/segment).
Test plan
cargo check --workspace/cargo test --workspaceclean with the 4crates gone
just lint-prod/just lint-tests/cargo fmt --checkcleancargo machete— no orphaned deps remainjust gates-drift/hooks-drift/workflow-driftcleancargo doc --workspace --document-private-itemscleanthis is a pure subtraction, no other crate depended on any of the 4