opencode-codebase-index 0.19.0 → 0.19.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@
10
10
  "name": "codebase-index",
11
11
  "description": "Semantic code search and codebase graph tools for Claude Code",
12
12
  "source": "./",
13
- "version": "0.19.0"
13
+ "version": "0.19.1"
14
14
  }
15
15
  ]
16
16
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codebase-index",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "description": "Semantic code search and codebase graph tools for Claude Code",
5
5
  "displayName": "Codebase Index",
6
6
  "author": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codebase-index",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "description": "Semantic code search and codebase graph tools for Codex",
5
5
  "author": {
6
6
  "name": "Kenneth",
package/dist/cli.cjs CHANGED
@@ -3342,9 +3342,7 @@ var PROJECT_MARKERS = [
3342
3342
  "pom.xml",
3343
3343
  "build.gradle",
3344
3344
  "CMakeLists.txt",
3345
- "Makefile",
3346
- ".opencode",
3347
- ".codebase-index"
3345
+ "Makefile"
3348
3346
  ];
3349
3347
  function hasProjectMarker(projectRoot) {
3350
3348
  for (const marker of PROJECT_MARKERS) {