Fix stale docs and remove a non-working Spotlight rule - #12
Merged
Conversation
.gitignore claimed .metadata_never_index stops Spotlight indexing the repo. It does not: macOS only honors that marker at volume roots, not in arbitrary directories. Verified by creating a file in the repo and watching Spotlight index it seconds later despite the marker. Removes the rule and the comment rather than leaving advice that does not work. The real fix for the Cmd+Space collision is keeping .pyc files out of the tree, so both CLAUDE.md and the README now document PYTHONPYCACHEPREFIX. CLAUDE.md also had two stale claims: - referenced a ./glean-code launcher that does not exist in the repo - said 604 tests; the suite is 721 Adds install.py to the CLAUDE.md commands block, since it is now the documented way to install the CLI and the macOS app bundle. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
barkz added a commit
that referenced
this pull request
Aug 16, 2026
* Add a Highlights section to the README Three bullets under the screenshot covering what landed recently, each linked to its PR and squashed merge commit: - installer and macOS Spotlight app (#11, e46d517) - OpenAPI incompatibility audit (#10, f81902d) - repo hygiene and stale-doc fixes (#12, 17199b5) Also adds Highlights to the Contents list. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> * Rename README 'What you get' section to 'Overview' Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 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 freeto 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.
.gitignore claimed .metadata_never_index stops Spotlight indexing the repo.
It does not: macOS only honors that marker at volume roots, not in arbitrary
directories. Verified by creating a file in the repo and watching Spotlight
index it seconds later despite the marker. Removes the rule and the comment
rather than leaving advice that does not work.
The real fix for the Cmd+Space collision is keeping .pyc files out of the tree,
so both CLAUDE.md and the README now document PYTHONPYCACHEPREFIX.
CLAUDE.md also had two stale claims:
Adds install.py to the CLAUDE.md commands block, since it is now the documented
way to install the CLI and the macOS app bundle.
Co-Authored-By: Claude Opus 5 noreply@anthropic.com