@lzehrung/codegraph 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +27 -29
- package/codegraph-skill/codegraph/SKILL.md +23 -21
- package/dist/agent/candidateTests.d.ts +12 -0
- package/dist/agent/candidateTests.d.ts.map +1 -0
- package/dist/agent/candidateTests.js +17 -0
- package/dist/agent/candidateTests.js.map +1 -0
- package/dist/agent/explore.d.ts.map +1 -1
- package/dist/agent/explore.js +9 -6
- package/dist/agent/explore.js.map +1 -1
- package/dist/agent/fileView.d.ts.map +1 -1
- package/dist/agent/fileView.js +113 -120
- package/dist/agent/fileView.js.map +1 -1
- package/dist/agent/orient.d.ts.map +1 -1
- package/dist/agent/orient.js +5 -4
- package/dist/agent/orient.js.map +1 -1
- package/dist/agent/query-index/candidates.d.ts +13 -2
- package/dist/agent/query-index/candidates.d.ts.map +1 -1
- package/dist/agent/query-index/candidates.js +28 -39
- package/dist/agent/query-index/candidates.js.map +1 -1
- package/dist/agent/query-index/schema.d.ts.map +1 -1
- package/dist/agent/query-index/schema.js.map +1 -1
- package/dist/agent/query-index/sessionStore.d.ts.map +1 -1
- package/dist/agent/query-index/sessionStore.js +42 -26
- package/dist/agent/query-index/sessionStore.js.map +1 -1
- package/dist/agent/query-index/store.d.ts +7 -0
- package/dist/agent/query-index/store.d.ts.map +1 -1
- package/dist/agent/query-index/store.js +71 -0
- package/dist/agent/query-index/store.js.map +1 -1
- package/dist/agent/refactorPlan.d.ts.map +1 -1
- package/dist/agent/refactorPlan.js +6 -14
- package/dist/agent/refactorPlan.js.map +1 -1
- package/dist/agent/renamePreview.d.ts +2 -5
- package/dist/agent/renamePreview.d.ts.map +1 -1
- package/dist/agent/renamePreview.js +82 -78
- package/dist/agent/renamePreview.js.map +1 -1
- package/dist/agent/search.d.ts.map +1 -1
- package/dist/agent/search.js +39 -17
- package/dist/agent/search.js.map +1 -1
- package/dist/agent/semanticSymbols.d.ts.map +1 -1
- package/dist/agent/semanticSymbols.js +2 -1
- package/dist/agent/semanticSymbols.js.map +1 -1
- package/dist/agent/session.d.ts +4 -0
- package/dist/agent/session.d.ts.map +1 -1
- package/dist/agent/session.js +19 -6
- package/dist/agent/session.js.map +1 -1
- package/dist/agent-tools.d.ts +1 -1
- package/dist/agent-tools.d.ts.map +1 -1
- package/dist/agent-tools.js +6 -15
- package/dist/agent-tools.js.map +1 -1
- package/dist/bin/cli.js +27556 -24941
- package/dist/bin/queryIndexWorker.js +47 -6
- package/dist/bin/rawQueryWorker.js +246 -0
- package/dist/chunking/chunkFile.d.ts +5 -0
- package/dist/chunking/chunkFile.d.ts.map +1 -1
- package/dist/chunking/chunkFile.js +14 -15
- package/dist/chunking/chunkFile.js.map +1 -1
- package/dist/cli/affected.d.ts.map +1 -1
- package/dist/cli/affected.js +17 -10
- package/dist/cli/affected.js.map +1 -1
- package/dist/cli/commandTable.d.ts.map +1 -1
- package/dist/cli/commandTable.js +15 -3
- package/dist/cli/commandTable.js.map +1 -1
- package/dist/cli/doctor.d.ts +7 -0
- package/dist/cli/doctor.d.ts.map +1 -1
- package/dist/cli/doctor.js +166 -0
- package/dist/cli/doctor.js.map +1 -1
- package/dist/cli/graph.d.ts +2 -1
- package/dist/cli/graph.d.ts.map +1 -1
- package/dist/cli/graph.js +8 -0
- package/dist/cli/graph.js.map +1 -1
- package/dist/cli/graphDelta.d.ts +2 -1
- package/dist/cli/graphDelta.d.ts.map +1 -1
- package/dist/cli/graphDelta.js +5 -0
- package/dist/cli/graphDelta.js.map +1 -1
- package/dist/cli/help.d.ts +34 -34
- package/dist/cli/help.d.ts.map +1 -1
- package/dist/cli/help.js +17 -8
- package/dist/cli/help.js.map +1 -1
- package/dist/cli/impact.d.ts +2 -1
- package/dist/cli/impact.d.ts.map +1 -1
- package/dist/cli/impact.js +5 -0
- package/dist/cli/impact.js.map +1 -1
- package/dist/cli/index.d.ts +2 -1
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +3 -0
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/indexPolicy.d.ts.map +1 -1
- package/dist/cli/indexPolicy.js.map +1 -1
- package/dist/cli/inspect.d.ts +2 -1
- package/dist/cli/inspect.d.ts.map +1 -1
- package/dist/cli/inspect.js +25 -13
- package/dist/cli/inspect.js.map +1 -1
- package/dist/cli/invocationContext.d.ts.map +1 -1
- package/dist/cli/invocationContext.js +3 -0
- package/dist/cli/invocationContext.js.map +1 -1
- package/dist/cli/links.d.ts +2 -0
- package/dist/cli/links.d.ts.map +1 -1
- package/dist/cli/links.js +1 -1
- package/dist/cli/links.js.map +1 -1
- package/dist/cli/navigation.d.ts +41 -1
- package/dist/cli/navigation.d.ts.map +1 -1
- package/dist/cli/navigation.js +4 -1
- package/dist/cli/navigation.js.map +1 -1
- package/dist/cli/options.d.ts.map +1 -1
- package/dist/cli/options.js +9 -7
- package/dist/cli/options.js.map +1 -1
- package/dist/cli/review.d.ts +2 -1
- package/dist/cli/review.d.ts.map +1 -1
- package/dist/cli/review.js +5 -0
- package/dist/cli/review.js.map +1 -1
- package/dist/cli/skill.js +1 -1
- package/dist/cli/skill.js.map +1 -1
- package/dist/cli/viewer.d.ts.map +1 -1
- package/dist/cli/viewer.js +46 -34
- package/dist/cli/viewer.js.map +1 -1
- package/dist/config.d.ts +3 -0
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +35 -3
- package/dist/config.js.map +1 -1
- package/dist/documentLinks/check.d.ts +2 -1
- package/dist/documentLinks/check.d.ts.map +1 -1
- package/dist/documentLinks/check.js +2 -2
- package/dist/documentLinks/check.js.map +1 -1
- package/dist/duplicate-token-normalization.d.ts.map +1 -1
- package/dist/duplicate-token-normalization.js +10 -2
- package/dist/duplicate-token-normalization.js.map +1 -1
- package/dist/duplicates/scoring.d.ts +0 -10
- package/dist/duplicates/scoring.d.ts.map +1 -1
- package/dist/duplicates/scoring.js +9 -9
- package/dist/duplicates/scoring.js.map +1 -1
- package/dist/duplicates/unitCache.d.ts +15 -9
- package/dist/duplicates/unitCache.d.ts.map +1 -1
- package/dist/duplicates/unitCache.js +184 -33
- package/dist/duplicates/unitCache.js.map +1 -1
- package/dist/duplicates/units.d.ts +6 -15
- package/dist/duplicates/units.d.ts.map +1 -1
- package/dist/duplicates/units.js +36 -18
- package/dist/duplicates/units.js.map +1 -1
- package/dist/frameworks/angularjs.d.ts.map +1 -1
- package/dist/frameworks/angularjs.js +18 -12
- package/dist/frameworks/angularjs.js.map +1 -1
- package/dist/graph-builder.d.ts.map +1 -1
- package/dist/graph-builder.js +12 -9
- package/dist/graph-builder.js.map +1 -1
- package/dist/graph-edge-collector.d.ts +1 -0
- package/dist/graph-edge-collector.d.ts.map +1 -1
- package/dist/graph-edge-collector.js +1 -1
- package/dist/graph-edge-collector.js.map +1 -1
- package/dist/graphs/grep.d.ts.map +1 -1
- package/dist/graphs/grep.js +7 -2
- package/dist/graphs/grep.js.map +1 -1
- package/dist/graphs/specifiers.d.ts.map +1 -1
- package/dist/graphs/specifiers.js +8 -2
- package/dist/graphs/specifiers.js.map +1 -1
- package/dist/graphs/symbol-graph-detailed.d.ts.map +1 -1
- package/dist/graphs/symbol-graph-detailed.js +3 -1
- package/dist/graphs/symbol-graph-detailed.js.map +1 -1
- package/dist/impact/analyzer.d.ts.map +1 -1
- package/dist/impact/analyzer.js +15 -1
- package/dist/impact/analyzer.js.map +1 -1
- package/dist/impact/call-compatibility/textScanner.d.ts +23 -0
- package/dist/impact/call-compatibility/textScanner.d.ts.map +1 -0
- package/dist/impact/call-compatibility/textScanner.js +615 -0
- package/dist/impact/call-compatibility/textScanner.js.map +1 -0
- package/dist/impact/callCompatibility.d.ts.map +1 -1
- package/dist/impact/callCompatibility.js +9 -570
- package/dist/impact/callCompatibility.js.map +1 -1
- package/dist/impact/direct.js +7 -6
- package/dist/impact/direct.js.map +1 -1
- package/dist/impact/index.d.ts +6 -0
- package/dist/impact/index.d.ts.map +1 -1
- package/dist/impact/index.js +0 -8
- package/dist/impact/index.js.map +1 -1
- package/dist/impact/map.js +2 -2
- package/dist/impact/map.js.map +1 -1
- package/dist/impact/memberResolutionCoverage.d.ts.map +1 -1
- package/dist/impact/memberResolutionCoverage.js +5 -1
- package/dist/impact/memberResolutionCoverage.js.map +1 -1
- package/dist/impact/parse.d.ts.map +1 -1
- package/dist/impact/parse.js +98 -36
- package/dist/impact/parse.js.map +1 -1
- package/dist/impact/referenceCache.js +1 -1
- package/dist/impact/referenceCache.js.map +1 -1
- package/dist/impact/report-suggestions.d.ts.map +1 -1
- package/dist/impact/report-suggestions.js +330 -61
- package/dist/impact/report-suggestions.js.map +1 -1
- package/dist/impact/reportCompact.js +7 -0
- package/dist/impact/reportCompact.js.map +1 -1
- package/dist/impact/streaming.d.ts +32 -2
- package/dist/impact/streaming.d.ts.map +1 -1
- package/dist/impact/streaming.js +61 -2
- package/dist/impact/streaming.js.map +1 -1
- package/dist/impact/suggestions.d.ts.map +1 -1
- package/dist/impact/suggestions.js +1 -1
- package/dist/impact/suggestions.js.map +1 -1
- package/dist/impact/types.d.ts +7 -20
- package/dist/impact/types.d.ts.map +1 -1
- package/dist/impact/types.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/indexer/build-cache/location.d.ts +19 -0
- package/dist/indexer/build-cache/location.d.ts.map +1 -0
- package/dist/indexer/build-cache/location.js +132 -0
- package/dist/indexer/build-cache/location.js.map +1 -0
- package/dist/indexer/build-cache/manifest.d.ts +9 -3
- package/dist/indexer/build-cache/manifest.d.ts.map +1 -1
- package/dist/indexer/build-cache/manifest.js +77 -20
- package/dist/indexer/build-cache/manifest.js.map +1 -1
- package/dist/indexer/build-cache/module-cache.d.ts +23 -2
- package/dist/indexer/build-cache/module-cache.d.ts.map +1 -1
- package/dist/indexer/build-cache/module-cache.js +92 -32
- package/dist/indexer/build-cache/module-cache.js.map +1 -1
- package/dist/indexer/build-cache/options.d.ts +3 -1
- package/dist/indexer/build-cache/options.d.ts.map +1 -1
- package/dist/indexer/build-cache/options.js +10 -2
- package/dist/indexer/build-cache/options.js.map +1 -1
- package/dist/indexer/build-cache/project-snapshot.d.ts +32 -8
- package/dist/indexer/build-cache/project-snapshot.d.ts.map +1 -1
- package/dist/indexer/build-cache/project-snapshot.js +333 -44
- package/dist/indexer/build-cache/project-snapshot.js.map +1 -1
- package/dist/indexer/build-cache/reports.d.ts.map +1 -1
- package/dist/indexer/build-cache/reports.js +10 -1
- package/dist/indexer/build-cache/reports.js.map +1 -1
- package/dist/indexer/build-cache/resolver-environment.d.ts +9 -0
- package/dist/indexer/build-cache/resolver-environment.d.ts.map +1 -0
- package/dist/indexer/build-cache/resolver-environment.js +133 -0
- package/dist/indexer/build-cache/resolver-environment.js.map +1 -0
- package/dist/indexer/build-cache.d.ts +4 -3
- package/dist/indexer/build-cache.d.ts.map +1 -1
- package/dist/indexer/build-cache.js +4 -3
- package/dist/indexer/build-cache.js.map +1 -1
- package/dist/indexer/build-index.d.ts.map +1 -1
- package/dist/indexer/build-index.js +154 -47
- package/dist/indexer/build-index.js.map +1 -1
- package/dist/indexer/build-manifest.d.ts +1 -0
- package/dist/indexer/build-manifest.d.ts.map +1 -1
- package/dist/indexer/build-manifest.js +12 -5
- package/dist/indexer/build-manifest.js.map +1 -1
- package/dist/indexer/call-hierarchy.d.ts.map +1 -1
- package/dist/indexer/call-hierarchy.js.map +1 -1
- package/dist/indexer/finalize.d.ts.map +1 -1
- package/dist/indexer/finalize.js +7 -4
- package/dist/indexer/finalize.js.map +1 -1
- package/dist/indexer/imports/jsTextImports.d.ts.map +1 -1
- package/dist/indexer/imports/jsTextImports.js +14 -6
- package/dist/indexer/imports/jsTextImports.js.map +1 -1
- package/dist/indexer/imports/languageSpecific.d.ts.map +1 -1
- package/dist/indexer/imports/languageSpecific.js +10 -5
- package/dist/indexer/imports/languageSpecific.js.map +1 -1
- package/dist/indexer/imports/nativeCaptures.d.ts.map +1 -1
- package/dist/indexer/imports/nativeCaptures.js +4 -1
- package/dist/indexer/imports/nativeCaptures.js.map +1 -1
- package/dist/indexer/imports/python.d.ts.map +1 -1
- package/dist/indexer/imports/python.js +7 -2
- package/dist/indexer/imports/python.js.map +1 -1
- package/dist/indexer/load-current-index.d.ts.map +1 -1
- package/dist/indexer/load-current-index.js.map +1 -1
- package/dist/indexer/locals-and-exports.d.ts.map +1 -1
- package/dist/indexer/locals-and-exports.js +52 -22
- package/dist/indexer/locals-and-exports.js.map +1 -1
- package/dist/indexer/navigation-goto.d.ts.map +1 -1
- package/dist/indexer/navigation-goto.js +26 -16
- package/dist/indexer/navigation-goto.js.map +1 -1
- package/dist/indexer/navigation-local.d.ts.map +1 -1
- package/dist/indexer/navigation-local.js +7 -4
- package/dist/indexer/navigation-local.js.map +1 -1
- package/dist/indexer/navigation-references.d.ts +1 -1
- package/dist/indexer/navigation-references.d.ts.map +1 -1
- package/dist/indexer/navigation-references.js +27 -16
- package/dist/indexer/navigation-references.js.map +1 -1
- package/dist/indexer/navigation-resolve.d.ts.map +1 -1
- package/dist/indexer/navigation-resolve.js +116 -53
- package/dist/indexer/navigation-resolve.js.map +1 -1
- package/dist/indexer/navigation.d.ts +2 -1
- package/dist/indexer/navigation.d.ts.map +1 -1
- package/dist/indexer/navigation.js +24 -20
- package/dist/indexer/navigation.js.map +1 -1
- package/dist/indexer/parse-context.d.ts +1 -1
- package/dist/indexer/parse-context.d.ts.map +1 -1
- package/dist/indexer/parse-context.js +2 -2
- package/dist/indexer/parse-context.js.map +1 -1
- package/dist/indexer/reference-context.d.ts +2 -2
- package/dist/indexer/reference-context.d.ts.map +1 -1
- package/dist/indexer/reference-context.js +4 -2
- package/dist/indexer/reference-context.js.map +1 -1
- package/dist/indexer/scope-types.d.ts +3 -0
- package/dist/indexer/scope-types.d.ts.map +1 -1
- package/dist/indexer/scope.js +37 -38
- package/dist/indexer/scope.js.map +1 -1
- package/dist/indexer/shared.d.ts.map +1 -1
- package/dist/indexer/shared.js +3 -1
- package/dist/indexer/shared.js.map +1 -1
- package/dist/indexer/type-hierarchy.d.ts.map +1 -1
- package/dist/indexer/type-hierarchy.js +12 -8
- package/dist/indexer/type-hierarchy.js.map +1 -1
- package/dist/indexer/types.d.ts +22 -0
- package/dist/indexer/types.d.ts.map +1 -1
- package/dist/indexer/workspace-symbols.d.ts.map +1 -1
- package/dist/indexer/workspace-symbols.js +5 -3
- package/dist/indexer/workspace-symbols.js.map +1 -1
- package/dist/installer/locks.d.ts +10 -0
- package/dist/installer/locks.d.ts.map +1 -0
- package/dist/installer/locks.js +234 -0
- package/dist/installer/locks.js.map +1 -0
- package/dist/installer/registry.d.ts.map +1 -1
- package/dist/installer/registry.js +13 -230
- package/dist/installer/registry.js.map +1 -1
- package/dist/languages/definitions/csharp.d.ts.map +1 -1
- package/dist/languages/definitions/csharp.js +8 -0
- package/dist/languages/definitions/csharp.js.map +1 -1
- package/dist/languages/definitions/java.d.ts.map +1 -1
- package/dist/languages/definitions/java.js +3 -0
- package/dist/languages/definitions/java.js.map +1 -1
- package/dist/languages/definitions/python.d.ts.map +1 -1
- package/dist/languages/definitions/python.js +2 -0
- package/dist/languages/definitions/python.js.map +1 -1
- package/dist/languages/definitions/rust.d.ts.map +1 -1
- package/dist/languages/definitions/rust.js +2 -0
- package/dist/languages/definitions/rust.js.map +1 -1
- package/dist/languages/importStatementParsers.d.ts +2 -0
- package/dist/languages/importStatementParsers.d.ts.map +1 -1
- package/dist/languages/importStatementParsers.js +24 -10
- package/dist/languages/importStatementParsers.js.map +1 -1
- package/dist/mcp/http.d.ts +3 -1
- package/dist/mcp/http.d.ts.map +1 -1
- package/dist/mcp/http.js +69 -20
- package/dist/mcp/http.js.map +1 -1
- package/dist/mcp/server.d.ts +43 -16
- package/dist/mcp/server.d.ts.map +1 -1
- package/dist/mcp/server.js +342 -127
- package/dist/mcp/server.js.map +1 -1
- package/dist/mcp/tools.d.ts +51 -1
- package/dist/mcp/tools.d.ts.map +1 -1
- package/dist/mcp/tools.js +121 -2
- package/dist/mcp/tools.js.map +1 -1
- package/dist/native/byteIndex.d.ts +26 -0
- package/dist/native/byteIndex.d.ts.map +1 -0
- package/dist/native/byteIndex.js +70 -0
- package/dist/native/byteIndex.js.map +1 -0
- package/dist/native/projectedTree.d.ts +3 -2
- package/dist/native/projectedTree.d.ts.map +1 -1
- package/dist/native/projectedTree.js +6 -50
- package/dist/native/projectedTree.js.map +1 -1
- package/dist/native/queryResults.d.ts +7 -1
- package/dist/native/queryResults.d.ts.map +1 -1
- package/dist/native/queryResults.js +13 -5
- package/dist/native/queryResults.js.map +1 -1
- package/dist/review/changes.d.ts +2 -0
- package/dist/review/changes.d.ts.map +1 -1
- package/dist/review/changes.js +10 -0
- package/dist/review/changes.js.map +1 -1
- package/dist/review/deleted.d.ts.map +1 -1
- package/dist/review/deleted.js +20 -2
- package/dist/review/deleted.js.map +1 -1
- package/dist/review/summaries.d.ts.map +1 -1
- package/dist/review/summaries.js +13 -10
- package/dist/review/summaries.js.map +1 -1
- package/dist/review.d.ts.map +1 -1
- package/dist/review.js +7 -2
- package/dist/review.js.map +1 -1
- package/dist/session.d.ts +20 -4
- package/dist/session.d.ts.map +1 -1
- package/dist/session.js +76 -16
- package/dist/session.js.map +1 -1
- package/dist/sql/types.d.ts.map +1 -1
- package/dist/sqlite/query.d.ts +29 -0
- package/dist/sqlite/query.d.ts.map +1 -1
- package/dist/sqlite/query.js +98 -11
- package/dist/sqlite/query.js.map +1 -1
- package/dist/sqlite/rawQueryWorker.d.ts +22 -0
- package/dist/sqlite/rawQueryWorker.d.ts.map +1 -0
- package/dist/sqlite/rawQueryWorker.js +31 -0
- package/dist/sqlite/rawQueryWorker.js.map +1 -0
- package/dist/sqlite/rawQueryWorkerPool.d.ts +66 -0
- package/dist/sqlite/rawQueryWorkerPool.d.ts.map +1 -0
- package/dist/sqlite/rawQueryWorkerPool.js +142 -0
- package/dist/sqlite/rawQueryWorkerPool.js.map +1 -0
- package/dist/sqlite/schema.d.ts.map +1 -1
- package/dist/sqlite/schema.js.map +1 -1
- package/dist/sqlite-driver.d.ts.map +1 -1
- package/dist/sqlite-driver.js +2 -1
- package/dist/sqlite-driver.js.map +1 -1
- package/dist/sqlite.d.ts +1 -1
- package/dist/sqlite.d.ts.map +1 -1
- package/dist/sqlite.js +1 -1
- package/dist/sqlite.js.map +1 -1
- package/dist/util/bloomFilter.d.ts +3 -2
- package/dist/util/bloomFilter.d.ts.map +1 -1
- package/dist/util/bloomFilter.js +8 -8
- package/dist/util/bloomFilter.js.map +1 -1
- package/dist/util/confinedFile.d.ts +41 -2
- package/dist/util/confinedFile.d.ts.map +1 -1
- package/dist/util/confinedFile.js +101 -2
- package/dist/util/confinedFile.js.map +1 -1
- package/dist/util/git.d.ts +2 -0
- package/dist/util/git.d.ts.map +1 -1
- package/dist/util/git.js +109 -26
- package/dist/util/git.js.map +1 -1
- package/dist/util/identifiers.d.ts +75 -0
- package/dist/util/identifiers.d.ts.map +1 -0
- package/dist/util/identifiers.js +82 -0
- package/dist/util/identifiers.js.map +1 -0
- package/dist/util/paths.d.ts.map +1 -1
- package/dist/util/paths.js.map +1 -1
- package/dist/util/projectFiles.d.ts.map +1 -1
- package/dist/util/projectFiles.js +43 -14
- package/dist/util/projectFiles.js.map +1 -1
- package/dist/util/resolution/jvm.d.ts.map +1 -1
- package/dist/util/resolution/jvm.js +9 -4
- package/dist/util/resolution/jvm.js.map +1 -1
- package/dist/util/resolution/php.d.ts.map +1 -1
- package/dist/util/resolution/php.js +6 -5
- package/dist/util/resolution/php.js.map +1 -1
- package/dist/util/rustTestModules.d.ts.map +1 -1
- package/dist/util/rustTestModules.js +4 -2
- package/dist/util/rustTestModules.js.map +1 -1
- package/dist/util/specifiers.d.ts.map +1 -1
- package/dist/util/specifiers.js +10 -3
- package/dist/util/specifiers.js.map +1 -1
- package/dist/util/sqliteSchema.d.ts.map +1 -1
- package/dist/util/sqliteSchema.js +10 -1
- package/dist/util/sqliteSchema.js.map +1 -1
- package/docs/mcp.md +32 -13
- package/package.json +3 -3
package/dist/cli/graphDelta.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type IncrementalBuildOptions } from "../indexer/types.js";
|
|
1
|
+
import { type CacheLocation, type IncrementalBuildOptions } from "../indexer/types.js";
|
|
2
2
|
import { type GraphBuildOptions } from "../graphs/types.js";
|
|
3
3
|
import type { NativeRuntimeMode } from "../native/treeSitterNative.js";
|
|
4
4
|
export type GraphDeltaCommandContext = {
|
|
@@ -13,6 +13,7 @@ export type GraphDeltaCommandContext = {
|
|
|
13
13
|
} | Record<string, never>;
|
|
14
14
|
graphOptions: GraphBuildOptions | undefined;
|
|
15
15
|
languageExtensions: IncrementalBuildOptions["languageExtensions"];
|
|
16
|
+
cacheLocation: CacheLocation | undefined;
|
|
16
17
|
gitBase: string | undefined;
|
|
17
18
|
gitHead: string | undefined;
|
|
18
19
|
changedSince: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"graphDelta.d.ts","sourceRoot":"","sources":["../../src/cli/graphDelta.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,uBAAuB,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"graphDelta.d.ts","sourceRoot":"","sources":["../../src/cli/graphDelta.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,aAAa,EAAE,KAAK,uBAAuB,EAAE,MAAM,qBAAqB,CAAC;AACvF,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAMvE,MAAM,MAAM,wBAAwB,GAAG;IACrC,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,MAAM,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,MAAM,GAAG,SAAS,CAAC;IAC7C,OAAO,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC;IACnC,GAAG,EAAE,MAAM,MAAM,CAAC;IAClB,UAAU,EAAE,iBAAiB,CAAC;IAC9B,UAAU,EAAE;QAAE,gBAAgB,EAAE,IAAI,CAAA;KAAE,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;IAC/D,YAAY,EAAE,iBAAiB,GAAG,SAAS,CAAC;IAC5C,kBAAkB,EAAE,uBAAuB,CAAC,oBAAoB,CAAC,CAAC;IAClE,aAAa,EAAE,aAAa,GAAG,SAAS,CAAC;IACzC,OAAO,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,OAAO,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,YAAY,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,eAAe,EAAE,uBAAuB,CAAC,YAAY,CAAC,CAAC;IACvD,aAAa,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACxC,eAAe,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;CAC5C,CAAC;AA6BF,wBAAsB,uBAAuB,CAAC,OAAO,EAAE,wBAAwB,GAAG,OAAO,CAAC,IAAI,CAAC,CAmC9F"}
|
package/dist/cli/graphDelta.js
CHANGED
|
@@ -54,6 +54,11 @@ export async function handleGraphDeltaCommand(context) {
|
|
|
54
54
|
deltaOptions.native = context.nativeMode;
|
|
55
55
|
if (cache !== undefined)
|
|
56
56
|
deltaOptions.cache = cache;
|
|
57
|
+
const cacheDir = context.getOpt("--cache-dir");
|
|
58
|
+
if (cacheDir)
|
|
59
|
+
deltaOptions.cacheDir = cacheDir;
|
|
60
|
+
if (context.cacheLocation)
|
|
61
|
+
deltaOptions.cacheLocation = context.cacheLocation;
|
|
57
62
|
if (context.gitBase)
|
|
58
63
|
deltaOptions.gitBase = context.gitBase;
|
|
59
64
|
if (context.gitHead)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"graphDelta.js","sourceRoot":"","sources":["../../src/cli/graphDelta.ts"],"names":[],"mappings":"AAAA,OAAO,GAAG,MAAM,kBAAkB,CAAC;AACnC,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAC5D,OAAO,
|
|
1
|
+
{"version":3,"file":"graphDelta.js","sourceRoot":"","sources":["../../src/cli/graphDelta.ts"],"names":[],"mappings":"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"}
|
package/dist/cli/help.d.ts
CHANGED
|
@@ -5,48 +5,48 @@ export declare const LIFECYCLE_HELP_TEXT = "codegraph init/status/sync/uninit -
|
|
|
5
5
|
export declare const AFFECTED_HELP_TEXT = "codegraph affected - List tests likely affected by changed files\n\nUsage:\n codegraph affected [file...] [--stdin] [--base <ref> --head <ref>] [--root <path>] [--depth <n>] [--filter <glob>] [--json | --quiet]\n\nOptions:\n --depth <n> Reverse dependency traversal depth (default: 1)\n --filter <glob> Restrict returned test files by project-root-relative glob\n --stdin Read newline-delimited changed files from stdin\n --quiet Print affected test paths only\n";
|
|
6
6
|
export declare const INSTALL_HELP_TEXT = "codegraph install - Configure Codegraph for supported agent clients\n\nUsage: codegraph install [target] [--target <codex,claude,cursor,gemini,opencode,omp,kilo,agents> | --all] [--yes | --dry-run] [--force] [--json | --pretty] [--print-config <target>] [--detect]\n\nTargets:\n codex, claude, cursor, gemini, opencode, omp, kilo, agents\n --all selects the full catalog in the listed order without detection.\n\nSafety:\n Interactive terminals preview changes and ask for confirmation. Noninteractive writes require --yes; use --dry-run to preview changed files or --print-config <target> to print the MCP snippet.\n --force overwrites conflicting skill or config files the installer refuses to clobber by default; collision errors tell you to re-run with --force.\n --all cannot be combined with a target, --detect, or --print-config.\n";
|
|
7
7
|
export declare const UNINSTALL_HELP_TEXT = "codegraph uninstall - Remove Codegraph-owned installer configuration\n\nUsage: codegraph uninstall [target] [--target <codex,claude,cursor,gemini,opencode,omp,kilo,agents>] [--yes | --dry-run] [--json | --pretty] [--detect]\n\nSafety:\n Removes only Codegraph-owned marker blocks, marker files, exact bundled skill payloads, or exact installer-owned MCP entries.\n";
|
|
8
|
-
export declare const EXPLORE_HELP_TEXT = "codegraph explore - Answer a broad repo question with bounded repo context\n\nUsage: codegraph explore \"<query>\" [--root <path>] [--limit <n>] [--max-packets <n>] [--max-paths <n>] [--no-source] [--include-graph-context] [--allow-sensitive] [--json | --pretty]\n\nOutput:\n Explore orchestrates search, packet retrieval, dependency paths, reverse dependencies, candidate tests, and follow-up commands. An exact file-path query also includes the live bounded file view.\n Pretty model-readable sections are the default. Use --json for structured fields. Graph context and raw sensitive values require explicit flags.\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
8
|
+
export declare const EXPLORE_HELP_TEXT = "codegraph explore - Answer a broad repo question with bounded repo context\n\nUsage: codegraph explore \"<query>\" [--root <path>] [--limit <n>] [--max-packets <n>] [--max-paths <n>] [--no-source] [--include-graph-context] [--allow-sensitive] [--json | --pretty]\n\nOutput:\n Explore orchestrates search, packet retrieval, dependency paths, reverse dependencies, candidate tests, and follow-up commands. An exact file-path query also includes the live bounded file view.\n Pretty model-readable sections are the default. Use --json for structured fields. Graph context and raw sensitive values require explicit flags.\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
9
9
|
export declare const FILE_HELP_TEXT = "codegraph file - Read a live project file with bounded line pagination\n\nUsage: codegraph file <path> [--root <path>] [--offset <line>] [--limit <lines>] [--max-bytes <bytes>] [--include-graph-context] [--allow-sensitive] [--json | --pretty]\n\nOutput:\n Pretty output is the default and uses exact number<TAB>line source lines plus bounded graph context when requested. Use --json for structured fields.\n A file-ending newline is represented as a final numbered empty line. Follow page.nextOffset or the pretty next-page command for more lines.\n\nSafety:\n Paths are confined to --root after realpath resolution. Binary files are rejected. Known sensitive text configs return structural key summaries; key material returns metadata only. Use --allow-sensitive for raw access subject to binary and UTF-8 guards.\n";
|
|
10
|
-
export declare const SEARCH_HELP_TEXT = "codegraph search - Ranked agent search across project context\n\nUsage: codegraph search \"<query>\" [--root <path>] [--mode hybrid|symbol|path|text|graph|sql] [--limit <n>] [--from <file|handle>] [--depth <n>] [--no-snippets] [--report [--report-file <path>]] [--json | --pretty]\n\nSearch Modes:\n hybrid Rank across files, symbols, chunks, SQL, and graph context\n symbol Prefer indexed symbols and stable symbol handles\n path Prefer file paths\n text Prefer text/snippet matches\n graph Prefer graph neighborhoods\n sql Prefer SQL object context\n\nOutput:\n Results include top-level analysis metadata plus stable handles, rank reasons, provenance, evidence, graph neighbors, follow-up commands, limits, and omission counts.\n Hybrid search is code-first by default: source files and symbols outrank docs unless you use text mode or the docs are the strongest remaining evidence.\n --report writes command and index timings to stderr; --report-file writes the same JSON report to a file without changing search output.\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
11
|
-
export declare const GOTO_HELP_TEXT = "codegraph goto - Go to a definition\n\nUsage: codegraph goto <file>::<symbol> [--root <path>] [--json | --pretty]\n codegraph goto <file>[:line[:column]] [line] [column] [--root <path>] [--json | --pretty]\n\nA qualified symbol path resolves one definition without a location. A file-only target succeeds when the file defines one symbol; otherwise JSON returns bounded candidates. Search-result locations and portable symbol handles can be pasted directly.\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
12
|
-
export declare const REFS_HELP_TEXT = "codegraph refs - Find semantic references\n\nUsage: codegraph refs <file>::<symbol> [--root <path>] [--json | --pretty]\n codegraph refs <file>[:line[:column]] [line] [column] [--root <path>] [--json | --pretty]\n codegraph refs --file <file> [--line <line> --col <column>] [--root <path>] [--json | --pretty]\n\nA qualified symbol path finds references for one declaration without a location. A file-only target finds references for every symbol defined in that file. Search-result locations and portable symbol handles can be pasted directly.\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
13
|
-
export declare const GREP_HELP_TEXT = "codegraph grep - Search source text or syntax trees\n\nUsage: codegraph grep <regex> [--root <path>] [--ignore-case] [--max-hits <n>] [--json]\n codegraph grep --query <tree-sitter-query> [--root <path>] [--json]\n\nA bare positional is a text regex. Use --query explicitly for Tree-sitter queries.\n--json returns an envelope { items, limit, totalSeen, truncated, omitted }. For text greps, limit is the effective --max-hits cap (default 5000, max 200000). The scan probes one hit past that cap, so truncated is exact while totalSeen and omitted are lower bounds on observed hits whenever truncated is true. For --query AST greps, which are uncapped today, limit is null and truncated is always false.\n";
|
|
14
|
-
export declare const SQL_HELP_TEXT = "codegraph sql - Query a graph SQLite export read-only\n\nUsage: codegraph sql <sqlite-path> \"SELECT ...\" [--json]\n codegraph sql --db <sqlite-path> --query \"SELECT ...\" [--json]\n";
|
|
15
|
-
export declare const SYMBOLS_HELP_TEXT = "codegraph symbols - Deterministic workspace-symbol lookup\n\nUsage: codegraph symbols [query] [--root <path>] [--kind <kind,...>] [--exported] [--include-imports] [--file-glob <glob>] [--limit <0-500>] [--json | --pretty]\n\nMatching:\n Exact and qualified symbol identities rank ahead of prefix, token, and substring matches. Imports are excluded by default; use --include-imports to include aliases.\n A query is required unless --kind or --file-glob narrows the lookup. --kind accepts function, class, variable, interface, type, default, table, view, index, constraint, or routine.\n\nOutput:\n JSON includes portable handles, exact declaration ranges, provenance, limits, and omission counts. Pretty output is concise and intended for direct reading.\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
16
|
-
export declare const CALLERS_HELP_TEXT = "codegraph callers - Find proven semantic callers\n\nUsage: codegraph callers <symbol-target> [--root <path>] [--depth <1-5>] [--limit <0-500>] [--include-heuristic] [--json | --pretty]\n\nReturns grouped caller symbols and exact project-relative callsites from resolved calls edges. --include-heuristic is accepted for forward compatibility, but current results remain limited to proven semantic edges.\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
17
|
-
export declare const CALLEES_HELP_TEXT = "codegraph callees - Find proven semantic callees\n\nUsage: codegraph callees <symbol-target> [--root <path>] [--depth <1-5>] [--limit <0-500>] [--include-heuristic] [--json | --pretty]\n\nReturns grouped callee symbols and exact project-relative callsites from resolved calls edges. --include-heuristic is accepted for forward compatibility, but current results remain limited to proven semantic edges.\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
18
|
-
export declare const SUPERTYPES_HELP_TEXT = "codegraph supertypes - Find proven supertypes\n\nUsage: codegraph supertypes <symbol-target> [--root <path>] [--depth <1-10>] [--limit <0-500>] [--json | --pretty]\n\nReturns only currently extracted extends and implements relationships. Results include exact locations, relation depth, provenance, limits, and omissions.\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
19
|
-
export declare const SUBTYPES_HELP_TEXT = "codegraph subtypes - Find proven subtypes\n\nUsage: codegraph subtypes <symbol-target> [--root <path>] [--depth <1-10>] [--limit <0-500>] [--json | --pretty]\n\nReturns only currently extracted extends and implements relationships. Results include exact locations, relation depth, provenance, limits, and omissions.\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
20
|
-
export declare const IMPLEMENTATIONS_HELP_TEXT = "codegraph implementations - Find proven implementations\n\nUsage: codegraph implementations <symbol-target> [--root <path>] [--limit <0-500>] [--json | --pretty]\n\nType lookup follows extracted hierarchy relationships. Member lookup is supported only for members owned by an interface or trait with proven implementers; unrelated same-name members are never inferred.\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
21
|
-
export declare const RENAME_PREVIEW_HELP_TEXT = "codegraph rename-preview - Preview a semantic rename without changing files\n\nUsage: codegraph rename-preview <symbol-target> <new-name> [--include-comments] [--include-strings] [--include-filenames] [--max-edits N] [--json | --pretty]\n\nReturns exact project-relative edits, conflicts, unsafe sites, candidate tests, provenance, limits, and omissions. Comment and string matches are low-confidence opt-in edits; --max-edits accepts integers from 1 to 10000.\n\n--include-filenames requests suggestions for eligible exported class, interface, or type filenames only. Rename preview is read-only and no apply command exists.\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
22
|
-
export declare const REFACTOR_PLAN_HELP_TEXT = "codegraph refactor-plan - Build a read-only refactor evidence packet\n\nUsage: codegraph refactor-plan <symbol-target> [--rename <new-name>] [--max-references <0-500>] [--max-callers <0-500>] [--max-hierarchy <0-500>] [--include-source] [--json | --pretty]\n\nReturns a target definition, references, callers, callees, type hierarchy, implementations, candidate tests, omissions, and copyable follow-ups from one semantic snapshot. Each max option accepts an independent integer from 0 to 500; --include-source opts reference context into the response.\n\n--rename adds the authoritative read-only rename preview. Nested rename.safe is the safety decision; Codegraph does not expose an apply command and never changes source files.\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
23
|
-
export declare const ORIENT_HELP_TEXT = "codegraph orient - Build a compact first-turn packet for agent repo context\n\nUsage: codegraph orient [roots...] [--root <path>] [--budget small|medium|large] [--health skip|summary|full] [--json | --pretty]\n\nOutput:\n Orientation includes summary bullets, ranked focus targets with follow-up commands, a bounded project tree, budgeted health counts, and omission counts.\n Model-readable triage is the default; --pretty remains accepted explicitly. Use --json when tooling needs exact focus reasons, limits, or omissions. Small budget defaults to --health skip. Medium and large default to --health summary, which counts cycles and unresolved imports without duplicate detection.\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
24
|
-
export declare const PACKET_HELP_TEXT = "codegraph packet - Retrieve bounded evidence packets by file path or stable target\n\nUsage: codegraph packet [get] <target> [--root <path>] [--json | --pretty] [--max-symbols <n>] [--max-snippets <n>] [--max-duplicates <n>]\n\nTargets:\n Accepts file paths, symbol names, SQL object names, file:/symbol:/chunk:/sql:/graph: handles from search or explain output, and quoted review packet targets like 'review:base=<encoded-ref>;head=<encoded-ref>'.\n\nPortable handle grammar:\n file:<url-encoded project-relative path>\n symbol:<url-encoded path>:<url-encoded local-name>:<line>:<column>\n chunk:<url-encoded path>:<line>\n sql:<url-encoded object-name>:<url-encoded path>:<line>\n graph:<url-encoded project-relative path>\n Positions use 1-based lines and 0-based UTF-16 columns.\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
25
|
-
export declare const EXPLAIN_HELP_TEXT = "codegraph explain - Explain a file, symbol, SQL object, or search handle\n\nUsage: codegraph explain <file|symbol|sql-object|handle> [--root <path>] [--max-symbols <n>] [--max-dependencies <n>] [--max-snippets <n>] [--max-duplicates <n>] [--changed-context --base <rev> --head <rev>] [--json | --pretty]\n\nTargets:\n File paths, symbol names, SQL object names, and handles returned by search are accepted. Portable handles use the same grammar documented under `codegraph packet`. Stale-handle recovery for humans is `codegraph symbols \"<query>\"` / `codegraph search \"<query>\"`; MCP callers should use `workspace_symbols` / `search`.\n\nOutput:\n Explanations include bounded symbols, dependencies, reverse dependencies, references, snippets, duplicate context, SQL facts, follow-up commands, limits, and omission counts.\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
26
|
-
export declare const ARTIFACT_HELP_TEXT = "codegraph artifact - Build an agent-ready handoff bundle\n\nUsage: codegraph artifact [build] [--root <path>] [--out <dir>] [--sqlite] [--graph-json] [--report] [--questions] [--force] [--json | --pretty]\n\nArtifacts:\n codegraph.sqlite Read-only SQLite graph artifact\n graph.json Portable graph JSON with stable project-relative handles\n CODEGRAPH_REPORT.md Concise report for humans and agents\n questions.json Suggested follow-up questions with runnable commands\n manifest.json Bundle manifest\n\nDefaults:\n With no artifact selector flags, all artifacts are written.\n --force removes recognizable stale artifact files while preserving unrelated operator files.\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
10
|
+
export declare const SEARCH_HELP_TEXT = "codegraph search - Ranked agent search across project context\n\nUsage: codegraph search \"<query>\" [--root <path>] [--mode hybrid|symbol|path|text|graph|sql] [--limit <n>] [--from <file|handle>] [--depth <n>] [--no-snippets] [--report [--report-file <path>]] [--json | --pretty]\n\nSearch Modes:\n hybrid Rank across files, symbols, chunks, SQL, and graph context\n symbol Prefer indexed symbols and stable symbol handles\n path Prefer file paths\n text Prefer text/snippet matches\n graph Prefer graph neighborhoods\n sql Prefer SQL object context\n\nOutput:\n Results include top-level analysis metadata plus stable handles, rank reasons, provenance, evidence, graph neighbors, follow-up commands, limits, and omission counts.\n Hybrid search is code-first by default: source files and symbols outrank docs unless you use text mode or the docs are the strongest remaining evidence.\n --report writes command and index timings to stderr; --report-file writes the same JSON report to a file without changing search output.\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
11
|
+
export declare const GOTO_HELP_TEXT = "codegraph goto - Go to a definition\n\nUsage: codegraph goto <file>::<symbol> [--root <path>] [--json | --pretty]\n codegraph goto <file>[:line[:column]] [line] [column] [--root <path>] [--json | --pretty]\n\nA qualified symbol path resolves one definition without a location. A file-only target succeeds when the file defines one symbol; otherwise JSON returns bounded candidates. Search-result locations and portable symbol handles can be pasted directly.\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
12
|
+
export declare const REFS_HELP_TEXT = "codegraph refs - Find semantic references\n\nUsage: codegraph refs <file>::<symbol> [--root <path>] [--json | --pretty]\n codegraph refs <file>[:line[:column]] [line] [column] [--root <path>] [--json | --pretty]\n codegraph refs --file <file> [--line <line> --col <column>] [--root <path>] [--json | --pretty]\n\nA qualified symbol path finds references for one declaration without a location. A file-only target finds references for every symbol defined in that file. Search-result locations and portable symbol handles can be pasted directly.\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
13
|
+
export declare const GREP_HELP_TEXT = "codegraph grep - Search source text or syntax trees\n\nUsage: codegraph grep <regex> [--root <path>] [--pattern|--regex <expr>] [--glob|--include-glob|--ignore-glob <glob>] [--ignore-case|-i] [--max-hits <n>] [--json | --pretty]\n codegraph grep --query <tree-sitter-query> [--root <path>] [--json | --pretty]\n\nA bare positional is a text regex. Use --query explicitly for Tree-sitter queries.\n--json returns an envelope { items, limit, totalSeen, truncated, omitted }. For text greps, limit is the effective --max-hits cap (default 5000, max 200000). The scan probes one hit past that cap, so truncated is exact while totalSeen and omitted are lower bounds on observed hits whenever truncated is true. For --query AST greps, which are uncapped today, limit is null and truncated is always false.\n";
|
|
14
|
+
export declare const SQL_HELP_TEXT = "codegraph sql - Query a graph SQLite export read-only\n\nUsage: codegraph sql <sqlite-path> \"SELECT ...\" [--json | --pretty]\n codegraph sql --db <sqlite-path> --query \"SELECT ...\" [--json | --pretty]\n";
|
|
15
|
+
export declare const SYMBOLS_HELP_TEXT = "codegraph symbols - Deterministic workspace-symbol lookup\n\nUsage: codegraph symbols [query] [--root <path>] [--kind <kind,...>] [--exported] [--include-imports] [--file-glob <glob>] [--limit <0-500>] [--json | --pretty]\n\nMatching:\n Exact and qualified symbol identities rank ahead of prefix, token, and substring matches. Imports are excluded by default; use --include-imports to include aliases.\n A query is required unless --kind or --file-glob narrows the lookup. --kind accepts function, class, variable, interface, type, default, table, view, index, constraint, or routine.\n\nOutput:\n JSON includes portable handles, exact declaration ranges, provenance, limits, and omission counts. Pretty output is concise and intended for direct reading.\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
16
|
+
export declare const CALLERS_HELP_TEXT = "codegraph callers - Find proven semantic callers\n\nUsage: codegraph callers <symbol-target> [--root <path>] [--depth <1-5>] [--limit <0-500>] [--include-heuristic] [--json | --pretty]\n\nReturns grouped caller symbols and exact project-relative callsites from resolved calls edges. --include-heuristic is accepted for forward compatibility, but current results remain limited to proven semantic edges.\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
17
|
+
export declare const CALLEES_HELP_TEXT = "codegraph callees - Find proven semantic callees\n\nUsage: codegraph callees <symbol-target> [--root <path>] [--depth <1-5>] [--limit <0-500>] [--include-heuristic] [--json | --pretty]\n\nReturns grouped callee symbols and exact project-relative callsites from resolved calls edges. --include-heuristic is accepted for forward compatibility, but current results remain limited to proven semantic edges.\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
18
|
+
export declare const SUPERTYPES_HELP_TEXT = "codegraph supertypes - Find proven supertypes\n\nUsage: codegraph supertypes <symbol-target> [--root <path>] [--depth <1-10>] [--limit <0-500>] [--json | --pretty]\n\nReturns only currently extracted extends and implements relationships. Results include exact locations, relation depth, provenance, limits, and omissions.\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
19
|
+
export declare const SUBTYPES_HELP_TEXT = "codegraph subtypes - Find proven subtypes\n\nUsage: codegraph subtypes <symbol-target> [--root <path>] [--depth <1-10>] [--limit <0-500>] [--json | --pretty]\n\nReturns only currently extracted extends and implements relationships. Results include exact locations, relation depth, provenance, limits, and omissions.\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
20
|
+
export declare const IMPLEMENTATIONS_HELP_TEXT = "codegraph implementations - Find proven implementations\n\nUsage: codegraph implementations <symbol-target> [--root <path>] [--limit <0-500>] [--json | --pretty]\n\nType lookup follows extracted hierarchy relationships. Member lookup is supported only for members owned by an interface or trait with proven implementers; unrelated same-name members are never inferred.\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
21
|
+
export declare const RENAME_PREVIEW_HELP_TEXT = "codegraph rename-preview - Preview a semantic rename without changing files\n\nUsage: codegraph rename-preview <symbol-target> <new-name> [--include-comments] [--include-strings] [--include-filenames] [--max-edits N] [--json | --pretty]\n\nReturns exact project-relative edits, conflicts, unsafe sites, candidate tests, provenance, limits, and omissions. Comment and string matches are low-confidence opt-in edits; --max-edits accepts integers from 1 to 10000.\n\n--include-filenames requests suggestions for eligible exported class, interface, or type filenames only. Rename preview is read-only and no apply command exists.\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
22
|
+
export declare const REFACTOR_PLAN_HELP_TEXT = "codegraph refactor-plan - Build a read-only refactor evidence packet\n\nUsage: codegraph refactor-plan <symbol-target> [--rename <new-name>] [--max-references <0-500>] [--max-callers <0-500>] [--max-hierarchy <0-500>] [--include-source] [--json | --pretty]\n\nReturns a target definition, references, callers, callees, type hierarchy, implementations, candidate tests, omissions, and copyable follow-ups from one semantic snapshot. Each max option accepts an independent integer from 0 to 500; --include-source opts reference context into the response.\n\n--rename adds the authoritative read-only rename preview. Nested rename.safe is the safety decision; Codegraph does not expose an apply command and never changes source files.\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
23
|
+
export declare const ORIENT_HELP_TEXT = "codegraph orient - Build a compact first-turn packet for agent repo context\n\nUsage: codegraph orient [roots...] [--root <path>] [--budget small|medium|large] [--health skip|summary|full] [--json | --pretty]\n\nOutput:\n Orientation includes summary bullets, ranked focus targets with follow-up commands, a bounded project tree, budgeted health counts, and omission counts.\n Model-readable triage is the default; --pretty remains accepted explicitly. Use --json when tooling needs exact focus reasons, limits, or omissions. Small budget defaults to --health skip. Medium and large default to --health summary, which counts cycles and unresolved imports without duplicate detection.\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
24
|
+
export declare const PACKET_HELP_TEXT = "codegraph packet - Retrieve bounded evidence packets by file path or stable target\n\nUsage: codegraph packet [get] <target> [--root <path>] [--json | --pretty] [--max-symbols <n>] [--max-snippets <n>] [--max-duplicates <n>]\n\nTargets:\n Accepts file paths, symbol names, SQL object names, file:/symbol:/chunk:/sql:/graph: handles from search or explain output, and quoted review packet targets like 'review:base=<encoded-ref>;head=<encoded-ref>'.\n\nPortable handle grammar:\n file:<url-encoded project-relative path>\n symbol:<url-encoded path>:<url-encoded local-name>:<line>:<column>\n chunk:<url-encoded path>:<line>\n sql:<url-encoded object-name>:<url-encoded path>:<line>\n graph:<url-encoded project-relative path>\n Positions use 1-based lines and 0-based UTF-16 columns.\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
25
|
+
export declare const EXPLAIN_HELP_TEXT = "codegraph explain - Explain a file, symbol, SQL object, or search handle\n\nUsage: codegraph explain <file|symbol|sql-object|handle> [--root <path>] [--max-symbols <n>] [--max-dependencies <n>] [--max-snippets <n>] [--max-duplicates <n>] [--changed-context --base <rev> --head <rev>] [--json | --pretty]\n\nTargets:\n File paths, symbol names, SQL object names, and handles returned by search are accepted. Portable handles use the same grammar documented under `codegraph packet`. Stale-handle recovery for humans is `codegraph symbols \"<query>\"` / `codegraph search \"<query>\"`; MCP callers should use `workspace_symbols` / `search`.\n\nOutput:\n Explanations include bounded symbols, dependencies, reverse dependencies, references, snippets, duplicate context, SQL facts, follow-up commands, limits, and omission counts.\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
26
|
+
export declare const ARTIFACT_HELP_TEXT = "codegraph artifact - Build an agent-ready handoff bundle\n\nUsage: codegraph artifact [build] [--root <path>] [--out <dir>] [--sqlite] [--graph-json] [--report] [--questions] [--force] [--json | --pretty]\n\nArtifacts:\n codegraph.sqlite Read-only SQLite graph artifact\n graph.json Portable graph JSON with stable project-relative handles\n CODEGRAPH_REPORT.md Concise report for humans and agents\n questions.json Suggested follow-up questions with runnable commands\n manifest.json Bundle manifest\n\nDefaults:\n With no artifact selector flags, all artifacts are written.\n --force removes recognizable stale artifact files while preserving unrelated operator files.\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
27
27
|
export declare const MCP_HELP_TEXT = "codegraph mcp - Serve MCP tools for agent graph navigation\n\nUsage: codegraph mcp [serve] [--root <path>] [--artifact <path>] [--stdio | --port <number>] [--host <host>] [--idle-timeout-ms <ms>] [--allow-build] [--warmup | --warmup-symbols]\n\nTransports:\n --stdio Serve MCP over stdio (default)\n --port <number> Serve Streamable HTTP at /mcp\n --warmup Build the base session cache at startup\n --warmup-symbols Build the base cache and detailed symbol graph at startup\n\nIndex Options:\n --cache <mode> Session cache mode: disk, memory, off\n --cache-strict Force strict content-hash cache validation\n --cache-verify Re-stat cached files before trusting disk cache entries\n --progress Force progress output when stderr is redirected\n --no-progress Suppress automatic index progress feedback\n --threads N Number of worker threads (default: auto)\n --native <mode> Native runtime mode: auto, on, off\n --workers Force Piscina native-extraction workers (auto above 250 files)\n --include-glob <glob> Restrict discovered files to extra glob(s), relative to each scan root\n --ignore-glob <glob> Exclude extra discovered files by glob, relative to each scan root\n --no-gitignore Do not apply .gitignore files during discovery\n\nTools are read-only unless --allow-build is passed.\n";
|
|
28
28
|
export declare const MCP_SERVE_HELP_TEXT = "codegraph mcp serve - MCP server for agent graph navigation\n\nUsage: codegraph mcp [serve] [--root <path>] [--artifact <path>] [--stdio | --port <number>] [--host <host>] [--idle-timeout-ms <ms>] [--allow-build] [--warmup | --warmup-symbols]\n\nTools:\n orient Build a compact first-turn repo packet\n packet_get Retrieve bounded evidence by file path or stable target\n search Deterministic ranked search with stable handles\n get_file Bounded project file reads inside the root\n get_symbol Resolve a search/explain handle\n goto Go to definition by handle, qualified symbol path, or file position\n refs Find references by handle, qualified symbol path, or file position\n deps List file dependencies by file, qualified symbol path, or handle\n rdeps List reverse file dependencies by file, qualified symbol path, or handle\n path Find shortest dependency path\n impact Build compact impact context for a git range\n review Build review context for a git range\n query_sqlite Read-only row- and byte-bounded SQLite artifact query\n refresh_index Invalidate and optionally rebuild the MCP session snapshot\n artifact_build Build artifacts only with --allow-build\n\nIndex Options:\n --cache <mode> Session cache mode: disk, memory, off\n --cache-strict Force strict content-hash cache validation\n --cache-verify Re-stat cached files before trusting disk cache entries\n --progress Force progress output when stderr is redirected\n --no-progress Suppress automatic index progress feedback\n --threads N Number of worker threads (default: auto)\n --native <mode> Native runtime mode: auto, on, off\n --workers Force Piscina native-extraction workers (auto above 250 files)\n --include-glob <glob> Restrict discovered files to extra glob(s), relative to each scan root\n --ignore-glob <glob> Exclude extra discovered files by glob, relative to each scan root\n --no-gitignore Do not apply .gitignore files during discovery\n\nDefaults:\n Transport defaults to stdio.\n HTTP transport binds to 127.0.0.1 unless --host is passed and serves /mcp.\n Startup is lazy unless --warmup or --warmup-symbols is passed.\n Warmup uses the configured session cache and shared index flags.\n Tools are read-only unless --allow-build is passed.\n";
|
|
29
29
|
export declare const DUPLICATES_HELP_TEXT = "codegraph duplicates - Detect duplicate and near-duplicate code units\n\nUsage: codegraph duplicates [path ...] [--root <path>] [--json | --pretty] [--profile cleanup|refactor-roi] [--sort similarity|actionability|reduced-lines] [--min-confidence high|medium|low] [--limit <n>] [--include-same-file] [--include-small] [--raw-pairs] [--no-summary]\n\nPath behavior:\n A single positional directory becomes the project root when --root is omitted.\n Use --root . ./src to scan a subtree while keeping repository-relative paths.\n Positional paths are scan roots, not glob patterns.\n\nDiscovery filters:\n --include-glob and --ignore-glob are relative to each active scan root.\n --include-root-glob and --ignore-root-glob are project-root-relative.\n --no-gitignore disables .gitignore filtering for the current command.\n Repeat each glob flag once per pattern:\n codegraph duplicates --root . ./src --ignore-glob \"tests/**\" --ignore-glob \"docs/**\"\n codegraph duplicates --root . ./tests --ignore-root-glob \"tests/languages/**\"\n\nOptions:\n --pretty Emit one-line duplicate summaries for human triage. This is the default output.\n --json Emit grouped duplicate findings as JSON for programmatic consumers.\n --profile <name> Apply cleanup-oriented defaults. cleanup and refactor-roi are aliases.\n --sort <mode> Order output by similarity, actionability, or reduced-lines.\n Pretty output defaults to actionability. Cleanup profile defaults to reduced-lines.\n JSON defaults to similarity unless --sort is explicit.\n --min-confidence Minimum confidence to report. Defaults to medium.\n --limit Maximum duplicate groups to return. Defaults to 50.\n --include-same-file Report non-overlapping clones in the same file.\n --include-small Include units below the default token floor.\n --raw-pairs Include low-level scored unit-pair suggestions in JSON output.\n --no-summary Suppress the pretty summary footer.\n --min-tokens Minimum unit tokens. Defaults to 40, or 80 under cleanup profile.\n --max-tokens Maximum fallback chunk tokens. Defaults to 800.\n --max-bucket-size Skip candidate buckets larger than this value. Defaults to 200.\n\nOutput:\n Pretty output is the default and emits one line per group with file spans, symbol or chunk labels, confidence, clone type, score, reduced lines, estimated reducible lines, token counts, heuristic family annotations, and cleanup labels.\n Pretty output also emits a compact summary footer unless --no-summary is passed.\n JSON output reports grouped duplicate findings, confidence, clone type, metrics, reduced-line fields, cleanup labels, clustered locations, omission counts including skipped candidate pairs, and pair stats.\n Grouped duplicate JSON uses schemaVersion 3.\n --raw-pairs is only supported with similarity-ranked JSON output and cannot be combined with the cleanup profile.\n";
|
|
30
30
|
export declare const DRIFT_HELP_TEXT = "codegraph drift - Compare architecture drift between graph states\n\nUsage: codegraph drift [roots...] [--root <path>] (--base <ref> | --base-artifact <dir>) [--head <ref>] [--json | --pretty] [--fail-on <kind[,kind...]>] [--hotspot-jump-threshold <n>] [--limit <n>] [--graph-edges <full|summary|off>] [--public-api <all|removals|off>]\n\nSignals:\n Compares dependency cycles, hotspots, unresolved imports, public API symbols, duplicate group counts, and graph edges.\n Drift is structural architecture comparison, not runtime validation, compiler diagnostics, or a style linter.\n\nOptions:\n --head <ref> Git ref for the head snapshot. Defaults to the current checkout; with --base-artifact, only the current checkout is supported (., WORKTREE).\n --fail-on <kind[,kind...]> Exit 1 only when one of the selected finding kinds is present.\n --hotspot-jump-threshold <n> Minimum absolute hotspot score delta to report.\n --limit <n> Maximum findings to emit in the report output.\n --graph-edges <mode> Graph edge detail mode: full, summary, or off.\n --public-api <mode> Public API finding mode: all, removals, or off.\n";
|
|
31
31
|
export declare const VIEWER_HELP_TEXT = "codegraph viewer - Serve the bundled graph visualization viewer\n\nUsage: codegraph viewer [--root <path>] [--graph <root-confined-json>] [--host <host>] [--port <0-65535>] [--open] [--print-url]\n\nWithout --graph, the viewer builds a fresh graph projection from the current project and its automatically validated disk cache whenever the UI loads or reloads /graph.json.\nWith --graph, it serves the root-confined exported snapshot at the same route instead.\nGraph paths must stay inside the selected root (the current directory by default) both lexically and after symlink resolution.\n\nOptions:\n --graph <path> Root-confined exported graph JSON to inspect instead of the current project.\n --host <host> Listener host. Defaults to 127.0.0.1.\n --port <port> Listener port. Defaults to 4173; 0 selects an available port.\n --open Open the server URL in the platform browser.\n --print-url Print the deterministic URL and exit without starting a server. Cannot use --open or --port 0.\n";
|
|
32
|
-
export declare const INDEX_HELP_TEXT = "codegraph index - Build the project symbol index\n\nUsage: codegraph index [roots...] [--root <path>] [--json | --pretty | --full] [--verbose] [--cache <mode>] [--cache-strict] [--cache-verify] [--threads N] [--native <mode>] [--workers]\n\nOutput:\n Builds or refreshes the project symbol index and graph. Default output is a compact file/edge count; --json/--full includes module details.\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
33
|
-
export declare const GRAPH_HELP_TEXT = "codegraph graph - Build a dependency graph\n\nUsage: codegraph graph [roots...] [--root <path>] [--json | --pretty | --mermaid | --dot] [--sqlite <path>] [--output <path> | --stdout] [--sql-artifacts] [--fast-graph] [--resolve-node-modules] [--dynamic-import-heuristics]\n\nOutput:\n Emits a file dependency graph for the selected roots. Use --json/--pretty/--mermaid/--dot/--sqlite for machine-readable or explicit human formats.\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
34
|
-
export declare const REVIEW_HELP_TEXT = "codegraph review - Generate a code review report for a git range\n\nUsage: codegraph review [project-root] [--root <path>] [--base <ref>] [--head <ref>] [--changed-since <ref>] [--json | --pretty] [--max-tests <n>] [--max-callsites <n>]\n\nDefaults:\n Git-backed review defaults to HEAD..WORKTREE when --base/--head/--changed-since are omitted.\n\nOptions:\n --base <ref> Base revision. Defaults to HEAD unless --changed-since is used.\n --head <ref> Head revision or WORKTREE for local changes. Defaults to WORKTREE unless --changed-since is used.\n --changed-since <ref> Compare the current worktree against a single revision without inventing a head ref.\n --max-tests <n> Cap candidate tests included in the report.\n --max-callsites <n> Cap call sites included in the report.\n --json Structured review report for automation.\n --pretty Human-readable review summary (default when --json is absent).\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
35
|
-
export declare const IMPACT_HELP_TEXT = "codegraph impact - Analyze PR impact between two revisions\n\nUsage: codegraph impact [project-root] [--provider git|github|raw] [--base <ref>] [--head <ref>] [--json | --pretty] [--duplicates <mode>]\n\nDefaults:\n Git provider defaults to HEAD..WORKTREE when --base/--head are omitted.\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
36
|
-
export declare const INSPECT_HELP_TEXT = "codegraph inspect - Summarize repo structure and recommend next commands\n\nUsage: codegraph inspect [roots...] [--root <path>] [--limit <n>] [--duplicates] [--json | --pretty]\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
37
|
-
export declare const DEPS_HELP_TEXT = "codegraph deps - List file dependencies\n\nUsage: codegraph deps <file|file::symbol|symbol:...> [--root <path>] [--depth <n>] [--json | --pretty]\n\nA qualified symbol path or portable symbol handle uses its declaring file for file-graph traversal. Use callees for symbol-level call relationships.\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
38
|
-
export declare const RDEPS_HELP_TEXT = "codegraph rdeps - List reverse file dependencies\n\nUsage: codegraph rdeps <file|file::symbol|symbol:...> [--root <path>] [--depth <n>] [--json | --pretty]\n\nA qualified symbol path or portable symbol handle uses its declaring file for file-graph traversal. Use callers for symbol-level call relationships.\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
39
|
-
export declare const PATH_HELP_TEXT = "codegraph path - Find the shortest dependency path between files\n\nUsage: codegraph path <from-file> <to-file> [--root <path>] [--json | --pretty]\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
40
|
-
export declare const CYCLES_HELP_TEXT = "codegraph cycles - Detect dependency cycles\n\nUsage: codegraph cycles [roots...] [--root <path>] [--sort priority|size|fanin] [--json | --pretty]\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
41
|
-
export declare const HOTSPOTS_HELP_TEXT = "codegraph hotspots - Find high-complexity files\n\nUsage: codegraph hotspots [roots...] [--root <path>] [--limit <n>] [--json | --pretty]\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
42
|
-
export declare const UNRESOLVED_HELP_TEXT = "codegraph unresolved - List unresolved project imports\n\nUsage: codegraph unresolved [project-root] [--root <path>] [--json | --pretty]\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
43
|
-
export declare const LINKS_HELP_TEXT = "codegraph links - Check local Markdown links\n\nUsage: codegraph links [project-root] [--root <path>] [--json | --pretty] [--verbose]\n\nChecks local Markdown file, reference, fragment, and root-boundary targets. External links are skipped.\n";
|
|
44
|
-
export declare const APISURFACE_HELP_TEXT = "codegraph apisurface - Summarize exported API symbols\n\nUsage: codegraph apisurface [project-root] [--root <path>] [--json | --pretty]\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
45
|
-
export declare const GRAPH_DELTA_HELP_TEXT = "codegraph graph-delta - Report file-level graph changes\n\nUsage: codegraph graph-delta [project-root] [--root <path>] [--git-base <ref> | --changed-since <ref>] [--json | --pretty]\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
32
|
+
export declare const INDEX_HELP_TEXT = "codegraph index - Build the project symbol index\n\nUsage: codegraph index [roots...] [--root <path>] [--json | --pretty | --full] [--verbose] [--cache <mode>] [--cache-strict] [--cache-verify] [--threads N] [--native <mode>] [--workers]\n\nOutput:\n Builds or refreshes the project symbol index and graph. Default output is a compact file/edge count; --json/--full includes module details.\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
33
|
+
export declare const GRAPH_HELP_TEXT = "codegraph graph - Build a dependency graph\n\nUsage: codegraph graph [roots...] [--root <path>] [--json | --pretty | --mermaid | --dot] [--sqlite <path>] [--output <path> | --stdout] [--sql-artifacts] [--fast-graph] [--resolve-node-modules] [--dynamic-import-heuristics]\n\nOutput:\n Emits a file dependency graph for the selected roots. Use --json/--pretty/--mermaid/--dot/--sqlite for machine-readable or explicit human formats.\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
34
|
+
export declare const REVIEW_HELP_TEXT = "codegraph review - Generate a code review report for a git range\n\nUsage: codegraph review [project-root] [--root <path>] [--base <ref>] [--head <ref>] [--changed-since <ref>] [--json | --pretty] [--max-tests <n>] [--max-callsites <n>]\n\nDefaults:\n Git-backed review defaults to HEAD..WORKTREE when --base/--head/--changed-since are omitted.\n\nOptions:\n --base <ref> Base revision. Defaults to HEAD unless --changed-since is used.\n --head <ref> Head revision or WORKTREE for local changes. Defaults to WORKTREE unless --changed-since is used.\n --changed-since <ref> Compare the current worktree against a single revision without inventing a head ref.\n --max-tests <n> Cap candidate tests included in the report.\n --max-callsites <n> Cap call sites included in the report.\n --json Structured review report for automation.\n --pretty Human-readable review summary (default when --json is absent).\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
35
|
+
export declare const IMPACT_HELP_TEXT = "codegraph impact - Analyze PR impact between two revisions\n\nUsage: codegraph impact [project-root] [--provider git|github|raw] [--base <ref>] [--head <ref>] [--json | --pretty] [--duplicates <mode>]\n\nDefaults:\n Git provider defaults to HEAD..WORKTREE when --base/--head are omitted.\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
36
|
+
export declare const INSPECT_HELP_TEXT = "codegraph inspect - Summarize repo structure and recommend next commands\n\nUsage: codegraph inspect [roots...] [--root <path>] [--limit <n>] [--duplicates] [--json | --pretty]\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
37
|
+
export declare const DEPS_HELP_TEXT = "codegraph deps - List file dependencies\n\nUsage: codegraph deps <file|file::symbol|symbol:...> [--root <path>] [--depth <n>] [--json | --pretty]\n\nA qualified symbol path or portable symbol handle uses its declaring file for file-graph traversal. Use callees for symbol-level call relationships.\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
38
|
+
export declare const RDEPS_HELP_TEXT = "codegraph rdeps - List reverse file dependencies\n\nUsage: codegraph rdeps <file|file::symbol|symbol:...> [--root <path>] [--depth <n>] [--json | --pretty]\n\nA qualified symbol path or portable symbol handle uses its declaring file for file-graph traversal. Use callers for symbol-level call relationships.\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
39
|
+
export declare const PATH_HELP_TEXT = "codegraph path - Find the shortest dependency path between files\n\nUsage: codegraph path <from-file> <to-file> [--root <path>] [--json | --pretty]\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
40
|
+
export declare const CYCLES_HELP_TEXT = "codegraph cycles - Detect dependency cycles\n\nUsage: codegraph cycles [roots...] [--root <path>] [--sort priority|size|fanin] [--json | --pretty]\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
41
|
+
export declare const HOTSPOTS_HELP_TEXT = "codegraph hotspots - Find high-complexity files\n\nUsage: codegraph hotspots [roots...] [--root <path>] [--limit <n>] [--json | --pretty]\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
42
|
+
export declare const UNRESOLVED_HELP_TEXT = "codegraph unresolved - List unresolved project imports\n\nUsage: codegraph unresolved [project-root] [--root <path>] [--json | --pretty]\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
43
|
+
export declare const LINKS_HELP_TEXT = "codegraph links - Check local Markdown links\n\nUsage: codegraph links [project-root] [--root <path>] [--json | --pretty] [--verbose]\n\nChecks local Markdown file, reference, fragment, and root-boundary targets. External links are skipped.\n\nDiscovery options:\n --include-glob <glob> Restrict discovered files to extra glob(s), relative to each scan root\n --ignore-glob <glob> Exclude extra discovered files by glob, relative to each scan root\n --no-gitignore Do not honor .gitignore during discovery\n\nConfig discovery.ignoreGlobs / discovery.includeGlobs from codegraph.config.json also apply.\n";
|
|
44
|
+
export declare const APISURFACE_HELP_TEXT = "codegraph apisurface - Summarize exported API symbols\n\nUsage: codegraph apisurface [project-root] [--root <path>] [--json | --pretty]\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
45
|
+
export declare const GRAPH_DELTA_HELP_TEXT = "codegraph graph-delta - Report file-level graph changes\n\nUsage: codegraph graph-delta [project-root] [--root <path>] [--git-base <ref> | --changed-since <ref>] [--json | --pretty]\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
46
46
|
export declare const DOCTOR_HELP_TEXT = "codegraph doctor - Inspect backend/runtime state and local graph artifacts\n\nUsage: codegraph doctor [artifact-path] [--json | --pretty]\n\nOutput:\n Reports Node/runtime health, optional native backend status, and local artifact presence.\n";
|
|
47
47
|
export declare const CHUNK_HELP_TEXT = "codegraph chunk - Chunk a file for embeddings\n\nUsage: codegraph chunk <file-path> [--language <id>] [--min-tokens <n>] [--max-tokens <n>] [--text] [--json | --pretty]\n";
|
|
48
|
-
export declare const SKILL_HELP_TEXT = "codegraph skill - Install or inspect the bundled agent skill\n\nUsage:\n codegraph skill install [--agent <name> | --target <dir>] [--force] [--json]\n codegraph skill print-path [--agent <name> | --target <dir>] [--json]\n codegraph skill doctor [--agent <name> | --target <dir>] [--json]\n";
|
|
49
|
-
export declare const DUMPMOD_HELP_TEXT = "codegraph dumpmod - Dump one indexed module\n\nUsage: codegraph dumpmod <file> [--root <path>] [--json | --pretty]\n\nIndex options:\n Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
48
|
+
export declare const SKILL_HELP_TEXT = "codegraph skill - Install or inspect the bundled agent skill\n\nUsage:\n codegraph skill install [--agent <name> | --target <dir>] [--force] [--json | --pretty]\n codegraph skill print-path [--agent <name> | --target <dir>] [--json | --pretty]\n codegraph skill doctor [--agent <name> | --target <dir>] [--json | --pretty]\n";
|
|
49
|
+
export declare const DUMPMOD_HELP_TEXT = "codegraph dumpmod - Dump one indexed module\n\nUsage: codegraph dumpmod <file> [--root <path>] [--json | --pretty]\n\nIndex options:\n Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.\n Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location \"project\", \"repo\", \"user\", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.\n Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.\n";
|
|
50
50
|
export declare const VERSION_HELP_TEXT = "codegraph version - Print the installed Codegraph version\n\nUsage: codegraph version [--json | --pretty]\n";
|
|
51
51
|
export declare function helpTextForCommand(command: string, positionals: readonly string[]): string | undefined;
|
|
52
52
|
//# sourceMappingURL=help.d.ts.map
|
package/dist/cli/help.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"help.d.ts","sourceRoot":"","sources":["../../src/cli/help.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,eAAO,MAAM,kBAAkB,ydASQ,CAAC;AAExC,eAAO,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"help.d.ts","sourceRoot":"","sources":["../../src/cli/help.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,eAAO,MAAM,kBAAkB,ydASQ,CAAC;AAExC,eAAO,MAAM,aAAa,QAgHzB,CAAC;AAEF,eAAO,MAAM,mBAAmB,+zCAiB/B,CAAC;AAEF,eAAO,MAAM,kBAAkB,ofAU9B,CAAC;AAEF,eAAO,MAAM,iBAAiB,g1BAY7B,CAAC;AAEF,eAAO,MAAM,mBAAmB,kXAM/B,CAAC;AAMF,eAAO,MAAM,iBAAiB,+xCAS7B,CAAC;AAEF,eAAO,MAAM,cAAc,wzBAU1B,CAAC;AAEF,eAAO,MAAM,gBAAgB,itDAkB5B,CAAC;AAEF,eAAO,MAAM,cAAc,moCAQ1B,CAAC;AAEF,eAAO,MAAM,cAAc,guCAS1B,CAAC;AAEF,eAAO,MAAM,cAAc,4yBAO1B,CAAC;AAEF,eAAO,MAAM,aAAa,yNAIzB,CAAC;AAEF,eAAO,MAAM,iBAAiB,y6CAY7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,skCAO7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,skCAO7B,CAAC;AAEF,eAAO,MAAM,oBAAoB,q/BAOhC,CAAC;AAEF,eAAO,MAAM,kBAAkB,++BAO9B,CAAC;AAEF,eAAO,MAAM,yBAAyB,oiCAOrC,CAAC;AAEF,eAAO,MAAM,wBAAwB,qyCASpC,CAAC;AAEF,eAAO,MAAM,uBAAuB,+4CASnC,CAAC;AAEF,eAAO,MAAM,gBAAgB,i2CAS5B,CAAC;AAEF,eAAO,MAAM,gBAAgB,y8CAgB5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,g/CAW7B,CAAC;AAEF,eAAO,MAAM,kBAAkB,+3CAgB9B,CAAC;AAEF,eAAO,MAAM,aAAa,g2CAwBzB,CAAC;AAEF,eAAO,MAAM,mBAAmB,i4EAwC/B,CAAC;AAEF,eAAO,MAAM,oBAAoB,k8FAwChC,CAAC;AAEF,eAAO,MAAM,eAAe,qrCAe3B,CAAC;AAEF,eAAO,MAAM,gBAAgB,qgCAc5B,CAAC;AAEF,eAAO,MAAM,eAAe,2jCAQ3B,CAAC;AAEF,eAAO,MAAM,eAAe,mmCAQ3B,CAAC;AAEF,eAAO,MAAM,gBAAgB,qnDAiB5B,CAAC;AAEF,eAAO,MAAM,gBAAgB,o9BAQ5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,o2BAK7B,CAAC;AAEF,eAAO,MAAM,cAAc,69BAO1B,CAAC;AAEF,eAAO,MAAM,eAAe,u+BAO3B,CAAC;AAEF,eAAO,MAAM,cAAc,u0BAK1B,CAAC;AAEF,eAAO,MAAM,gBAAgB,s0BAK5B,CAAC;AAEF,eAAO,MAAM,kBAAkB,6zBAK9B,CAAC;AAEF,eAAO,MAAM,oBAAoB,4zBAKhC,CAAC;AAEF,eAAO,MAAM,eAAe,2mBAY3B,CAAC;AAEF,eAAO,MAAM,oBAAoB,2zBAKhC,CAAC;AAEF,eAAO,MAAM,qBAAqB,y2BAKjC,CAAC;AAEF,eAAO,MAAM,gBAAgB,wPAM5B,CAAC;AAEF,eAAO,MAAM,eAAe,+KAG3B,CAAC;AAEF,eAAO,MAAM,eAAe,4UAM3B,CAAC;AAEF,eAAO,MAAM,iBAAiB,syBAK7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,gHAG7B,CAAC;AAEF,wBAAgB,kBAAkB,CAAC,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,SAAS,MAAM,EAAE,GAAG,MAAM,GAAG,SAAS,CAmDtG"}
|
package/dist/cli/help.js
CHANGED
|
@@ -40,6 +40,7 @@ Build Options:
|
|
|
40
40
|
--native <mode> Native runtime mode: auto, on, off
|
|
41
41
|
--workers Force Piscina native-extraction workers (auto above 250 files)
|
|
42
42
|
--cache <mode> Cache mode: disk, memory, off
|
|
43
|
+
--cache-dir <path> Cache location override (also CODEGRAPH_CACHE_DIR); rejects the home directory or a filesystem root
|
|
43
44
|
--limit N Result limit for hotspots/inspect summaries
|
|
44
45
|
--cache-strict Force strict content-hash cache validation
|
|
45
46
|
--cache-verify Re-stat cached files before trusting disk cache entries
|
|
@@ -172,7 +173,8 @@ Safety:
|
|
|
172
173
|
Removes only Codegraph-owned marker blocks, marker files, exact bundled skill payloads, or exact installer-owned MCP entries.
|
|
173
174
|
`;
|
|
174
175
|
const SHARED_INDEX_OPTIONS_HELP = `Index options:
|
|
175
|
-
Supports shared --cache, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.
|
|
176
|
+
Supports shared --cache, --cache-dir, --cache-strict, --cache-verify, --threads, --native, --workers, --include-glob, --ignore-glob, and --no-gitignore options.
|
|
177
|
+
Cache precedence is --cache-dir, then CODEGRAPH_CACHE_DIR, then cache.location from project/user config, then repository metadata, then the project root. Use cache.location "project", "repo", "user", or an absolute path. A configured anchor that resolves to the home directory or a filesystem root is rejected with an error.
|
|
176
178
|
Index builds report progress automatically on an interactive stderr terminal. Use --progress to force redirected progress logs or --no-progress to suppress feedback.`;
|
|
177
179
|
export const EXPLORE_HELP_TEXT = `codegraph explore - Answer a broad repo question with bounded repo context
|
|
178
180
|
|
|
@@ -235,16 +237,16 @@ ${SHARED_INDEX_OPTIONS_HELP}
|
|
|
235
237
|
`;
|
|
236
238
|
export const GREP_HELP_TEXT = `codegraph grep - Search source text or syntax trees
|
|
237
239
|
|
|
238
|
-
Usage: codegraph grep <regex> [--root <path>] [--ignore-case] [--max-hits <n>] [--json]
|
|
239
|
-
codegraph grep --query <tree-sitter-query> [--root <path>] [--json]
|
|
240
|
+
Usage: codegraph grep <regex> [--root <path>] [--pattern|--regex <expr>] [--glob|--include-glob|--ignore-glob <glob>] [--ignore-case|-i] [--max-hits <n>] [--json | --pretty]
|
|
241
|
+
codegraph grep --query <tree-sitter-query> [--root <path>] [--json | --pretty]
|
|
240
242
|
|
|
241
243
|
A bare positional is a text regex. Use --query explicitly for Tree-sitter queries.
|
|
242
244
|
--json returns an envelope { items, limit, totalSeen, truncated, omitted }. For text greps, limit is the effective --max-hits cap (default 5000, max 200000). The scan probes one hit past that cap, so truncated is exact while totalSeen and omitted are lower bounds on observed hits whenever truncated is true. For --query AST greps, which are uncapped today, limit is null and truncated is always false.
|
|
243
245
|
`;
|
|
244
246
|
export const SQL_HELP_TEXT = `codegraph sql - Query a graph SQLite export read-only
|
|
245
247
|
|
|
246
|
-
Usage: codegraph sql <sqlite-path> "SELECT ..." [--json]
|
|
247
|
-
codegraph sql --db <sqlite-path> --query "SELECT ..." [--json]
|
|
248
|
+
Usage: codegraph sql <sqlite-path> "SELECT ..." [--json | --pretty]
|
|
249
|
+
codegraph sql --db <sqlite-path> --query "SELECT ..." [--json | --pretty]
|
|
248
250
|
`;
|
|
249
251
|
export const SYMBOLS_HELP_TEXT = `codegraph symbols - Deterministic workspace-symbol lookup
|
|
250
252
|
|
|
@@ -609,6 +611,13 @@ export const LINKS_HELP_TEXT = `codegraph links - Check local Markdown links
|
|
|
609
611
|
Usage: codegraph links [project-root] [--root <path>] [--json | --pretty] [--verbose]
|
|
610
612
|
|
|
611
613
|
Checks local Markdown file, reference, fragment, and root-boundary targets. External links are skipped.
|
|
614
|
+
|
|
615
|
+
Discovery options:
|
|
616
|
+
--include-glob <glob> Restrict discovered files to extra glob(s), relative to each scan root
|
|
617
|
+
--ignore-glob <glob> Exclude extra discovered files by glob, relative to each scan root
|
|
618
|
+
--no-gitignore Do not honor .gitignore during discovery
|
|
619
|
+
|
|
620
|
+
Config discovery.ignoreGlobs / discovery.includeGlobs from codegraph.config.json also apply.
|
|
612
621
|
`;
|
|
613
622
|
export const APISURFACE_HELP_TEXT = `codegraph apisurface - Summarize exported API symbols
|
|
614
623
|
|
|
@@ -636,9 +645,9 @@ Usage: codegraph chunk <file-path> [--language <id>] [--min-tokens <n>] [--max-t
|
|
|
636
645
|
export const SKILL_HELP_TEXT = `codegraph skill - Install or inspect the bundled agent skill
|
|
637
646
|
|
|
638
647
|
Usage:
|
|
639
|
-
codegraph skill install [--agent <name> | --target <dir>] [--force] [--json]
|
|
640
|
-
codegraph skill print-path [--agent <name> | --target <dir>] [--json]
|
|
641
|
-
codegraph skill doctor [--agent <name> | --target <dir>] [--json]
|
|
648
|
+
codegraph skill install [--agent <name> | --target <dir>] [--force] [--json | --pretty]
|
|
649
|
+
codegraph skill print-path [--agent <name> | --target <dir>] [--json | --pretty]
|
|
650
|
+
codegraph skill doctor [--agent <name> | --target <dir>] [--json | --pretty]
|
|
642
651
|
`;
|
|
643
652
|
export const DUMPMOD_HELP_TEXT = `codegraph dumpmod - Dump one indexed module
|
|
644
653
|
|
package/dist/cli/help.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"help.js","sourceRoot":"","sources":["../../src/cli/help.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAE3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAExD,MAAM,CAAC,MAAM,kBAAkB,GAAG;;;;;;;;;uCASK,CAAC;AAExC,MAAM,CAAC,MAAM,aAAa,GAAG;;;;;;;;;;;;EAY3B,oBAAoB,EAAE
|
|
1
|
+
{"version":3,"file":"help.js","sourceRoot":"","sources":["../../src/cli/help.ts"],"names":[],"mappings":"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"}
|
package/dist/cli/impact.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { BuildOptions } from "../indexer/types.js";
|
|
1
|
+
import type { BuildOptions, CacheLocation } from "../indexer/types.js";
|
|
2
2
|
import { type GraphBuildOptions } from "../graphs/types.js";
|
|
3
3
|
import type { NativeRuntimeMode } from "../native/treeSitterNative.js";
|
|
4
4
|
import { type ProjectFileDiscoveryOptions } from "../util/projectFiles.js";
|
|
@@ -14,6 +14,7 @@ export type ImpactCommandContext = {
|
|
|
14
14
|
} | Record<string, never>;
|
|
15
15
|
graphOptions: GraphBuildOptions | undefined;
|
|
16
16
|
progressHandler: BuildOptions["onProgress"];
|
|
17
|
+
cacheLocation: CacheLocation | undefined;
|
|
17
18
|
readStdin: () => Promise<string>;
|
|
18
19
|
writeJSONLine: (value: unknown) => void;
|
|
19
20
|
writeStdoutLine: (message: string) => void;
|
package/dist/cli/impact.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"impact.d.ts","sourceRoot":"","sources":["../../src/cli/impact.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,
|
|
1
|
+
{"version":3,"file":"impact.d.ts","sourceRoot":"","sources":["../../src/cli/impact.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAe,aAAa,EAAgB,MAAM,qBAAqB,CAAC;AAalG,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAS5D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAEvE,OAAO,EAAE,KAAK,2BAA2B,EAAE,MAAM,yBAAyB,CAAC;AA2B3E,MAAM,MAAM,oBAAoB,GAAG;IACjC,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,EAAE,2BAA2B,CAAC;IAC9C,MAAM,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,MAAM,GAAG,SAAS,CAAC;IAC7C,OAAO,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC;IACnC,aAAa,EAAE,WAAW,CAAC,MAAM,EAAE,SAAS,MAAM,EAAE,CAAC,CAAC;IACtD,UAAU,EAAE,iBAAiB,CAAC;IAC9B,UAAU,EAAE;QAAE,gBAAgB,EAAE,IAAI,CAAA;KAAE,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;IAC/D,YAAY,EAAE,iBAAiB,GAAG,SAAS,CAAC;IAC5C,eAAe,EAAE,YAAY,CAAC,YAAY,CAAC,CAAC;IAC5C,aAAa,EAAE,aAAa,GAAG,SAAS,CAAC;IACzC,SAAS,EAAE,MAAM,OAAO,CAAC,MAAM,CAAC,CAAC;IACjC,aAAa,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACxC,eAAe,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,eAAe,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,IAAI,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,KAAK,CAAC;CAC/B,CAAC;AAodF,wBAAsB,mBAAmB,CAAC,OAAO,EAAE,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC,CA0CtF"}
|
package/dist/cli/impact.js
CHANGED
|
@@ -263,6 +263,9 @@ function applyAnalysisOptions(context, options) {
|
|
|
263
263
|
const cache = parseCacheModeOption(context.getOpt("--cache"));
|
|
264
264
|
if (cache !== undefined)
|
|
265
265
|
options.cache = cache;
|
|
266
|
+
const cacheDir = context.getOpt("--cache-dir");
|
|
267
|
+
if (cacheDir)
|
|
268
|
+
options.cacheDir = cacheDir;
|
|
266
269
|
if (context.hasFlag("--cache-strict"))
|
|
267
270
|
options.cacheStrict = true;
|
|
268
271
|
if (context.hasFlag("--cache-verify"))
|
|
@@ -357,6 +360,8 @@ function buildIndexOptions(context, options, analysisOptions = {}) {
|
|
|
357
360
|
...(keepParsed ? { keepParsed } : {}),
|
|
358
361
|
...(context.nativeMode !== "auto" ? { native: context.nativeMode } : {}),
|
|
359
362
|
...context.workerOpts,
|
|
363
|
+
...(options.cacheDir ? { cacheDir: options.cacheDir } : {}),
|
|
364
|
+
...(context.cacheLocation ? { cacheLocation: context.cacheLocation } : {}),
|
|
360
365
|
...(options.cacheStrict ? { cacheStrict: true } : {}),
|
|
361
366
|
...(options.cacheVerify ? { cacheVerify: true } : {}),
|
|
362
367
|
};
|
package/dist/cli/impact.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"impact.js","sourceRoot":"","sources":["../../src/cli/impact.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"impact.js","sourceRoot":"","sources":["../../src/cli/impact.ts"],"names":[],"mappings":"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"}
|
package/dist/cli/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type BuildOptions, type BuildReport } from "../indexer/types.js";
|
|
1
|
+
import { type BuildOptions, type BuildReport, type CacheLocation } from "../indexer/types.js";
|
|
2
2
|
import { type GraphBuildOptions } from "../graphs/types.js";
|
|
3
3
|
import type { NativeRuntimeMode } from "../native/treeSitterNative.js";
|
|
4
4
|
import type { LanguageExtensionMap } from "../languages.js";
|
|
@@ -25,6 +25,7 @@ export type IndexCommandContext = {
|
|
|
25
25
|
useNativeWorkers: true;
|
|
26
26
|
} | Record<string, never>;
|
|
27
27
|
progressHandler: BuildOptions["onProgress"];
|
|
28
|
+
cacheLocation: CacheLocation | undefined;
|
|
28
29
|
graphOptions: GraphBuildOptions | undefined;
|
|
29
30
|
reportEnabled: boolean;
|
|
30
31
|
reportFile: string | undefined;
|
package/dist/cli/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/cli/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,WAAW,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/cli/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,WAAW,EAAE,KAAK,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAE9F,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAC5D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AACvE,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAC5D,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,yBAAyB,CAAC;AAI3E,KAAK,mBAAmB,GAAG;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,KAAK,kBAAkB,GAAG;IACxB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,mBAAmB,CAAC;IAC7B,KAAK,CAAC,EAAE,WAAW,CAAC;CACrB,CAAC;AA+BF,MAAM,MAAM,mBAAmB,GAAG;IAChC,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,OAAO,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,YAAY,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,gBAAgB,EAAE,2BAA2B,CAAC;IAC9C,UAAU,EAAE,iBAAiB,CAAC;IAC9B,kBAAkB,EAAE,oBAAoB,GAAG,SAAS,CAAC;IACrD,UAAU,EAAE;QAAE,gBAAgB,EAAE,IAAI,CAAA;KAAE,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;IAC/D,eAAe,EAAE,YAAY,CAAC,YAAY,CAAC,CAAC;IAC5C,aAAa,EAAE,aAAa,GAAG,SAAS,CAAC;IACzC,YAAY,EAAE,iBAAiB,GAAG,SAAS,CAAC;IAC5C,aAAa,EAAE,OAAO,CAAC;IACvB,UAAU,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,MAAM,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,MAAM,GAAG,SAAS,CAAC;IAC7C,OAAO,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC;IACnC,YAAY,EAAE,MAAM,OAAO,CAAC,MAAM,EAAE,CAAC,CAAC;IACtC,aAAa,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACxC,eAAe,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,eAAe,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,kBAAkB,EAAE,CAAC,MAAM,EAAE,kBAAkB,EAAE,UAAU,EAAE,MAAM,GAAG,SAAS,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAClG,6BAA6B,EAAE,CAAC,MAAM,EAAE,WAAW,GAAG,SAAS,EAAE,YAAY,EAAE,OAAO,KAAK,IAAI,CAAC;IAChG,YAAY,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,wBAAsB,kBAAkB,CAAC,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAAC,IAAI,CAAC,CAqGpF"}
|