remove the Cursor editor artifacts; the rules live in CLAUDE.md and README - #240
Merged
Conversation
…EADME .cursorrules was read by the Cursor editor and nothing else, and nothing in this workflow uses Cursor. Nothing checked the file either, and it showed: measured against master, it carried six false or stale claims, among them that a non-String map key is a compilation error (the crate accepts every key serde stringifies), an optional-fields example that does not compile at all, references to the deleted suffix stripping, and the crate's old name in its title. Its sibling CURSORRULES.md was already deleted for the same reason; this removes the last of the pair. CLAUDE.md's file tree and Related Documentation both still pointed at CURSORRULES.md, a file not in the tree — those references go with it. Docs-only: no src/, tests/, Cargo.toml, justfile or CI change.
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.
.cursorrules was read by the Cursor editor and nothing else, and nothing in this workflow uses Cursor. Nothing checked the file either, and it showed: measured against master, it carried six false or stale claims, among them that a non-String map key is a compilation error (the crate accepts every key serde stringifies), an optional-fields example that does not compile at all, references to the deleted suffix stripping, and the crate's old name in its title. Its sibling CURSORRULES.md was already deleted for the same reason; this removes the last of the pair.
CLAUDE.md's file tree and Related Documentation both still pointed at CURSORRULES.md, a file not in the tree — those references go with it.
Docs-only: no src/, tests/, Cargo.toml, justfile or CI change. Gate run in full regardless: fmt, check, quick, doctests, clippy across all 68 feature toggles, and the test powerset across all 68 in four partitions — all green.