chore(vet): rename uffs import to match the org-wide convention - #52
Merged
Conversation
Renamed [imports.ultrafastfilesearch] -> [imports.uffs], matching the key name the same import is being added under in sibling repos (docenta confirmed). Functionally identical - same URL, same audits inherited. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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
Renamed `[imports.ultrafastfilesearch]` -> `[imports.uffs]` in `supply-chain/config.toml`, matching the key name the same import is being added under in sibling repos (confirmed in `docenta`). Functionally identical - same URL, same audits inherited from `skyllc-ai/UltraFastFileSearch`.
No explanatory comment above the import: this repo's `vet-fmt` gate enforces cargo-vet's canonical serialization, which strips free-form comments from `config.toml` on every `cargo vet fmt`/`check`/`certify`/`trust`/`prune` call - confirmed by testing it directly. A hand-written comment can't survive alongside that gate here.
Test plan