Commit 17199b5
Fix stale docs and remove a non-working Spotlight rule (#12)
.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>1 parent e46d517 commit 17199b5
3 files changed
Lines changed: 17 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | 9 | | |
14 | 10 | | |
15 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
18 | | - | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
30 | 38 | | |
31 | 39 | | |
32 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
246 | 253 | | |
247 | 254 | | |
248 | 255 | | |
| |||
0 commit comments