Skip to content

Commit a6c9c7f

Browse files
trs-80claude
andcommitted
chore: exclude vendored site assets from the code-intelligence index
.cbmignore is not a gitignore — everything it lists stays tracked, shipped and required at runtime. It only keeps site/assets/ out of the codebase-memory knowledge graph: the minified asciinema-player bundle contributes hundreds of single-letter symbols ($, $A, $e, $t, ...) that outrank real source in full-text search, and no structural query about this codebase should resolve into third-party minified output. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent b81d692 commit a6c9c7f

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.cbmignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Exclusions for the codebase-memory knowledge graph only.
2+
#
3+
# This file is NOT a gitignore. Everything listed here is tracked, shipped, and
4+
# required at runtime — it simply has no business in a code-intelligence index.
5+
# Syntax is gitignore syntax; the indexer reads .gitignore, .git/info/exclude
6+
# and this file.
7+
8+
# Vendored asciinema-player bundle and the demo recording assets for the landing
9+
# page. The minified bundle alone contributes hundreds of single-letter symbols
10+
# ($, $A, $e, $t, ...) that outrank real source in BM25 full-text search, and no
11+
# structural query about this codebase should ever resolve into third-party
12+
# minified output. Regenerated by scripts/record-demo.sh, never hand-edited.
13+
site/assets/

0 commit comments

Comments
 (0)