Skip to content

Fix stale docs and remove a non-working Spotlight rule - #12

Merged
barkz merged 1 commit into
mainfrom
fix/stale-docs-and-dead-ignore
Aug 16, 2026
Merged

Fix stale docs and remove a non-working Spotlight rule#12
barkz merged 1 commit into
mainfrom
fix/stale-docs-and-dead-ignore

Conversation

@barkz

Copy link
Copy Markdown
Owner

.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

.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
barkz merged commit 17199b5 into mainAug 16, 2026
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>
@barkz
barkz deleted the fix/stale-docs-and-dead-ignore branch August 20, 2026 03:19
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@barkz