Skip to content

Commit 1e17a0a

Browse files
CSCSoftwareclaude
andcommitted
fix: remove **/packages/** from DEFAULT_EXCLUDE
Monorepos commonly use packages/ as workspace root containing primary source code. Excluding it by default breaks indexing for JS/TS monorepos (pnpm, npm workspaces, etc.). Fixes #4 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 877f64f commit 1e17a0a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/commands/init.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ export interface InitResult {
5353
export const DEFAULT_EXCLUDE = [
5454
// Package managers
5555
'**/node_modules/**',
56-
'**/packages/**',
5756
'**/vendor/**', // PHP Composer, Go
5857
'**/vendor/bundle/**', // Ruby Bundler
5958
// Build output

0 commit comments

Comments
 (0)