Conversation
Replaces real-name examples in the §2.9 extensions.collection prose,
YAML sample, and item_kind taxonomy table with generic placeholders.
No semantic change to the spec itself — only the illustrative names
in examples.
Scrubbed:
- prose: "the Joukowsky Collection contains both antiquities..."
→ "a private art collection may contain both antiquities..."
- YAML: name/id "Joukowsky Collection"/"joukowsky-collection"
→ "Example Antiquities Collection"/"example-antiquities-collection"
- table header: "Joukowsky example | Christie's analogue"
→ "Private-collection example | Auction-house analogue"
- cells: jade-figure-of-a-bixie, 1985 Brown Exhibition,
Gurr Johns 2022 appraisal, narration-joukowsky-parents
→ generic counterparts
Continuation of the existing de-leak posture (cf. f4365c6, c6c6167).
Co-Authored-By: Claude Opus 4.7 (1M context) <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
extensions.collectioninspec/EXTENSIONS.mdand replaces them with generic placeholders.item_kindtaxonomy table.What changed
"Joukowsky Collection"/joukowsky-collection"Example Antiquities Collection"/example-antiquities-collectionJoukowsky example(column header)Private-collection exampleChristie's analogue(column header)Auction-house analoguecategory-antiquities-001-jade-figure-of-a-bixiecategory-antiquities-001-example-jade-figure1985 Brown Exhibition1985 university loan exhibitionGurr Johns 2022 appraisal2022 specialist appraisalnarration-joukowsky-parentsnarration-collection-overviewTest plan
grep -i "joukowsky\|gurr johns\|bixie\|brown exhibition\|christie" spec/EXTENSIONS.mdreturns no matches🤖 Generated with Claude Code