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.
- package/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/.codex-plugin/plugin.json +1 -1
- package/dist/cli.cjs +1 -3
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +1 -3
- package/dist/cli.js.map +1 -1
- package/dist/index.cjs +8 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +8 -4
- package/dist/index.js.map +1 -1
- package/dist/pi-extension.cjs +1 -3
- package/dist/pi-extension.cjs.map +1 -1
- package/dist/pi-extension.js +1 -3
- package/dist/pi-extension.js.map +1 -1
- package/native/codebase-index-native.darwin-arm64.node +0 -0
- package/native/codebase-index-native.darwin-x64.node +0 -0
- package/native/codebase-index-native.win32-x64-msvc.node +0 -0
- package/package.json +1 -1
package/dist/pi-extension.cjs
CHANGED
|
@@ -3384,9 +3384,7 @@ var PROJECT_MARKERS = [
|
|
|
3384
3384
|
"pom.xml",
|
|
3385
3385
|
"build.gradle",
|
|
3386
3386
|
"CMakeLists.txt",
|
|
3387
|
-
"Makefile"
|
|
3388
|
-
".opencode",
|
|
3389
|
-
".codebase-index"
|
|
3387
|
+
"Makefile"
|
|
3390
3388
|
];
|
|
3391
3389
|
function hasProjectMarker(projectRoot3) {
|
|
3392
3390
|
for (const marker of PROJECT_MARKERS) {
|