@weavelogic/knowledge-graph-agent 0.4.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +339 -679
- package/dist/_virtual/ExpiringCache.js +5 -0
- package/dist/_virtual/ExpiringCache.js.map +1 -0
- package/dist/_virtual/___vite-browser-external.js +7 -0
- package/dist/_virtual/___vite-browser-external.js.map +1 -0
- package/dist/_virtual/__vite-browser-external.js +5 -0
- package/dist/_virtual/__vite-browser-external.js.map +1 -0
- package/dist/_virtual/_commonjs-dynamic-modules.js +7 -0
- package/dist/_virtual/_commonjs-dynamic-modules.js.map +1 -0
- package/dist/_virtual/_commonjsHelpers.js +27 -0
- package/dist/_virtual/_commonjsHelpers.js.map +1 -1
- package/dist/_virtual/assert-valid-pattern.js +5 -0
- package/dist/_virtual/assert-valid-pattern.js.map +1 -0
- package/dist/_virtual/ast-converter.js +5 -0
- package/dist/_virtual/ast-converter.js.map +1 -0
- package/dist/_virtual/ast-spec.js +5 -0
- package/dist/_virtual/ast-spec.js.map +1 -0
- package/dist/_virtual/ast.js +5 -0
- package/dist/_virtual/ast.js.map +1 -0
- package/dist/_virtual/brace-expressions.js +5 -0
- package/dist/_virtual/brace-expressions.js.map +1 -0
- package/dist/_virtual/browser.js +6 -0
- package/dist/_virtual/browser.js.map +1 -0
- package/dist/_virtual/browser2.js +5 -0
- package/dist/_virtual/browser2.js.map +1 -0
- package/dist/_virtual/candidateTSConfigRootDirs.js +5 -0
- package/dist/_virtual/candidateTSConfigRootDirs.js.map +1 -0
- package/dist/_virtual/check-modifiers.js +5 -0
- package/dist/_virtual/check-modifiers.js.map +1 -0
- package/dist/_virtual/clear-caches.js +5 -0
- package/dist/_virtual/clear-caches.js.map +1 -0
- package/dist/_virtual/compilerOptions.js +5 -0
- package/dist/_virtual/compilerOptions.js.map +1 -0
- package/dist/_virtual/convert-comments.js +5 -0
- package/dist/_virtual/convert-comments.js.map +1 -0
- package/dist/_virtual/convert.js +5 -0
- package/dist/_virtual/convert.js.map +1 -0
- package/dist/_virtual/createIsolatedProgram.js +5 -0
- package/dist/_virtual/createIsolatedProgram.js.map +1 -0
- package/dist/_virtual/createParseSettings.js +5 -0
- package/dist/_virtual/createParseSettings.js.map +1 -0
- package/dist/_virtual/createParserServices.js +5 -0
- package/dist/_virtual/createParserServices.js.map +1 -0
- package/dist/_virtual/createProjectProgram.js +5 -0
- package/dist/_virtual/createProjectProgram.js.map +1 -0
- package/dist/_virtual/createProjectProgramError.js +5 -0
- package/dist/_virtual/createProjectProgramError.js.map +1 -0
- package/dist/_virtual/createProjectService.js +5 -0
- package/dist/_virtual/createProjectService.js.map +1 -0
- package/dist/_virtual/createSourceFile.js +5 -0
- package/dist/_virtual/createSourceFile.js.map +1 -0
- package/dist/_virtual/describeFilePath.js +5 -0
- package/dist/_virtual/describeFilePath.js.map +1 -0
- package/dist/_virtual/escape.js +5 -0
- package/dist/_virtual/escape.js.map +1 -0
- package/dist/_virtual/eslint-visitor-keys.js +5 -0
- package/dist/_virtual/eslint-visitor-keys.js.map +1 -0
- package/dist/_virtual/estree-to-ts-node-types.js +5 -0
- package/dist/_virtual/estree-to-ts-node-types.js.map +1 -0
- package/dist/_virtual/get-keys.js +5 -0
- package/dist/_virtual/get-keys.js.map +1 -0
- package/dist/_virtual/getModifiers.js +5 -0
- package/dist/_virtual/getModifiers.js.map +1 -0
- package/dist/_virtual/getParsedConfigFile.js +5 -0
- package/dist/_virtual/getParsedConfigFile.js.map +1 -0
- package/dist/_virtual/getParsedConfigFileFromTSServer.js +5 -0
- package/dist/_virtual/getParsedConfigFileFromTSServer.js.map +1 -0
- package/dist/_virtual/getProjectConfigFiles.js +5 -0
- package/dist/_virtual/getProjectConfigFiles.js.map +1 -0
- package/dist/_virtual/getScriptKind.js +5 -0
- package/dist/_virtual/getScriptKind.js.map +1 -0
- package/dist/_virtual/getWatchProgramsForProjects.js +5 -0
- package/dist/_virtual/getWatchProgramsForProjects.js.map +1 -0
- package/dist/_virtual/global-ponyfill.js +9 -0
- package/dist/_virtual/global-ponyfill.js.map +1 -0
- package/dist/_virtual/global-ponyfill2.js +5 -0
- package/dist/_virtual/global-ponyfill2.js.map +1 -0
- package/dist/_virtual/index.js +2 -4
- package/dist/_virtual/index.js.map +1 -1
- package/dist/_virtual/index10.js +2 -2
- package/dist/_virtual/index11.js +2 -2
- package/dist/_virtual/index2.js +2 -2
- package/dist/_virtual/index3.js +2 -2
- package/dist/_virtual/index4.js +2 -2
- package/dist/_virtual/index5.js +2 -2
- package/dist/_virtual/index6.js +2 -2
- package/dist/_virtual/index7.js +2 -2
- package/dist/_virtual/index8.js +2 -2
- package/dist/_virtual/index9.js +2 -2
- package/dist/_virtual/inferSingleRun.js +5 -0
- package/dist/_virtual/inferSingleRun.js.map +1 -0
- package/dist/_virtual/lib.js +5 -0
- package/dist/_virtual/lib.js.map +1 -0
- package/dist/_virtual/node-utils.js +5 -0
- package/dist/_virtual/node-utils.js.map +1 -0
- package/dist/_virtual/parser-options.js +5 -0
- package/dist/_virtual/parser-options.js.map +1 -0
- package/dist/_virtual/parser.js +5 -0
- package/dist/_virtual/parser.js.map +1 -0
- package/dist/_virtual/re.js +5 -0
- package/dist/_virtual/re.js.map +1 -0
- package/dist/_virtual/resolveProjectList.js +5 -0
- package/dist/_virtual/resolveProjectList.js.map +1 -0
- package/dist/_virtual/semantic-or-syntactic-errors.js +5 -0
- package/dist/_virtual/semantic-or-syntactic-errors.js.map +1 -0
- package/dist/_virtual/shared.js +5 -0
- package/dist/_virtual/shared.js.map +1 -0
- package/dist/_virtual/simple-traverse.js +5 -0
- package/dist/_virtual/simple-traverse.js.map +1 -0
- package/dist/_virtual/source-files.js +5 -0
- package/dist/_virtual/source-files.js.map +1 -0
- package/dist/_virtual/ts-estree.js +5 -0
- package/dist/_virtual/ts-estree.js.map +1 -0
- package/dist/_virtual/ts-nodes.js +5 -0
- package/dist/_virtual/ts-nodes.js.map +1 -0
- package/dist/_virtual/tsserverlibrary.js +5 -0
- package/dist/_virtual/tsserverlibrary.js.map +1 -0
- package/dist/_virtual/typescript.js +5 -0
- package/dist/_virtual/typescript.js.map +1 -0
- package/dist/_virtual/unescape.js +5 -0
- package/dist/_virtual/unescape.js.map +1 -0
- package/dist/_virtual/useProgramFromProjectService.js +5 -0
- package/dist/_virtual/useProgramFromProjectService.js.map +1 -0
- package/dist/_virtual/useProvidedPrograms.js +5 -0
- package/dist/_virtual/useProvidedPrograms.js.map +1 -0
- package/dist/_virtual/utils.js +5 -0
- package/dist/_virtual/utils.js.map +1 -0
- package/dist/_virtual/validateDefaultProjectForFilesGlob.js +5 -0
- package/dist/_virtual/validateDefaultProjectForFilesGlob.js.map +1 -0
- package/dist/_virtual/version-check.js +5 -0
- package/dist/_virtual/version-check.js.map +1 -0
- package/dist/_virtual/version.js +5 -0
- package/dist/_virtual/version.js.map +1 -0
- package/dist/_virtual/visitor-keys.js +5 -0
- package/dist/_virtual/visitor-keys.js.map +1 -0
- package/dist/_virtual/warnAboutTSVersion.js +5 -0
- package/dist/_virtual/warnAboutTSVersion.js.map +1 -0
- package/dist/_virtual/withoutProjectParserOptions.js +5 -0
- package/dist/_virtual/withoutProjectParserOptions.js.map +1 -0
- package/dist/_virtual/xhtml-entities.js +5 -0
- package/dist/_virtual/xhtml-entities.js.map +1 -0
- package/dist/cli/commands/dashboard.d.ts +14 -0
- package/dist/cli/commands/dashboard.d.ts.map +1 -0
- package/dist/cli/commands/dashboard.js +271 -0
- package/dist/cli/commands/dashboard.js.map +1 -0
- package/dist/cli/commands/plugin.d.ts +14 -0
- package/dist/cli/commands/plugin.d.ts.map +1 -0
- package/dist/cli/commands/plugin.js +784 -0
- package/dist/cli/commands/plugin.js.map +1 -0
- package/dist/cli/commands/serve.d.ts +15 -0
- package/dist/cli/commands/serve.d.ts.map +1 -0
- package/dist/cli/commands/serve.js +252 -0
- package/dist/cli/commands/serve.js.map +1 -0
- package/dist/cli/index.d.ts.map +1 -1
- package/dist/cli/index.js +28 -1
- package/dist/cli/index.js.map +1 -1
- package/dist/config/manager.js +325 -0
- package/dist/config/manager.js.map +1 -0
- package/dist/dashboard-server/index.d.ts +31 -0
- package/dist/dashboard-server/index.d.ts.map +1 -0
- package/dist/dashboard-server/server.d.ts +205 -0
- package/dist/dashboard-server/server.d.ts.map +1 -0
- package/dist/dashboard-server/server.js +651 -0
- package/dist/dashboard-server/server.js.map +1 -0
- package/dist/graphql/context.d.ts +154 -0
- package/dist/graphql/context.d.ts.map +1 -0
- package/dist/graphql/context.js +168 -0
- package/dist/graphql/context.js.map +1 -0
- package/dist/graphql/index.d.ts +12 -0
- package/dist/graphql/index.d.ts.map +1 -0
- package/dist/graphql/pubsub.d.ts +282 -0
- package/dist/graphql/pubsub.d.ts.map +1 -0
- package/dist/graphql/resolvers/index.d.ts +519 -0
- package/dist/graphql/resolvers/index.d.ts.map +1 -0
- package/dist/graphql/resolvers/mutations.d.ts +255 -0
- package/dist/graphql/resolvers/mutations.d.ts.map +1 -0
- package/dist/graphql/resolvers/queries.d.ts +451 -0
- package/dist/graphql/resolvers/queries.d.ts.map +1 -0
- package/dist/graphql/resolvers/subscriptions.d.ts +399 -0
- package/dist/graphql/resolvers/subscriptions.d.ts.map +1 -0
- package/dist/graphql/scalars.d.ts +89 -0
- package/dist/graphql/scalars.d.ts.map +1 -0
- package/dist/graphql/scalars.js +242 -0
- package/dist/graphql/scalars.js.map +1 -0
- package/dist/graphql/server.d.ts +122 -0
- package/dist/graphql/server.d.ts.map +1 -0
- package/dist/graphql/server.js +368 -0
- package/dist/graphql/server.js.map +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +106 -0
- package/dist/index.js.map +1 -1
- package/dist/mcp-server/handlers/index.js +1 -1
- package/dist/mcp-server/server.js +2 -2
- package/dist/node_modules/@envelop/core/esm/create.js +31 -0
- package/dist/node_modules/@envelop/core/esm/create.js.map +1 -0
- package/dist/node_modules/@envelop/core/esm/document-string-map.js +5 -0
- package/dist/node_modules/@envelop/core/esm/document-string-map.js.map +1 -0
- package/dist/node_modules/@envelop/core/esm/orchestrator.js +407 -0
- package/dist/node_modules/@envelop/core/esm/orchestrator.js.map +1 -0
- package/dist/node_modules/@envelop/core/esm/plugins/use-engine.js +29 -0
- package/dist/node_modules/@envelop/core/esm/plugins/use-engine.js.map +1 -0
- package/dist/node_modules/@envelop/core/esm/plugins/use-extend-context.js +10 -0
- package/dist/node_modules/@envelop/core/esm/plugins/use-extend-context.js.map +1 -0
- package/dist/node_modules/@envelop/core/esm/plugins/use-masked-errors.js +86 -0
- package/dist/node_modules/@envelop/core/esm/plugins/use-masked-errors.js.map +1 -0
- package/dist/node_modules/@envelop/core/esm/utils.js +129 -0
- package/dist/node_modules/@envelop/core/esm/utils.js.map +1 -0
- package/dist/node_modules/@envelop/instrumentation/esm/instrumentation.js +51 -0
- package/dist/node_modules/@envelop/instrumentation/esm/instrumentation.js.map +1 -0
- package/dist/node_modules/@graphql-tools/executor/esm/execution/coerceError.js +26 -0
- package/dist/node_modules/@graphql-tools/executor/esm/execution/coerceError.js.map +1 -0
- package/dist/node_modules/@graphql-tools/executor/esm/execution/execute.js +1101 -0
- package/dist/node_modules/@graphql-tools/executor/esm/execution/execute.js.map +1 -0
- package/dist/node_modules/@graphql-tools/executor/esm/execution/flattenAsyncIterable.js +72 -0
- package/dist/node_modules/@graphql-tools/executor/esm/execution/flattenAsyncIterable.js.map +1 -0
- package/dist/node_modules/@graphql-tools/executor/esm/execution/invariant.js +9 -0
- package/dist/node_modules/@graphql-tools/executor/esm/execution/invariant.js.map +1 -0
- package/dist/node_modules/@graphql-tools/executor/esm/execution/normalizedExecutor.js +22 -0
- package/dist/node_modules/@graphql-tools/executor/esm/execution/normalizedExecutor.js.map +1 -0
- package/dist/node_modules/@graphql-tools/executor/esm/execution/promiseForObject.js +26 -0
- package/dist/node_modules/@graphql-tools/executor/esm/execution/promiseForObject.js.map +1 -0
- package/dist/node_modules/@graphql-tools/executor/esm/execution/values.js +73 -0
- package/dist/node_modules/@graphql-tools/executor/esm/execution/values.js.map +1 -0
- package/dist/node_modules/@graphql-tools/merge/esm/extensions.js +46 -0
- package/dist/node_modules/@graphql-tools/merge/esm/extensions.js.map +1 -0
- package/dist/node_modules/@graphql-tools/merge/esm/links.js +142 -0
- package/dist/node_modules/@graphql-tools/merge/esm/links.js.map +1 -0
- package/dist/node_modules/@graphql-tools/merge/esm/merge-resolvers.js +27 -0
- package/dist/node_modules/@graphql-tools/merge/esm/merge-resolvers.js.map +1 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js +23 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/arguments.js.map +1 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js +113 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/directives.js.map +1 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js +39 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum-values.js.map +1 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js +23 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/enum.js.map +1 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js +74 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/fields.js.map +1 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js +27 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/input-type.js.map +1 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js +29 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/interface.js.map +1 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js +15 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-named-type-array.js.map +1 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js +81 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-nodes.js.map +1 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js +142 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/merge-typedefs.js.map +1 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js +21 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/scalar.js.map +1 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js +36 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/schema-def.js.map +1 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js +29 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/type.js.map +1 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js +24 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/union.js.map +1 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js +67 -0
- package/dist/node_modules/@graphql-tools/merge/esm/typedefs-mergers/utils.js.map +1 -0
- package/dist/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js +287 -0
- package/dist/node_modules/@graphql-tools/schema/esm/addResolversToSchema.js.map +1 -0
- package/dist/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js +42 -0
- package/dist/node_modules/@graphql-tools/schema/esm/assertResolversPresent.js.map +1 -0
- package/dist/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js +22 -0
- package/dist/node_modules/@graphql-tools/schema/esm/checkForResolveTypeResolver.js.map +1 -0
- package/dist/node_modules/@graphql-tools/schema/esm/extendResolversFromInterfaces.js +34 -0
- package/dist/node_modules/@graphql-tools/schema/esm/extendResolversFromInterfaces.js.map +1 -0
- package/dist/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js +50 -0
- package/dist/node_modules/@graphql-tools/schema/esm/makeExecutableSchema.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/AccumulatorMap.js +17 -0
- package/dist/node_modules/@graphql-tools/utils/esm/AccumulatorMap.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/Interfaces.js +32 -0
- package/dist/node_modules/@graphql-tools/utils/esm/Interfaces.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/Path.js +21 -0
- package/dist/node_modules/@graphql-tools/utils/esm/Path.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/astFromType.js +31 -0
- package/dist/node_modules/@graphql-tools/utils/esm/astFromType.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/astFromValue.js +70 -0
- package/dist/node_modules/@graphql-tools/utils/esm/astFromValue.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js +56 -0
- package/dist/node_modules/@graphql-tools/utils/esm/astFromValueUntyped.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/collectFields.js +137 -0
- package/dist/node_modules/@graphql-tools/utils/esm/collectFields.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/comments.js +337 -0
- package/dist/node_modules/@graphql-tools/utils/esm/comments.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/descriptionFromObject.js +20 -0
- package/dist/node_modules/@graphql-tools/utils/esm/descriptionFromObject.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/directives.js +46 -0
- package/dist/node_modules/@graphql-tools/utils/esm/directives.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/errors.js +52 -0
- package/dist/node_modules/@graphql-tools/utils/esm/errors.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js +28 -0
- package/dist/node_modules/@graphql-tools/utils/esm/forEachDefaultValue.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/forEachField.js +18 -0
- package/dist/node_modules/@graphql-tools/utils/esm/forEachField.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/get-directives.js +12 -0
- package/dist/node_modules/@graphql-tools/utils/esm/get-directives.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/getArgumentValues.js +61 -0
- package/dist/node_modules/@graphql-tools/utils/esm/getArgumentValues.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/getDirectiveExtensions.js +76 -0
- package/dist/node_modules/@graphql-tools/utils/esm/getDirectiveExtensions.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js +13 -0
- package/dist/node_modules/@graphql-tools/utils/esm/getObjectTypeFromTypeMap.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/heal.js +120 -0
- package/dist/node_modules/@graphql-tools/utils/esm/heal.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/helpers.js +42 -0
- package/dist/node_modules/@graphql-tools/utils/esm/helpers.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/isAsyncIterable.js +7 -0
- package/dist/node_modules/@graphql-tools/utils/esm/isAsyncIterable.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/isDocumentNode.js +8 -0
- package/dist/node_modules/@graphql-tools/utils/esm/isDocumentNode.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/jsutils.js +26 -0
- package/dist/node_modules/@graphql-tools/utils/esm/jsutils.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/mapSchema.js +439 -0
- package/dist/node_modules/@graphql-tools/utils/esm/mapSchema.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/memoize.js +104 -0
- package/dist/node_modules/@graphql-tools/utils/esm/memoize.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/mergeDeep.js +86 -0
- package/dist/node_modules/@graphql-tools/utils/esm/mergeDeep.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js +370 -0
- package/dist/node_modules/@graphql-tools/utils/esm/print-schema-with-directives.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/rewire.js +155 -0
- package/dist/node_modules/@graphql-tools/utils/esm/rewire.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/rootTypes.js +33 -0
- package/dist/node_modules/@graphql-tools/utils/esm/rootTypes.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/stub.js +32 -0
- package/dist/node_modules/@graphql-tools/utils/esm/stub.js.map +1 -0
- package/dist/node_modules/@graphql-tools/utils/esm/transformInputValue.js +47 -0
- package/dist/node_modules/@graphql-tools/utils/esm/transformInputValue.js.map +1 -0
- package/dist/node_modules/@graphql-yoga/logger/esm/index.js +42 -0
- package/dist/node_modules/@graphql-yoga/logger/esm/index.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/project-service/dist/createProjectService.js +126 -0
- package/dist/node_modules/@typescript-eslint/project-service/dist/createProjectService.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/project-service/dist/getParsedConfigFileFromTSServer.js +25 -0
- package/dist/node_modules/@typescript-eslint/project-service/dist/getParsedConfigFileFromTSServer.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/project-service/dist/index.js +32 -0
- package/dist/node_modules/@typescript-eslint/project-service/dist/index.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/tsconfig-utils/dist/compilerOptions.js +20 -0
- package/dist/node_modules/@typescript-eslint/tsconfig-utils/dist/compilerOptions.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/tsconfig-utils/dist/getParsedConfigFile.js +87 -0
- package/dist/node_modules/@typescript-eslint/tsconfig-utils/dist/getParsedConfigFile.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/tsconfig-utils/dist/index.js +34 -0
- package/dist/node_modules/@typescript-eslint/tsconfig-utils/dist/index.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/types/dist/generated/ast-spec.js +201 -0
- package/dist/node_modules/@typescript-eslint/types/dist/generated/ast-spec.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/types/dist/index.js +45 -0
- package/dist/node_modules/@typescript-eslint/types/dist/index.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/types/dist/lib.js +12 -0
- package/dist/node_modules/@typescript-eslint/types/dist/lib.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/types/dist/parser-options.js +12 -0
- package/dist/node_modules/@typescript-eslint/types/dist/parser-options.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/types/dist/ts-estree.js +52 -0
- package/dist/node_modules/@typescript-eslint/types/dist/ts-estree.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.js +54 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/ast-converter.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/check-modifiers.js +207 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/check-modifiers.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.js +34 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/clear-caches.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js +81 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/convert-comments.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/convert.js +2438 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/convert.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js +117 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createIsolatedProgram.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js +33 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgram.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgramError.js +82 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createProjectProgramError.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js +84 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/create-program/createSourceFile.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.js +31 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/create-program/describeFilePath.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.js +90 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getScriptKind.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.js +292 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/create-program/getWatchProgramsForProjects.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js +134 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/create-program/shared.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js +91 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/create-program/useProvidedPrograms.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/create-program/validateDefaultProjectForFilesGlob.js +35 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/create-program/validateDefaultProjectForFilesGlob.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/createParserServices.js +39 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/createParserServices.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.js +88 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/getModifiers.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/index.js +90 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/index.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.js +268 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/jsx/xhtml-entities.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js +533 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/node-utils.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.js +50 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/ExpiringCache.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/candidateTSConfigRootDirs.js +38 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/candidateTSConfigRootDirs.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.js +216 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/createParseSettings.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.js +87 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/getProjectConfigFiles.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.js +53 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/inferSingleRun.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.js +89 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/resolveProjectList.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.js +92 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/parseSettings/warnAboutTSVersion.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/parser.js +132 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/parser.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.js +124 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/semantic-or-syntactic-errors.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.js +64 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/simple-traverse.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/source-files.js +63 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/source-files.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.js +12 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/estree-to-ts-node-types.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js +46 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/index.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.js +12 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/ts-estree/ts-nodes.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/useProgramFromProjectService.js +205 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/useProgramFromProjectService.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js +75 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/version-check.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/version.js +15 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/version.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/withoutProjectParserOptions.js +17 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/dist/withoutProjectParserOptions.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +23 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/ast.js +495 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/ast.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/brace-expressions.js +121 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/escape.js +17 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/escape.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/index.js +763 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/index.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/unescape.js +17 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch/dist/commonjs/unescape.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/package.json.js +9 -0
- package/dist/node_modules/@typescript-eslint/typescript-estree/package.json.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.js +16 -0
- package/dist/node_modules/@typescript-eslint/visitor-keys/dist/get-keys.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/visitor-keys/dist/index.js +25 -0
- package/dist/node_modules/@typescript-eslint/visitor-keys/dist/index.js.map +1 -0
- package/dist/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js +187 -0
- package/dist/node_modules/@typescript-eslint/visitor-keys/dist/visitor-keys.js.map +1 -0
- package/dist/node_modules/@whatwg-node/disposablestack/esm/AsyncDisposableStack.js +72 -0
- package/dist/node_modules/@whatwg-node/disposablestack/esm/AsyncDisposableStack.js.map +1 -0
- package/dist/node_modules/@whatwg-node/disposablestack/esm/SupressedError.js +16 -0
- package/dist/node_modules/@whatwg-node/disposablestack/esm/SupressedError.js.map +1 -0
- package/dist/node_modules/@whatwg-node/disposablestack/esm/index.js +6 -0
- package/dist/node_modules/@whatwg-node/disposablestack/esm/index.js.map +1 -0
- package/dist/node_modules/@whatwg-node/disposablestack/esm/symbols.js +12 -0
- package/dist/node_modules/@whatwg-node/disposablestack/esm/symbols.js.map +1 -0
- package/dist/node_modules/@whatwg-node/disposablestack/esm/utils.js +12 -0
- package/dist/node_modules/@whatwg-node/disposablestack/esm/utils.js.map +1 -0
- package/dist/node_modules/@whatwg-node/fetch/dist/global-ponyfill.js +33 -0
- package/dist/node_modules/@whatwg-node/fetch/dist/global-ponyfill.js.map +1 -0
- package/dist/node_modules/@whatwg-node/promise-helpers/esm/index.js +241 -0
- package/dist/node_modules/@whatwg-node/promise-helpers/esm/index.js.map +1 -0
- package/dist/node_modules/@whatwg-node/server/esm/createServerAdapter.js +333 -0
- package/dist/node_modules/@whatwg-node/server/esm/createServerAdapter.js.map +1 -0
- package/dist/node_modules/@whatwg-node/server/esm/plugins/useCors.js +106 -0
- package/dist/node_modules/@whatwg-node/server/esm/plugins/useCors.js.map +1 -0
- package/dist/node_modules/@whatwg-node/server/esm/utils.js +476 -0
- package/dist/node_modules/@whatwg-node/server/esm/utils.js.map +1 -0
- package/dist/node_modules/@whatwg-node/server/esm/uwebsockets.js +232 -0
- package/dist/node_modules/@whatwg-node/server/esm/uwebsockets.js.map +1 -0
- package/dist/node_modules/balanced-match/index.js +62 -0
- package/dist/node_modules/balanced-match/index.js.map +1 -0
- package/dist/node_modules/brace-expansion/index.js +156 -0
- package/dist/node_modules/brace-expansion/index.js.map +1 -0
- package/dist/node_modules/cross-inspect/esm/index.js +89 -0
- package/dist/node_modules/cross-inspect/esm/index.js.map +1 -0
- package/dist/node_modules/debug/src/browser.js +178 -0
- package/dist/node_modules/debug/src/browser.js.map +1 -0
- package/dist/node_modules/debug/src/common.js +183 -0
- package/dist/node_modules/debug/src/common.js.map +1 -0
- package/dist/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.js +353 -0
- package/dist/node_modules/eslint-visitor-keys/dist/eslint-visitor-keys.js.map +1 -0
- package/dist/node_modules/fdir/dist/index.js +540 -0
- package/dist/node_modules/fdir/dist/index.js.map +1 -0
- package/dist/node_modules/graphql/error/GraphQLError.js +154 -0
- package/dist/node_modules/graphql/error/GraphQLError.js.map +1 -0
- package/dist/node_modules/graphql/error/locatedError.js +23 -0
- package/dist/node_modules/graphql/error/locatedError.js.map +1 -0
- package/dist/node_modules/graphql/error/syntaxError.js +11 -0
- package/dist/node_modules/graphql/error/syntaxError.js.map +1 -0
- package/dist/node_modules/graphql/execution/collectFields.js +128 -0
- package/dist/node_modules/graphql/execution/collectFields.js.map +1 -0
- package/dist/node_modules/graphql/execution/execute.js +606 -0
- package/dist/node_modules/graphql/execution/execute.js.map +1 -0
- package/dist/node_modules/graphql/execution/mapAsyncIterator.js +46 -0
- package/dist/node_modules/graphql/execution/mapAsyncIterator.js.map +1 -0
- package/dist/node_modules/graphql/execution/subscribe.js +121 -0
- package/dist/node_modules/graphql/execution/subscribe.js.map +1 -0
- package/dist/node_modules/graphql/execution/values.js +184 -0
- package/dist/node_modules/graphql/execution/values.js.map +1 -0
- package/dist/node_modules/graphql/jsutils/Path.js +21 -0
- package/dist/node_modules/graphql/jsutils/Path.js.map +1 -0
- package/dist/node_modules/graphql/jsutils/devAssert.js +10 -0
- package/dist/node_modules/graphql/jsutils/devAssert.js.map +1 -0
- package/dist/node_modules/graphql/jsutils/didYouMean.js +24 -0
- package/dist/node_modules/graphql/jsutils/didYouMean.js.map +1 -0
- package/dist/node_modules/graphql/jsutils/groupBy.js +17 -0
- package/dist/node_modules/graphql/jsutils/groupBy.js.map +1 -0
- package/dist/node_modules/graphql/jsutils/identityFunc.js +7 -0
- package/dist/node_modules/graphql/jsutils/identityFunc.js.map +1 -0
- package/dist/node_modules/graphql/jsutils/inspect.js +85 -0
- package/dist/node_modules/graphql/jsutils/inspect.js.map +1 -0
- package/dist/node_modules/graphql/jsutils/instanceOf.js +42 -0
- package/dist/node_modules/graphql/jsutils/instanceOf.js.map +1 -0
- package/dist/node_modules/graphql/jsutils/invariant.js +12 -0
- package/dist/node_modules/graphql/jsutils/invariant.js.map +1 -0
- package/dist/node_modules/graphql/jsutils/isAsyncIterable.js +7 -0
- package/dist/node_modules/graphql/jsutils/isAsyncIterable.js.map +1 -0
- package/dist/node_modules/graphql/jsutils/isIterableObject.js +7 -0
- package/dist/node_modules/graphql/jsutils/isIterableObject.js.map +1 -0
- package/dist/node_modules/graphql/jsutils/isObjectLike.js +7 -0
- package/dist/node_modules/graphql/jsutils/isObjectLike.js.map +1 -0
- package/dist/node_modules/graphql/jsutils/isPromise.js +7 -0
- package/dist/node_modules/graphql/jsutils/isPromise.js.map +1 -0
- package/dist/node_modules/graphql/jsutils/keyMap.js +11 -0
- package/dist/node_modules/graphql/jsutils/keyMap.js.map +1 -0
- package/dist/node_modules/graphql/jsutils/keyValMap.js +11 -0
- package/dist/node_modules/graphql/jsutils/keyValMap.js.map +1 -0
- package/dist/node_modules/graphql/jsutils/mapValue.js +11 -0
- package/dist/node_modules/graphql/jsutils/mapValue.js.map +1 -0
- package/dist/node_modules/graphql/jsutils/memoize3.js +28 -0
- package/dist/node_modules/graphql/jsutils/memoize3.js.map +1 -0
- package/dist/node_modules/graphql/jsutils/naturalCompare.js +47 -0
- package/dist/node_modules/graphql/jsutils/naturalCompare.js.map +1 -0
- package/dist/node_modules/graphql/jsutils/printPathArray.js +9 -0
- package/dist/node_modules/graphql/jsutils/printPathArray.js.map +1 -0
- package/dist/node_modules/graphql/jsutils/promiseForObject.js +13 -0
- package/dist/node_modules/graphql/jsutils/promiseForObject.js.map +1 -0
- package/dist/node_modules/graphql/jsutils/promiseReduce.js +12 -0
- package/dist/node_modules/graphql/jsutils/promiseReduce.js.map +1 -0
- package/dist/node_modules/graphql/jsutils/suggestionList.js +94 -0
- package/dist/node_modules/graphql/jsutils/suggestionList.js.map +1 -0
- package/dist/node_modules/graphql/jsutils/toError.js +15 -0
- package/dist/node_modules/graphql/jsutils/toError.js.map +1 -0
- package/dist/node_modules/graphql/jsutils/toObjMap.js +17 -0
- package/dist/node_modules/graphql/jsutils/toObjMap.js.map +1 -0
- package/dist/node_modules/graphql/language/ast.js +189 -0
- package/dist/node_modules/graphql/language/ast.js.map +1 -0
- package/dist/node_modules/graphql/language/blockString.js +60 -0
- package/dist/node_modules/graphql/language/blockString.js.map +1 -0
- package/dist/node_modules/graphql/language/characterClasses.js +24 -0
- package/dist/node_modules/graphql/language/characterClasses.js.map +1 -0
- package/dist/node_modules/graphql/language/directiveLocation.js +26 -0
- package/dist/node_modules/graphql/language/directiveLocation.js.map +1 -0
- package/dist/node_modules/graphql/language/kinds.js +55 -0
- package/dist/node_modules/graphql/language/kinds.js.map +1 -0
- package/dist/node_modules/graphql/language/lexer.js +543 -0
- package/dist/node_modules/graphql/language/lexer.js.map +1 -0
- package/dist/node_modules/graphql/language/location.js +22 -0
- package/dist/node_modules/graphql/language/location.js.map +1 -0
- package/dist/node_modules/graphql/language/parser.js +1343 -0
- package/dist/node_modules/graphql/language/parser.js.map +1 -0
- package/dist/node_modules/graphql/language/predicates.js +28 -0
- package/dist/node_modules/graphql/language/predicates.js.map +1 -0
- package/dist/node_modules/graphql/language/printLocation.js +51 -0
- package/dist/node_modules/graphql/language/printLocation.js.map +1 -0
- package/dist/node_modules/graphql/language/printString.js +178 -0
- package/dist/node_modules/graphql/language/printString.js.map +1 -0
- package/dist/node_modules/graphql/language/printer.js +269 -0
- package/dist/node_modules/graphql/language/printer.js.map +1 -0
- package/dist/node_modules/graphql/language/source.js +33 -0
- package/dist/node_modules/graphql/language/source.js.map +1 -0
- package/dist/node_modules/graphql/language/tokenKind.js +30 -0
- package/dist/node_modules/graphql/language/tokenKind.js.map +1 -0
- package/dist/node_modules/graphql/language/visitor.js +192 -0
- package/dist/node_modules/graphql/language/visitor.js.map +1 -0
- package/dist/node_modules/graphql/type/assertName.js +34 -0
- package/dist/node_modules/graphql/type/assertName.js.map +1 -0
- package/dist/node_modules/graphql/type/definition.js +648 -0
- package/dist/node_modules/graphql/type/definition.js.map +1 -0
- package/dist/node_modules/graphql/type/directives.js +137 -0
- package/dist/node_modules/graphql/type/directives.js.map +1 -0
- package/dist/node_modules/graphql/type/introspection.js +506 -0
- package/dist/node_modules/graphql/type/introspection.js.map +1 -0
- package/dist/node_modules/graphql/type/scalars.js +248 -0
- package/dist/node_modules/graphql/type/scalars.js.map +1 -0
- package/dist/node_modules/graphql/type/schema.js +223 -0
- package/dist/node_modules/graphql/type/schema.js.map +1 -0
- package/dist/node_modules/graphql/type/validate.js +461 -0
- package/dist/node_modules/graphql/type/validate.js.map +1 -0
- package/dist/node_modules/graphql/utilities/TypeInfo.js +257 -0
- package/dist/node_modules/graphql/utilities/TypeInfo.js.map +1 -0
- package/dist/node_modules/graphql/utilities/astFromValue.js +111 -0
- package/dist/node_modules/graphql/utilities/astFromValue.js.map +1 -0
- package/dist/node_modules/graphql/utilities/buildASTSchema.js +65 -0
- package/dist/node_modules/graphql/utilities/buildASTSchema.js.map +1 -0
- package/dist/node_modules/graphql/utilities/coerceInputValue.js +154 -0
- package/dist/node_modules/graphql/utilities/coerceInputValue.js.map +1 -0
- package/dist/node_modules/graphql/utilities/extendSchema.js +456 -0
- package/dist/node_modules/graphql/utilities/extendSchema.js.map +1 -0
- package/dist/node_modules/graphql/utilities/getOperationAST.js +22 -0
- package/dist/node_modules/graphql/utilities/getOperationAST.js.map +1 -0
- package/dist/node_modules/graphql/utilities/sortValueNode.js +30 -0
- package/dist/node_modules/graphql/utilities/sortValueNode.js.map +1 -0
- package/dist/node_modules/graphql/utilities/typeComparators.js +58 -0
- package/dist/node_modules/graphql/utilities/typeComparators.js.map +1 -0
- package/dist/node_modules/graphql/utilities/typeFromAST.js +20 -0
- package/dist/node_modules/graphql/utilities/typeFromAST.js.map +1 -0
- package/dist/node_modules/graphql/utilities/valueFromAST.js +109 -0
- package/dist/node_modules/graphql/utilities/valueFromAST.js.map +1 -0
- package/dist/node_modules/graphql/utilities/valueFromASTUntyped.js +32 -0
- package/dist/node_modules/graphql/utilities/valueFromASTUntyped.js.map +1 -0
- package/dist/node_modules/graphql/validation/ValidationContext.js +171 -0
- package/dist/node_modules/graphql/validation/ValidationContext.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.js +24 -0
- package/dist/node_modules/graphql/validation/rules/ExecutableDefinitionsRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.js +80 -0
- package/dist/node_modules/graphql/validation/rules/FieldsOnCorrectTypeRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.js +43 -0
- package/dist/node_modules/graphql/validation/rules/FragmentsOnCompositeTypesRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/KnownArgumentNamesRule.js +73 -0
- package/dist/node_modules/graphql/validation/rules/KnownArgumentNamesRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/KnownDirectivesRule.js +112 -0
- package/dist/node_modules/graphql/validation/rules/KnownDirectivesRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/KnownFragmentNamesRule.js +20 -0
- package/dist/node_modules/graphql/validation/rules/KnownFragmentNamesRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/KnownTypeNamesRule.js +55 -0
- package/dist/node_modules/graphql/validation/rules/KnownTypeNamesRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.js +28 -0
- package/dist/node_modules/graphql/validation/rules/LoneAnonymousOperationRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.js +34 -0
- package/dist/node_modules/graphql/validation/rules/LoneSchemaDefinitionRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/MaxIntrospectionDepthRule.js +56 -0
- package/dist/node_modules/graphql/validation/rules/MaxIntrospectionDepthRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/NoFragmentCyclesRule.js +53 -0
- package/dist/node_modules/graphql/validation/rules/NoFragmentCyclesRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.js +34 -0
- package/dist/node_modules/graphql/validation/rules/NoUndefinedVariablesRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.js +41 -0
- package/dist/node_modules/graphql/validation/rules/NoUnusedFragmentsRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/NoUnusedVariablesRule.js +38 -0
- package/dist/node_modules/graphql/validation/rules/NoUnusedVariablesRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.js +519 -0
- package/dist/node_modules/graphql/validation/rules/OverlappingFieldsCanBeMergedRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.js +55 -0
- package/dist/node_modules/graphql/validation/rules/PossibleFragmentSpreadsRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.js +113 -0
- package/dist/node_modules/graphql/validation/rules/PossibleTypeExtensionsRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.js +99 -0
- package/dist/node_modules/graphql/validation/rules/ProvidedRequiredArgumentsRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/ScalarLeafsRule.js +53 -0
- package/dist/node_modules/graphql/validation/rules/ScalarLeafsRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.js +62 -0
- package/dist/node_modules/graphql/validation/rules/SingleFieldSubscriptionsRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.js +47 -0
- package/dist/node_modules/graphql/validation/rules/UniqueArgumentDefinitionNamesRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.js +29 -0
- package/dist/node_modules/graphql/validation/rules/UniqueArgumentNamesRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.js +38 -0
- package/dist/node_modules/graphql/validation/rules/UniqueDirectiveNamesRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.js +63 -0
- package/dist/node_modules/graphql/validation/rules/UniqueDirectivesPerLocationRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.js +50 -0
- package/dist/node_modules/graphql/validation/rules/UniqueEnumValueNamesRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.js +59 -0
- package/dist/node_modules/graphql/validation/rules/UniqueFieldDefinitionNamesRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.js +27 -0
- package/dist/node_modules/graphql/validation/rules/UniqueFragmentNamesRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.js +38 -0
- package/dist/node_modules/graphql/validation/rules/UniqueInputFieldNamesRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/UniqueOperationNamesRule.js +32 -0
- package/dist/node_modules/graphql/validation/rules/UniqueOperationNamesRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/UniqueOperationTypesRule.js +48 -0
- package/dist/node_modules/graphql/validation/rules/UniqueOperationTypesRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/UniqueTypeNamesRule.js +41 -0
- package/dist/node_modules/graphql/validation/rules/UniqueTypeNamesRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/UniqueVariableNamesRule.js +30 -0
- package/dist/node_modules/graphql/validation/rules/UniqueVariableNamesRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.js +170 -0
- package/dist/node_modules/graphql/validation/rules/ValuesOfCorrectTypeRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.js +27 -0
- package/dist/node_modules/graphql/validation/rules/VariablesAreInputTypesRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.js +74 -0
- package/dist/node_modules/graphql/validation/rules/VariablesInAllowedPositionRule.js.map +1 -0
- package/dist/node_modules/graphql/validation/specifiedRules.js +88 -0
- package/dist/node_modules/graphql/validation/specifiedRules.js.map +1 -0
- package/dist/node_modules/graphql/validation/validate.js +65 -0
- package/dist/node_modules/graphql/validation/validate.js.map +1 -0
- package/dist/node_modules/graphql/version.js +10 -0
- package/dist/node_modules/graphql/version.js.map +1 -0
- package/dist/node_modules/graphql-ws/lib/common.js +127 -0
- package/dist/node_modules/graphql-ws/lib/common.js.map +1 -0
- package/dist/node_modules/graphql-ws/lib/server.js +257 -0
- package/dist/node_modules/graphql-ws/lib/server.js.map +1 -0
- package/dist/node_modules/graphql-ws/lib/use/ws.js +83 -0
- package/dist/node_modules/graphql-ws/lib/use/ws.js.map +1 -0
- package/dist/node_modules/graphql-ws/lib/utils.js +35 -0
- package/dist/node_modules/graphql-ws/lib/utils.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/error.js +127 -0
- package/dist/node_modules/graphql-yoga/esm/error.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/graphiql-html.js +5 -0
- package/dist/node_modules/graphql-yoga/esm/graphiql-html.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/landing-page-html.js +21 -0
- package/dist/node_modules/graphql-yoga/esm/landing-page-html.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/allowed-headers.js +26 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/allowed-headers.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/request-parser/get.js +15 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/request-parser/get.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/request-parser/post-form-url-encoded.js +12 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/request-parser/post-form-url-encoded.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/request-parser/post-graphql-string.js +12 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/request-parser/post-graphql-string.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/request-parser/post-json.js +58 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/request-parser/post-json.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/request-parser/post-multipart.js +78 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/request-parser/post-multipart.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/request-parser/utils.js +28 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/request-parser/utils.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/request-validation/use-check-graphql-query-params.js +131 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/request-validation/use-check-graphql-query-params.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/request-validation/use-check-method-for-graphql.js +28 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/request-validation/use-check-method-for-graphql.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/request-validation/use-http-validation-error.js +21 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/request-validation/use-http-validation-error.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/request-validation/use-limit-batching.js +37 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/request-validation/use-limit-batching.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/request-validation/use-prevent-mutation-via-get.js +61 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/request-validation/use-prevent-mutation-via-get.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/result-processor/accept.js +28 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/result-processor/accept.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/result-processor/multipart.js +68 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/result-processor/multipart.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/result-processor/regular.js +29 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/result-processor/regular.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/result-processor/sse.js +83 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/result-processor/sse.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/result-processor/stringify.js +47 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/result-processor/stringify.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/use-graphiql.js +55 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/use-graphiql.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/use-health-check.js +20 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/use-health-check.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/use-parser-and-validation-cache.js +63 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/use-parser-and-validation-cache.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/use-request-parser.js +15 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/use-request-parser.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/use-result-processor.js +58 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/use-result-processor.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/use-schema.js +76 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/use-schema.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/use-unhandled-route.js +52 -0
- package/dist/node_modules/graphql-yoga/esm/plugins/use-unhandled-route.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/process-request.js +56 -0
- package/dist/node_modules/graphql-yoga/esm/process-request.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/server.js +374 -0
- package/dist/node_modules/graphql-yoga/esm/server.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/utils/create-lru-cache.js +10 -0
- package/dist/node_modules/graphql-yoga/esm/utils/create-lru-cache.js.map +1 -0
- package/dist/node_modules/graphql-yoga/esm/utils/mask-error.js +47 -0
- package/dist/node_modules/graphql-yoga/esm/utils/mask-error.js.map +1 -0
- package/dist/node_modules/graphql-yoga/node_modules/lru-cache/dist/esm/index.js +1370 -0
- package/dist/node_modules/graphql-yoga/node_modules/lru-cache/dist/esm/index.js.map +1 -0
- package/dist/node_modules/ms/index.js +121 -0
- package/dist/node_modules/ms/index.js.map +1 -0
- package/dist/node_modules/picomatch/index.js +23 -0
- package/dist/node_modules/picomatch/index.js.map +1 -0
- package/dist/node_modules/picomatch/lib/constants.js +203 -0
- package/dist/node_modules/picomatch/lib/constants.js.map +1 -0
- package/dist/node_modules/picomatch/lib/parse.js +774 -0
- package/dist/node_modules/picomatch/lib/parse.js.map +1 -0
- package/dist/node_modules/picomatch/lib/picomatch.js +148 -0
- package/dist/node_modules/picomatch/lib/picomatch.js.map +1 -0
- package/dist/node_modules/picomatch/lib/scan.js +336 -0
- package/dist/node_modules/picomatch/lib/scan.js.map +1 -0
- package/dist/node_modules/picomatch/lib/utils.js +71 -0
- package/dist/node_modules/picomatch/lib/utils.js.map +1 -0
- package/dist/node_modules/semver/classes/comparator.js +123 -0
- package/dist/node_modules/semver/classes/comparator.js.map +1 -0
- package/dist/node_modules/semver/classes/range.js +388 -0
- package/dist/node_modules/semver/classes/range.js.map +1 -0
- package/dist/node_modules/semver/classes/semver.js +288 -0
- package/dist/node_modules/semver/classes/semver.js.map +1 -0
- package/dist/node_modules/semver/functions/clean.js +18 -0
- package/dist/node_modules/semver/functions/clean.js.map +1 -0
- package/dist/node_modules/semver/functions/cmp.js +60 -0
- package/dist/node_modules/semver/functions/cmp.js.map +1 -0
- package/dist/node_modules/semver/functions/coerce.js +53 -0
- package/dist/node_modules/semver/functions/coerce.js.map +1 -0
- package/dist/node_modules/semver/functions/compare-build.js +19 -0
- package/dist/node_modules/semver/functions/compare-build.js.map +1 -0
- package/dist/node_modules/semver/functions/compare-loose.js +15 -0
- package/dist/node_modules/semver/functions/compare-loose.js.map +1 -0
- package/dist/node_modules/semver/functions/compare.js +15 -0
- package/dist/node_modules/semver/functions/compare.js.map +1 -0
- package/dist/node_modules/semver/functions/diff.js +49 -0
- package/dist/node_modules/semver/functions/diff.js.map +1 -0
- package/dist/node_modules/semver/functions/eq.js +15 -0
- package/dist/node_modules/semver/functions/eq.js.map +1 -0
- package/dist/node_modules/semver/functions/gt.js +15 -0
- package/dist/node_modules/semver/functions/gt.js.map +1 -0
- package/dist/node_modules/semver/functions/gte.js +15 -0
- package/dist/node_modules/semver/functions/gte.js.map +1 -0
- package/dist/node_modules/semver/functions/inc.js +29 -0
- package/dist/node_modules/semver/functions/inc.js.map +1 -0
- package/dist/node_modules/semver/functions/lt.js +15 -0
- package/dist/node_modules/semver/functions/lt.js.map +1 -0
- package/dist/node_modules/semver/functions/lte.js +15 -0
- package/dist/node_modules/semver/functions/lte.js.map +1 -0
- package/dist/node_modules/semver/functions/major.js +15 -0
- package/dist/node_modules/semver/functions/major.js.map +1 -0
- package/dist/node_modules/semver/functions/minor.js +15 -0
- package/dist/node_modules/semver/functions/minor.js.map +1 -0
- package/dist/node_modules/semver/functions/neq.js +15 -0
- package/dist/node_modules/semver/functions/neq.js.map +1 -0
- package/dist/node_modules/semver/functions/parse.js +27 -0
- package/dist/node_modules/semver/functions/parse.js.map +1 -0
- package/dist/node_modules/semver/functions/patch.js +15 -0
- package/dist/node_modules/semver/functions/patch.js.map +1 -0
- package/dist/node_modules/semver/functions/prerelease.js +18 -0
- package/dist/node_modules/semver/functions/prerelease.js.map +1 -0
- package/dist/node_modules/semver/functions/rcompare.js +15 -0
- package/dist/node_modules/semver/functions/rcompare.js.map +1 -0
- package/dist/node_modules/semver/functions/rsort.js +15 -0
- package/dist/node_modules/semver/functions/rsort.js.map +1 -0
- package/dist/node_modules/semver/functions/satisfies.js +22 -0
- package/dist/node_modules/semver/functions/satisfies.js.map +1 -0
- package/dist/node_modules/semver/functions/sort.js +15 -0
- package/dist/node_modules/semver/functions/sort.js.map +1 -0
- package/dist/node_modules/semver/functions/valid.js +18 -0
- package/dist/node_modules/semver/functions/valid.js.map +1 -0
- package/dist/node_modules/semver/index.js +140 -0
- package/dist/node_modules/semver/index.js.map +1 -0
- package/dist/node_modules/semver/internal/constants.js +36 -0
- package/dist/node_modules/semver/internal/constants.js.map +1 -0
- package/dist/node_modules/semver/internal/debug.js +14 -0
- package/dist/node_modules/semver/internal/debug.js.map +1 -0
- package/dist/node_modules/semver/internal/identifiers.js +29 -0
- package/dist/node_modules/semver/internal/identifiers.js.map +1 -0
- package/dist/node_modules/semver/internal/lrucache.js +42 -0
- package/dist/node_modules/semver/internal/lrucache.js.map +1 -0
- package/dist/node_modules/semver/internal/parse-options.js +23 -0
- package/dist/node_modules/semver/internal/parse-options.js.map +1 -0
- package/dist/node_modules/semver/internal/re.js +96 -0
- package/dist/node_modules/semver/internal/re.js.map +1 -0
- package/dist/node_modules/semver/ranges/gtr.js +15 -0
- package/dist/node_modules/semver/ranges/gtr.js.map +1 -0
- package/dist/node_modules/semver/ranges/intersects.js +19 -0
- package/dist/node_modules/semver/ranges/intersects.js.map +1 -0
- package/dist/node_modules/semver/ranges/ltr.js +15 -0
- package/dist/node_modules/semver/ranges/ltr.js.map +1 -0
- package/dist/node_modules/semver/ranges/max-satisfying.js +35 -0
- package/dist/node_modules/semver/ranges/max-satisfying.js.map +1 -0
- package/dist/node_modules/semver/ranges/min-satisfying.js +35 -0
- package/dist/node_modules/semver/ranges/min-satisfying.js.map +1 -0
- package/dist/node_modules/semver/ranges/min-version.js +66 -0
- package/dist/node_modules/semver/ranges/min-version.js.map +1 -0
- package/dist/node_modules/semver/ranges/outside.js +81 -0
- package/dist/node_modules/semver/ranges/outside.js.map +1 -0
- package/dist/node_modules/semver/ranges/simplify.js +56 -0
- package/dist/node_modules/semver/ranges/simplify.js.map +1 -0
- package/dist/node_modules/semver/ranges/subset.js +170 -0
- package/dist/node_modules/semver/ranges/subset.js.map +1 -0
- package/dist/node_modules/semver/ranges/to-comparators.js +15 -0
- package/dist/node_modules/semver/ranges/to-comparators.js.map +1 -0
- package/dist/node_modules/semver/ranges/valid.js +21 -0
- package/dist/node_modules/semver/ranges/valid.js.map +1 -0
- package/dist/node_modules/tinyglobby/dist/index.js +332 -0
- package/dist/node_modules/tinyglobby/dist/index.js.map +1 -0
- package/dist/node_modules/ts-api-utils/lib/index.js +2361 -0
- package/dist/node_modules/ts-api-utils/lib/index.js.map +1 -0
- package/dist/node_modules/typescript/lib/tsserverlibrary.js +33 -0
- package/dist/node_modules/typescript/lib/tsserverlibrary.js.map +1 -0
- package/dist/node_modules/typescript/lib/typescript.js +210602 -0
- package/dist/node_modules/typescript/lib/typescript.js.map +1 -0
- package/dist/node_modules/ws/browser.js +16 -0
- package/dist/node_modules/ws/browser.js.map +1 -0
- package/dist/plugins/analyzers/code-complexity/analyzer.d.ts +105 -0
- package/dist/plugins/analyzers/code-complexity/analyzer.d.ts.map +1 -0
- package/dist/plugins/analyzers/code-complexity/analyzer.js +507 -0
- package/dist/plugins/analyzers/code-complexity/analyzer.js.map +1 -0
- package/dist/plugins/analyzers/code-complexity/graph-generator.d.ts +70 -0
- package/dist/plugins/analyzers/code-complexity/graph-generator.d.ts.map +1 -0
- package/dist/plugins/analyzers/code-complexity/graph-generator.js +405 -0
- package/dist/plugins/analyzers/code-complexity/graph-generator.js.map +1 -0
- package/dist/plugins/analyzers/code-complexity/index.d.ts +191 -0
- package/dist/plugins/analyzers/code-complexity/index.d.ts.map +1 -0
- package/dist/plugins/analyzers/code-complexity/index.js +276 -0
- package/dist/plugins/analyzers/code-complexity/index.js.map +1 -0
- package/dist/plugins/analyzers/code-complexity/metrics.d.ts +77 -0
- package/dist/plugins/analyzers/code-complexity/metrics.d.ts.map +1 -0
- package/dist/plugins/analyzers/code-complexity/metrics.js +514 -0
- package/dist/plugins/analyzers/code-complexity/metrics.js.map +1 -0
- package/dist/plugins/analyzers/code-complexity/plugin.d.ts +161 -0
- package/dist/plugins/analyzers/code-complexity/plugin.d.ts.map +1 -0
- package/dist/plugins/analyzers/code-complexity/plugin.js +661 -0
- package/dist/plugins/analyzers/code-complexity/plugin.js.map +1 -0
- package/dist/plugins/analyzers/code-complexity/types.d.ts +360 -0
- package/dist/plugins/analyzers/code-complexity/types.d.ts.map +1 -0
- package/dist/plugins/analyzers/code-complexity/types.js +27 -0
- package/dist/plugins/analyzers/code-complexity/types.js.map +1 -0
- package/dist/plugins/analyzers/dependency-health/analyzer.d.ts +56 -0
- package/dist/plugins/analyzers/dependency-health/analyzer.d.ts.map +1 -0
- package/dist/plugins/analyzers/dependency-health/analyzer.js +387 -0
- package/dist/plugins/analyzers/dependency-health/analyzer.js.map +1 -0
- package/dist/plugins/analyzers/dependency-health/graph-generator.d.ts +60 -0
- package/dist/plugins/analyzers/dependency-health/graph-generator.d.ts.map +1 -0
- package/dist/plugins/analyzers/dependency-health/graph-generator.js +295 -0
- package/dist/plugins/analyzers/dependency-health/graph-generator.js.map +1 -0
- package/dist/plugins/analyzers/dependency-health/index.d.ts +201 -0
- package/dist/plugins/analyzers/dependency-health/index.d.ts.map +1 -0
- package/dist/plugins/analyzers/dependency-health/index.js +857 -0
- package/dist/plugins/analyzers/dependency-health/index.js.map +1 -0
- package/dist/plugins/analyzers/dependency-health/npm-client.d.ts +68 -0
- package/dist/plugins/analyzers/dependency-health/npm-client.d.ts.map +1 -0
- package/dist/plugins/analyzers/dependency-health/npm-client.js +226 -0
- package/dist/plugins/analyzers/dependency-health/npm-client.js.map +1 -0
- package/dist/plugins/analyzers/dependency-health/types.d.ts +462 -0
- package/dist/plugins/analyzers/dependency-health/types.d.ts.map +1 -0
- package/dist/plugins/analyzers/dependency-health/vulnerability.d.ts +80 -0
- package/dist/plugins/analyzers/dependency-health/vulnerability.d.ts.map +1 -0
- package/dist/plugins/analyzers/dependency-health/vulnerability.js +215 -0
- package/dist/plugins/analyzers/dependency-health/vulnerability.js.map +1 -0
- package/dist/plugins/analyzers/index.d.ts +12 -0
- package/dist/plugins/analyzers/index.d.ts.map +1 -0
- package/dist/plugins/index.d.ts +13 -0
- package/dist/plugins/index.d.ts.map +1 -0
- package/dist/plugins/loader.d.ts +158 -0
- package/dist/plugins/loader.d.ts.map +1 -0
- package/dist/plugins/loader.js +554 -0
- package/dist/plugins/loader.js.map +1 -0
- package/dist/plugins/manager.d.ts +183 -0
- package/dist/plugins/manager.d.ts.map +1 -0
- package/dist/plugins/manager.js +876 -0
- package/dist/plugins/manager.js.map +1 -0
- package/dist/plugins/registry.d.ts +163 -0
- package/dist/plugins/registry.d.ts.map +1 -0
- package/dist/plugins/registry.js +448 -0
- package/dist/plugins/registry.js.map +1 -0
- package/dist/plugins/types.d.ts +930 -0
- package/dist/plugins/types.d.ts.map +1 -0
- package/dist/plugins/types.js +43 -0
- package/dist/plugins/types.js.map +1 -0
- package/dist/server/container.d.ts +263 -0
- package/dist/server/container.d.ts.map +1 -0
- package/dist/server/container.js +605 -0
- package/dist/server/container.js.map +1 -0
- package/dist/server/event-bus.d.ts +418 -0
- package/dist/server/event-bus.d.ts.map +1 -0
- package/dist/server/event-bus.js +442 -0
- package/dist/server/event-bus.js.map +1 -0
- package/dist/server/index.d.ts +37 -0
- package/dist/server/index.d.ts.map +1 -0
- package/dist/server/manager.d.ts +123 -0
- package/dist/server/manager.d.ts.map +1 -0
- package/dist/server/manager.js +742 -0
- package/dist/server/manager.js.map +1 -0
- package/dist/server/shared-services.d.ts +130 -0
- package/dist/server/shared-services.d.ts.map +1 -0
- package/dist/server/shared-services.js +476 -0
- package/dist/server/shared-services.js.map +1 -0
- package/dist/server/types.d.ts +320 -0
- package/dist/server/types.d.ts.map +1 -0
- package/dist/server/types.js +13 -0
- package/dist/server/types.js.map +1 -0
- package/dist/services/manager.js +328 -0
- package/dist/services/manager.js.map +1 -0
- package/package.json +29 -3
- package/dist/_virtual/additionalItems.js +0 -5
- package/dist/_virtual/additionalItems.js.map +0 -1
- package/dist/_virtual/additionalProperties.js +0 -5
- package/dist/_virtual/additionalProperties.js.map +0 -1
- package/dist/_virtual/ajv.js +0 -6
- package/dist/_virtual/ajv.js.map +0 -1
- package/dist/_virtual/ajv2.js +0 -5
- package/dist/_virtual/ajv2.js.map +0 -1
- package/dist/_virtual/allOf.js +0 -5
- package/dist/_virtual/allOf.js.map +0 -1
- package/dist/_virtual/anyOf.js +0 -5
- package/dist/_virtual/anyOf.js.map +0 -1
- package/dist/_virtual/applicability.js +0 -5
- package/dist/_virtual/applicability.js.map +0 -1
- package/dist/_virtual/boolSchema.js +0 -5
- package/dist/_virtual/boolSchema.js.map +0 -1
- package/dist/_virtual/code.js +0 -5
- package/dist/_virtual/code.js.map +0 -1
- package/dist/_virtual/code2.js +0 -5
- package/dist/_virtual/code2.js.map +0 -1
- package/dist/_virtual/const.js +0 -5
- package/dist/_virtual/const.js.map +0 -1
- package/dist/_virtual/contains.js +0 -5
- package/dist/_virtual/contains.js.map +0 -1
- package/dist/_virtual/core.js +0 -5
- package/dist/_virtual/core.js.map +0 -1
- package/dist/_virtual/dataType.js +0 -5
- package/dist/_virtual/dataType.js.map +0 -1
- package/dist/_virtual/defaults.js +0 -5
- package/dist/_virtual/defaults.js.map +0 -1
- package/dist/_virtual/dependencies.js +0 -5
- package/dist/_virtual/dependencies.js.map +0 -1
- package/dist/_virtual/draft7.js +0 -5
- package/dist/_virtual/draft7.js.map +0 -1
- package/dist/_virtual/enum.js +0 -5
- package/dist/_virtual/enum.js.map +0 -1
- package/dist/_virtual/equal.js +0 -5
- package/dist/_virtual/equal.js.map +0 -1
- package/dist/_virtual/errors.js +0 -5
- package/dist/_virtual/errors.js.map +0 -1
- package/dist/_virtual/format.js +0 -5
- package/dist/_virtual/format.js.map +0 -1
- package/dist/_virtual/formats.js +0 -5
- package/dist/_virtual/formats.js.map +0 -1
- package/dist/_virtual/id.js +0 -5
- package/dist/_virtual/id.js.map +0 -1
- package/dist/_virtual/if.js +0 -5
- package/dist/_virtual/if.js.map +0 -1
- package/dist/_virtual/index12.js +0 -5
- package/dist/_virtual/index12.js.map +0 -1
- package/dist/_virtual/items.js +0 -5
- package/dist/_virtual/items.js.map +0 -1
- package/dist/_virtual/items2020.js +0 -5
- package/dist/_virtual/items2020.js.map +0 -1
- package/dist/_virtual/keyword.js +0 -5
- package/dist/_virtual/keyword.js.map +0 -1
- package/dist/_virtual/limit.js +0 -5
- package/dist/_virtual/limit.js.map +0 -1
- package/dist/_virtual/limitItems.js +0 -5
- package/dist/_virtual/limitItems.js.map +0 -1
- package/dist/_virtual/limitLength.js +0 -5
- package/dist/_virtual/limitLength.js.map +0 -1
- package/dist/_virtual/limitNumber.js +0 -5
- package/dist/_virtual/limitNumber.js.map +0 -1
- package/dist/_virtual/limitProperties.js +0 -5
- package/dist/_virtual/limitProperties.js.map +0 -1
- package/dist/_virtual/metadata.js +0 -5
- package/dist/_virtual/metadata.js.map +0 -1
- package/dist/_virtual/multipleOf.js +0 -5
- package/dist/_virtual/multipleOf.js.map +0 -1
- package/dist/_virtual/names.js +0 -5
- package/dist/_virtual/names.js.map +0 -1
- package/dist/_virtual/not.js +0 -5
- package/dist/_virtual/not.js.map +0 -1
- package/dist/_virtual/oneOf.js +0 -5
- package/dist/_virtual/oneOf.js.map +0 -1
- package/dist/_virtual/pattern.js +0 -5
- package/dist/_virtual/pattern.js.map +0 -1
- package/dist/_virtual/patternProperties.js +0 -5
- package/dist/_virtual/patternProperties.js.map +0 -1
- package/dist/_virtual/prefixItems.js +0 -5
- package/dist/_virtual/prefixItems.js.map +0 -1
- package/dist/_virtual/properties.js +0 -5
- package/dist/_virtual/properties.js.map +0 -1
- package/dist/_virtual/propertyNames.js +0 -5
- package/dist/_virtual/propertyNames.js.map +0 -1
- package/dist/_virtual/ref.js +0 -5
- package/dist/_virtual/ref.js.map +0 -1
- package/dist/_virtual/ref_error.js +0 -5
- package/dist/_virtual/ref_error.js.map +0 -1
- package/dist/_virtual/required.js +0 -5
- package/dist/_virtual/required.js.map +0 -1
- package/dist/_virtual/resolve.js +0 -5
- package/dist/_virtual/resolve.js.map +0 -1
- package/dist/_virtual/rules.js +0 -5
- package/dist/_virtual/rules.js.map +0 -1
- package/dist/_virtual/scope.js +0 -5
- package/dist/_virtual/scope.js.map +0 -1
- package/dist/_virtual/subschema.js +0 -5
- package/dist/_virtual/subschema.js.map +0 -1
- package/dist/_virtual/thenElse.js +0 -5
- package/dist/_virtual/thenElse.js.map +0 -1
- package/dist/_virtual/types.js +0 -5
- package/dist/_virtual/types.js.map +0 -1
- package/dist/_virtual/ucs2length.js +0 -5
- package/dist/_virtual/ucs2length.js.map +0 -1
- package/dist/_virtual/uniqueItems.js +0 -5
- package/dist/_virtual/uniqueItems.js.map +0 -1
- package/dist/_virtual/uri.js +0 -5
- package/dist/_virtual/uri.js.map +0 -1
- package/dist/_virtual/util.js +0 -5
- package/dist/_virtual/util.js.map +0 -1
- package/dist/_virtual/validation_error.js +0 -5
- package/dist/_virtual/validation_error.js.map +0 -1
- package/dist/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js +0 -296
- package/dist/node_modules/@modelcontextprotocol/sdk/dist/esm/server/index.js.map +0 -1
- package/dist/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js +0 -71
- package/dist/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js.map +0 -1
- package/dist/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js +0 -26
- package/dist/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js.map +0 -1
- package/dist/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js +0 -407
- package/dist/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js.map +0 -1
- package/dist/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js +0 -1332
- package/dist/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js.map +0 -1
- package/dist/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js +0 -71
- package/dist/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js.map +0 -1
- package/dist/node_modules/ajv/dist/ajv.js +0 -84
- package/dist/node_modules/ajv/dist/ajv.js.map +0 -1
- package/dist/node_modules/ajv/dist/compile/codegen/code.js +0 -160
- package/dist/node_modules/ajv/dist/compile/codegen/code.js.map +0 -1
- package/dist/node_modules/ajv/dist/compile/codegen/index.js +0 -728
- package/dist/node_modules/ajv/dist/compile/codegen/index.js.map +0 -1
- package/dist/node_modules/ajv/dist/compile/codegen/scope.js +0 -152
- package/dist/node_modules/ajv/dist/compile/codegen/scope.js.map +0 -1
- package/dist/node_modules/ajv/dist/compile/errors.js +0 -131
- package/dist/node_modules/ajv/dist/compile/errors.js.map +0 -1
- package/dist/node_modules/ajv/dist/compile/index.js +0 -234
- package/dist/node_modules/ajv/dist/compile/index.js.map +0 -1
- package/dist/node_modules/ajv/dist/compile/names.js +0 -44
- package/dist/node_modules/ajv/dist/compile/names.js.map +0 -1
- package/dist/node_modules/ajv/dist/compile/ref_error.js +0 -22
- package/dist/node_modules/ajv/dist/compile/ref_error.js.map +0 -1
- package/dist/node_modules/ajv/dist/compile/resolve.js +0 -163
- package/dist/node_modules/ajv/dist/compile/resolve.js.map +0 -1
- package/dist/node_modules/ajv/dist/compile/rules.js +0 -35
- package/dist/node_modules/ajv/dist/compile/rules.js.map +0 -1
- package/dist/node_modules/ajv/dist/compile/util.js +0 -173
- package/dist/node_modules/ajv/dist/compile/util.js.map +0 -1
- package/dist/node_modules/ajv/dist/compile/validate/applicability.js +0 -27
- package/dist/node_modules/ajv/dist/compile/validate/applicability.js.map +0 -1
- package/dist/node_modules/ajv/dist/compile/validate/boolSchema.js +0 -58
- package/dist/node_modules/ajv/dist/compile/validate/boolSchema.js.map +0 -1
- package/dist/node_modules/ajv/dist/compile/validate/dataType.js +0 -193
- package/dist/node_modules/ajv/dist/compile/validate/dataType.js.map +0 -1
- package/dist/node_modules/ajv/dist/compile/validate/defaults.js +0 -43
- package/dist/node_modules/ajv/dist/compile/validate/defaults.js.map +0 -1
- package/dist/node_modules/ajv/dist/compile/validate/index.js +0 -522
- package/dist/node_modules/ajv/dist/compile/validate/index.js.map +0 -1
- package/dist/node_modules/ajv/dist/compile/validate/keyword.js +0 -126
- package/dist/node_modules/ajv/dist/compile/validate/keyword.js.map +0 -1
- package/dist/node_modules/ajv/dist/compile/validate/subschema.js +0 -89
- package/dist/node_modules/ajv/dist/compile/validate/subschema.js.map +0 -1
- package/dist/node_modules/ajv/dist/core.js +0 -628
- package/dist/node_modules/ajv/dist/core.js.map +0 -1
- package/dist/node_modules/ajv/dist/refs/data.json.js +0 -24
- package/dist/node_modules/ajv/dist/refs/data.json.js.map +0 -1
- package/dist/node_modules/ajv/dist/refs/json-schema-draft-07.json.js +0 -25
- package/dist/node_modules/ajv/dist/refs/json-schema-draft-07.json.js.map +0 -1
- package/dist/node_modules/ajv/dist/runtime/equal.js +0 -16
- package/dist/node_modules/ajv/dist/runtime/equal.js.map +0 -1
- package/dist/node_modules/ajv/dist/runtime/ucs2length.js +0 -30
- package/dist/node_modules/ajv/dist/runtime/ucs2length.js.map +0 -1
- package/dist/node_modules/ajv/dist/runtime/uri.js +0 -16
- package/dist/node_modules/ajv/dist/runtime/uri.js.map +0 -1
- package/dist/node_modules/ajv/dist/runtime/validation_error.js +0 -20
- package/dist/node_modules/ajv/dist/runtime/validation_error.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +0 -59
- package/dist/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +0 -114
- package/dist/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/applicator/allOf.js +0 -32
- package/dist/node_modules/ajv/dist/vocabularies/applicator/allOf.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +0 -22
- package/dist/node_modules/ajv/dist/vocabularies/applicator/anyOf.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/applicator/contains.js +0 -100
- package/dist/node_modules/ajv/dist/vocabularies/applicator/contains.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +0 -103
- package/dist/node_modules/ajv/dist/vocabularies/applicator/dependencies.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/applicator/if.js +0 -75
- package/dist/node_modules/ajv/dist/vocabularies/applicator/if.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/applicator/index.js +0 -68
- package/dist/node_modules/ajv/dist/vocabularies/applicator/index.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/applicator/items.js +0 -64
- package/dist/node_modules/ajv/dist/vocabularies/applicator/items.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/applicator/items2020.js +0 -43
- package/dist/node_modules/ajv/dist/vocabularies/applicator/items2020.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/applicator/not.js +0 -36
- package/dist/node_modules/ajv/dist/vocabularies/applicator/not.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +0 -64
- package/dist/node_modules/ajv/dist/vocabularies/applicator/oneOf.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +0 -81
- package/dist/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +0 -22
- package/dist/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/applicator/properties.js +0 -66
- package/dist/node_modules/ajv/dist/vocabularies/applicator/properties.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +0 -49
- package/dist/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +0 -23
- package/dist/node_modules/ajv/dist/vocabularies/applicator/thenElse.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/code.js +0 -140
- package/dist/node_modules/ajv/dist/vocabularies/code.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/core/id.js +0 -19
- package/dist/node_modules/ajv/dist/vocabularies/core/id.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/core/index.js +0 -27
- package/dist/node_modules/ajv/dist/vocabularies/core/index.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/core/ref.js +0 -132
- package/dist/node_modules/ajv/dist/vocabularies/core/ref.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/discriminator/index.js +0 -114
- package/dist/node_modules/ajv/dist/vocabularies/discriminator/index.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/discriminator/types.js +0 -18
- package/dist/node_modules/ajv/dist/vocabularies/discriminator/types.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/draft7.js +0 -31
- package/dist/node_modules/ajv/dist/vocabularies/draft7.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/format/format.js +0 -95
- package/dist/node_modules/ajv/dist/vocabularies/format/format.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/format/index.js +0 -16
- package/dist/node_modules/ajv/dist/vocabularies/format/index.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/metadata.js +0 -27
- package/dist/node_modules/ajv/dist/vocabularies/metadata.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/validation/const.js +0 -36
- package/dist/node_modules/ajv/dist/vocabularies/validation/const.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/validation/enum.js +0 -56
- package/dist/node_modules/ajv/dist/vocabularies/validation/enum.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/validation/index.js +0 -52
- package/dist/node_modules/ajv/dist/vocabularies/validation/index.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/validation/limitItems.js +0 -34
- package/dist/node_modules/ajv/dist/vocabularies/validation/limitItems.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/validation/limitLength.js +0 -39
- package/dist/node_modules/ajv/dist/vocabularies/validation/limitLength.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +0 -37
- package/dist/node_modules/ajv/dist/vocabularies/validation/limitNumber.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +0 -34
- package/dist/node_modules/ajv/dist/vocabularies/validation/limitProperties.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +0 -33
- package/dist/node_modules/ajv/dist/vocabularies/validation/multipleOf.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/validation/pattern.js +0 -34
- package/dist/node_modules/ajv/dist/vocabularies/validation/pattern.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/validation/required.js +0 -89
- package/dist/node_modules/ajv/dist/vocabularies/validation/required.js.map +0 -1
- package/dist/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +0 -75
- package/dist/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js.map +0 -1
- package/dist/node_modules/ajv-formats/dist/formats.js +0 -209
- package/dist/node_modules/ajv-formats/dist/formats.js.map +0 -1
- package/dist/node_modules/ajv-formats/dist/index.js +0 -51
- package/dist/node_modules/ajv-formats/dist/index.js.map +0 -1
- package/dist/node_modules/ajv-formats/dist/limit.js +0 -80
- package/dist/node_modules/ajv-formats/dist/limit.js.map +0 -1
- package/dist/node_modules/fast-deep-equal/index.js +0 -39
- package/dist/node_modules/fast-deep-equal/index.js.map +0 -1
- package/dist/node_modules/fast-uri/index.js +0 -261
- package/dist/node_modules/fast-uri/index.js.map +0 -1
- package/dist/node_modules/fast-uri/lib/schemes.js +0 -215
- package/dist/node_modules/fast-uri/lib/schemes.js.map +0 -1
- package/dist/node_modules/fast-uri/lib/utils.js +0 -261
- package/dist/node_modules/fast-uri/lib/utils.js.map +0 -1
- package/dist/node_modules/json-schema-traverse/index.js +0 -92
- package/dist/node_modules/json-schema-traverse/index.js.map +0 -1
- package/dist/node_modules/zod/v4/classic/errors.js +0 -37
- package/dist/node_modules/zod/v4/classic/errors.js.map +0 -1
- package/dist/node_modules/zod/v4/classic/iso.js +0 -43
- package/dist/node_modules/zod/v4/classic/iso.js.map +0 -1
- package/dist/node_modules/zod/v4/classic/parse.js +0 -13
- package/dist/node_modules/zod/v4/classic/parse.js.map +0 -1
- package/dist/node_modules/zod/v4/classic/schemas.js +0 -688
- package/dist/node_modules/zod/v4/classic/schemas.js.map +0 -1
- package/dist/node_modules/zod/v4/core/api.js +0 -492
- package/dist/node_modules/zod/v4/core/api.js.map +0 -1
- package/dist/node_modules/zod/v4/core/checks.js +0 -405
- package/dist/node_modules/zod/v4/core/checks.js.map +0 -1
- package/dist/node_modules/zod/v4/core/core.js +0 -58
- package/dist/node_modules/zod/v4/core/core.js.map +0 -1
- package/dist/node_modules/zod/v4/core/doc.js +0 -38
- package/dist/node_modules/zod/v4/core/doc.js.map +0 -1
- package/dist/node_modules/zod/v4/core/errors.js +0 -82
- package/dist/node_modules/zod/v4/core/errors.js.map +0 -1
- package/dist/node_modules/zod/v4/core/parse.js +0 -60
- package/dist/node_modules/zod/v4/core/parse.js.map +0 -1
- package/dist/node_modules/zod/v4/core/regexes.js +0 -87
- package/dist/node_modules/zod/v4/core/regexes.js.map +0 -1
- package/dist/node_modules/zod/v4/core/registries.js +0 -52
- package/dist/node_modules/zod/v4/core/registries.js.map +0 -1
- package/dist/node_modules/zod/v4/core/schemas.js +0 -1283
- package/dist/node_modules/zod/v4/core/schemas.js.map +0 -1
- package/dist/node_modules/zod/v4/core/util.js +0 -341
- package/dist/node_modules/zod/v4/core/util.js.map +0 -1
- package/dist/node_modules/zod/v4/core/versions.js +0 -9
- package/dist/node_modules/zod/v4/core/versions.js.map +0 -1
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/string.js +0 -2
- package/dist/node_modules/zod-to-json-schema/dist/esm/parsers/string.js.map +0 -1
package/README.md
CHANGED
|
@@ -5,15 +5,17 @@ A powerful NPM library for creating and managing knowledge graphs for Claude Cod
|
|
|
5
5
|
[](https://www.npmjs.com/package/@weavelogic/knowledge-graph-agent)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
7
|
|
|
8
|
-
## Features
|
|
9
|
-
|
|
10
|
-
|
|
|
11
|
-
|
|
12
|
-
|
|
|
13
|
-
|
|
|
14
|
-
|
|
|
15
|
-
|
|
|
16
|
-
|
|
|
8
|
+
## Features
|
|
9
|
+
|
|
10
|
+
| Category | Features |
|
|
11
|
+
|----------|----------|
|
|
12
|
+
| **Core** | Knowledge graph generation, Obsidian integration, CLAUDE.md management |
|
|
13
|
+
| **Cultivation** | Codebase analysis, seed generation, deep analysis with claude-flow |
|
|
14
|
+
| **Agents** | Multi-agent system, rules engine, workflows, MCP server with 30+ tools |
|
|
15
|
+
| **Services** | Service management, config migrations, health monitoring |
|
|
16
|
+
| **Enterprise** | Chunking, backup/recovery, advanced caching, diagnostics |
|
|
17
|
+
| **Integrations** | Workflow DevKit, RuVector semantic search, Exochain audit trail |
|
|
18
|
+
| **API & UI** | Plugin system, GraphQL API, Web dashboard, concurrent servers |
|
|
17
19
|
|
|
18
20
|
## Installation
|
|
19
21
|
|
|
@@ -39,13 +41,13 @@ kg init-primitives
|
|
|
39
41
|
# Generate knowledge graph
|
|
40
42
|
kg graph
|
|
41
43
|
|
|
42
|
-
# Start
|
|
43
|
-
kg
|
|
44
|
+
# Start all servers (MCP, GraphQL, Dashboard)
|
|
45
|
+
kg serve --all
|
|
44
46
|
```
|
|
45
47
|
|
|
46
48
|
---
|
|
47
49
|
|
|
48
|
-
##
|
|
50
|
+
## Cultivation System
|
|
49
51
|
|
|
50
52
|
### SeedGenerator
|
|
51
53
|
|
|
@@ -97,21 +99,9 @@ const changed = await cache.getChangedFiles('/project/docs');
|
|
|
97
99
|
console.log(`${changed.length} files changed since last sync`);
|
|
98
100
|
```
|
|
99
101
|
|
|
100
|
-
### CLI Commands (Phase 1)
|
|
101
|
-
|
|
102
|
-
| Command | Description |
|
|
103
|
-
|---------|-------------|
|
|
104
|
-
| `kg init-primitives` | Bootstrap primitives from codebase analysis |
|
|
105
|
-
| `kg init-primitives --dry-run` | Preview without writing files |
|
|
106
|
-
| `kg analyze-codebase` | Analyze dependencies and services |
|
|
107
|
-
| `kg cultivate` | Run cultivation pipeline |
|
|
108
|
-
| `kg cultivate --deep` | Deep analysis with agents |
|
|
109
|
-
|
|
110
102
|
---
|
|
111
103
|
|
|
112
|
-
##
|
|
113
|
-
|
|
114
|
-
### Agent System
|
|
104
|
+
## Agent System
|
|
115
105
|
|
|
116
106
|
A comprehensive agent framework with specialized agents for different tasks.
|
|
117
107
|
|
|
@@ -149,18 +139,8 @@ const result = await agent.execute(task);
|
|
|
149
139
|
console.log(result.data);
|
|
150
140
|
```
|
|
151
141
|
|
|
152
|
-
**BaseAgent Features:**
|
|
153
|
-
- Task execution with timeout and retry handling
|
|
154
|
-
- Input validation
|
|
155
|
-
- Output formatting
|
|
156
|
-
- Error handling and logging
|
|
157
|
-
- Claude-flow hooks integration
|
|
158
|
-
- Message passing between agents
|
|
159
|
-
|
|
160
142
|
### RulesEngine for Automation
|
|
161
143
|
|
|
162
|
-
Define and execute automation rules based on triggers and conditions.
|
|
163
|
-
|
|
164
144
|
```typescript
|
|
165
145
|
import { RulesEngine, RuleType, TriggerType } from '@weavelogic/knowledge-graph-agent';
|
|
166
146
|
|
|
@@ -180,8 +160,6 @@ engine.start();
|
|
|
180
160
|
|
|
181
161
|
### Workflow Registry
|
|
182
162
|
|
|
183
|
-
Multi-step workflow orchestration with dependencies.
|
|
184
|
-
|
|
185
163
|
```typescript
|
|
186
164
|
import { WorkflowRegistry } from '@weavelogic/knowledge-graph-agent';
|
|
187
165
|
|
|
@@ -200,258 +178,276 @@ registry.register({
|
|
|
200
178
|
await registry.execute('documentation-sync', { projectRoot: '/project' });
|
|
201
179
|
```
|
|
202
180
|
|
|
203
|
-
|
|
181
|
+
---
|
|
204
182
|
|
|
205
|
-
|
|
183
|
+
## Plugin System
|
|
206
184
|
|
|
207
|
-
|
|
208
|
-
import { VaultMemorySync } from '@weavelogic/knowledge-graph-agent';
|
|
185
|
+
Extensible plugin architecture for custom analyzers with 13 lifecycle hooks.
|
|
209
186
|
|
|
210
|
-
|
|
211
|
-
vaultPath: '/project/docs',
|
|
212
|
-
namespace: 'knowledge-graph',
|
|
213
|
-
});
|
|
214
|
-
|
|
215
|
-
await sync.syncAll();
|
|
216
|
-
```
|
|
187
|
+
### Built-in Plugins
|
|
217
188
|
|
|
218
|
-
|
|
189
|
+
| Plugin | Description |
|
|
190
|
+
|--------|-------------|
|
|
191
|
+
| `code-complexity` | Cyclomatic, cognitive, and Halstead complexity metrics |
|
|
192
|
+
| `dependency-health` | Vulnerability scanning, outdated detection, health scores |
|
|
219
193
|
|
|
220
|
-
|
|
194
|
+
### Plugin CLI
|
|
221
195
|
|
|
222
196
|
```bash
|
|
223
|
-
#
|
|
224
|
-
kg
|
|
197
|
+
# List installed plugins
|
|
198
|
+
kg plugin list
|
|
225
199
|
|
|
226
|
-
#
|
|
227
|
-
kg
|
|
200
|
+
# Install a plugin
|
|
201
|
+
kg plugin install <source>
|
|
228
202
|
|
|
229
|
-
#
|
|
230
|
-
kg
|
|
203
|
+
# Run an analyzer
|
|
204
|
+
kg plugin run code-complexity src/index.ts
|
|
231
205
|
|
|
232
|
-
# Show
|
|
233
|
-
kg
|
|
206
|
+
# Show plugin details
|
|
207
|
+
kg plugin info dependency-health
|
|
208
|
+
|
|
209
|
+
# Create a plugin from template
|
|
210
|
+
kg plugin create my-analyzer
|
|
234
211
|
```
|
|
235
212
|
|
|
213
|
+
### Custom Plugin Development
|
|
214
|
+
|
|
236
215
|
```typescript
|
|
237
|
-
import {
|
|
216
|
+
import { AnalyzerPlugin, PluginContext } from '@weavelogic/knowledge-graph-agent';
|
|
217
|
+
|
|
218
|
+
export class MyAnalyzerPlugin implements AnalyzerPlugin {
|
|
219
|
+
name = 'my-analyzer';
|
|
220
|
+
version = '1.0.0';
|
|
221
|
+
supportedContentTypes = ['text/typescript', 'text/javascript'];
|
|
222
|
+
|
|
223
|
+
async analyze(input: AnalysisInput): Promise<AnalysisResult> {
|
|
224
|
+
// Analysis logic
|
|
225
|
+
return {
|
|
226
|
+
success: true,
|
|
227
|
+
analysisType: 'my-analyzer',
|
|
228
|
+
entities: [...],
|
|
229
|
+
relationships: [...],
|
|
230
|
+
tags: [...],
|
|
231
|
+
};
|
|
232
|
+
}
|
|
238
233
|
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
234
|
+
// Streaming support
|
|
235
|
+
async *analyzeStream(input: AnalysisInput): AsyncIterable<AnalysisStreamChunk> {
|
|
236
|
+
yield { type: 'progress', progress: 50 };
|
|
237
|
+
yield { type: 'entity', data: { id: '...', type: '...' } };
|
|
238
|
+
yield { type: 'complete', data: { message: 'Done' } };
|
|
239
|
+
}
|
|
240
|
+
}
|
|
242
241
|
```
|
|
243
242
|
|
|
244
|
-
|
|
243
|
+
---
|
|
245
244
|
|
|
246
|
-
|
|
245
|
+
## GraphQL API
|
|
247
246
|
|
|
248
|
-
|
|
249
|
-
# Start MCP server
|
|
250
|
-
kg mcp start
|
|
247
|
+
Full-featured GraphQL API with real-time subscriptions.
|
|
251
248
|
|
|
252
|
-
|
|
253
|
-
npx @weavelogic/knowledge-graph-agent mcp start
|
|
254
|
-
```
|
|
249
|
+
### Start GraphQL Server
|
|
255
250
|
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|----------|-------|
|
|
260
|
-
| Graph | `kg_query`, `kg_stats`, `kg_get_node`, `kg_list_tags` |
|
|
261
|
-
| Cache | `kg_cache_stats` |
|
|
262
|
-
| Agents | `kg_agent_spawn`, `kg_agent_list` |
|
|
263
|
-
| System | `kg_health`, `kg_health_check` |
|
|
264
|
-
| Search | `kg_search_nodes`, `kg_search_tags` |
|
|
265
|
-
| Workflow | `kg_workflow_start`, `kg_workflow_status`, `kg_workflow_list` |
|
|
266
|
-
| Vector | `kg_vector_search`, `kg_vector_upsert` |
|
|
267
|
-
| Trajectory | `kg_trajectory_list` |
|
|
268
|
-
| Audit | `kg_audit_query`, `kg_audit_checkpoint` |
|
|
269
|
-
| Sync | `kg_sync_status` |
|
|
251
|
+
```bash
|
|
252
|
+
# Start GraphQL server on port 4000
|
|
253
|
+
kg serve --graphql
|
|
270
254
|
|
|
271
|
-
|
|
255
|
+
# Custom port
|
|
256
|
+
kg serve --graphql --port-graphql 8080
|
|
257
|
+
```
|
|
272
258
|
|
|
273
|
-
|
|
259
|
+
### Query Examples
|
|
260
|
+
|
|
261
|
+
```graphql
|
|
262
|
+
# Get all nodes
|
|
263
|
+
query {
|
|
264
|
+
nodes(filter: { type: CONCEPT }, pagination: { first: 10 }) {
|
|
265
|
+
edges {
|
|
266
|
+
node {
|
|
267
|
+
id
|
|
268
|
+
title
|
|
269
|
+
type
|
|
270
|
+
tags
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
pageInfo {
|
|
274
|
+
hasNextPage
|
|
275
|
+
endCursor
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
}
|
|
274
279
|
|
|
275
|
-
|
|
280
|
+
# Search nodes
|
|
281
|
+
query {
|
|
282
|
+
searchNodes(query: "authentication", options: { limit: 5 }) {
|
|
283
|
+
id
|
|
284
|
+
title
|
|
285
|
+
score
|
|
286
|
+
snippet
|
|
287
|
+
}
|
|
288
|
+
}
|
|
276
289
|
|
|
277
|
-
|
|
290
|
+
# Get graph structure
|
|
291
|
+
query {
|
|
292
|
+
graph {
|
|
293
|
+
nodes { id title type }
|
|
294
|
+
edges { source target type }
|
|
295
|
+
stats { nodeCount edgeCount }
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
```
|
|
278
299
|
|
|
279
|
-
|
|
280
|
-
import { createServiceManager, ServiceHandler } from '@weavelogic/knowledge-graph-agent';
|
|
281
|
-
|
|
282
|
-
const manager = createServiceManager();
|
|
283
|
-
|
|
284
|
-
// Register a service
|
|
285
|
-
await manager.register(
|
|
286
|
-
{
|
|
287
|
-
id: 'file-watcher',
|
|
288
|
-
name: 'File Watcher',
|
|
289
|
-
type: 'watcher',
|
|
290
|
-
autoStart: true,
|
|
291
|
-
healthCheckInterval: 60000,
|
|
292
|
-
restartOnFailure: true,
|
|
293
|
-
maxRestarts: 3,
|
|
294
|
-
},
|
|
295
|
-
myWatcherService
|
|
296
|
-
);
|
|
300
|
+
### Subscriptions
|
|
297
301
|
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
302
|
+
```graphql
|
|
303
|
+
# Real-time node updates
|
|
304
|
+
subscription {
|
|
305
|
+
nodeCreated {
|
|
306
|
+
id
|
|
307
|
+
title
|
|
308
|
+
createdAt
|
|
309
|
+
}
|
|
310
|
+
}
|
|
301
311
|
|
|
302
|
-
|
|
303
|
-
|
|
312
|
+
subscription {
|
|
313
|
+
analysisProgress(analysisId: "abc123") {
|
|
314
|
+
progress
|
|
315
|
+
phase
|
|
316
|
+
message
|
|
317
|
+
}
|
|
318
|
+
}
|
|
304
319
|
```
|
|
305
320
|
|
|
306
|
-
###
|
|
321
|
+
### Custom Scalars
|
|
307
322
|
|
|
308
|
-
|
|
323
|
+
- `DateTime` - ISO 8601 timestamps
|
|
324
|
+
- `JSON` - Arbitrary JSON data
|
|
325
|
+
- `UUID` - RFC 4122 UUIDs
|
|
326
|
+
- `FilePath` - Validated file paths
|
|
309
327
|
|
|
310
|
-
|
|
311
|
-
import { createConfigManager } from '@weavelogic/knowledge-graph-agent';
|
|
328
|
+
---
|
|
312
329
|
|
|
313
|
-
|
|
330
|
+
## Web Dashboard
|
|
314
331
|
|
|
315
|
-
|
|
316
|
-
const dbConfig = config.get('database');
|
|
317
|
-
console.log(dbConfig.path);
|
|
332
|
+
Interactive visualization dashboard built with Next.js 14.
|
|
318
333
|
|
|
319
|
-
|
|
320
|
-
config.update({
|
|
321
|
-
cache: { maxSize: 2000, evictionPolicy: 'lfu' },
|
|
322
|
-
});
|
|
334
|
+
### Start Dashboard
|
|
323
335
|
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
336
|
+
```bash
|
|
337
|
+
# Start dashboard on port 3000
|
|
338
|
+
kg serve --dashboard
|
|
339
|
+
|
|
340
|
+
# Development mode with hot reload
|
|
341
|
+
kg dashboard start
|
|
330
342
|
|
|
331
|
-
|
|
343
|
+
# Build for production
|
|
344
|
+
kg dashboard build
|
|
332
345
|
|
|
333
|
-
|
|
334
|
-
|
|
346
|
+
# Serve production build
|
|
347
|
+
kg dashboard serve
|
|
335
348
|
```
|
|
336
349
|
|
|
337
|
-
###
|
|
350
|
+
### Features
|
|
338
351
|
|
|
339
|
-
|
|
352
|
+
- **Graph Visualization**: Interactive cytoscape.js graph with zoom, pan, and node selection
|
|
353
|
+
- **Data Tables**: Sortable, filterable tables with TanStack Table
|
|
354
|
+
- **Search**: Full-text and semantic search with filters
|
|
355
|
+
- **Real-time Updates**: WebSocket subscriptions for live data
|
|
356
|
+
- **Agent Monitoring**: View agent status and execution history
|
|
357
|
+
- **Workflow Tracking**: Monitor workflow progress and results
|
|
340
358
|
|
|
341
|
-
|
|
342
|
-
import { createHealthMonitor, createMemoryCheck, createDatabaseCheck } from '@weavelogic/knowledge-graph-agent';
|
|
359
|
+
### Dashboard CLI
|
|
343
360
|
|
|
344
|
-
|
|
361
|
+
```bash
|
|
362
|
+
kg dashboard start # Start dev server
|
|
363
|
+
kg dashboard start --port 8080 # Custom port
|
|
364
|
+
kg dashboard start --open # Open in browser
|
|
365
|
+
kg dashboard build # Production build
|
|
366
|
+
kg dashboard serve # Serve production
|
|
367
|
+
kg dashboard status # Check status
|
|
368
|
+
kg dashboard open # Open in browser
|
|
369
|
+
```
|
|
345
370
|
|
|
346
|
-
|
|
347
|
-
monitor.registerCheck(createMemoryCheck(85)); // Alert at 85% heap usage
|
|
348
|
-
monitor.registerCheck(createDatabaseCheck('/project/.kg/knowledge.db'));
|
|
371
|
+
---
|
|
349
372
|
|
|
350
|
-
|
|
351
|
-
monitor.on('alert', (alert) => {
|
|
352
|
-
console.error(`[${alert.severity}] ${alert.component}: ${alert.message}`);
|
|
353
|
-
});
|
|
373
|
+
## Concurrent Server Execution
|
|
354
374
|
|
|
355
|
-
|
|
356
|
-
monitor.start();
|
|
375
|
+
Run multiple servers simultaneously with the `serve` command.
|
|
357
376
|
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
console.log(`Uptime: ${health.uptime}ms`);
|
|
362
|
-
```
|
|
377
|
+
```bash
|
|
378
|
+
# Start all servers
|
|
379
|
+
kg serve --all
|
|
363
380
|
|
|
364
|
-
|
|
381
|
+
# Start specific servers
|
|
382
|
+
kg serve --mcp --graphql
|
|
383
|
+
kg serve --graphql --dashboard
|
|
365
384
|
|
|
366
|
-
|
|
385
|
+
# Custom ports
|
|
386
|
+
kg serve --all --port-graphql 4001 --port-dashboard 3001
|
|
367
387
|
|
|
368
|
-
|
|
369
|
-
|
|
388
|
+
# With custom database
|
|
389
|
+
kg serve --all --db ./data/knowledge.db
|
|
390
|
+
```
|
|
370
391
|
|
|
371
|
-
|
|
392
|
+
### Server Options
|
|
372
393
|
|
|
373
|
-
|
|
374
|
-
|
|
394
|
+
| Flag | Description | Default |
|
|
395
|
+
|------|-------------|---------|
|
|
396
|
+
| `--mcp` | Enable MCP server (stdio) | Enabled by default |
|
|
397
|
+
| `--graphql` | Enable GraphQL server | Port 4000 |
|
|
398
|
+
| `--dashboard` | Enable web dashboard | Port 3000 |
|
|
399
|
+
| `--all` | Enable all servers | - |
|
|
400
|
+
| `--port-graphql <port>` | GraphQL port | 4000 |
|
|
401
|
+
| `--port-dashboard <port>` | Dashboard port | 3000 |
|
|
402
|
+
| `--db <path>` | Database path | .kg/knowledge.db |
|
|
375
403
|
|
|
376
|
-
|
|
377
|
-
const decision = tracker.recordDecision({
|
|
378
|
-
action: 'Extract entities from query',
|
|
379
|
-
reasoning: [
|
|
380
|
-
'Query contains multiple noun phrases',
|
|
381
|
-
'NLP analysis identified 3 potential entities',
|
|
382
|
-
'Confidence scores above threshold',
|
|
383
|
-
],
|
|
384
|
-
confidence: 'high',
|
|
385
|
-
context: {
|
|
386
|
-
trigger: 'user_query',
|
|
387
|
-
inputs: { query: 'Tell me about React and TypeScript' },
|
|
388
|
-
constraints: ['max 10 entities'],
|
|
389
|
-
alternatives: [],
|
|
390
|
-
},
|
|
391
|
-
});
|
|
404
|
+
---
|
|
392
405
|
|
|
393
|
-
|
|
394
|
-
tracker.recordOutcome(decision.id, {
|
|
395
|
-
success: true,
|
|
396
|
-
result: { entities: ['React', 'TypeScript'] },
|
|
397
|
-
duration: 150,
|
|
398
|
-
sideEffects: [],
|
|
399
|
-
});
|
|
406
|
+
## MCP Server
|
|
400
407
|
|
|
401
|
-
|
|
402
|
-
console.log(tracker.explainDecision(decision.id));
|
|
408
|
+
Model Context Protocol server for Claude integration with 30+ tools.
|
|
403
409
|
|
|
404
|
-
|
|
405
|
-
|
|
410
|
+
```bash
|
|
411
|
+
# Start MCP server
|
|
412
|
+
kg serve --mcp
|
|
406
413
|
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
console.log(`Success rate: ${stats.successRate * 100}%`);
|
|
414
|
+
# Or via npx
|
|
415
|
+
npx @weavelogic/knowledge-graph-agent mcp start
|
|
410
416
|
```
|
|
411
417
|
|
|
412
|
-
|
|
418
|
+
**Available MCP Tools:**
|
|
413
419
|
|
|
414
|
-
|
|
420
|
+
| Category | Tools |
|
|
421
|
+
|----------|-------|
|
|
422
|
+
| Graph | `kg_query`, `kg_stats`, `kg_get_node`, `kg_list_tags` |
|
|
423
|
+
| Cache | `kg_cache_stats` |
|
|
424
|
+
| Agents | `kg_agent_spawn`, `kg_agent_list` |
|
|
425
|
+
| System | `kg_health`, `kg_health_check` |
|
|
426
|
+
| Search | `kg_search_nodes`, `kg_search_tags` |
|
|
427
|
+
| Workflow | `kg_workflow_start`, `kg_workflow_status`, `kg_workflow_list` |
|
|
428
|
+
| Vector | `kg_vector_search`, `kg_vector_upsert` |
|
|
429
|
+
| Trajectory | `kg_trajectory_list` |
|
|
430
|
+
| Audit | `kg_audit_query`, `kg_audit_checkpoint` |
|
|
415
431
|
|
|
416
|
-
|
|
432
|
+
---
|
|
417
433
|
|
|
418
|
-
|
|
434
|
+
## Enterprise Features
|
|
419
435
|
|
|
420
|
-
|
|
421
|
-
- `fixed` - Character-based chunking with overlap
|
|
422
|
-
- `semantic` - Paragraph-based chunking
|
|
423
|
-
- `markdown` - Respects markdown structure (headers, sections)
|
|
424
|
-
- `code` - Preserves code blocks as atomic units
|
|
425
|
-
- `adaptive` - Auto-selects best strategy based on content
|
|
436
|
+
### Chunker for Large Documents
|
|
426
437
|
|
|
427
438
|
```typescript
|
|
428
439
|
import { createChunker, chunkDocument } from '@weavelogic/knowledge-graph-agent';
|
|
429
440
|
|
|
430
|
-
// Quick usage
|
|
431
441
|
const result = chunkDocument(largeMarkdownContent, {
|
|
432
|
-
strategy: 'adaptive',
|
|
442
|
+
strategy: 'adaptive', // fixed, semantic, markdown, code, adaptive
|
|
433
443
|
maxSize: 2000,
|
|
434
444
|
overlap: 50,
|
|
435
445
|
});
|
|
436
446
|
|
|
437
447
|
console.log(`Split into ${result.chunks.length} chunks`);
|
|
438
|
-
console.log(`Processing time: ${result.processingTime}ms`);
|
|
439
|
-
|
|
440
|
-
// With configuration
|
|
441
|
-
const chunker = createChunker({
|
|
442
|
-
defaultStrategy: 'markdown',
|
|
443
|
-
defaultMaxSize: 4000,
|
|
444
|
-
});
|
|
445
|
-
|
|
446
|
-
const chunks = chunker.chunk(content);
|
|
447
|
-
for (const chunk of chunks) {
|
|
448
|
-
console.log(`Chunk ${chunk.id}: ${chunk.metadata.wordCount} words`);
|
|
449
|
-
}
|
|
450
448
|
```
|
|
451
449
|
|
|
452
|
-
### BackupManager
|
|
453
|
-
|
|
454
|
-
Automatic backup with gzip compression and checksums.
|
|
450
|
+
### BackupManager
|
|
455
451
|
|
|
456
452
|
```typescript
|
|
457
453
|
import { createBackupManager } from '@weavelogic/knowledge-graph-agent';
|
|
@@ -461,323 +457,93 @@ const backup = createBackupManager('/project/.kg/knowledge.db', {
|
|
|
461
457
|
interval: 86400000, // 24 hours
|
|
462
458
|
maxBackups: 5,
|
|
463
459
|
compress: true,
|
|
464
|
-
backupPath: '/project/.kg/backups',
|
|
465
460
|
});
|
|
466
461
|
|
|
467
|
-
|
|
468
|
-
const info = await backup.createBackup();
|
|
469
|
-
console.log(`Backup created: ${info.id}`);
|
|
470
|
-
console.log(`Size: ${info.size} bytes`);
|
|
471
|
-
console.log(`Checksum: ${info.checksum}`);
|
|
472
|
-
|
|
473
|
-
// List backups
|
|
474
|
-
const backups = backup.listBackups();
|
|
475
|
-
for (const b of backups) {
|
|
476
|
-
console.log(`${b.id}: ${b.timestamp.toISOString()}`);
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
// Restore from backup
|
|
480
|
-
await backup.restore(backups[0].id);
|
|
481
|
-
|
|
482
|
-
// Start automatic backups
|
|
462
|
+
await backup.createBackup();
|
|
483
463
|
backup.startAutoBackup();
|
|
484
464
|
```
|
|
485
465
|
|
|
486
|
-
###
|
|
487
|
-
|
|
488
|
-
Comprehensive database integrity checking and repair.
|
|
489
|
-
|
|
490
|
-
```typescript
|
|
491
|
-
import { createIntegrityChecker, checkDatabaseIntegrity } from '@weavelogic/knowledge-graph-agent';
|
|
492
|
-
|
|
493
|
-
// Quick check
|
|
494
|
-
const result = checkDatabaseIntegrity('/project/.kg/knowledge.db');
|
|
495
|
-
console.log(`Valid: ${result.valid}`);
|
|
496
|
-
console.log(`Errors: ${result.errors.length}`);
|
|
497
|
-
console.log(`Warnings: ${result.warnings.length}`);
|
|
498
|
-
|
|
499
|
-
// Detailed check with repair
|
|
500
|
-
const checker = createIntegrityChecker('/project/.kg/knowledge.db');
|
|
501
|
-
const check = checker.check();
|
|
502
|
-
|
|
503
|
-
for (const table of check.tables) {
|
|
504
|
-
console.log(`${table.name}: ${table.rowCount} rows, valid: ${table.valid}`);
|
|
505
|
-
if (!table.valid) {
|
|
506
|
-
console.log(` Issues: ${table.issues.join(', ')}`);
|
|
507
|
-
}
|
|
508
|
-
}
|
|
509
|
-
|
|
510
|
-
// Repair database
|
|
511
|
-
if (!check.valid) {
|
|
512
|
-
const repaired = checker.repair();
|
|
513
|
-
console.log(`Repair ${repaired ? 'successful' : 'failed'}`);
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
// Get database stats
|
|
517
|
-
const stats = checker.getStats();
|
|
518
|
-
console.log(`Pages: ${stats.pageCount}, Free: ${stats.freePages}`);
|
|
519
|
-
console.log(`WAL mode: ${stats.walMode}`);
|
|
520
|
-
```
|
|
521
|
-
|
|
522
|
-
### AdvancedCache with Multiple Eviction Policies
|
|
523
|
-
|
|
524
|
-
High-performance caching with LRU, LFU, FIFO, and TTL eviction.
|
|
466
|
+
### AdvancedCache
|
|
525
467
|
|
|
526
468
|
```typescript
|
|
527
469
|
import { createAdvancedCache } from '@weavelogic/knowledge-graph-agent';
|
|
528
470
|
|
|
529
471
|
const cache = createAdvancedCache<User>({
|
|
530
|
-
maxSize: 50 * 1024 * 1024,
|
|
472
|
+
maxSize: 50 * 1024 * 1024,
|
|
531
473
|
maxEntries: 1000,
|
|
532
|
-
defaultTTL: 300000,
|
|
533
|
-
evictionPolicy: 'lru', //
|
|
534
|
-
onEvict: (key, value) => console.log(`Evicted: ${key}`),
|
|
474
|
+
defaultTTL: 300000,
|
|
475
|
+
evictionPolicy: 'lru', // lru, lfu, fifo, ttl
|
|
535
476
|
});
|
|
536
477
|
|
|
537
|
-
|
|
538
|
-
cache.set('user:123', userData, { tags: ['user', 'active'] });
|
|
478
|
+
cache.set('user:123', userData, { tags: ['user'] });
|
|
539
479
|
const user = cache.get<User>('user:123');
|
|
540
|
-
|
|
541
|
-
// Tag-based operations
|
|
542
|
-
const activeUsers = cache.getByTag('active');
|
|
543
|
-
cache.deleteByTag('user');
|
|
544
|
-
|
|
545
|
-
// Get or set with factory
|
|
546
|
-
const result = await cache.getOrSet('expensive:key', async () => {
|
|
547
|
-
return await expensiveComputation();
|
|
548
|
-
}, { ttl: 60000 });
|
|
549
|
-
|
|
550
|
-
// Statistics
|
|
551
|
-
const stats = cache.getStats();
|
|
552
|
-
console.log(`Hit rate: ${(stats.hitRate * 100).toFixed(1)}%`);
|
|
553
|
-
console.log(`Evictions: ${stats.evictions}`);
|
|
554
|
-
|
|
555
|
-
// Change policy at runtime
|
|
556
|
-
cache.setEvictionPolicy('lfu');
|
|
557
|
-
```
|
|
558
|
-
|
|
559
|
-
### Diagnostics CLI
|
|
560
|
-
|
|
561
|
-
Comprehensive troubleshooting tools.
|
|
562
|
-
|
|
563
|
-
```bash
|
|
564
|
-
# Run full diagnostics
|
|
565
|
-
kg diag run
|
|
566
|
-
|
|
567
|
-
# Attempt to fix issues
|
|
568
|
-
kg diag run --fix
|
|
569
|
-
|
|
570
|
-
# Check system health
|
|
571
|
-
kg diag health
|
|
572
|
-
|
|
573
|
-
# Repair database issues
|
|
574
|
-
kg diag repair
|
|
575
|
-
|
|
576
|
-
# Create database backup
|
|
577
|
-
kg diag backup
|
|
578
|
-
|
|
579
|
-
# List existing backups
|
|
580
|
-
kg diag backup --list
|
|
581
|
-
|
|
582
|
-
# Show system information
|
|
583
|
-
kg diag info
|
|
584
480
|
```
|
|
585
481
|
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
## Phase 5: External Integrations
|
|
589
|
-
|
|
590
|
-
### Workflow DevKit Integration (useworkflow.dev)
|
|
591
|
-
|
|
592
|
-
Integration with the Workflow DevKit for durable workflow orchestration with Postgres persistence.
|
|
593
|
-
|
|
594
|
-
**Key Concepts:**
|
|
595
|
-
- **Postgres World**: Durable state persistence with transactional guarantees
|
|
596
|
-
- **"use workflow" / "use step" directives**: Declarative workflow definition
|
|
597
|
-
- **DurableAgent**: Agents that survive restarts and can resume from any step
|
|
598
|
-
- **GOAP Planning**: Goal-Oriented Action Planning for intelligent task decomposition
|
|
482
|
+
### HealthMonitor
|
|
599
483
|
|
|
600
484
|
```typescript
|
|
601
|
-
import {
|
|
485
|
+
import { createHealthMonitor, createMemoryCheck } from '@weavelogic/knowledge-graph-agent';
|
|
602
486
|
|
|
603
|
-
const
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
// Start a durable workflow
|
|
609
|
-
const execution = await workflow.start('document-analysis', {
|
|
610
|
-
input: { path: '/docs' },
|
|
611
|
-
resumable: true,
|
|
612
|
-
});
|
|
613
|
-
|
|
614
|
-
// Check workflow status
|
|
615
|
-
const status = await workflow.getStatus(execution.id);
|
|
616
|
-
console.log(`Step ${status.currentStep}/${status.totalSteps}: ${status.state}`);
|
|
617
|
-
|
|
618
|
-
// List active workflows
|
|
619
|
-
const active = await workflow.list({ status: 'running' });
|
|
487
|
+
const monitor = createHealthMonitor({ checkInterval: 30000 });
|
|
488
|
+
monitor.registerCheck(createMemoryCheck(85));
|
|
489
|
+
monitor.on('alert', (alert) => console.error(alert));
|
|
490
|
+
monitor.start();
|
|
620
491
|
```
|
|
621
492
|
|
|
622
|
-
**CLI Commands:**
|
|
623
|
-
|
|
624
|
-
| Command | Description |
|
|
625
|
-
|---------|-------------|
|
|
626
|
-
| `kg workflow start <name>` | Start a named workflow |
|
|
627
|
-
| `kg workflow status <id>` | Get workflow execution status |
|
|
628
|
-
| `kg workflow list` | List active workflow executions |
|
|
629
|
-
| `kg workflow resume <id>` | Resume a paused workflow |
|
|
630
|
-
| `kg workflow cancel <id>` | Cancel a running workflow |
|
|
631
|
-
| `kg workflow history <name>` | Show workflow execution history |
|
|
632
|
-
| `kg workflow steps <name>` | List steps in a workflow definition |
|
|
633
|
-
|
|
634
|
-
**MCP Tools:**
|
|
635
|
-
- `kg_workflow_start` - Start a workflow execution
|
|
636
|
-
- `kg_workflow_status` - Get execution status and progress
|
|
637
|
-
- `kg_workflow_list` - List workflows with filtering
|
|
638
|
-
|
|
639
493
|
---
|
|
640
494
|
|
|
641
|
-
|
|
495
|
+
## External Integrations
|
|
642
496
|
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
**Key Features:**
|
|
646
|
-
- **HNSW Approximate Nearest Neighbor**: Sub-millisecond search on millions of vectors
|
|
647
|
-
- **Hybrid Search**: Combines vector similarity with keyword matching
|
|
648
|
-
- **Trajectory Tracking**: Records decision paths for experience replay
|
|
649
|
-
- **Self-Learning**: Agents improve through trajectory analysis
|
|
497
|
+
### RuVector Semantic Search
|
|
650
498
|
|
|
651
499
|
```typescript
|
|
652
500
|
import { VectorStore, TrajectoryTracker } from '@weavelogic/knowledge-graph-agent';
|
|
653
501
|
|
|
654
|
-
// Initialize vector store
|
|
655
502
|
const vectors = new VectorStore({
|
|
656
503
|
dimensions: 1536,
|
|
657
504
|
metric: 'cosine',
|
|
658
|
-
hnswConfig: { m: 16, efConstruction: 200 },
|
|
659
505
|
});
|
|
660
506
|
|
|
661
|
-
// Upsert vectors with metadata
|
|
662
507
|
await vectors.upsert([
|
|
663
|
-
{ id: 'doc-1', values: embedding, metadata: { type: 'concept'
|
|
508
|
+
{ id: 'doc-1', values: embedding, metadata: { type: 'concept' } },
|
|
664
509
|
]);
|
|
665
510
|
|
|
666
|
-
|
|
667
|
-
const results = await vectors.search(queryEmbedding, {
|
|
668
|
-
topK: 10,
|
|
669
|
-
filter: { type: 'concept' },
|
|
670
|
-
includeMetadata: true,
|
|
671
|
-
});
|
|
672
|
-
|
|
673
|
-
// Hybrid search (vector + keyword)
|
|
674
|
-
const hybridResults = await vectors.hybridSearch({
|
|
675
|
-
vector: queryEmbedding,
|
|
676
|
-
keywords: ['authentication', 'oauth'],
|
|
677
|
-
alpha: 0.7, // Weight: 70% vector, 30% keyword
|
|
678
|
-
});
|
|
679
|
-
|
|
680
|
-
// Trajectory tracking for self-learning
|
|
681
|
-
const tracker = new TrajectoryTracker();
|
|
682
|
-
tracker.recordStep({
|
|
683
|
-
state: { context: 'user-query' },
|
|
684
|
-
action: 'search-knowledge-graph',
|
|
685
|
-
reward: 0.8,
|
|
686
|
-
nextState: { context: 'results-found' },
|
|
687
|
-
});
|
|
688
|
-
|
|
689
|
-
const trajectories = tracker.list({ minReward: 0.7 });
|
|
511
|
+
const results = await vectors.search(queryEmbedding, { topK: 10 });
|
|
690
512
|
```
|
|
691
513
|
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
| Command | Description |
|
|
695
|
-
|---------|-------------|
|
|
696
|
-
| `kg vector search <query>` | Semantic search across knowledge graph |
|
|
697
|
-
| `kg vector upsert <file>` | Add/update vectors from file |
|
|
698
|
-
| `kg vector delete <ids>` | Delete vectors by ID |
|
|
699
|
-
| `kg vector stats` | Show vector index statistics |
|
|
700
|
-
| `kg trajectory list` | List recorded trajectories |
|
|
701
|
-
| `kg trajectory analyze` | Analyze trajectory patterns |
|
|
702
|
-
| `kg trajectory export` | Export trajectories for training |
|
|
703
|
-
| `kg trajectory prune` | Remove low-value trajectories |
|
|
704
|
-
|
|
705
|
-
**MCP Tools:**
|
|
706
|
-
- `kg_vector_search` - Semantic search with filters
|
|
707
|
-
- `kg_vector_upsert` - Add or update vectors
|
|
708
|
-
- `kg_trajectory_list` - List agent trajectories
|
|
709
|
-
|
|
710
|
-
---
|
|
711
|
-
|
|
712
|
-
### Exochain Integration
|
|
713
|
-
|
|
714
|
-
Cryptographically verifiable audit trail with DAG-BFT consensus for distributed knowledge graph operations.
|
|
715
|
-
|
|
716
|
-
**Key Features:**
|
|
717
|
-
- **DAG-BFT Consensus**: Byzantine Fault Tolerant ordering without leader
|
|
718
|
-
- **Hybrid Logical Clocks (HLC)**: Causally consistent timestamps
|
|
719
|
-
- **BLAKE3 Hashing**: Fast cryptographic content addressing
|
|
720
|
-
- **Ed25519 Signatures**: Agent-signed operations
|
|
721
|
-
- **Syndication**: Replicate audit logs across nodes
|
|
514
|
+
### Exochain Audit Trail
|
|
722
515
|
|
|
723
516
|
```typescript
|
|
724
|
-
import { AuditTrail
|
|
517
|
+
import { AuditTrail } from '@weavelogic/knowledge-graph-agent';
|
|
725
518
|
|
|
726
|
-
// Initialize audit trail
|
|
727
519
|
const audit = new AuditTrail({
|
|
728
520
|
signingKey: process.env.AGENT_PRIVATE_KEY,
|
|
729
521
|
hlcEnabled: true,
|
|
730
|
-
dagBftQuorum: 3,
|
|
731
522
|
});
|
|
732
523
|
|
|
733
|
-
// Record an audited operation
|
|
734
524
|
const checkpoint = await audit.checkpoint({
|
|
735
525
|
operation: 'node_created',
|
|
736
526
|
nodeId: 'concept-123',
|
|
737
527
|
agent: 'coder-agent',
|
|
738
|
-
data: { title: 'Authentication Flow' },
|
|
739
528
|
});
|
|
529
|
+
```
|
|
740
530
|
|
|
741
|
-
|
|
742
|
-
console.log(`HLC: ${checkpoint.hlc}`);
|
|
743
|
-
console.log(`Signature: ${checkpoint.signature}`);
|
|
531
|
+
### Workflow DevKit
|
|
744
532
|
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
nodeId: 'concept-123',
|
|
748
|
-
since: '2024-01-01',
|
|
749
|
-
operations: ['node_created', 'node_updated'],
|
|
750
|
-
});
|
|
533
|
+
```typescript
|
|
534
|
+
import { WorkflowManager } from '@weavelogic/knowledge-graph-agent';
|
|
751
535
|
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
syndication: true,
|
|
536
|
+
const workflow = new WorkflowManager({
|
|
537
|
+
postgres: process.env.DATABASE_URL,
|
|
538
|
+
durableAgents: true,
|
|
756
539
|
});
|
|
757
540
|
|
|
758
|
-
const
|
|
759
|
-
|
|
760
|
-
|
|
541
|
+
const execution = await workflow.start('document-analysis', {
|
|
542
|
+
input: { path: '/docs' },
|
|
543
|
+
resumable: true,
|
|
544
|
+
});
|
|
761
545
|
```
|
|
762
546
|
|
|
763
|
-
**CLI Commands:**
|
|
764
|
-
|
|
765
|
-
| Command | Description |
|
|
766
|
-
|---------|-------------|
|
|
767
|
-
| `kg audit query` | Query audit trail with filters |
|
|
768
|
-
| `kg audit checkpoint` | Create a manual checkpoint |
|
|
769
|
-
| `kg audit verify <hash>` | Verify checkpoint integrity |
|
|
770
|
-
| `kg audit export` | Export audit log |
|
|
771
|
-
| `kg audit stats` | Show audit trail statistics |
|
|
772
|
-
| `kg sync status` | Show synchronization status |
|
|
773
|
-
| `kg sync peers` | List connected peers |
|
|
774
|
-
| `kg sync force` | Force synchronization |
|
|
775
|
-
|
|
776
|
-
**MCP Tools:**
|
|
777
|
-
- `kg_audit_query` - Query audit trail
|
|
778
|
-
- `kg_audit_checkpoint` - Create checkpoint
|
|
779
|
-
- `kg_sync_status` - Get sync status
|
|
780
|
-
|
|
781
547
|
---
|
|
782
548
|
|
|
783
549
|
## CLI Commands Reference
|
|
@@ -788,7 +554,6 @@ console.log(`Peers: ${status.connectedPeers}/${status.totalPeers}`);
|
|
|
788
554
|
|---------|-------------|
|
|
789
555
|
| `kg init` | Initialize knowledge graph in project |
|
|
790
556
|
| `kg init-primitives` | Bootstrap primitives from codebase |
|
|
791
|
-
| `kg init-primitives --dry-run` | Preview without writing files |
|
|
792
557
|
| `kg analyze-codebase` | Analyze dependencies and services |
|
|
793
558
|
|
|
794
559
|
### Knowledge Graph
|
|
@@ -796,58 +561,44 @@ console.log(`Peers: ${status.connectedPeers}/${status.totalPeers}`);
|
|
|
796
561
|
| Command | Description |
|
|
797
562
|
|---------|-------------|
|
|
798
563
|
| `kg graph` | Generate/update knowledge graph |
|
|
799
|
-
| `kg graph --update` | Incremental update |
|
|
800
564
|
| `kg stats` | Display graph statistics |
|
|
801
565
|
| `kg search <query>` | Search the knowledge graph |
|
|
802
566
|
|
|
803
|
-
###
|
|
567
|
+
### Servers
|
|
804
568
|
|
|
805
569
|
| Command | Description |
|
|
806
570
|
|---------|-------------|
|
|
807
|
-
| `kg
|
|
808
|
-
| `kg
|
|
809
|
-
| `kg
|
|
810
|
-
| `kg
|
|
811
|
-
| `kg analyze report` | Generate analysis report |
|
|
812
|
-
| `kg convert docs` | Convert docs/ to docs-nn/ |
|
|
571
|
+
| `kg serve` | Start MCP server (default) |
|
|
572
|
+
| `kg serve --all` | Start all servers |
|
|
573
|
+
| `kg serve --graphql` | Start GraphQL server |
|
|
574
|
+
| `kg serve --dashboard` | Start web dashboard |
|
|
813
575
|
|
|
814
|
-
###
|
|
576
|
+
### Plugin Management
|
|
815
577
|
|
|
816
578
|
| Command | Description |
|
|
817
579
|
|---------|-------------|
|
|
818
|
-
| `kg
|
|
819
|
-
| `kg
|
|
820
|
-
| `kg
|
|
580
|
+
| `kg plugin list` | List installed plugins |
|
|
581
|
+
| `kg plugin install <source>` | Install a plugin |
|
|
582
|
+
| `kg plugin run <name> [file]` | Run an analyzer |
|
|
583
|
+
| `kg plugin info <name>` | Show plugin details |
|
|
584
|
+
| `kg plugin create <name>` | Create plugin from template |
|
|
821
585
|
|
|
822
|
-
###
|
|
586
|
+
### Dashboard
|
|
823
587
|
|
|
824
588
|
| Command | Description |
|
|
825
589
|
|---------|-------------|
|
|
826
|
-
| `kg
|
|
827
|
-
| `kg
|
|
828
|
-
| `kg
|
|
829
|
-
| `kg
|
|
830
|
-
| `kg sop list` | List available SOPs |
|
|
831
|
-
|
|
832
|
-
### Claude Integration
|
|
590
|
+
| `kg dashboard start` | Start dashboard dev server |
|
|
591
|
+
| `kg dashboard build` | Build for production |
|
|
592
|
+
| `kg dashboard serve` | Serve production build |
|
|
593
|
+
| `kg dashboard status` | Check dashboard status |
|
|
833
594
|
|
|
834
|
-
|
|
835
|
-
|---------|-------------|
|
|
836
|
-
| `kg claude update` | Update CLAUDE.md |
|
|
837
|
-
| `kg claude preview` | Preview CLAUDE.md content |
|
|
838
|
-
| `kg sync` | Sync with claude-flow memory |
|
|
839
|
-
|
|
840
|
-
### Git Integration
|
|
595
|
+
### Documentation
|
|
841
596
|
|
|
842
597
|
| Command | Description |
|
|
843
598
|
|---------|-------------|
|
|
844
|
-
| `kg
|
|
845
|
-
| `kg
|
|
846
|
-
| `kg
|
|
847
|
-
| `kg commit -m "msg"` | Commit with custom message |
|
|
848
|
-
| `kg commit status` | Show git status with analysis |
|
|
849
|
-
| `kg commit log` | Show recent commits |
|
|
850
|
-
| `kg commit diff` | Show diff of changes |
|
|
599
|
+
| `kg docs init` | Initialize docs directory |
|
|
600
|
+
| `kg analyze` | Analyze & migrate to knowledge graph |
|
|
601
|
+
| `kg convert docs` | Convert docs/ to docs-nn/ |
|
|
851
602
|
|
|
852
603
|
### Configuration
|
|
853
604
|
|
|
@@ -855,67 +606,25 @@ console.log(`Peers: ${status.connectedPeers}/${status.totalPeers}`);
|
|
|
855
606
|
|---------|-------------|
|
|
856
607
|
| `kg config show` | Show current configuration |
|
|
857
608
|
| `kg config set <key> <value>` | Set configuration value |
|
|
858
|
-
| `kg config reset` | Reset to defaults |
|
|
859
609
|
|
|
860
610
|
### Diagnostics
|
|
861
611
|
|
|
862
612
|
| Command | Description |
|
|
863
613
|
|---------|-------------|
|
|
864
614
|
| `kg diag run` | Run full diagnostics |
|
|
865
|
-
| `kg diag run --fix` | Attempt to fix issues |
|
|
866
615
|
| `kg diag health` | Check system health |
|
|
867
616
|
| `kg diag repair` | Repair database issues |
|
|
868
617
|
| `kg diag backup` | Create database backup |
|
|
869
|
-
| `kg diag backup --list` | List existing backups |
|
|
870
|
-
| `kg diag info` | Show system information |
|
|
871
|
-
|
|
872
|
-
### Workflow (Phase 5)
|
|
873
|
-
|
|
874
|
-
| Command | Description |
|
|
875
|
-
|---------|-------------|
|
|
876
|
-
| `kg workflow start <name>` | Start a named workflow |
|
|
877
|
-
| `kg workflow status <id>` | Get workflow execution status |
|
|
878
|
-
| `kg workflow list` | List active workflow executions |
|
|
879
|
-
| `kg workflow resume <id>` | Resume a paused workflow |
|
|
880
|
-
| `kg workflow cancel <id>` | Cancel a running workflow |
|
|
881
|
-
| `kg workflow history <name>` | Show workflow execution history |
|
|
882
|
-
| `kg workflow steps <name>` | List steps in a workflow definition |
|
|
883
|
-
|
|
884
|
-
### Vector Search (Phase 5)
|
|
885
618
|
|
|
886
|
-
|
|
887
|
-
|---------|-------------|
|
|
888
|
-
| `kg vector search <query>` | Semantic search across knowledge graph |
|
|
889
|
-
| `kg vector upsert <file>` | Add/update vectors from file |
|
|
890
|
-
| `kg vector delete <ids>` | Delete vectors by ID |
|
|
891
|
-
| `kg vector stats` | Show vector index statistics |
|
|
892
|
-
|
|
893
|
-
### Trajectory (Phase 5)
|
|
894
|
-
|
|
895
|
-
| Command | Description |
|
|
896
|
-
|---------|-------------|
|
|
897
|
-
| `kg trajectory list` | List recorded trajectories |
|
|
898
|
-
| `kg trajectory analyze` | Analyze trajectory patterns |
|
|
899
|
-
| `kg trajectory export` | Export trajectories for training |
|
|
900
|
-
| `kg trajectory prune` | Remove low-value trajectories |
|
|
901
|
-
|
|
902
|
-
### Audit Trail (Phase 5)
|
|
619
|
+
### Workflows & Vectors
|
|
903
620
|
|
|
904
621
|
| Command | Description |
|
|
905
622
|
|---------|-------------|
|
|
906
|
-
| `kg
|
|
907
|
-
| `kg
|
|
908
|
-
| `kg
|
|
909
|
-
| `kg
|
|
910
|
-
| `kg audit
|
|
911
|
-
|
|
912
|
-
### Synchronization (Phase 5)
|
|
913
|
-
|
|
914
|
-
| Command | Description |
|
|
915
|
-
|---------|-------------|
|
|
916
|
-
| `kg sync status` | Show synchronization status |
|
|
917
|
-
| `kg sync peers` | List connected peers |
|
|
918
|
-
| `kg sync force` | Force synchronization |
|
|
623
|
+
| `kg workflow start <name>` | Start a workflow |
|
|
624
|
+
| `kg workflow status <id>` | Get workflow status |
|
|
625
|
+
| `kg vector search <query>` | Semantic search |
|
|
626
|
+
| `kg trajectory list` | List trajectories |
|
|
627
|
+
| `kg audit query` | Query audit trail |
|
|
919
628
|
|
|
920
629
|
---
|
|
921
630
|
|
|
@@ -946,25 +655,17 @@ Create `.kg/config.json` to customize behavior:
|
|
|
946
655
|
"retryAttempts": 3,
|
|
947
656
|
"claudeFlowEnabled": true
|
|
948
657
|
},
|
|
949
|
-
"
|
|
950
|
-
"
|
|
951
|
-
"
|
|
952
|
-
"
|
|
953
|
-
"healthCheckInterval": 60000
|
|
954
|
-
},
|
|
955
|
-
"logging": {
|
|
956
|
-
"level": "info",
|
|
957
|
-
"format": "text"
|
|
658
|
+
"graphql": {
|
|
659
|
+
"port": 4000,
|
|
660
|
+
"cors": true,
|
|
661
|
+
"playground": true
|
|
958
662
|
},
|
|
959
|
-
"
|
|
960
|
-
"
|
|
961
|
-
"createMOC": true,
|
|
962
|
-
"linkOriginal": true
|
|
663
|
+
"dashboard": {
|
|
664
|
+
"port": 3000
|
|
963
665
|
},
|
|
964
|
-
"
|
|
965
|
-
"
|
|
966
|
-
"
|
|
967
|
-
"syncOnChange": true
|
|
666
|
+
"plugins": {
|
|
667
|
+
"autoLoad": true,
|
|
668
|
+
"searchPaths": ["./plugins", "./node_modules"]
|
|
968
669
|
}
|
|
969
670
|
}
|
|
970
671
|
```
|
|
@@ -978,24 +679,17 @@ import {
|
|
|
978
679
|
// Core
|
|
979
680
|
createKnowledgeGraph,
|
|
980
681
|
createDatabase,
|
|
981
|
-
|
|
982
|
-
// Initialization
|
|
983
682
|
quickInit,
|
|
984
|
-
initDocs,
|
|
985
|
-
generateClaudeMd,
|
|
986
683
|
|
|
987
684
|
// Analysis
|
|
988
|
-
analyzeDocs,
|
|
989
|
-
convertDocs,
|
|
990
|
-
addFrontmatter,
|
|
991
685
|
analyzeSeed,
|
|
992
686
|
initPrimitives,
|
|
687
|
+
analyzeDocs,
|
|
993
688
|
|
|
994
689
|
// Agents
|
|
995
690
|
BaseAgent,
|
|
996
691
|
getRegistry,
|
|
997
692
|
AgentType,
|
|
998
|
-
createTask,
|
|
999
693
|
|
|
1000
694
|
// Services
|
|
1001
695
|
createServiceManager,
|
|
@@ -1005,33 +699,24 @@ import {
|
|
|
1005
699
|
// Enterprise
|
|
1006
700
|
createChunker,
|
|
1007
701
|
createBackupManager,
|
|
1008
|
-
createIntegrityChecker,
|
|
1009
702
|
createAdvancedCache,
|
|
1010
703
|
|
|
1011
|
-
//
|
|
1012
|
-
|
|
704
|
+
// Plugins
|
|
705
|
+
createPluginManager,
|
|
706
|
+
CodeComplexityPlugin,
|
|
707
|
+
DependencyHealthPlugin,
|
|
1013
708
|
|
|
1014
|
-
//
|
|
1015
|
-
|
|
1016
|
-
DurableAgent,
|
|
1017
|
-
GOAPPlanner,
|
|
709
|
+
// GraphQL
|
|
710
|
+
createGraphQLServer,
|
|
1018
711
|
|
|
1019
|
-
//
|
|
1020
|
-
|
|
1021
|
-
|
|
712
|
+
// Server
|
|
713
|
+
createServerManager,
|
|
714
|
+
ServiceContainer,
|
|
1022
715
|
|
|
1023
|
-
//
|
|
716
|
+
// Integrations
|
|
717
|
+
VectorStore,
|
|
1024
718
|
AuditTrail,
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
// Types
|
|
1028
|
-
type KGConfiguration,
|
|
1029
|
-
type AgentConfig,
|
|
1030
|
-
type ChunkOptions,
|
|
1031
|
-
type WorkflowExecution,
|
|
1032
|
-
type VectorSearchResult,
|
|
1033
|
-
type Trajectory,
|
|
1034
|
-
type AuditCheckpoint,
|
|
719
|
+
WorkflowManager,
|
|
1035
720
|
} from '@weavelogic/knowledge-graph-agent';
|
|
1036
721
|
```
|
|
1037
722
|
|
|
@@ -1039,83 +724,58 @@ import {
|
|
|
1039
724
|
|
|
1040
725
|
## Changelog
|
|
1041
726
|
|
|
1042
|
-
### v0.
|
|
1043
|
-
|
|
1044
|
-
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
-
|
|
1067
|
-
-
|
|
1068
|
-
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
-
|
|
1075
|
-
-
|
|
1076
|
-
-
|
|
1077
|
-
-
|
|
1078
|
-
|
|
1079
|
-
### v0.2.0
|
|
1080
|
-
|
|
1081
|
-
-
|
|
1082
|
-
-
|
|
1083
|
-
-
|
|
1084
|
-
-
|
|
1085
|
-
-
|
|
1086
|
-
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
-
|
|
1092
|
-
-
|
|
1093
|
-
- **NEW**: `init-primitives` and `cultivate` CLI commands
|
|
1094
|
-
- **NEW**: Shadow Cache for file change tracking
|
|
727
|
+
### v0.6.0
|
|
728
|
+
|
|
729
|
+
- Plugin system with custom analyzers (13 lifecycle hooks, async streaming)
|
|
730
|
+
- Code Complexity Analyzer plugin (cyclomatic, cognitive, Halstead metrics)
|
|
731
|
+
- Dependency Health Analyzer plugin (vulnerability scanning, health scores)
|
|
732
|
+
- GraphQL API with graphql-yoga server and WebSocket subscriptions
|
|
733
|
+
- Custom GraphQL scalars (DateTime, JSON, UUID, FilePath)
|
|
734
|
+
- Web dashboard with Next.js 14, cytoscape.js visualization
|
|
735
|
+
- Dashboard CLI commands (start, build, serve, status)
|
|
736
|
+
- Concurrent server execution (`kg serve --all`)
|
|
737
|
+
- ServiceContainer singleton for dependency injection
|
|
738
|
+
- TypedEventBus for cross-service communication
|
|
739
|
+
- Plugin CLI commands (list, install, run, info, create)
|
|
740
|
+
|
|
741
|
+
### v0.5.0
|
|
742
|
+
|
|
743
|
+
- Workflow DevKit integration with MCP tools
|
|
744
|
+
- RuVector semantic search with trajectory tracking
|
|
745
|
+
- Exochain audit trail with DAG-BFT consensus
|
|
746
|
+
- 9 MCP tools for workflows, vectors, and audit
|
|
747
|
+
- 22 CLI subcommands for external integrations
|
|
748
|
+
|
|
749
|
+
### v0.4.0
|
|
750
|
+
|
|
751
|
+
- Chunker with 5 chunking strategies
|
|
752
|
+
- BackupManager with gzip compression
|
|
753
|
+
- IntegrityChecker for database validation
|
|
754
|
+
- AdvancedCache with LRU/LFU/FIFO/TTL eviction
|
|
755
|
+
- Diagnostics CLI commands
|
|
756
|
+
|
|
757
|
+
### v0.3.0
|
|
758
|
+
|
|
759
|
+
- ServiceManager for background processes
|
|
760
|
+
- ConfigManager with migrations
|
|
761
|
+
- HealthMonitor with alerts
|
|
762
|
+
- DecisionTracker for AI explainability
|
|
763
|
+
|
|
764
|
+
### v0.2.0
|
|
765
|
+
|
|
766
|
+
- Agent system with specialized agents
|
|
767
|
+
- RulesEngine for automation
|
|
768
|
+
- WorkflowRegistry for multi-step workflows
|
|
769
|
+
- VaultMemorySync for memory synchronization
|
|
770
|
+
- Git integration with auto-commit
|
|
771
|
+
- MCP Server with 20+ tools
|
|
772
|
+
|
|
773
|
+
### v0.1.0
|
|
774
|
+
|
|
775
|
+
- SeedGenerator for codebase analysis
|
|
776
|
+
- DeepAnalyzer with claude-flow
|
|
777
|
+
- Shadow Cache for file tracking
|
|
1095
778
|
- Initial knowledge graph generation
|
|
1096
|
-
- Docs initialization
|
|
1097
|
-
- CLAUDE.md management
|
|
1098
|
-
- Full-text search
|
|
1099
|
-
|
|
1100
|
-
---
|
|
1101
|
-
|
|
1102
|
-
## Roadmap
|
|
1103
|
-
|
|
1104
|
-
### Completed Features
|
|
1105
|
-
|
|
1106
|
-
- [x] Real-time collaboration support (implemented via webhook handlers in v0.5.0)
|
|
1107
|
-
- [x] Webhook integrations (implemented in v0.5.0)
|
|
1108
|
-
|
|
1109
|
-
### Planned Features
|
|
1110
|
-
|
|
1111
|
-
- [ ] Plugin system for custom analyzers
|
|
1112
|
-
- [ ] GraphQL API for queries
|
|
1113
|
-
- [ ] Web dashboard for visualization
|
|
1114
|
-
- [ ] Distributed caching with Redis
|
|
1115
|
-
|
|
1116
|
-
### Deprecated Features
|
|
1117
|
-
|
|
1118
|
-
- None currently
|
|
1119
779
|
|
|
1120
780
|
---
|
|
1121
781
|
|