@bharanidev/bhgraph-darwin-arm64 1.0.0
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/bin/bhgraph +19 -0
- package/lib/dist/bin/bhgraph.d.ts +26 -0
- package/lib/dist/bin/bhgraph.d.ts.map +1 -0
- package/lib/dist/bin/bhgraph.js +2207 -0
- package/lib/dist/bin/bhgraph.js.map +1 -0
- package/lib/dist/bin/command-supervision.d.ts +12 -0
- package/lib/dist/bin/command-supervision.d.ts.map +1 -0
- package/lib/dist/bin/command-supervision.js +89 -0
- package/lib/dist/bin/command-supervision.js.map +1 -0
- package/lib/dist/bin/fatal-handler.d.ts +20 -0
- package/lib/dist/bin/fatal-handler.d.ts.map +1 -0
- package/lib/dist/bin/fatal-handler.js +118 -0
- package/lib/dist/bin/fatal-handler.js.map +1 -0
- package/lib/dist/bin/node-version-check.d.ts +37 -0
- package/lib/dist/bin/node-version-check.d.ts.map +1 -0
- package/lib/dist/bin/node-version-check.js +79 -0
- package/lib/dist/bin/node-version-check.js.map +1 -0
- package/lib/dist/bin/uninstall.d.ts +14 -0
- package/lib/dist/bin/uninstall.d.ts.map +1 -0
- package/lib/dist/bin/uninstall.js +36 -0
- package/lib/dist/bin/uninstall.js.map +1 -0
- package/lib/dist/context/formatter.d.ts +30 -0
- package/lib/dist/context/formatter.d.ts.map +1 -0
- package/lib/dist/context/formatter.js +263 -0
- package/lib/dist/context/formatter.js.map +1 -0
- package/lib/dist/context/index.d.ts +119 -0
- package/lib/dist/context/index.d.ts.map +1 -0
- package/lib/dist/context/index.js +1296 -0
- package/lib/dist/context/index.js.map +1 -0
- package/lib/dist/context/markers.d.ts +19 -0
- package/lib/dist/context/markers.d.ts.map +1 -0
- package/lib/dist/context/markers.js +22 -0
- package/lib/dist/context/markers.js.map +1 -0
- package/lib/dist/db/index.d.ts +142 -0
- package/lib/dist/db/index.d.ts.map +1 -0
- package/lib/dist/db/index.js +335 -0
- package/lib/dist/db/index.js.map +1 -0
- package/lib/dist/db/migrations.d.ts +44 -0
- package/lib/dist/db/migrations.d.ts.map +1 -0
- package/lib/dist/db/migrations.js +182 -0
- package/lib/dist/db/migrations.js.map +1 -0
- package/lib/dist/db/queries.d.ts +452 -0
- package/lib/dist/db/queries.d.ts.map +1 -0
- package/lib/dist/db/queries.js +1740 -0
- package/lib/dist/db/queries.js.map +1 -0
- package/lib/dist/db/schema.sql +182 -0
- package/lib/dist/db/sqlite-adapter.d.ts +53 -0
- package/lib/dist/db/sqlite-adapter.d.ts.map +1 -0
- package/lib/dist/db/sqlite-adapter.js +117 -0
- package/lib/dist/db/sqlite-adapter.js.map +1 -0
- package/lib/dist/directory.d.ts +183 -0
- package/lib/dist/directory.d.ts.map +1 -0
- package/lib/dist/directory.js +797 -0
- package/lib/dist/directory.js.map +1 -0
- package/lib/dist/errors.d.ts +136 -0
- package/lib/dist/errors.d.ts.map +1 -0
- package/lib/dist/errors.js +219 -0
- package/lib/dist/errors.js.map +1 -0
- package/lib/dist/extraction/astro-extractor.d.ts +79 -0
- package/lib/dist/extraction/astro-extractor.d.ts.map +1 -0
- package/lib/dist/extraction/astro-extractor.js +320 -0
- package/lib/dist/extraction/astro-extractor.js.map +1 -0
- package/lib/dist/extraction/cfml-extractor.d.ts +107 -0
- package/lib/dist/extraction/cfml-extractor.d.ts.map +1 -0
- package/lib/dist/extraction/cfml-extractor.js +494 -0
- package/lib/dist/extraction/cfml-extractor.js.map +1 -0
- package/lib/dist/extraction/dfm-extractor.d.ts +31 -0
- package/lib/dist/extraction/dfm-extractor.d.ts.map +1 -0
- package/lib/dist/extraction/dfm-extractor.js +151 -0
- package/lib/dist/extraction/dfm-extractor.js.map +1 -0
- package/lib/dist/extraction/extraction-version.d.ts +25 -0
- package/lib/dist/extraction/extraction-version.d.ts.map +1 -0
- package/lib/dist/extraction/extraction-version.js +28 -0
- package/lib/dist/extraction/extraction-version.js.map +1 -0
- package/lib/dist/extraction/function-ref.d.ts +118 -0
- package/lib/dist/extraction/function-ref.d.ts.map +1 -0
- package/lib/dist/extraction/function-ref.js +727 -0
- package/lib/dist/extraction/function-ref.js.map +1 -0
- package/lib/dist/extraction/generated-detection.d.ts +30 -0
- package/lib/dist/extraction/generated-detection.d.ts.map +1 -0
- package/lib/dist/extraction/generated-detection.js +83 -0
- package/lib/dist/extraction/generated-detection.js.map +1 -0
- package/lib/dist/extraction/grammars.d.ts +123 -0
- package/lib/dist/extraction/grammars.d.ts.map +1 -0
- package/lib/dist/extraction/grammars.js +589 -0
- package/lib/dist/extraction/grammars.js.map +1 -0
- package/lib/dist/extraction/index.d.ts +232 -0
- package/lib/dist/extraction/index.d.ts.map +1 -0
- package/lib/dist/extraction/index.js +2269 -0
- package/lib/dist/extraction/index.js.map +1 -0
- package/lib/dist/extraction/languages/arkts.d.ts +3 -0
- package/lib/dist/extraction/languages/arkts.d.ts.map +1 -0
- package/lib/dist/extraction/languages/arkts.js +127 -0
- package/lib/dist/extraction/languages/arkts.js.map +1 -0
- package/lib/dist/extraction/languages/c-cpp.d.ts +110 -0
- package/lib/dist/extraction/languages/c-cpp.d.ts.map +1 -0
- package/lib/dist/extraction/languages/c-cpp.js +837 -0
- package/lib/dist/extraction/languages/c-cpp.js.map +1 -0
- package/lib/dist/extraction/languages/cfquery.d.ts +12 -0
- package/lib/dist/extraction/languages/cfquery.d.ts.map +1 -0
- package/lib/dist/extraction/languages/cfquery.js +28 -0
- package/lib/dist/extraction/languages/cfquery.js.map +1 -0
- package/lib/dist/extraction/languages/cfscript.d.ts +3 -0
- package/lib/dist/extraction/languages/cfscript.d.ts.map +1 -0
- package/lib/dist/extraction/languages/cfscript.js +73 -0
- package/lib/dist/extraction/languages/cfscript.js.map +1 -0
- package/lib/dist/extraction/languages/cobol.d.ts +33 -0
- package/lib/dist/extraction/languages/cobol.d.ts.map +1 -0
- package/lib/dist/extraction/languages/cobol.js +499 -0
- package/lib/dist/extraction/languages/cobol.js.map +1 -0
- package/lib/dist/extraction/languages/csharp.d.ts +25 -0
- package/lib/dist/extraction/languages/csharp.d.ts.map +1 -0
- package/lib/dist/extraction/languages/csharp.js +175 -0
- package/lib/dist/extraction/languages/csharp.js.map +1 -0
- package/lib/dist/extraction/languages/dart.d.ts +3 -0
- package/lib/dist/extraction/languages/dart.d.ts.map +1 -0
- package/lib/dist/extraction/languages/dart.js +374 -0
- package/lib/dist/extraction/languages/dart.js.map +1 -0
- package/lib/dist/extraction/languages/erlang.d.ts +3 -0
- package/lib/dist/extraction/languages/erlang.d.ts.map +1 -0
- package/lib/dist/extraction/languages/erlang.js +350 -0
- package/lib/dist/extraction/languages/erlang.js.map +1 -0
- package/lib/dist/extraction/languages/go.d.ts +3 -0
- package/lib/dist/extraction/languages/go.d.ts.map +1 -0
- package/lib/dist/extraction/languages/go.js +111 -0
- package/lib/dist/extraction/languages/go.js.map +1 -0
- package/lib/dist/extraction/languages/index.d.ts +10 -0
- package/lib/dist/extraction/languages/index.d.ts.map +1 -0
- package/lib/dist/extraction/languages/index.js +71 -0
- package/lib/dist/extraction/languages/index.js.map +1 -0
- package/lib/dist/extraction/languages/java.d.ts +3 -0
- package/lib/dist/extraction/languages/java.d.ts.map +1 -0
- package/lib/dist/extraction/languages/java.js +315 -0
- package/lib/dist/extraction/languages/java.js.map +1 -0
- package/lib/dist/extraction/languages/javascript.d.ts +3 -0
- package/lib/dist/extraction/languages/javascript.d.ts.map +1 -0
- package/lib/dist/extraction/languages/javascript.js +106 -0
- package/lib/dist/extraction/languages/javascript.js.map +1 -0
- package/lib/dist/extraction/languages/kotlin.d.ts +3 -0
- package/lib/dist/extraction/languages/kotlin.d.ts.map +1 -0
- package/lib/dist/extraction/languages/kotlin.js +379 -0
- package/lib/dist/extraction/languages/kotlin.js.map +1 -0
- package/lib/dist/extraction/languages/lua.d.ts +3 -0
- package/lib/dist/extraction/languages/lua.d.ts.map +1 -0
- package/lib/dist/extraction/languages/lua.js +150 -0
- package/lib/dist/extraction/languages/lua.js.map +1 -0
- package/lib/dist/extraction/languages/luau.d.ts +3 -0
- package/lib/dist/extraction/languages/luau.d.ts.map +1 -0
- package/lib/dist/extraction/languages/luau.js +37 -0
- package/lib/dist/extraction/languages/luau.js.map +1 -0
- package/lib/dist/extraction/languages/nix.d.ts +3 -0
- package/lib/dist/extraction/languages/nix.d.ts.map +1 -0
- package/lib/dist/extraction/languages/nix.js +294 -0
- package/lib/dist/extraction/languages/nix.js.map +1 -0
- package/lib/dist/extraction/languages/objc.d.ts +3 -0
- package/lib/dist/extraction/languages/objc.d.ts.map +1 -0
- package/lib/dist/extraction/languages/objc.js +175 -0
- package/lib/dist/extraction/languages/objc.js.map +1 -0
- package/lib/dist/extraction/languages/pascal.d.ts +3 -0
- package/lib/dist/extraction/languages/pascal.d.ts.map +1 -0
- package/lib/dist/extraction/languages/pascal.js +77 -0
- package/lib/dist/extraction/languages/pascal.js.map +1 -0
- package/lib/dist/extraction/languages/php.d.ts +3 -0
- package/lib/dist/extraction/languages/php.d.ts.map +1 -0
- package/lib/dist/extraction/languages/php.js +196 -0
- package/lib/dist/extraction/languages/php.js.map +1 -0
- package/lib/dist/extraction/languages/python.d.ts +3 -0
- package/lib/dist/extraction/languages/python.d.ts.map +1 -0
- package/lib/dist/extraction/languages/python.js +56 -0
- package/lib/dist/extraction/languages/python.js.map +1 -0
- package/lib/dist/extraction/languages/r.d.ts +3 -0
- package/lib/dist/extraction/languages/r.d.ts.map +1 -0
- package/lib/dist/extraction/languages/r.js +314 -0
- package/lib/dist/extraction/languages/r.js.map +1 -0
- package/lib/dist/extraction/languages/ruby.d.ts +3 -0
- package/lib/dist/extraction/languages/ruby.d.ts.map +1 -0
- package/lib/dist/extraction/languages/ruby.js +149 -0
- package/lib/dist/extraction/languages/ruby.js.map +1 -0
- package/lib/dist/extraction/languages/rust.d.ts +3 -0
- package/lib/dist/extraction/languages/rust.d.ts.map +1 -0
- package/lib/dist/extraction/languages/rust.js +142 -0
- package/lib/dist/extraction/languages/rust.js.map +1 -0
- package/lib/dist/extraction/languages/scala.d.ts +3 -0
- package/lib/dist/extraction/languages/scala.d.ts.map +1 -0
- package/lib/dist/extraction/languages/scala.js +209 -0
- package/lib/dist/extraction/languages/scala.js.map +1 -0
- package/lib/dist/extraction/languages/solidity.d.ts +3 -0
- package/lib/dist/extraction/languages/solidity.d.ts.map +1 -0
- package/lib/dist/extraction/languages/solidity.js +293 -0
- package/lib/dist/extraction/languages/solidity.js.map +1 -0
- package/lib/dist/extraction/languages/swift.d.ts +3 -0
- package/lib/dist/extraction/languages/swift.d.ts.map +1 -0
- package/lib/dist/extraction/languages/swift.js +152 -0
- package/lib/dist/extraction/languages/swift.js.map +1 -0
- package/lib/dist/extraction/languages/terraform.d.ts +3 -0
- package/lib/dist/extraction/languages/terraform.d.ts.map +1 -0
- package/lib/dist/extraction/languages/terraform.js +641 -0
- package/lib/dist/extraction/languages/terraform.js.map +1 -0
- package/lib/dist/extraction/languages/typescript.d.ts +16 -0
- package/lib/dist/extraction/languages/typescript.d.ts.map +1 -0
- package/lib/dist/extraction/languages/typescript.js +167 -0
- package/lib/dist/extraction/languages/typescript.js.map +1 -0
- package/lib/dist/extraction/languages/vbnet.d.ts +11 -0
- package/lib/dist/extraction/languages/vbnet.d.ts.map +1 -0
- package/lib/dist/extraction/languages/vbnet.js +141 -0
- package/lib/dist/extraction/languages/vbnet.js.map +1 -0
- package/lib/dist/extraction/liquid-extractor.d.ts +59 -0
- package/lib/dist/extraction/liquid-extractor.d.ts.map +1 -0
- package/lib/dist/extraction/liquid-extractor.js +357 -0
- package/lib/dist/extraction/liquid-extractor.js.map +1 -0
- package/lib/dist/extraction/mybatis-extractor.d.ts +68 -0
- package/lib/dist/extraction/mybatis-extractor.d.ts.map +1 -0
- package/lib/dist/extraction/mybatis-extractor.js +300 -0
- package/lib/dist/extraction/mybatis-extractor.js.map +1 -0
- package/lib/dist/extraction/parse-pool.d.ts +126 -0
- package/lib/dist/extraction/parse-pool.d.ts.map +1 -0
- package/lib/dist/extraction/parse-pool.js +319 -0
- package/lib/dist/extraction/parse-pool.js.map +1 -0
- package/lib/dist/extraction/parse-worker.d.ts +8 -0
- package/lib/dist/extraction/parse-worker.d.ts.map +1 -0
- package/lib/dist/extraction/parse-worker.js +97 -0
- package/lib/dist/extraction/parse-worker.js.map +1 -0
- package/lib/dist/extraction/razor-extractor.d.ts +42 -0
- package/lib/dist/extraction/razor-extractor.d.ts.map +1 -0
- package/lib/dist/extraction/razor-extractor.js +285 -0
- package/lib/dist/extraction/razor-extractor.js.map +1 -0
- package/lib/dist/extraction/svelte-extractor.d.ts +56 -0
- package/lib/dist/extraction/svelte-extractor.d.ts.map +1 -0
- package/lib/dist/extraction/svelte-extractor.js +275 -0
- package/lib/dist/extraction/svelte-extractor.js.map +1 -0
- package/lib/dist/extraction/tree-sitter-helpers.d.ts +28 -0
- package/lib/dist/extraction/tree-sitter-helpers.d.ts.map +1 -0
- package/lib/dist/extraction/tree-sitter-helpers.js +153 -0
- package/lib/dist/extraction/tree-sitter-helpers.js.map +1 -0
- package/lib/dist/extraction/tree-sitter-types.d.ts +258 -0
- package/lib/dist/extraction/tree-sitter-types.d.ts.map +1 -0
- package/lib/dist/extraction/tree-sitter-types.js +10 -0
- package/lib/dist/extraction/tree-sitter-types.js.map +1 -0
- package/lib/dist/extraction/tree-sitter.d.ts +706 -0
- package/lib/dist/extraction/tree-sitter.d.ts.map +1 -0
- package/lib/dist/extraction/tree-sitter.js +6506 -0
- package/lib/dist/extraction/tree-sitter.js.map +1 -0
- package/lib/dist/extraction/vue-extractor.d.ts +51 -0
- package/lib/dist/extraction/vue-extractor.d.ts.map +1 -0
- package/lib/dist/extraction/vue-extractor.js +254 -0
- package/lib/dist/extraction/vue-extractor.js.map +1 -0
- package/lib/dist/extraction/wasm/tree-sitter-arkts.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-c_sharp.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-cfml.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-cfquery.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-cfscript.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-cobol.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-erlang.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-lua.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-luau.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-nix.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-pascal.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-r.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-scala.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-terraform.wasm +0 -0
- package/lib/dist/extraction/wasm/tree-sitter-vbnet.wasm +0 -0
- package/lib/dist/extraction/wasm-runtime-flags.d.ts +38 -0
- package/lib/dist/extraction/wasm-runtime-flags.d.ts.map +1 -0
- package/lib/dist/extraction/wasm-runtime-flags.js +106 -0
- package/lib/dist/extraction/wasm-runtime-flags.js.map +1 -0
- package/lib/dist/graph/index.d.ts +8 -0
- package/lib/dist/graph/index.d.ts.map +1 -0
- package/lib/dist/graph/index.js +13 -0
- package/lib/dist/graph/index.js.map +1 -0
- package/lib/dist/graph/queries.d.ts +106 -0
- package/lib/dist/graph/queries.d.ts.map +1 -0
- package/lib/dist/graph/queries.js +339 -0
- package/lib/dist/graph/queries.js.map +1 -0
- package/lib/dist/graph/traversal.d.ts +127 -0
- package/lib/dist/graph/traversal.d.ts.map +1 -0
- package/lib/dist/graph/traversal.js +599 -0
- package/lib/dist/graph/traversal.js.map +1 -0
- package/lib/dist/index.d.ts +642 -0
- package/lib/dist/index.d.ts.map +1 -0
- package/lib/dist/index.js +1387 -0
- package/lib/dist/index.js.map +1 -0
- package/lib/dist/installer/config-writer.d.ts +28 -0
- package/lib/dist/installer/config-writer.d.ts.map +1 -0
- package/lib/dist/installer/config-writer.js +91 -0
- package/lib/dist/installer/config-writer.js.map +1 -0
- package/lib/dist/installer/index.d.ts +100 -0
- package/lib/dist/installer/index.d.ts.map +1 -0
- package/lib/dist/installer/index.js +526 -0
- package/lib/dist/installer/index.js.map +1 -0
- package/lib/dist/installer/instructions-template.d.ts +41 -0
- package/lib/dist/installer/instructions-template.d.ts.map +1 -0
- package/lib/dist/installer/instructions-template.js +53 -0
- package/lib/dist/installer/instructions-template.js.map +1 -0
- package/lib/dist/installer/targets/antigravity.d.ts +57 -0
- package/lib/dist/installer/targets/antigravity.d.ts.map +1 -0
- package/lib/dist/installer/targets/antigravity.js +308 -0
- package/lib/dist/installer/targets/antigravity.js.map +1 -0
- package/lib/dist/installer/targets/claude.d.ts +62 -0
- package/lib/dist/installer/targets/claude.d.ts.map +1 -0
- package/lib/dist/installer/targets/claude.js +454 -0
- package/lib/dist/installer/targets/claude.js.map +1 -0
- package/lib/dist/installer/targets/codex.d.ts +18 -0
- package/lib/dist/installer/targets/codex.d.ts.map +1 -0
- package/lib/dist/installer/targets/codex.js +185 -0
- package/lib/dist/installer/targets/codex.js.map +1 -0
- package/lib/dist/installer/targets/cursor.d.ts +35 -0
- package/lib/dist/installer/targets/cursor.d.ts.map +1 -0
- package/lib/dist/installer/targets/cursor.js +254 -0
- package/lib/dist/installer/targets/cursor.js.map +1 -0
- package/lib/dist/installer/targets/gemini.d.ts +26 -0
- package/lib/dist/installer/targets/gemini.d.ts.map +1 -0
- package/lib/dist/installer/targets/gemini.js +165 -0
- package/lib/dist/installer/targets/gemini.js.map +1 -0
- package/lib/dist/installer/targets/hermes.d.ts +18 -0
- package/lib/dist/installer/targets/hermes.d.ts.map +1 -0
- package/lib/dist/installer/targets/hermes.js +359 -0
- package/lib/dist/installer/targets/hermes.js.map +1 -0
- package/lib/dist/installer/targets/kiro.d.ts +27 -0
- package/lib/dist/installer/targets/kiro.d.ts.map +1 -0
- package/lib/dist/installer/targets/kiro.js +178 -0
- package/lib/dist/installer/targets/kiro.js.map +1 -0
- package/lib/dist/installer/targets/opencode.d.ts +38 -0
- package/lib/dist/installer/targets/opencode.d.ts.map +1 -0
- package/lib/dist/installer/targets/opencode.js +288 -0
- package/lib/dist/installer/targets/opencode.js.map +1 -0
- package/lib/dist/installer/targets/registry.d.ts +35 -0
- package/lib/dist/installer/targets/registry.d.ts.map +1 -0
- package/lib/dist/installer/targets/registry.js +91 -0
- package/lib/dist/installer/targets/registry.js.map +1 -0
- package/lib/dist/installer/targets/shared.d.ts +101 -0
- package/lib/dist/installer/targets/shared.d.ts.map +1 -0
- package/lib/dist/installer/targets/shared.js +264 -0
- package/lib/dist/installer/targets/shared.js.map +1 -0
- package/lib/dist/installer/targets/toml.d.ts +52 -0
- package/lib/dist/installer/targets/toml.d.ts.map +1 -0
- package/lib/dist/installer/targets/toml.js +147 -0
- package/lib/dist/installer/targets/toml.js.map +1 -0
- package/lib/dist/installer/targets/types.d.ts +108 -0
- package/lib/dist/installer/targets/types.d.ts.map +1 -0
- package/lib/dist/installer/targets/types.js +16 -0
- package/lib/dist/installer/targets/types.js.map +1 -0
- package/lib/dist/mcp/daemon-manager.d.ts +42 -0
- package/lib/dist/mcp/daemon-manager.d.ts.map +1 -0
- package/lib/dist/mcp/daemon-manager.js +129 -0
- package/lib/dist/mcp/daemon-manager.js.map +1 -0
- package/lib/dist/mcp/daemon-paths.d.ts +73 -0
- package/lib/dist/mcp/daemon-paths.d.ts.map +1 -0
- package/lib/dist/mcp/daemon-paths.js +165 -0
- package/lib/dist/mcp/daemon-paths.js.map +1 -0
- package/lib/dist/mcp/daemon-registry.d.ts +47 -0
- package/lib/dist/mcp/daemon-registry.d.ts.map +1 -0
- package/lib/dist/mcp/daemon-registry.js +233 -0
- package/lib/dist/mcp/daemon-registry.js.map +1 -0
- package/lib/dist/mcp/daemon.d.ts +290 -0
- package/lib/dist/mcp/daemon.d.ts.map +1 -0
- package/lib/dist/mcp/daemon.js +840 -0
- package/lib/dist/mcp/daemon.js.map +1 -0
- package/lib/dist/mcp/dynamic-boundaries.d.ts +41 -0
- package/lib/dist/mcp/dynamic-boundaries.d.ts.map +1 -0
- package/lib/dist/mcp/dynamic-boundaries.js +360 -0
- package/lib/dist/mcp/dynamic-boundaries.js.map +1 -0
- package/lib/dist/mcp/early-ppid.d.ts +26 -0
- package/lib/dist/mcp/early-ppid.d.ts.map +1 -0
- package/lib/dist/mcp/early-ppid.js +29 -0
- package/lib/dist/mcp/early-ppid.js.map +1 -0
- package/lib/dist/mcp/engine.d.ts +122 -0
- package/lib/dist/mcp/engine.d.ts.map +1 -0
- package/lib/dist/mcp/engine.js +350 -0
- package/lib/dist/mcp/engine.js.map +1 -0
- package/lib/dist/mcp/index.d.ts +113 -0
- package/lib/dist/mcp/index.d.ts.map +1 -0
- package/lib/dist/mcp/index.js +498 -0
- package/lib/dist/mcp/index.js.map +1 -0
- package/lib/dist/mcp/liveness-watchdog.d.ts +18 -0
- package/lib/dist/mcp/liveness-watchdog.d.ts.map +1 -0
- package/lib/dist/mcp/liveness-watchdog.js +207 -0
- package/lib/dist/mcp/liveness-watchdog.js.map +1 -0
- package/lib/dist/mcp/ppid-watchdog.d.ts +62 -0
- package/lib/dist/mcp/ppid-watchdog.d.ts.map +1 -0
- package/lib/dist/mcp/ppid-watchdog.js +64 -0
- package/lib/dist/mcp/ppid-watchdog.js.map +1 -0
- package/lib/dist/mcp/proxy.d.ts +87 -0
- package/lib/dist/mcp/proxy.d.ts.map +1 -0
- package/lib/dist/mcp/proxy.js +659 -0
- package/lib/dist/mcp/proxy.js.map +1 -0
- package/lib/dist/mcp/query-pool.d.ts +94 -0
- package/lib/dist/mcp/query-pool.d.ts.map +1 -0
- package/lib/dist/mcp/query-pool.js +297 -0
- package/lib/dist/mcp/query-pool.js.map +1 -0
- package/lib/dist/mcp/query-worker.d.ts +24 -0
- package/lib/dist/mcp/query-worker.d.ts.map +1 -0
- package/lib/dist/mcp/query-worker.js +87 -0
- package/lib/dist/mcp/query-worker.js.map +1 -0
- package/lib/dist/mcp/server-instructions.d.ts +34 -0
- package/lib/dist/mcp/server-instructions.d.ts.map +1 -0
- package/lib/dist/mcp/server-instructions.js +106 -0
- package/lib/dist/mcp/server-instructions.js.map +1 -0
- package/lib/dist/mcp/session.d.ts +79 -0
- package/lib/dist/mcp/session.d.ts.map +1 -0
- package/lib/dist/mcp/session.js +330 -0
- package/lib/dist/mcp/session.js.map +1 -0
- package/lib/dist/mcp/startup-handshake.d.ts +44 -0
- package/lib/dist/mcp/startup-handshake.d.ts.map +1 -0
- package/lib/dist/mcp/startup-handshake.js +73 -0
- package/lib/dist/mcp/startup-handshake.js.map +1 -0
- package/lib/dist/mcp/stdin-teardown.d.ts +27 -0
- package/lib/dist/mcp/stdin-teardown.d.ts.map +1 -0
- package/lib/dist/mcp/stdin-teardown.js +49 -0
- package/lib/dist/mcp/stdin-teardown.js.map +1 -0
- package/lib/dist/mcp/tools.d.ts +613 -0
- package/lib/dist/mcp/tools.d.ts.map +1 -0
- package/lib/dist/mcp/tools.js +4424 -0
- package/lib/dist/mcp/tools.js.map +1 -0
- package/lib/dist/mcp/transport.d.ts +188 -0
- package/lib/dist/mcp/transport.d.ts.map +1 -0
- package/lib/dist/mcp/transport.js +359 -0
- package/lib/dist/mcp/transport.js.map +1 -0
- package/lib/dist/mcp/version.d.ts +19 -0
- package/lib/dist/mcp/version.d.ts.map +1 -0
- package/lib/dist/mcp/version.js +71 -0
- package/lib/dist/mcp/version.js.map +1 -0
- package/lib/dist/project-config.d.ts +94 -0
- package/lib/dist/project-config.d.ts.map +1 -0
- package/lib/dist/project-config.js +374 -0
- package/lib/dist/project-config.js.map +1 -0
- package/lib/dist/resolution/c-fnptr-synthesizer.d.ts +5 -0
- package/lib/dist/resolution/c-fnptr-synthesizer.d.ts.map +1 -0
- package/lib/dist/resolution/c-fnptr-synthesizer.js +1038 -0
- package/lib/dist/resolution/c-fnptr-synthesizer.js.map +1 -0
- package/lib/dist/resolution/callback-synthesizer.d.ts +15 -0
- package/lib/dist/resolution/callback-synthesizer.d.ts.map +1 -0
- package/lib/dist/resolution/callback-synthesizer.js +3658 -0
- package/lib/dist/resolution/callback-synthesizer.js.map +1 -0
- package/lib/dist/resolution/cooperative-yield.d.ts +32 -0
- package/lib/dist/resolution/cooperative-yield.d.ts.map +1 -0
- package/lib/dist/resolution/cooperative-yield.js +42 -0
- package/lib/dist/resolution/cooperative-yield.js.map +1 -0
- package/lib/dist/resolution/frameworks/astro.d.ts +9 -0
- package/lib/dist/resolution/frameworks/astro.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/astro.js +169 -0
- package/lib/dist/resolution/frameworks/astro.js.map +1 -0
- package/lib/dist/resolution/frameworks/cargo-workspace.d.ts +18 -0
- package/lib/dist/resolution/frameworks/cargo-workspace.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/cargo-workspace.js +225 -0
- package/lib/dist/resolution/frameworks/cargo-workspace.js.map +1 -0
- package/lib/dist/resolution/frameworks/cics.d.ts +20 -0
- package/lib/dist/resolution/frameworks/cics.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/cics.js +90 -0
- package/lib/dist/resolution/frameworks/cics.js.map +1 -0
- package/lib/dist/resolution/frameworks/csharp.d.ts +8 -0
- package/lib/dist/resolution/frameworks/csharp.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/csharp.js +241 -0
- package/lib/dist/resolution/frameworks/csharp.js.map +1 -0
- package/lib/dist/resolution/frameworks/drupal.d.ts +51 -0
- package/lib/dist/resolution/frameworks/drupal.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/drupal.js +367 -0
- package/lib/dist/resolution/frameworks/drupal.js.map +1 -0
- package/lib/dist/resolution/frameworks/expo-modules.d.ts +3 -0
- package/lib/dist/resolution/frameworks/expo-modules.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/expo-modules.js +148 -0
- package/lib/dist/resolution/frameworks/expo-modules.js.map +1 -0
- package/lib/dist/resolution/frameworks/express.d.ts +8 -0
- package/lib/dist/resolution/frameworks/express.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/express.js +308 -0
- package/lib/dist/resolution/frameworks/express.js.map +1 -0
- package/lib/dist/resolution/frameworks/fabric.d.ts +3 -0
- package/lib/dist/resolution/frameworks/fabric.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/fabric.js +354 -0
- package/lib/dist/resolution/frameworks/fabric.js.map +1 -0
- package/lib/dist/resolution/frameworks/go.d.ts +8 -0
- package/lib/dist/resolution/frameworks/go.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/go.js +161 -0
- package/lib/dist/resolution/frameworks/go.js.map +1 -0
- package/lib/dist/resolution/frameworks/goframe.d.ts +41 -0
- package/lib/dist/resolution/frameworks/goframe.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/goframe.js +112 -0
- package/lib/dist/resolution/frameworks/goframe.js.map +1 -0
- package/lib/dist/resolution/frameworks/index.d.ts +50 -0
- package/lib/dist/resolution/frameworks/index.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/index.js +175 -0
- package/lib/dist/resolution/frameworks/index.js.map +1 -0
- package/lib/dist/resolution/frameworks/java.d.ts +8 -0
- package/lib/dist/resolution/frameworks/java.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/java.js +517 -0
- package/lib/dist/resolution/frameworks/java.js.map +1 -0
- package/lib/dist/resolution/frameworks/laravel.d.ts +13 -0
- package/lib/dist/resolution/frameworks/laravel.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/laravel.js +257 -0
- package/lib/dist/resolution/frameworks/laravel.js.map +1 -0
- package/lib/dist/resolution/frameworks/nestjs.d.ts +26 -0
- package/lib/dist/resolution/frameworks/nestjs.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/nestjs.js +698 -0
- package/lib/dist/resolution/frameworks/nestjs.js.map +1 -0
- package/lib/dist/resolution/frameworks/play.d.ts +19 -0
- package/lib/dist/resolution/frameworks/play.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/play.js +111 -0
- package/lib/dist/resolution/frameworks/play.js.map +1 -0
- package/lib/dist/resolution/frameworks/python.d.ts +10 -0
- package/lib/dist/resolution/frameworks/python.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/python.js +400 -0
- package/lib/dist/resolution/frameworks/python.js.map +1 -0
- package/lib/dist/resolution/frameworks/react-native.d.ts +3 -0
- package/lib/dist/resolution/frameworks/react-native.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/react-native.js +410 -0
- package/lib/dist/resolution/frameworks/react-native.js.map +1 -0
- package/lib/dist/resolution/frameworks/react.d.ts +8 -0
- package/lib/dist/resolution/frameworks/react.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/react.js +334 -0
- package/lib/dist/resolution/frameworks/react.js.map +1 -0
- package/lib/dist/resolution/frameworks/ruby.d.ts +8 -0
- package/lib/dist/resolution/frameworks/ruby.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/ruby.js +302 -0
- package/lib/dist/resolution/frameworks/ruby.js.map +1 -0
- package/lib/dist/resolution/frameworks/rust.d.ts +8 -0
- package/lib/dist/resolution/frameworks/rust.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/rust.js +304 -0
- package/lib/dist/resolution/frameworks/rust.js.map +1 -0
- package/lib/dist/resolution/frameworks/svelte.d.ts +9 -0
- package/lib/dist/resolution/frameworks/svelte.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/svelte.js +253 -0
- package/lib/dist/resolution/frameworks/svelte.js.map +1 -0
- package/lib/dist/resolution/frameworks/swift-objc.d.ts +37 -0
- package/lib/dist/resolution/frameworks/swift-objc.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/swift-objc.js +252 -0
- package/lib/dist/resolution/frameworks/swift-objc.js.map +1 -0
- package/lib/dist/resolution/frameworks/swift.d.ts +10 -0
- package/lib/dist/resolution/frameworks/swift.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/swift.js +400 -0
- package/lib/dist/resolution/frameworks/swift.js.map +1 -0
- package/lib/dist/resolution/frameworks/terraform.d.ts +38 -0
- package/lib/dist/resolution/frameworks/terraform.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/terraform.js +277 -0
- package/lib/dist/resolution/frameworks/terraform.js.map +1 -0
- package/lib/dist/resolution/frameworks/vue.d.ts +9 -0
- package/lib/dist/resolution/frameworks/vue.d.ts.map +1 -0
- package/lib/dist/resolution/frameworks/vue.js +303 -0
- package/lib/dist/resolution/frameworks/vue.js.map +1 -0
- package/lib/dist/resolution/go-module.d.ts +26 -0
- package/lib/dist/resolution/go-module.d.ts.map +1 -0
- package/lib/dist/resolution/go-module.js +78 -0
- package/lib/dist/resolution/go-module.js.map +1 -0
- package/lib/dist/resolution/goframe-synthesizer.d.ts +28 -0
- package/lib/dist/resolution/goframe-synthesizer.d.ts.map +1 -0
- package/lib/dist/resolution/goframe-synthesizer.js +158 -0
- package/lib/dist/resolution/goframe-synthesizer.js.map +1 -0
- package/lib/dist/resolution/import-resolver.d.ts +85 -0
- package/lib/dist/resolution/import-resolver.d.ts.map +1 -0
- package/lib/dist/resolution/import-resolver.js +1974 -0
- package/lib/dist/resolution/import-resolver.js.map +1 -0
- package/lib/dist/resolution/index.d.ts +238 -0
- package/lib/dist/resolution/index.d.ts.map +1 -0
- package/lib/dist/resolution/index.js +1633 -0
- package/lib/dist/resolution/index.js.map +1 -0
- package/lib/dist/resolution/lru-cache.d.ts +24 -0
- package/lib/dist/resolution/lru-cache.d.ts.map +1 -0
- package/lib/dist/resolution/lru-cache.js +62 -0
- package/lib/dist/resolution/lru-cache.js.map +1 -0
- package/lib/dist/resolution/name-matcher.d.ts +112 -0
- package/lib/dist/resolution/name-matcher.d.ts.map +1 -0
- package/lib/dist/resolution/name-matcher.js +1701 -0
- package/lib/dist/resolution/name-matcher.js.map +1 -0
- package/lib/dist/resolution/path-aliases.d.ts +68 -0
- package/lib/dist/resolution/path-aliases.d.ts.map +1 -0
- package/lib/dist/resolution/path-aliases.js +238 -0
- package/lib/dist/resolution/path-aliases.js.map +1 -0
- package/lib/dist/resolution/strip-comments.d.ts +27 -0
- package/lib/dist/resolution/strip-comments.d.ts.map +1 -0
- package/lib/dist/resolution/strip-comments.js +492 -0
- package/lib/dist/resolution/strip-comments.js.map +1 -0
- package/lib/dist/resolution/swift-objc-bridge.d.ts +134 -0
- package/lib/dist/resolution/swift-objc-bridge.d.ts.map +1 -0
- package/lib/dist/resolution/swift-objc-bridge.js +256 -0
- package/lib/dist/resolution/swift-objc-bridge.js.map +1 -0
- package/lib/dist/resolution/types.d.ts +253 -0
- package/lib/dist/resolution/types.d.ts.map +1 -0
- package/lib/dist/resolution/types.js +8 -0
- package/lib/dist/resolution/types.js.map +1 -0
- package/lib/dist/resolution/workspace-packages.d.ts +58 -0
- package/lib/dist/resolution/workspace-packages.d.ts.map +1 -0
- package/lib/dist/resolution/workspace-packages.js +346 -0
- package/lib/dist/resolution/workspace-packages.js.map +1 -0
- package/lib/dist/search/identifier-segments.d.ts +60 -0
- package/lib/dist/search/identifier-segments.d.ts.map +1 -0
- package/lib/dist/search/identifier-segments.js +176 -0
- package/lib/dist/search/identifier-segments.js.map +1 -0
- package/lib/dist/search/query-parser.d.ts +57 -0
- package/lib/dist/search/query-parser.d.ts.map +1 -0
- package/lib/dist/search/query-parser.js +177 -0
- package/lib/dist/search/query-parser.js.map +1 -0
- package/lib/dist/search/query-utils.d.ts +87 -0
- package/lib/dist/search/query-utils.d.ts.map +1 -0
- package/lib/dist/search/query-utils.js +449 -0
- package/lib/dist/search/query-utils.js.map +1 -0
- package/lib/dist/sync/git-hooks.d.ts +45 -0
- package/lib/dist/sync/git-hooks.d.ts.map +1 -0
- package/lib/dist/sync/git-hooks.js +227 -0
- package/lib/dist/sync/git-hooks.js.map +1 -0
- package/lib/dist/sync/index.d.ts +19 -0
- package/lib/dist/sync/index.d.ts.map +1 -0
- package/lib/dist/sync/index.js +35 -0
- package/lib/dist/sync/index.js.map +1 -0
- package/lib/dist/sync/watch-policy.d.ts +48 -0
- package/lib/dist/sync/watch-policy.d.ts.map +1 -0
- package/lib/dist/sync/watch-policy.js +124 -0
- package/lib/dist/sync/watch-policy.js.map +1 -0
- package/lib/dist/sync/watcher.d.ts +355 -0
- package/lib/dist/sync/watcher.d.ts.map +1 -0
- package/lib/dist/sync/watcher.js +848 -0
- package/lib/dist/sync/watcher.js.map +1 -0
- package/lib/dist/sync/worktree.d.ts +63 -0
- package/lib/dist/sync/worktree.d.ts.map +1 -0
- package/lib/dist/sync/worktree.js +182 -0
- package/lib/dist/sync/worktree.js.map +1 -0
- package/lib/dist/telemetry/index.d.ts +143 -0
- package/lib/dist/telemetry/index.d.ts.map +1 -0
- package/lib/dist/telemetry/index.js +541 -0
- package/lib/dist/telemetry/index.js.map +1 -0
- package/lib/dist/types.d.ts +415 -0
- package/lib/dist/types.d.ts.map +1 -0
- package/lib/dist/types.js +91 -0
- package/lib/dist/types.js.map +1 -0
- package/lib/dist/ui/glyphs.d.ts +42 -0
- package/lib/dist/ui/glyphs.d.ts.map +1 -0
- package/lib/dist/ui/glyphs.js +78 -0
- package/lib/dist/ui/glyphs.js.map +1 -0
- package/lib/dist/ui/shimmer-progress.d.ts +11 -0
- package/lib/dist/ui/shimmer-progress.d.ts.map +1 -0
- package/lib/dist/ui/shimmer-progress.js +90 -0
- package/lib/dist/ui/shimmer-progress.js.map +1 -0
- package/lib/dist/ui/shimmer-worker.d.ts +2 -0
- package/lib/dist/ui/shimmer-worker.d.ts.map +1 -0
- package/lib/dist/ui/shimmer-worker.js +118 -0
- package/lib/dist/ui/shimmer-worker.js.map +1 -0
- package/lib/dist/ui/types.d.ts +17 -0
- package/lib/dist/ui/types.d.ts.map +1 -0
- package/lib/dist/ui/types.js +3 -0
- package/lib/dist/ui/types.js.map +1 -0
- package/lib/dist/upgrade/index.d.ts +132 -0
- package/lib/dist/upgrade/index.d.ts.map +1 -0
- package/lib/dist/upgrade/index.js +498 -0
- package/lib/dist/upgrade/index.js.map +1 -0
- package/lib/dist/utils.d.ts +224 -0
- package/lib/dist/utils.d.ts.map +1 -0
- package/lib/dist/utils.js +583 -0
- package/lib/dist/utils.js.map +1 -0
- package/lib/node_modules/.package-lock.json +125 -0
- package/lib/node_modules/@clack/core/CHANGELOG.md +348 -0
- package/lib/node_modules/@clack/core/LICENSE +9 -0
- package/lib/node_modules/@clack/core/README.md +22 -0
- package/lib/node_modules/@clack/core/dist/index.d.mts +363 -0
- package/lib/node_modules/@clack/core/dist/index.mjs +17 -0
- package/lib/node_modules/@clack/core/dist/index.mjs.map +1 -0
- package/lib/node_modules/@clack/core/package.json +63 -0
- package/lib/node_modules/@clack/prompts/CHANGELOG.md +591 -0
- package/lib/node_modules/@clack/prompts/LICENSE +9 -0
- package/lib/node_modules/@clack/prompts/README.md +375 -0
- package/lib/node_modules/@clack/prompts/dist/index.d.mts +396 -0
- package/lib/node_modules/@clack/prompts/dist/index.mjs +144 -0
- package/lib/node_modules/@clack/prompts/dist/index.mjs.map +1 -0
- package/lib/node_modules/@clack/prompts/package.json +68 -0
- package/lib/node_modules/commander/LICENSE +22 -0
- package/lib/node_modules/commander/Readme.md +1176 -0
- package/lib/node_modules/commander/esm.mjs +16 -0
- package/lib/node_modules/commander/index.js +24 -0
- package/lib/node_modules/commander/lib/argument.js +150 -0
- package/lib/node_modules/commander/lib/command.js +2777 -0
- package/lib/node_modules/commander/lib/error.js +39 -0
- package/lib/node_modules/commander/lib/help.js +747 -0
- package/lib/node_modules/commander/lib/option.js +380 -0
- package/lib/node_modules/commander/lib/suggestSimilar.js +101 -0
- package/lib/node_modules/commander/package-support.json +19 -0
- package/lib/node_modules/commander/package.json +82 -0
- package/lib/node_modules/commander/typings/esm.d.mts +3 -0
- package/lib/node_modules/commander/typings/index.d.ts +1113 -0
- package/lib/node_modules/fast-string-truncated-width/dist/index.d.ts +4 -0
- package/lib/node_modules/fast-string-truncated-width/dist/index.js +111 -0
- package/lib/node_modules/fast-string-truncated-width/dist/types.d.ts +19 -0
- package/lib/node_modules/fast-string-truncated-width/dist/types.js +2 -0
- package/lib/node_modules/fast-string-truncated-width/dist/utils.d.ts +4 -0
- package/lib/node_modules/fast-string-truncated-width/dist/utils.js +20 -0
- package/lib/node_modules/fast-string-truncated-width/license +21 -0
- package/lib/node_modules/fast-string-truncated-width/package.json +35 -0
- package/lib/node_modules/fast-string-truncated-width/readme.md +59 -0
- package/lib/node_modules/fast-string-width/dist/index.d.ts +4 -0
- package/lib/node_modules/fast-string-width/dist/index.js +14 -0
- package/lib/node_modules/fast-string-width/license +21 -0
- package/lib/node_modules/fast-string-width/package.json +34 -0
- package/lib/node_modules/fast-string-width/readme.md +42 -0
- package/lib/node_modules/fast-wrap-ansi/LICENSE +23 -0
- package/lib/node_modules/fast-wrap-ansi/README.md +26 -0
- package/lib/node_modules/fast-wrap-ansi/lib/main.d.ts +6 -0
- package/lib/node_modules/fast-wrap-ansi/lib/main.js +219 -0
- package/lib/node_modules/fast-wrap-ansi/lib/main.js.map +1 -0
- package/lib/node_modules/fast-wrap-ansi/package.json +51 -0
- package/lib/node_modules/ignore/LICENSE-MIT +21 -0
- package/lib/node_modules/ignore/README.md +452 -0
- package/lib/node_modules/ignore/index.d.ts +81 -0
- package/lib/node_modules/ignore/index.js +784 -0
- package/lib/node_modules/ignore/legacy.js +681 -0
- package/lib/node_modules/ignore/package.json +87 -0
- package/lib/node_modules/jsonc-parser/CHANGELOG.md +76 -0
- package/lib/node_modules/jsonc-parser/LICENSE.md +21 -0
- package/lib/node_modules/jsonc-parser/README.md +364 -0
- package/lib/node_modules/jsonc-parser/SECURITY.md +41 -0
- package/lib/node_modules/jsonc-parser/lib/esm/impl/edit.js +185 -0
- package/lib/node_modules/jsonc-parser/lib/esm/impl/format.js +261 -0
- package/lib/node_modules/jsonc-parser/lib/esm/impl/parser.js +659 -0
- package/lib/node_modules/jsonc-parser/lib/esm/impl/scanner.js +443 -0
- package/lib/node_modules/jsonc-parser/lib/esm/impl/string-intern.js +29 -0
- package/lib/node_modules/jsonc-parser/lib/esm/main.d.ts +351 -0
- package/lib/node_modules/jsonc-parser/lib/esm/main.js +178 -0
- package/lib/node_modules/jsonc-parser/lib/umd/impl/edit.js +201 -0
- package/lib/node_modules/jsonc-parser/lib/umd/impl/format.js +275 -0
- package/lib/node_modules/jsonc-parser/lib/umd/impl/parser.js +682 -0
- package/lib/node_modules/jsonc-parser/lib/umd/impl/scanner.js +456 -0
- package/lib/node_modules/jsonc-parser/lib/umd/impl/string-intern.js +42 -0
- package/lib/node_modules/jsonc-parser/lib/umd/main.d.ts +351 -0
- package/lib/node_modules/jsonc-parser/lib/umd/main.js +194 -0
- package/lib/node_modules/jsonc-parser/package.json +37 -0
- package/lib/node_modules/picomatch/LICENSE +21 -0
- package/lib/node_modules/picomatch/README.md +738 -0
- package/lib/node_modules/picomatch/index.js +17 -0
- package/lib/node_modules/picomatch/lib/constants.js +180 -0
- package/lib/node_modules/picomatch/lib/parse.js +1085 -0
- package/lib/node_modules/picomatch/lib/picomatch.js +341 -0
- package/lib/node_modules/picomatch/lib/scan.js +391 -0
- package/lib/node_modules/picomatch/lib/utils.js +72 -0
- package/lib/node_modules/picomatch/package.json +83 -0
- package/lib/node_modules/picomatch/posix.js +3 -0
- package/lib/node_modules/sisteransi/license +21 -0
- package/lib/node_modules/sisteransi/package.json +34 -0
- package/lib/node_modules/sisteransi/readme.md +113 -0
- package/lib/node_modules/sisteransi/src/index.js +58 -0
- package/lib/node_modules/sisteransi/src/sisteransi.d.ts +35 -0
- package/lib/node_modules/tree-sitter-wasms/LICENSE +24 -0
- package/lib/node_modules/tree-sitter-wasms/README.md +23 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-bash.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-c.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-c_sharp.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-cpp.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-css.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-dart.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-elisp.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-elixir.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-elm.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-embedded_template.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-go.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-html.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-java.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-javascript.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-json.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-kotlin.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-lua.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-objc.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-ocaml.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-php.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-python.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-ql.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-rescript.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-ruby.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-rust.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-scala.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-solidity.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-swift.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-systemrdl.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-tlaplus.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-toml.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-tsx.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-typescript.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-vue.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-yaml.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/out/tree-sitter-zig.wasm +0 -0
- package/lib/node_modules/tree-sitter-wasms/package.json +64 -0
- package/lib/node_modules/web-tree-sitter/LICENSE +21 -0
- package/lib/node_modules/web-tree-sitter/README.md +269 -0
- package/lib/node_modules/web-tree-sitter/debug/tree-sitter.cjs +4558 -0
- package/lib/node_modules/web-tree-sitter/debug/tree-sitter.cjs.map +7 -0
- package/lib/node_modules/web-tree-sitter/debug/tree-sitter.js +4516 -0
- package/lib/node_modules/web-tree-sitter/debug/tree-sitter.js.map +7 -0
- package/lib/node_modules/web-tree-sitter/debug/tree-sitter.wasm +0 -0
- package/lib/node_modules/web-tree-sitter/debug/tree-sitter.wasm.map +31 -0
- package/lib/node_modules/web-tree-sitter/lib/alloc.c +48 -0
- package/lib/node_modules/web-tree-sitter/lib/alloc.h +41 -0
- package/lib/node_modules/web-tree-sitter/lib/array.h +291 -0
- package/lib/node_modules/web-tree-sitter/lib/atomic.h +68 -0
- package/lib/node_modules/web-tree-sitter/lib/clock.h +146 -0
- package/lib/node_modules/web-tree-sitter/lib/error_costs.h +11 -0
- package/lib/node_modules/web-tree-sitter/lib/get_changed_ranges.c +523 -0
- package/lib/node_modules/web-tree-sitter/lib/get_changed_ranges.h +36 -0
- package/lib/node_modules/web-tree-sitter/lib/host.h +21 -0
- package/lib/node_modules/web-tree-sitter/lib/language.c +293 -0
- package/lib/node_modules/web-tree-sitter/lib/language.h +293 -0
- package/lib/node_modules/web-tree-sitter/lib/length.h +52 -0
- package/lib/node_modules/web-tree-sitter/lib/lexer.c +483 -0
- package/lib/node_modules/web-tree-sitter/lib/lexer.h +54 -0
- package/lib/node_modules/web-tree-sitter/lib/lib.c +12 -0
- package/lib/node_modules/web-tree-sitter/lib/node.c +875 -0
- package/lib/node_modules/web-tree-sitter/lib/parser.c +2297 -0
- package/lib/node_modules/web-tree-sitter/lib/parser.h +286 -0
- package/lib/node_modules/web-tree-sitter/lib/point.h +48 -0
- package/lib/node_modules/web-tree-sitter/lib/query.c +4347 -0
- package/lib/node_modules/web-tree-sitter/lib/reduce_action.h +34 -0
- package/lib/node_modules/web-tree-sitter/lib/reusable_node.h +95 -0
- package/lib/node_modules/web-tree-sitter/lib/stack.c +912 -0
- package/lib/node_modules/web-tree-sitter/lib/stack.h +133 -0
- package/lib/node_modules/web-tree-sitter/lib/subtree.c +1034 -0
- package/lib/node_modules/web-tree-sitter/lib/subtree.h +399 -0
- package/lib/node_modules/web-tree-sitter/lib/tree-sitter.c +987 -0
- package/lib/node_modules/web-tree-sitter/lib/tree-sitter.cjs +2988 -0
- package/lib/node_modules/web-tree-sitter/lib/tree-sitter.wasm +0 -0
- package/lib/node_modules/web-tree-sitter/lib/tree-sitter.wasm.map +1 -0
- package/lib/node_modules/web-tree-sitter/lib/tree.c +170 -0
- package/lib/node_modules/web-tree-sitter/lib/tree.h +31 -0
- package/lib/node_modules/web-tree-sitter/lib/tree_cursor.c +716 -0
- package/lib/node_modules/web-tree-sitter/lib/tree_cursor.h +48 -0
- package/lib/node_modules/web-tree-sitter/lib/ts_assert.h +11 -0
- package/lib/node_modules/web-tree-sitter/lib/unicode.h +75 -0
- package/lib/node_modules/web-tree-sitter/lib/wasm_store.c +1937 -0
- package/lib/node_modules/web-tree-sitter/lib/wasm_store.h +31 -0
- package/lib/node_modules/web-tree-sitter/package.json +98 -0
- package/lib/node_modules/web-tree-sitter/src/bindings.ts +26 -0
- package/lib/node_modules/web-tree-sitter/src/constants.ts +133 -0
- package/lib/node_modules/web-tree-sitter/src/index.ts +31 -0
- package/lib/node_modules/web-tree-sitter/src/language.ts +291 -0
- package/lib/node_modules/web-tree-sitter/src/lookahead_iterator.ts +75 -0
- package/lib/node_modules/web-tree-sitter/src/marshal.ts +176 -0
- package/lib/node_modules/web-tree-sitter/src/node.ts +646 -0
- package/lib/node_modules/web-tree-sitter/src/parser.ts +325 -0
- package/lib/node_modules/web-tree-sitter/src/query.ts +973 -0
- package/lib/node_modules/web-tree-sitter/src/tree.ts +145 -0
- package/lib/node_modules/web-tree-sitter/src/tree_cursor.ts +318 -0
- package/lib/node_modules/web-tree-sitter/tree-sitter.cjs +4031 -0
- package/lib/node_modules/web-tree-sitter/tree-sitter.cjs.map +7 -0
- package/lib/node_modules/web-tree-sitter/tree-sitter.js +3980 -0
- package/lib/node_modules/web-tree-sitter/tree-sitter.js.map +7 -0
- package/lib/node_modules/web-tree-sitter/tree-sitter.wasm +0 -0
- package/lib/node_modules/web-tree-sitter/tree-sitter.wasm.map +30 -0
- package/lib/node_modules/web-tree-sitter/web-tree-sitter.d.ts +1030 -0
- package/lib/node_modules/web-tree-sitter/web-tree-sitter.d.ts.map +56 -0
- package/lib/package.json +64 -0
- package/node +0 -0
- package/package.json +17 -0
|
@@ -0,0 +1,797 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Directory Management
|
|
4
|
+
*
|
|
5
|
+
* Manages the .bhgraph/ directory structure for BHGraph data.
|
|
6
|
+
*/
|
|
7
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
8
|
+
if (k2 === undefined) k2 = k;
|
|
9
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
10
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
11
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
12
|
+
}
|
|
13
|
+
Object.defineProperty(o, k2, desc);
|
|
14
|
+
}) : (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
o[k2] = m[k];
|
|
17
|
+
}));
|
|
18
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
19
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
20
|
+
}) : function(o, v) {
|
|
21
|
+
o["default"] = v;
|
|
22
|
+
});
|
|
23
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
24
|
+
var ownKeys = function(o) {
|
|
25
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
26
|
+
var ar = [];
|
|
27
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
28
|
+
return ar;
|
|
29
|
+
};
|
|
30
|
+
return ownKeys(o);
|
|
31
|
+
};
|
|
32
|
+
return function (mod) {
|
|
33
|
+
if (mod && mod.__esModule) return mod;
|
|
34
|
+
var result = {};
|
|
35
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
36
|
+
__setModuleDefault(result, mod);
|
|
37
|
+
return result;
|
|
38
|
+
};
|
|
39
|
+
})();
|
|
40
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
41
|
+
exports.BHGRAPH_DIR = void 0;
|
|
42
|
+
exports.bhGraphDirName = bhGraphDirName;
|
|
43
|
+
exports.isBHGraphDataDir = isBHGraphDataDir;
|
|
44
|
+
exports.getBHGraphDir = getBHGraphDir;
|
|
45
|
+
exports.isInitialized = isInitialized;
|
|
46
|
+
exports.unsafeIndexRootReason = unsafeIndexRootReason;
|
|
47
|
+
exports.findNearestBHGraphRoot = findNearestBHGraphRoot;
|
|
48
|
+
exports.findIndexedSubprojectRoots = findIndexedSubprojectRoots;
|
|
49
|
+
exports.hasStructuralKeyword = hasStructuralKeyword;
|
|
50
|
+
exports.extractCodeTokens = extractCodeTokens;
|
|
51
|
+
exports.isStructuralPrompt = isStructuralPrompt;
|
|
52
|
+
exports.planFrontload = planFrontload;
|
|
53
|
+
exports.createDirectory = createDirectory;
|
|
54
|
+
exports.removeDirectory = removeDirectory;
|
|
55
|
+
exports.listDirectoryContents = listDirectoryContents;
|
|
56
|
+
exports.getDirectorySize = getDirectorySize;
|
|
57
|
+
exports.ensureSubdirectory = ensureSubdirectory;
|
|
58
|
+
exports.validateDirectory = validateDirectory;
|
|
59
|
+
const fs = __importStar(require("fs"));
|
|
60
|
+
const os = __importStar(require("os"));
|
|
61
|
+
const path = __importStar(require("path"));
|
|
62
|
+
/** The default per-project data directory name. */
|
|
63
|
+
const DEFAULT_BHGRAPH_DIR = '.bhgraph';
|
|
64
|
+
let warnedBadDirName = false;
|
|
65
|
+
/**
|
|
66
|
+
* Resolve the per-project data directory name, honoring the `BHGRAPH_DIR`
|
|
67
|
+
* environment override (default `.bhgraph`). The override is a single path
|
|
68
|
+
* segment that lives in the project root.
|
|
69
|
+
*
|
|
70
|
+
* Why this exists: two environments that share one working tree must NOT share
|
|
71
|
+
* one `.bhgraph/` — most concretely Windows-native and WSL (issue #636). The
|
|
72
|
+
* daemon lockfile (`.bhgraph/daemon.pid`) records a platform-specific pid and
|
|
73
|
+
* socket path (a Windows named pipe vs a WSL Unix socket), and SQLite file
|
|
74
|
+
* locking across the WSL2 ↔ Windows filesystem boundary is unreliable, so two
|
|
75
|
+
* daemons sharing one index risks corruption. Setting `BHGRAPH_DIR=.bhgraph-win`
|
|
76
|
+
* on one side gives each environment its own index in the same tree.
|
|
77
|
+
*
|
|
78
|
+
* Read live (not captured at load) so it is both process-accurate and testable.
|
|
79
|
+
* An override that isn't a plain directory name — empty, containing a path
|
|
80
|
+
* separator, `.`, `..`/traversal, or absolute — is ignored (we keep the
|
|
81
|
+
* default) rather than risk writing the index outside the project or into the
|
|
82
|
+
* project root itself; we warn once to stderr so the misconfiguration is seen.
|
|
83
|
+
*/
|
|
84
|
+
function bhGraphDirName() {
|
|
85
|
+
const raw = process.env.BHGRAPH_DIR?.trim();
|
|
86
|
+
if (!raw)
|
|
87
|
+
return DEFAULT_BHGRAPH_DIR;
|
|
88
|
+
const invalid = raw === '.' ||
|
|
89
|
+
raw.includes('..') ||
|
|
90
|
+
raw.includes('/') ||
|
|
91
|
+
raw.includes('\\') ||
|
|
92
|
+
path.isAbsolute(raw);
|
|
93
|
+
if (invalid) {
|
|
94
|
+
if (!warnedBadDirName) {
|
|
95
|
+
warnedBadDirName = true;
|
|
96
|
+
// stderr only — stdout is the MCP protocol channel.
|
|
97
|
+
console.warn(`[bhgraph] Ignoring invalid BHGRAPH_DIR="${raw}" — it must be a plain ` +
|
|
98
|
+
`directory name (no path separators, no "..", not absolute). Using "${DEFAULT_BHGRAPH_DIR}".`);
|
|
99
|
+
}
|
|
100
|
+
return DEFAULT_BHGRAPH_DIR;
|
|
101
|
+
}
|
|
102
|
+
return raw;
|
|
103
|
+
}
|
|
104
|
+
/**
|
|
105
|
+
* BHGraph directory name — a load-time snapshot of {@link bhGraphDirName}.
|
|
106
|
+
* A running process's environment is fixed, so this equals the live value;
|
|
107
|
+
* it's kept as a stable string export for backward compatibility. Internal code
|
|
108
|
+
* resolves the name through {@link bhGraphDirName} / {@link getBHGraphDir}
|
|
109
|
+
* so the `BHGRAPH_DIR` override always applies.
|
|
110
|
+
*/
|
|
111
|
+
exports.BHGRAPH_DIR = bhGraphDirName();
|
|
112
|
+
/**
|
|
113
|
+
* Is `name` (a single path segment) a BHGraph data directory? Matches the
|
|
114
|
+
* default `.bhgraph`, the active `BHGRAPH_DIR` override, and any
|
|
115
|
+
* `.bhgraph-*` sibling. File-watching and the indexer skip ALL of these, so
|
|
116
|
+
* when two environments share one working tree (Windows + WSL, issue #636)
|
|
117
|
+
* neither indexes or watches the other's index directory.
|
|
118
|
+
*/
|
|
119
|
+
function isBHGraphDataDir(name) {
|
|
120
|
+
return (name === DEFAULT_BHGRAPH_DIR ||
|
|
121
|
+
name === bhGraphDirName() ||
|
|
122
|
+
name.startsWith(DEFAULT_BHGRAPH_DIR + '-'));
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
* Get the .bhgraph directory path for a project
|
|
126
|
+
*/
|
|
127
|
+
function getBHGraphDir(projectRoot) {
|
|
128
|
+
return path.join(projectRoot, bhGraphDirName());
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* Check if a project has been initialized with BHGraph
|
|
132
|
+
* Requires both .bhgraph/ directory AND bhgraph.db to exist
|
|
133
|
+
*/
|
|
134
|
+
function isInitialized(projectRoot) {
|
|
135
|
+
const bhgraphDir = getBHGraphDir(projectRoot);
|
|
136
|
+
if (!fs.existsSync(bhgraphDir) || !fs.statSync(bhgraphDir).isDirectory()) {
|
|
137
|
+
return false;
|
|
138
|
+
}
|
|
139
|
+
// Must have bhgraph.db, not just .bhgraph folder
|
|
140
|
+
const dbPath = path.join(bhgraphDir, 'bhgraph.db');
|
|
141
|
+
return fs.existsSync(dbPath);
|
|
142
|
+
}
|
|
143
|
+
/**
|
|
144
|
+
* Find the nearest parent directory containing .bhgraph/
|
|
145
|
+
*
|
|
146
|
+
* Walks up from the given path to find a BHGraph-initialized project,
|
|
147
|
+
* similar to how git finds .git/ directories.
|
|
148
|
+
*
|
|
149
|
+
* @param startPath - Directory to start searching from
|
|
150
|
+
* @returns The project root containing .bhgraph/, or null if not found
|
|
151
|
+
*/
|
|
152
|
+
/**
|
|
153
|
+
* Reason a directory is unsafe to use as an index ROOT, or null when it's fine.
|
|
154
|
+
*
|
|
155
|
+
* Indexing your home directory or a filesystem root drags in caches, `Library`,
|
|
156
|
+
* every other project, etc. — a multi-GB index, constant file-watcher churn, and
|
|
157
|
+
* (pre-1.0 on macOS) a file-descriptor blowup that exhausted `kern.maxfiles` and
|
|
158
|
+
* took unrelated apps / the whole machine down (#845). The classic trigger:
|
|
159
|
+
* running the installer or `bhgraph init` from `$HOME`, which auto-indexes the
|
|
160
|
+
* current directory. These are never intended project roots, so the installer
|
|
161
|
+
* and `init`/`index` refuse them (overridable with `--force`).
|
|
162
|
+
*
|
|
163
|
+
* Pure-ish (reads only `os.homedir()` + realpath) so it's easy to unit-test.
|
|
164
|
+
* The returned string is a human phrase that slots into "… looks like {reason}".
|
|
165
|
+
*/
|
|
166
|
+
function unsafeIndexRootReason(projectRoot) {
|
|
167
|
+
const resolve = (p) => {
|
|
168
|
+
try {
|
|
169
|
+
return fs.realpathSync(path.resolve(p));
|
|
170
|
+
}
|
|
171
|
+
catch {
|
|
172
|
+
return path.resolve(p);
|
|
173
|
+
}
|
|
174
|
+
};
|
|
175
|
+
const resolved = resolve(projectRoot);
|
|
176
|
+
// Filesystem root: `/` on POSIX, a drive root like `C:\` on Windows.
|
|
177
|
+
if (path.parse(resolved).root === resolved) {
|
|
178
|
+
return 'the filesystem root';
|
|
179
|
+
}
|
|
180
|
+
const home = resolve(os.homedir());
|
|
181
|
+
// Case-insensitive on macOS/Windows (case-preserving but case-insensitive FS).
|
|
182
|
+
const norm = (p) => process.platform === 'darwin' || process.platform === 'win32' ? p.toLowerCase() : p;
|
|
183
|
+
const r = norm(resolved);
|
|
184
|
+
const h = norm(home);
|
|
185
|
+
if (r === h) {
|
|
186
|
+
return 'your home directory';
|
|
187
|
+
}
|
|
188
|
+
// An ancestor of home (e.g. `/Users`, `/home`) — even broader than home.
|
|
189
|
+
if (h.startsWith(r + path.sep)) {
|
|
190
|
+
return 'a parent of your home directory';
|
|
191
|
+
}
|
|
192
|
+
return null;
|
|
193
|
+
}
|
|
194
|
+
function findNearestBHGraphRoot(startPath) {
|
|
195
|
+
let current = path.resolve(startPath);
|
|
196
|
+
const root = path.parse(current).root;
|
|
197
|
+
while (current !== root) {
|
|
198
|
+
if (isInitialized(current)) {
|
|
199
|
+
return current;
|
|
200
|
+
}
|
|
201
|
+
const parent = path.dirname(current);
|
|
202
|
+
if (parent === current)
|
|
203
|
+
break; // Reached filesystem root
|
|
204
|
+
current = parent;
|
|
205
|
+
}
|
|
206
|
+
// Check root as well
|
|
207
|
+
if (isInitialized(current)) {
|
|
208
|
+
return current;
|
|
209
|
+
}
|
|
210
|
+
return null;
|
|
211
|
+
}
|
|
212
|
+
/** Heavy/irrelevant directory names the sub-project scan never descends into. */
|
|
213
|
+
const SUBPROJECT_SCAN_SKIP = new Set([
|
|
214
|
+
'node_modules', '.git', '.svn', '.hg', 'dist', 'build', 'out', 'target',
|
|
215
|
+
'vendor', 'bin', 'obj', '.next', '.nuxt', '.svelte-kit', '.cache', 'coverage',
|
|
216
|
+
'.venv', 'venv', '__pycache__', '.turbo', '.idea', '.vscode', 'tmp', 'temp',
|
|
217
|
+
]);
|
|
218
|
+
/** Manifests that mark a directory as a project/workspace root. The down-scan
|
|
219
|
+
* is gated on one of these so a non-project cwd (e.g. `$HOME`) is a cheap
|
|
220
|
+
* no-op instead of a deep filesystem crawl. */
|
|
221
|
+
const WORKSPACE_ROOT_MANIFESTS = [
|
|
222
|
+
'package.json', 'pnpm-workspace.yaml', 'lerna.json', 'nx.json', 'turbo.json',
|
|
223
|
+
'go.work', 'go.mod', 'Cargo.toml', 'pom.xml', 'build.gradle', 'build.gradle.kts',
|
|
224
|
+
'settings.gradle', 'pyproject.toml', 'composer.json', 'Gemfile', 'rush.json',
|
|
225
|
+
'WORKSPACE', 'WORKSPACE.bazel',
|
|
226
|
+
];
|
|
227
|
+
function looksLikeProjectRoot(dir) {
|
|
228
|
+
return WORKSPACE_ROOT_MANIFESTS.some((m) => fs.existsSync(path.join(dir, m)));
|
|
229
|
+
}
|
|
230
|
+
function escapeRegExp(s) {
|
|
231
|
+
return s.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
|
|
232
|
+
}
|
|
233
|
+
/**
|
|
234
|
+
* Indexed sub-project roots beneath `root` (bounded breadth-first scan). For
|
|
235
|
+
* the monorepo case behind #964: the index lives in a CHILD
|
|
236
|
+
* (`packages/x/.bhgraph/`), not at the workspace root the agent's cwd points
|
|
237
|
+
* at. Descent stops at the first indexed directory on a branch (a project's
|
|
238
|
+
* own sub-dirs aren't separate projects) and is bounded by depth + count so it
|
|
239
|
+
* never turns into a full-tree crawl on a large repo.
|
|
240
|
+
*/
|
|
241
|
+
function findIndexedSubprojectRoots(root, opts = {}) {
|
|
242
|
+
const maxDepth = opts.maxDepth ?? 4;
|
|
243
|
+
const max = opts.max ?? 64;
|
|
244
|
+
const out = [];
|
|
245
|
+
const walk = (dir, depth) => {
|
|
246
|
+
if (out.length >= max || depth > maxDepth)
|
|
247
|
+
return;
|
|
248
|
+
let entries;
|
|
249
|
+
try {
|
|
250
|
+
entries = fs.readdirSync(dir, { withFileTypes: true });
|
|
251
|
+
}
|
|
252
|
+
catch {
|
|
253
|
+
return;
|
|
254
|
+
}
|
|
255
|
+
for (const e of entries) {
|
|
256
|
+
if (out.length >= max)
|
|
257
|
+
return;
|
|
258
|
+
if (!e.isDirectory())
|
|
259
|
+
continue;
|
|
260
|
+
if (e.name.startsWith('.') || SUBPROJECT_SCAN_SKIP.has(e.name))
|
|
261
|
+
continue;
|
|
262
|
+
const child = path.join(dir, e.name);
|
|
263
|
+
if (isInitialized(child)) {
|
|
264
|
+
out.push(child);
|
|
265
|
+
continue;
|
|
266
|
+
} // don't descend into an indexed project
|
|
267
|
+
walk(child, depth + 1);
|
|
268
|
+
}
|
|
269
|
+
};
|
|
270
|
+
walk(root, 1);
|
|
271
|
+
return out;
|
|
272
|
+
}
|
|
273
|
+
/**
|
|
274
|
+
* Unicode-aware word-boundary emulation for the keyword lists below. JS's `\b`
|
|
275
|
+
* is ASCII-only — it fires only at `[A-Za-z0-9_]` edges — so it can never bound
|
|
276
|
+
* a keyword whose first or last character is accented or non-Latin: `/\boù\b/`
|
|
277
|
+
* NEVER matches "où est …" (ù isn't an ASCII word char, so no boundary exists
|
|
278
|
+
* next to it). That is the #994 CJK mechanism resurfaced for Latin scripts and
|
|
279
|
+
* Cyrillic (#1126). A lookaround — "not flanked by a letter, digit, or
|
|
280
|
+
* underscore" — is the script-independent equivalent.
|
|
281
|
+
*/
|
|
282
|
+
const NOT_WORD_BEFORE = /(?<![\p{L}\p{N}_])/u.source;
|
|
283
|
+
const NOT_WORD_AFTER = /(?![\p{L}\p{N}_])/u.source;
|
|
284
|
+
/**
|
|
285
|
+
* Structural keywords matched as EXACT words (boundary on both sides): short
|
|
286
|
+
* or ambiguous tokens where prefix matching would false-positive ("flow" in
|
|
287
|
+
* "flower", "path" in "pathological"). Grouped by language; a term appears once
|
|
288
|
+
* even when several languages share it ("como" is Portuguese for how AND
|
|
289
|
+
* unaccented-typed Spanish "cómo").
|
|
290
|
+
*/
|
|
291
|
+
const STRUCTURAL_WORDS = [
|
|
292
|
+
// English — the pre-#1126 list minus what moved to STRUCTURAL_STEMS: the
|
|
293
|
+
// bare-stem entries never matched their own derived forms (`\barchitect\b`
|
|
294
|
+
// can't match "architecture"), and "what calls" is subsumed by the "call" stem.
|
|
295
|
+
'how', 'where', 'tracing', 'flows?', 'paths?', 'reach(?:es|ed)?', 'wired?', 'breaks?', 'why does',
|
|
296
|
+
// French (où=where, flux=flow, chemin=path, casse=breaks)
|
|
297
|
+
'comment', 'où', 'flux', 'chemins?', 'casse',
|
|
298
|
+
// Spanish (cómo/como=how, dónde/donde=where, flujo=flow, ruta/camino=path,
|
|
299
|
+
// rompe=breaks, llaman / quién llama = call(s) — bare "llama" is excluded:
|
|
300
|
+
// it's also the animal/model name in English prompts)
|
|
301
|
+
'cómo', 'dónde', 'donde', 'flujos?', 'rutas?', 'caminos?', 'rompe', 'llaman', 'quién llama', 'quien llama',
|
|
302
|
+
// Portuguese (como=how — also covers unaccented Spanish; onde=where,
|
|
303
|
+
// fluxo=flow, caminho=path)
|
|
304
|
+
'como', 'onde', 'fluxos?', 'caminhos?',
|
|
305
|
+
// German (wie=how, wo/woher/wohin=where, Pfad=path, Fluss/Ablauf=flow,
|
|
306
|
+
// bricht/kaputt=breaks, ruft=calls, hängt=depends — "hängt … von X ab"
|
|
307
|
+
// splits the separable verb "abhängen", so the "abhäng" stem can't catch it)
|
|
308
|
+
'wie', 'wo', 'woher', 'wohin', 'pfade?', 'fluss', 'ablauf', 'bricht', 'kaputt', 'ruft', 'hängt',
|
|
309
|
+
// Italian (dove=where, flusso=flow, percorso/i=path)
|
|
310
|
+
'dove', 'flusso', 'percors[oi]',
|
|
311
|
+
// Russian (как=how, где=where, путь/пути=path, работает=works)
|
|
312
|
+
'как', 'где', 'путь', 'пути', 'работает',
|
|
313
|
+
// Ukrainian (як=how, де=where, потік=flow — обліque cases reuse the RU
|
|
314
|
+
// "поток" stem; працює=works)
|
|
315
|
+
'як', 'де', 'потік', 'працює',
|
|
316
|
+
// Dutch (hoe=how, waar=where, roept=calls, werkt=works, aangeroepen=called —
|
|
317
|
+
// the ge- participle escapes the "aanroep" stem)
|
|
318
|
+
'hoe', 'waar', 'roept', 'werkt', 'aangeroepen',
|
|
319
|
+
// Polish + Czech (jak=how — shared; gdzie/kde=where, cesta=path)
|
|
320
|
+
'jak', 'gdzie', 'kde', 'cesta',
|
|
321
|
+
// Romanian (cum=how, unde=where; flux is shared with French)
|
|
322
|
+
'cum', 'unde',
|
|
323
|
+
// Hungarian (hogyan=how, hol=where)
|
|
324
|
+
'hogyan', 'hol',
|
|
325
|
+
// Turkish (nasıl=how, mimari=architecture, takip=trace/follow)
|
|
326
|
+
'nasıl', 'mimari', 'takip',
|
|
327
|
+
// Indonesian/Malay (bagaimana=how, di mana/dimana=where, alur=flow, jalur=path)
|
|
328
|
+
'bagaimana', 'di mana', 'dimana', 'alur', 'jalur',
|
|
329
|
+
// Vietnamese — spaced Latin with heavy diacritics, the exact class ASCII `\b`
|
|
330
|
+
// breaks (làm sao/thế nào=how, ở đâu=where, gọi=call, phụ thuộc=depend,
|
|
331
|
+
// ảnh hưởng=affect, kiến trúc=architecture, cấu trúc=structure, luồng=flow,
|
|
332
|
+
// đường dẫn=path, hoạt động=works, giải thích=explain, theo dõi=trace)
|
|
333
|
+
'làm sao', 'thế nào', 'ở đâu', 'gọi', 'phụ thuộc', 'ảnh hưởng', 'kiến trúc',
|
|
334
|
+
'cấu trúc', 'luồng', 'đường dẫn', 'hoạt động', 'giải thích', 'theo dõi',
|
|
335
|
+
// Swedish / Danish / Norwegian (hur/hvordan=how, hvor=where, beror=depends,
|
|
336
|
+
// flöde=flow)
|
|
337
|
+
'hur', 'hvordan', 'hvor', 'beror', 'flöde',
|
|
338
|
+
// Finnish (miten=how, missä=where, toimii=works)
|
|
339
|
+
'miten', 'missä', 'toimii',
|
|
340
|
+
// Greek (πώς=how, πού=where — accented forms only: unaccented πως/που are
|
|
341
|
+
// ubiquitous conjunctions; καλεί=calls, δομή=structure, ροή=flow)
|
|
342
|
+
'πώς', 'πού', 'καλεί', 'δομή', 'ροή',
|
|
343
|
+
// Hindi (कैसे=how, कहाँ/कहां=where, कॉल=call, निर्भर=depends,
|
|
344
|
+
// संरचना=structure, प्रवाह=flow)
|
|
345
|
+
'कैसे', 'कहाँ', 'कहां', 'कॉल', 'निर्भर', 'संरचना', 'प्रवाह',
|
|
346
|
+
];
|
|
347
|
+
/**
|
|
348
|
+
* Structural keyword STEMS matched as word PREFIXES (boundary on the left
|
|
349
|
+
* only), so derived forms match without enumerating each: "architect" fires on
|
|
350
|
+
* architecture/architectural, "depend" on depends/dependency/dependencies,
|
|
351
|
+
* "вызыва" on вызывает/вызывается. Mid-word occurrences stay excluded —
|
|
352
|
+
* "restructure"/"independent" don't fire — so precision stays close to the
|
|
353
|
+
* exact-word class. Add a stem only when every plausible completion is still a
|
|
354
|
+
* structural word; a stem with ordinary-English completions must instead
|
|
355
|
+
* enumerate its structural suffixes and re-assert the right boundary (see the
|
|
356
|
+
* four bounded English entries below, #1138).
|
|
357
|
+
*/
|
|
358
|
+
const STRUCTURAL_STEMS = [
|
|
359
|
+
// English + the Latin-script languages that share the spelling (French
|
|
360
|
+
// architecture/structure/trace/impact, Spanish depende/implementa/impacto, …).
|
|
361
|
+
// call/trace/affect/connect are NOT safe as open prefixes — callus,
|
|
362
|
+
// calligraphy, Connecticut, connective, affectionate, Tracey are ordinary
|
|
363
|
+
// words that would false-fire the full-explore tier (#1138) — so they carry
|
|
364
|
+
// an enumerated suffix set + right boundary. "tracing" lives in
|
|
365
|
+
// STRUCTURAL_WORDS (the e is dropped, so no trace-prefix form matches it).
|
|
366
|
+
'architect', 'structur', 'depend', 'implement', 'impact', 'explain',
|
|
367
|
+
`call(?:s|ing|ed|ers?|backs?|able|sites?)?${NOT_WORD_AFTER}`,
|
|
368
|
+
`trace(?:s|d|rs?)?${NOT_WORD_AFTER}`,
|
|
369
|
+
`affect(?:s|ed|ing)?${NOT_WORD_AFTER}`,
|
|
370
|
+
`connect(?:s|ed|ing|ions?|ors?|ivity)?${NOT_WORD_AFTER}`,
|
|
371
|
+
// French (appel(le)=call, dépend=depends, implément(e)=implement,
|
|
372
|
+
// connex(ion)=connection, expliqu(e)=explain, fonctionn(e/ement)=works)
|
|
373
|
+
'appel', 'dépend', 'implément', 'connex', 'expliqu', 'fonctionn',
|
|
374
|
+
// Spanish (llamad(a)=call, afect(a)=affect, conect(a)/conexi(ón)=connect,
|
|
375
|
+
// arquitec(tura)=architecture, estructur(a)=structure, funcion(a)=works,
|
|
376
|
+
// traza(r)=trace, explica=explain)
|
|
377
|
+
'llamad', 'afect', 'conect', 'conexi', 'arquitec', 'estructur', 'funcion', 'traza', 'explica',
|
|
378
|
+
// Portuguese (chama(da)=call, afeta=affect, arquitet(ura)=architecture,
|
|
379
|
+
// estrutur(a)=structure, quebra(do)=breaks)
|
|
380
|
+
'chama', 'afeta', 'arquitet', 'estrutur', 'quebra',
|
|
381
|
+
// German (abhäng(t)=depend, Auswirkung=impact, beeinfluss(t)=affect,
|
|
382
|
+
// verbind(et)=connect, Architektur, Struktur, funktionier(t)=works,
|
|
383
|
+
// Aufruf/aufgerufen=call, erklär(t)=explain, verfolg(en)=trace)
|
|
384
|
+
'abhäng', 'auswirkung', 'beeinfluss', 'verbind', 'architekt', 'struktur', 'funktionier', 'aufruf', 'aufgerufen', 'erklär', 'verfolg',
|
|
385
|
+
// Italian (chiam(a/ata)=call, dipend(e/enza)=depend, impatt(o)=impact,
|
|
386
|
+
// connett(e)/conness(ione)=connect, architett(ura), struttur(a),
|
|
387
|
+
// funzion(a/amento)=works, tracci(a)=trace, spiega(mi)=explain)
|
|
388
|
+
'chiam', 'dipend', 'impatt', 'connett', 'conness', 'architett', 'struttur', 'funzion', 'tracci', 'spiega',
|
|
389
|
+
// Russian (вызыва(ет)=calls, завис(ит)=depends, влия(ет)=affects,
|
|
390
|
+
// реализ(ация)=implementation, структур(а), архитектур(а),
|
|
391
|
+
// трассир(овка)=trace, лома(ет)=breaks, объясн(и)=explain, поток=flow)
|
|
392
|
+
'вызыва', 'завис', 'влия', 'реализ', 'структур', 'архитектур', 'трассир', 'лома', 'объясн', 'поток',
|
|
393
|
+
// Ukrainian — і/и spellings diverge from Russian (виклика(є)=calls,
|
|
394
|
+
// залеж(ить)=depends, вплива(є)=affects, архітектур(а), реаліз(ація),
|
|
395
|
+
// поясн(и)=explain, шлях(у)=path; структур(а) is shared with Russian)
|
|
396
|
+
'виклика', 'залеж', 'вплива', 'архітектур', 'реаліз', 'поясн', 'шлях',
|
|
397
|
+
// Dutch (aanroep(en)=call, afhankelijk(heid)=depends, beïnvloed(t)=affects,
|
|
398
|
+
// structuur — "structur" can't reach the uu; uitleg(gen)=explain)
|
|
399
|
+
'aanroep', 'afhankelijk', 'beïnvloed', 'structuur', 'uitleg',
|
|
400
|
+
// Polish (wywoł(uje)=calls, zależ(y)=depends, wpływ(a)=affects/impact,
|
|
401
|
+
// przepływ=flow, ścieżk(a)=path, działa(nie)=works, wyjaśni(j)=explain,
|
|
402
|
+
// śledz(enie)=trace; architektura/struktura fire via the German stems)
|
|
403
|
+
'wywoł', 'zależ', 'wpływ', 'przepływ', 'ścieżk', 'działa', 'wyjaśni', 'śledz',
|
|
404
|
+
// Czech (volá(ní)=calls, závis(í)=depends, ovlivň(uje)=affects,
|
|
405
|
+
// funguj(e)=works, vysvětl(i)=explain)
|
|
406
|
+
'volá', 'závis', 'ovlivň', 'funguj', 'vysvětl',
|
|
407
|
+
// Romanian (apel(ează)=calls, depind(e)=depends — i not e, so "depend" misses
|
|
408
|
+
// it; arhitectur(a) — no c; funcțion(ează)=works, explică=explain)
|
|
409
|
+
'apel', 'depind', 'arhitectur', 'funcțion', 'explică',
|
|
410
|
+
// Hungarian (hív(ja)=calls, függ(őség)=depends, működ(ik)=works,
|
|
411
|
+
// struktúr(a) — ú escapes "struktur"; magyaráz(d)=explain;
|
|
412
|
+
// architektúra fires via the German stem)
|
|
413
|
+
'hív', 'függ', 'működ', 'struktúr', 'magyaráz',
|
|
414
|
+
// Turkish — agglutinative, so stems beat exact words (nere(de/ye/den)=where,
|
|
415
|
+
// çağır/çağrı=call, bağıml(ı)=depends, bağlant(ı)=connection, akış(ı)=flow,
|
|
416
|
+
// etkile(r)/etkisi=affects/impact)
|
|
417
|
+
'nere', 'çağır', 'çağrı', 'bağıml', 'bağlant', 'akış', 'etkile', 'etkisi',
|
|
418
|
+
// Indonesian/Malay — me-/di-/ber- prefixes block a bare stem, so affixed
|
|
419
|
+
// forms are listed too (panggil(an)/memanggil/dipanggil=call,
|
|
420
|
+
// bergantung/tergantung=depends, pengaruh/mempengaruhi/memengaruhi=affect,
|
|
421
|
+
// arsitektur=architecture, fungsi/berfungsi=works,
|
|
422
|
+
// jelaskan/menjelaskan=explain)
|
|
423
|
+
'panggil', 'memanggil', 'dipanggil', 'bergantung', 'tergantung', 'pengaruh',
|
|
424
|
+
'mempengaruhi', 'memengaruhi', 'arsitektur', 'fungsi', 'berfungsi', 'jelaskan', 'menjelaskan',
|
|
425
|
+
// Swedish / Danish / Norwegian (anrop(ar)=calls, påverk(ar)/påvirk(er)=affects,
|
|
426
|
+
// afhæng(er)/avheng(er)=depends, förklar(a)/forklar=explain,
|
|
427
|
+
// arkitektur — k not ch; funger(ar/er)=works)
|
|
428
|
+
'anrop', 'påverk', 'påvirk', 'afhæng', 'avheng', 'förklar', 'forklar', 'arkitektur', 'funger',
|
|
429
|
+
// Finnish (kutsu(u)=calls, riippu(u)=depends, arkkitehtuur(i),
|
|
430
|
+
// rakente(en)=structure, selit(ä)=explain)
|
|
431
|
+
'kutsu', 'riippu', 'arkkitehtuur', 'rakente', 'selit',
|
|
432
|
+
// Greek — accented and unaccented stem spellings both occur
|
|
433
|
+
// (εξαρτ(άται)=depends, επηρε(άζει)=affects, αρχιτεκτονικ(ή),
|
|
434
|
+
// διαδρομ(ή)=path, εξηγ/εξήγ(ησε)=explain)
|
|
435
|
+
'εξαρτ', 'επηρε', 'αρχιτεκτονικ', 'διαδρομ', 'εξηγ', 'εξήγ',
|
|
436
|
+
// Hindi (समझा(ओ/इए)=explain, आर्किटेक्चर=architecture)
|
|
437
|
+
'समझा', 'आर्किटेक्चर',
|
|
438
|
+
];
|
|
439
|
+
const STRUCTURAL_WORDS_RE = new RegExp(`${NOT_WORD_BEFORE}(?:${STRUCTURAL_WORDS.join('|')})${NOT_WORD_AFTER}`, 'iu');
|
|
440
|
+
const STRUCTURAL_STEMS_RE = new RegExp(`${NOT_WORD_BEFORE}(?:${STRUCTURAL_STEMS.join('|')})`, 'iu');
|
|
441
|
+
/**
|
|
442
|
+
* Structural keywords matched as bare SUBSTRINGS, for languages where a
|
|
443
|
+
* boundary can't be relied on: scripts with no word separators (Chinese —
|
|
444
|
+
* simplified AND traditional; the original #994 set was simplified-only —
|
|
445
|
+
* Japanese, Thai), Korean (spaced, but particles attach directly to the noun:
|
|
446
|
+
* 구조가/구조를), and Arabic / Farsi / Hebrew (spaced, but proclitics attach to
|
|
447
|
+
* the word: وكيف "and-how", והמבנה "and-the-structure"). JS's `\b` can never
|
|
448
|
+
* fire between Han characters, which was issue #994: the English-only gate
|
|
449
|
+
* silently no-op'd every Chinese prompt, so non-English users got no front-load
|
|
450
|
+
* nudge and no error to explain why. The sets mirror the English intent
|
|
451
|
+
* (如何/怎么/怎麼/どうやって/どのように/어떻게/كيف/چگونه/چطور/איך/อย่างไร/ยังไง=how,
|
|
452
|
+
* 在哪/哪里/哪裡/어디/أين/كجا/איפה/ที่ไหน=where, 流程/流向/流れ/흐름/تدفق/זרימה=flow,
|
|
453
|
+
* 路径/路徑/経路/경로/مسار/مسیر/נתיב/เส้นทาง=path,
|
|
454
|
+
* 调用/調用/呼び出/호출/يستدعي/استدعاء/فراخوان/קורא/เรียกใช้=call,
|
|
455
|
+
* 依赖/依賴/依存/의존/يعتمد/تعتمد/وابسته/תלוי/ขึ้นอยู่กับ=depend,
|
|
456
|
+
* 影响/影響/영향/يؤثر/تأثير/تأثیر/משפיע/ผลกระทบ=impact/affect,
|
|
457
|
+
* 实现/實現/実装/구현=implement,
|
|
458
|
+
* 架构/架構/アーキテクチャ/아키텍처/معماري/معماری/ארכיטקטור/สถาปัตยกรรม=architecture,
|
|
459
|
+
* 结构/結構/構造/구조/بنية/هيكل/ساختار/מבנה/โครงสร้าง=structure,
|
|
460
|
+
* 追踪/跟踪/追蹤/追跡/トレース/추적/تتبع/ติดตาม=trace,
|
|
461
|
+
* يعمل/تعمل/ทำงาน=works) plus structural-overview words with no single clean
|
|
462
|
+
* English equivalent (介绍/介紹/解析/分析/原理/机制/機制/仕組み/説明/설명/動作/동작/작동/
|
|
463
|
+
* اشرح/شرح/توضیح/הסבר/อธิบาย=explain).
|
|
464
|
+
*
|
|
465
|
+
* KNOWN, ACCEPTED false-positive class (#1140): substring matching cannot see
|
|
466
|
+
* homograph compounds — Korean 구조 (structure) also fires inside 구조대
|
|
467
|
+
* (rescue squad). Verified unfixable at this layer: ICU word segmentation
|
|
468
|
+
* (Intl.Segmenter) returns 구조대 and the particle form 구조가 (which the gate
|
|
469
|
+
* MUST keep matching) as equally opaque single segments, and a 구조대 denylist
|
|
470
|
+
* would break 구조대로 ("according to the structure" — 구조 + the 대로
|
|
471
|
+
* particle), a legitimate structural prompt. The miss rate this design avoids
|
|
472
|
+
* (silently no-op'ing every prompt in these languages, #994) outweighs the
|
|
473
|
+
* occasional off-domain fire.
|
|
474
|
+
*/
|
|
475
|
+
const STRUCTURAL_UNSEGMENTED = /如何|怎么|怎麼|在哪|哪里|哪裡|追踪|跟踪|追蹤|追跡|トレース|流程|流向|流れ|路径|路徑|経路|调用|調用|呼び出|依赖|依賴|依存|影响|影響|实现|實現|実装|架构|架構|アーキテクチャ|结构|結構|構造|介绍|介紹|解析|分析|原理|机制|機制|仕組み|説明|動作|どうやって|どのように|어떻게|어디|호출|흐름|경로|의존|영향|구현|구조|아키텍처|추적|동작|작동|설명|كيف|أين|اين|يستدعي|استدعاء|يعتمد|تعتمد|يؤثر|تأثير|معماري|بنية|هيكل|تدفق|مسار|تتبع|يعمل|تعمل|اشرح|شرح|چگونه|چطور|کجا|فراخوان|وابسته|تأثیر|معماری|ساختار|مسیر|توضیح|איך|איפה|קורא|תלוי|משפיע|ארכיטקטור|מבנה|זרימה|נתיב|הסבר|อย่างไร|ยังไง|ที่ไหน|เรียกใช้|ขึ้นอยู่กับ|ผลกระทบ|สถาปัตยกรรม|โครงสร้าง|เส้นทาง|ติดตาม|ทำงาน|อธิบาย/;
|
|
476
|
+
/** Doc/data/asset file extensions — a `name.ext` of this kind is a file
|
|
477
|
+
* reference, not a code symbol, so it must not trip the member-access signal. */
|
|
478
|
+
const DOC_DATA_EXT = /\.(md|markdown|txt|rst|json|ya?ml|toml|lock|csv|tsv|log|ini|cfg|conf|env|xml|html?|png|jpe?g|gif|svg|pdf)$/i;
|
|
479
|
+
/**
|
|
480
|
+
* Does `prompt` contain an explicit structural keyword? A keyword is a strong,
|
|
481
|
+
* self-contained signal, so the front-load hook fires on it directly — no graph
|
|
482
|
+
* check needed. (A *code-token* match, by contrast, is only a candidate the
|
|
483
|
+
* hook verifies against the graph first; see {@link extractCodeTokens}.)
|
|
484
|
+
* Coverage is multilingual (#994, #1126): the ~29 languages with the largest
|
|
485
|
+
* developer populations, across Latin, Cyrillic, Greek, CJK, Hangul, Arabic,
|
|
486
|
+
* Hebrew, Thai, and Devanagari scripts. Languages beyond the keyword table
|
|
487
|
+
* still fire through the language-agnostic code-token path.
|
|
488
|
+
*/
|
|
489
|
+
function hasStructuralKeyword(prompt) {
|
|
490
|
+
return (!!prompt &&
|
|
491
|
+
(STRUCTURAL_WORDS_RE.test(prompt) || STRUCTURAL_STEMS_RE.test(prompt) || STRUCTURAL_UNSEGMENTED.test(prompt)));
|
|
492
|
+
}
|
|
493
|
+
/**
|
|
494
|
+
* Identifier-shaped tokens in `prompt` — camelCase / PascalCase-with-inner-cap,
|
|
495
|
+
* snake_case, a `name(` call, or the two sides of an `a.b` member access. Naming
|
|
496
|
+
* a symbol is a code question whatever the surrounding human language, and these
|
|
497
|
+
* shapes almost never occur in ordinary prose, so they catch the common
|
|
498
|
+
* "<symbol> 的调用链?" / "where is <symbol> 定義" prompts no keyword list would.
|
|
499
|
+
*
|
|
500
|
+
* These are *candidates*, not a verdict: a tech brand like `JavaScript` or
|
|
501
|
+
* `GitHub` is identifier-shaped too, so the front-load hook checks each token
|
|
502
|
+
* against the actual index ({@link getNodesByName}) and only fires when one is a
|
|
503
|
+
* real symbol here — otherwise a brand-name prompt would inject ~16KB of
|
|
504
|
+
* low-relevance context (issue #994 follow-up). A doc/data filename ("README.md")
|
|
505
|
+
* is excluded from the member-access form since it's a file reference, not a symbol.
|
|
506
|
+
*/
|
|
507
|
+
function extractCodeTokens(prompt) {
|
|
508
|
+
if (!prompt)
|
|
509
|
+
return [];
|
|
510
|
+
const out = new Set();
|
|
511
|
+
// camelCase / PascalCase-with-inner-cap (getUserId, parseToken, UserService) or
|
|
512
|
+
// snake_case (article_publish, get_user) — a whole identifier run that has an
|
|
513
|
+
// inner lower→upper transition or an underscore flanked by alphanumerics.
|
|
514
|
+
for (const m of prompt.matchAll(/[A-Za-z_$][\w$]*/g)) {
|
|
515
|
+
const w = m[0];
|
|
516
|
+
if (/[a-z][A-Z]/.test(w) || /[A-Za-z0-9]_[A-Za-z0-9]/.test(w))
|
|
517
|
+
out.add(w);
|
|
518
|
+
}
|
|
519
|
+
// call form: an identifier directly before '(' — parseToken(, render(). No
|
|
520
|
+
// whitespace before '(' so prose like "the function (entry point)" doesn't trip it.
|
|
521
|
+
for (const m of prompt.matchAll(/([A-Za-z_$][\w$]*)\(/g))
|
|
522
|
+
out.add(m[1]);
|
|
523
|
+
// member access on identifiers (user.login) — but not a doc/data filename.
|
|
524
|
+
for (const m of prompt.matchAll(/([A-Za-z_$][\w$]*)\.([A-Za-z_$][\w$]*)/g)) {
|
|
525
|
+
if (!DOC_DATA_EXT.test(m[0])) {
|
|
526
|
+
out.add(m[1]);
|
|
527
|
+
out.add(m[2]);
|
|
528
|
+
}
|
|
529
|
+
}
|
|
530
|
+
return [...out];
|
|
531
|
+
}
|
|
532
|
+
/**
|
|
533
|
+
* Cheap, graph-free candidate gate for the front-load hook: could `prompt` be a
|
|
534
|
+
* structural / flow / impact / "where-how" question worth front-loading context
|
|
535
|
+
* for? True on an explicit keyword in any covered language (#994, #1126) OR an
|
|
536
|
+
* identifier-shaped token. A keyword is sufficient to fire on its own; a
|
|
537
|
+
* token-only match is only a candidate the hook then verifies against the graph
|
|
538
|
+
* (a brand name like `JavaScript` is token-shaped but isn't a symbol). Every
|
|
539
|
+
* non-candidate prompt ("fix this typo", in any language) stays a zero-cost no-op.
|
|
540
|
+
*/
|
|
541
|
+
function isStructuralPrompt(prompt) {
|
|
542
|
+
return hasStructuralKeyword(prompt) || extractCodeTokens(prompt).length > 0;
|
|
543
|
+
}
|
|
544
|
+
/**
|
|
545
|
+
* Decide what the front-load hook injects for a `prompt` issued from `cwd`,
|
|
546
|
+
* shaped by where the `.bhgraph/` index(es) actually are:
|
|
547
|
+
* 1. **cwd (or an ancestor) is indexed** → front-load that project. The
|
|
548
|
+
* normal single-project / nested-file case.
|
|
549
|
+
* 2. **cwd isn't indexed but looks like a workspace root** → the indexes live
|
|
550
|
+
* in sub-projects (the monorepo case behind #964). One indexed
|
|
551
|
+
* sub-project → front-load it; several → front-load the one the prompt
|
|
552
|
+
* names (by relative path like `packages/api`, or package directory name)
|
|
553
|
+
* and nudge about the rest; several with no match → nudge the full list so
|
|
554
|
+
* the agent passes `projectPath`, rather than guessing wrong.
|
|
555
|
+
* 3. **nothing indexed reachable** → do nothing (the agent's own tools apply).
|
|
556
|
+
*/
|
|
557
|
+
function planFrontload(cwd, prompt) {
|
|
558
|
+
const none = { exploreRoot: null, nudgeProjects: [], viaSubScan: false };
|
|
559
|
+
// 1. up-walk — nearest indexed ancestor (incl. cwd). Cheap; covers the common
|
|
560
|
+
// single-project case without a down-scan.
|
|
561
|
+
let dir = path.resolve(cwd);
|
|
562
|
+
for (let i = 0; i < 6; i++) {
|
|
563
|
+
if (isInitialized(dir))
|
|
564
|
+
return { exploreRoot: dir, nudgeProjects: [], viaSubScan: false };
|
|
565
|
+
const parent = path.dirname(dir);
|
|
566
|
+
if (parent === dir)
|
|
567
|
+
break;
|
|
568
|
+
dir = parent;
|
|
569
|
+
}
|
|
570
|
+
// 2. down-scan — only from something that looks like a workspace root, so a
|
|
571
|
+
// non-project cwd (e.g. $HOME) is a cheap no-op, not a deep crawl.
|
|
572
|
+
const base = path.resolve(cwd);
|
|
573
|
+
if (!looksLikeProjectRoot(base))
|
|
574
|
+
return none;
|
|
575
|
+
const subs = findIndexedSubprojectRoots(base);
|
|
576
|
+
if (subs.length === 0)
|
|
577
|
+
return none;
|
|
578
|
+
if (subs.length === 1)
|
|
579
|
+
return { exploreRoot: subs[0], nudgeProjects: [], viaSubScan: true };
|
|
580
|
+
// Several indexed sub-projects — pick the one the prompt points at, if any.
|
|
581
|
+
const p = prompt.toLowerCase();
|
|
582
|
+
let best = null;
|
|
583
|
+
for (const s of subs) {
|
|
584
|
+
const rel = path.relative(base, s);
|
|
585
|
+
const relLc = rel.split(path.sep).join('/').toLowerCase();
|
|
586
|
+
const name = path.basename(s).toLowerCase();
|
|
587
|
+
let score = 0;
|
|
588
|
+
if (relLc && p.includes(relLc))
|
|
589
|
+
score = 10; // "packages/api"
|
|
590
|
+
else if (name.length >= 3 && new RegExp(`\\b${escapeRegExp(name)}\\b`).test(p))
|
|
591
|
+
score = 5; // "api"
|
|
592
|
+
if (score > 0 && (!best || score > best.score || (score === best.score && rel.length < best.relLen))) {
|
|
593
|
+
best = { root: s, score, relLen: rel.length };
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
if (best) {
|
|
597
|
+
return { exploreRoot: best.root, nudgeProjects: subs.filter((s) => s !== best.root), viaSubScan: true };
|
|
598
|
+
}
|
|
599
|
+
// No clear match — nudge the full list rather than front-load a guess.
|
|
600
|
+
return { exploreRoot: null, nudgeProjects: subs, viaSubScan: true };
|
|
601
|
+
}
|
|
602
|
+
/**
|
|
603
|
+
* Contents of `.bhgraph/.gitignore`. A single wildcard ignore keeps every
|
|
604
|
+
* transient file in the index dir — the database, `daemon.pid`, the socket,
|
|
605
|
+
* logs, cache, and anything future versions add — out of git, without having
|
|
606
|
+
* to enumerate each name (issues #788, #492, #484). Older versions wrote an
|
|
607
|
+
* explicit allowlist that never listed `daemon.pid` or the socket, so those
|
|
608
|
+
* runtime files were silently committed.
|
|
609
|
+
*/
|
|
610
|
+
const GITIGNORE_CONTENT = `# BHGraph data files — local to each machine, not for committing.
|
|
611
|
+
# Ignore everything in .bhgraph/ except this file itself, so transient
|
|
612
|
+
# files (the database, daemon.pid, sockets, logs) never show up in git.
|
|
613
|
+
*
|
|
614
|
+
!.gitignore
|
|
615
|
+
`;
|
|
616
|
+
/** Header line that prefixes every .gitignore BHGraph has auto-generated. */
|
|
617
|
+
const GITIGNORE_MARKER = '# BHGraph data files';
|
|
618
|
+
/**
|
|
619
|
+
* Is `content` a stale BHGraph-generated `.gitignore` that should be
|
|
620
|
+
* regenerated in place? True when it carries our header but predates the
|
|
621
|
+
* wildcard ignore (it has no bare `*` line) — i.e. one of the old explicit
|
|
622
|
+
* allowlists (`*.db`, `cache/`, `.dirty`, …) that never ignored `daemon.pid`
|
|
623
|
+
* or the socket (issue #788). A file WITHOUT our header is user-authored and
|
|
624
|
+
* is left untouched; one that already has the wildcard is current. Matching
|
|
625
|
+
* on the header (not a byte-exact list of past defaults) heals every old
|
|
626
|
+
* variant — v0.7.x through 0.9.9 — and is idempotent once upgraded.
|
|
627
|
+
*/
|
|
628
|
+
function isStaleDefaultGitignore(content) {
|
|
629
|
+
if (!content.trimStart().startsWith(GITIGNORE_MARKER))
|
|
630
|
+
return false;
|
|
631
|
+
return !content.split('\n').some((line) => line.trim() === '*');
|
|
632
|
+
}
|
|
633
|
+
/**
|
|
634
|
+
* Write `.bhgraph/.gitignore` if it's absent, or upgrade a stale
|
|
635
|
+
* BHGraph-generated default in place; a user-customized file is left alone.
|
|
636
|
+
* Best-effort — returns `false` only if a needed write failed.
|
|
637
|
+
*/
|
|
638
|
+
function ensureGitignore(gitignorePath) {
|
|
639
|
+
let existing;
|
|
640
|
+
try {
|
|
641
|
+
existing = fs.readFileSync(gitignorePath, 'utf-8');
|
|
642
|
+
}
|
|
643
|
+
catch {
|
|
644
|
+
existing = null; // absent (ENOENT) or unreadable — (re)create below
|
|
645
|
+
}
|
|
646
|
+
// Current default or a user-authored file: nothing to do.
|
|
647
|
+
if (existing !== null && !isStaleDefaultGitignore(existing))
|
|
648
|
+
return true;
|
|
649
|
+
try {
|
|
650
|
+
fs.writeFileSync(gitignorePath, GITIGNORE_CONTENT, 'utf-8');
|
|
651
|
+
return true;
|
|
652
|
+
}
|
|
653
|
+
catch {
|
|
654
|
+
return false;
|
|
655
|
+
}
|
|
656
|
+
}
|
|
657
|
+
/**
|
|
658
|
+
* Create the .bhgraph directory structure
|
|
659
|
+
* Note: Only throws if bhgraph.db already exists, not just if .bhgraph/ exists.
|
|
660
|
+
*/
|
|
661
|
+
function createDirectory(projectRoot) {
|
|
662
|
+
const bhgraphDir = getBHGraphDir(projectRoot);
|
|
663
|
+
const dbPath = path.join(bhgraphDir, 'bhgraph.db');
|
|
664
|
+
// Only throw if BHGraph is actually initialized (db exists)
|
|
665
|
+
// .bhgraph/ folder alone is fine
|
|
666
|
+
if (fs.existsSync(dbPath)) {
|
|
667
|
+
throw new Error(`BHGraph already initialized in ${projectRoot}`);
|
|
668
|
+
}
|
|
669
|
+
// Create main directory (if it doesn't exist)
|
|
670
|
+
fs.mkdirSync(bhgraphDir, { recursive: true });
|
|
671
|
+
// Write .gitignore inside .bhgraph (create if absent, upgrade a stale
|
|
672
|
+
// pre-wildcard default left by an older version — issue #788).
|
|
673
|
+
ensureGitignore(path.join(bhgraphDir, '.gitignore'));
|
|
674
|
+
}
|
|
675
|
+
/**
|
|
676
|
+
* Remove the .bhgraph directory
|
|
677
|
+
*/
|
|
678
|
+
function removeDirectory(projectRoot) {
|
|
679
|
+
const bhgraphDir = getBHGraphDir(projectRoot);
|
|
680
|
+
if (!fs.existsSync(bhgraphDir)) {
|
|
681
|
+
return;
|
|
682
|
+
}
|
|
683
|
+
// Verify .bhgraph is a real directory, not a symlink pointing elsewhere
|
|
684
|
+
const lstat = fs.lstatSync(bhgraphDir);
|
|
685
|
+
if (lstat.isSymbolicLink()) {
|
|
686
|
+
// Only remove the symlink itself, never follow it for recursive delete
|
|
687
|
+
fs.unlinkSync(bhgraphDir);
|
|
688
|
+
return;
|
|
689
|
+
}
|
|
690
|
+
if (!lstat.isDirectory()) {
|
|
691
|
+
// Not a directory - remove the single file
|
|
692
|
+
fs.unlinkSync(bhgraphDir);
|
|
693
|
+
return;
|
|
694
|
+
}
|
|
695
|
+
// Recursively remove directory
|
|
696
|
+
fs.rmSync(bhgraphDir, { recursive: true, force: true });
|
|
697
|
+
}
|
|
698
|
+
/**
|
|
699
|
+
* Get all files in the .bhgraph directory
|
|
700
|
+
*/
|
|
701
|
+
function listDirectoryContents(projectRoot) {
|
|
702
|
+
const bhgraphDir = getBHGraphDir(projectRoot);
|
|
703
|
+
if (!fs.existsSync(bhgraphDir)) {
|
|
704
|
+
return [];
|
|
705
|
+
}
|
|
706
|
+
const files = [];
|
|
707
|
+
function walkDir(dir, prefix = '') {
|
|
708
|
+
const entries = fs.readdirSync(dir, { withFileTypes: true });
|
|
709
|
+
for (const entry of entries) {
|
|
710
|
+
const relativePath = prefix ? `${prefix}/${entry.name}` : entry.name;
|
|
711
|
+
// Skip symlinks to prevent following links outside .bhgraph
|
|
712
|
+
if (entry.isSymbolicLink()) {
|
|
713
|
+
continue;
|
|
714
|
+
}
|
|
715
|
+
if (entry.isDirectory()) {
|
|
716
|
+
walkDir(path.join(dir, entry.name), relativePath);
|
|
717
|
+
}
|
|
718
|
+
else {
|
|
719
|
+
files.push(relativePath);
|
|
720
|
+
}
|
|
721
|
+
}
|
|
722
|
+
}
|
|
723
|
+
walkDir(bhgraphDir);
|
|
724
|
+
return files;
|
|
725
|
+
}
|
|
726
|
+
/**
|
|
727
|
+
* Get the total size of the .bhgraph directory in bytes
|
|
728
|
+
*/
|
|
729
|
+
function getDirectorySize(projectRoot) {
|
|
730
|
+
const bhgraphDir = getBHGraphDir(projectRoot);
|
|
731
|
+
if (!fs.existsSync(bhgraphDir)) {
|
|
732
|
+
return 0;
|
|
733
|
+
}
|
|
734
|
+
let totalSize = 0;
|
|
735
|
+
function walkDir(dir) {
|
|
736
|
+
const entries = fs.readdirSync(dir, { withFileTypes: true });
|
|
737
|
+
for (const entry of entries) {
|
|
738
|
+
// Skip symlinks to prevent following links outside .bhgraph
|
|
739
|
+
if (entry.isSymbolicLink()) {
|
|
740
|
+
continue;
|
|
741
|
+
}
|
|
742
|
+
const fullPath = path.join(dir, entry.name);
|
|
743
|
+
if (entry.isDirectory()) {
|
|
744
|
+
walkDir(fullPath);
|
|
745
|
+
}
|
|
746
|
+
else {
|
|
747
|
+
const stats = fs.statSync(fullPath);
|
|
748
|
+
totalSize += stats.size;
|
|
749
|
+
}
|
|
750
|
+
}
|
|
751
|
+
}
|
|
752
|
+
walkDir(bhgraphDir);
|
|
753
|
+
return totalSize;
|
|
754
|
+
}
|
|
755
|
+
/**
|
|
756
|
+
* Ensure a subdirectory exists within .bhgraph
|
|
757
|
+
*/
|
|
758
|
+
function ensureSubdirectory(projectRoot, subdirName) {
|
|
759
|
+
if (subdirName.includes('..') || subdirName.includes(path.sep) || subdirName.includes('/')) {
|
|
760
|
+
throw new Error(`Invalid subdirectory name: ${subdirName}`);
|
|
761
|
+
}
|
|
762
|
+
const subdirPath = path.join(getBHGraphDir(projectRoot), subdirName);
|
|
763
|
+
if (!fs.existsSync(subdirPath)) {
|
|
764
|
+
fs.mkdirSync(subdirPath, { recursive: true });
|
|
765
|
+
}
|
|
766
|
+
return subdirPath;
|
|
767
|
+
}
|
|
768
|
+
/**
|
|
769
|
+
* Check if the .bhgraph directory has valid structure
|
|
770
|
+
*/
|
|
771
|
+
function validateDirectory(projectRoot) {
|
|
772
|
+
const errors = [];
|
|
773
|
+
const bhgraphDir = getBHGraphDir(projectRoot);
|
|
774
|
+
if (!fs.existsSync(bhgraphDir)) {
|
|
775
|
+
errors.push('BHGraph directory does not exist');
|
|
776
|
+
return { valid: false, errors };
|
|
777
|
+
}
|
|
778
|
+
if (!fs.statSync(bhgraphDir).isDirectory()) {
|
|
779
|
+
errors.push('.bhgraph exists but is not a directory');
|
|
780
|
+
return { valid: false, errors };
|
|
781
|
+
}
|
|
782
|
+
// Auto-repair / upgrade .gitignore (non-critical file). A missing one is
|
|
783
|
+
// recreated; a stale pre-wildcard default that never ignored daemon.pid is
|
|
784
|
+
// regenerated in place (issue #788); a user-authored file is left alone.
|
|
785
|
+
const gitignorePath = path.join(bhgraphDir, '.gitignore');
|
|
786
|
+
const existedBefore = fs.existsSync(gitignorePath);
|
|
787
|
+
if (!ensureGitignore(gitignorePath) && !existedBefore) {
|
|
788
|
+
// Only a missing-and-uncreatable file is surfaced; a failed in-place
|
|
789
|
+
// upgrade of an existing file is non-fatal — the index still works.
|
|
790
|
+
errors.push('.gitignore missing in .bhgraph directory and could not be created');
|
|
791
|
+
}
|
|
792
|
+
return {
|
|
793
|
+
valid: errors.length === 0,
|
|
794
|
+
errors,
|
|
795
|
+
};
|
|
796
|
+
}
|
|
797
|
+
//# sourceMappingURL=directory.js.map
|