bluera-knowledge 0.17.0 → 0.17.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,7 +10,7 @@ import {
10
10
  isRepoStoreDefinition,
11
11
  isWebStoreDefinition,
12
12
  summarizePayload
13
- } from "./chunk-WYZQUKUD.js";
13
+ } from "./chunk-WMALVLFW.js";
14
14
 
15
15
  // src/mcp/server.ts
16
16
  import { Server } from "@modelcontextprotocol/sdk/server/index.js";
@@ -2155,4 +2155,4 @@ export {
2155
2155
  createMCPServer,
2156
2156
  runMCPServer
2157
2157
  };
2158
- //# sourceMappingURL=chunk-3EQRQOXD.js.map
2158
+ //# sourceMappingURL=chunk-YMDXPECI.js.map
package/dist/index.js CHANGED
@@ -3,11 +3,11 @@ import {
3
3
  ZilAdapter,
4
4
  runMCPServer,
5
5
  spawnBackgroundWorker
6
- } from "./chunk-3EQRQOXD.js";
6
+ } from "./chunk-YMDXPECI.js";
7
7
  import {
8
8
  IntelligentCrawler,
9
9
  getCrawlStrategy
10
- } from "./chunk-OMC3RAZT.js";
10
+ } from "./chunk-PFHK5Q22.js";
11
11
  import {
12
12
  ASTParser,
13
13
  AdapterRegistry,
@@ -25,7 +25,7 @@ import {
25
25
  isRepoStoreDefinition,
26
26
  isWebStoreDefinition,
27
27
  ok
28
- } from "./chunk-WYZQUKUD.js";
28
+ } from "./chunk-WMALVLFW.js";
29
29
  import "./chunk-HRQD3MPH.js";
30
30
 
31
31
  // src/index.ts
@@ -277,6 +277,7 @@ declare class ConfigService {
277
277
  load(): Promise<AppConfig>;
278
278
  save(config: AppConfig): Promise<void>;
279
279
  resolveDataDir(): string;
280
+ resolveConfigPath(): string;
280
281
  private expandPath;
281
282
  }
282
283
 
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  createMCPServer,
3
3
  runMCPServer
4
- } from "../chunk-3EQRQOXD.js";
5
- import "../chunk-WYZQUKUD.js";
4
+ } from "../chunk-YMDXPECI.js";
5
+ import "../chunk-WMALVLFW.js";
6
6
  import "../chunk-HRQD3MPH.js";
7
7
  export {
8
8
  createMCPServer,
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  IntelligentCrawler
4
- } from "../chunk-OMC3RAZT.js";
4
+ } from "../chunk-PFHK5Q22.js";
5
5
  import {
6
6
  JobService,
7
7
  createDocumentId,
@@ -10,7 +10,7 @@ import {
10
10
  createStoreId,
11
11
  destroyServices,
12
12
  shutdownLogger
13
- } from "../chunk-WYZQUKUD.js";
13
+ } from "../chunk-WMALVLFW.js";
14
14
  import "../chunk-HRQD3MPH.js";
15
15
 
16
16
  // src/workers/background-worker-cli.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bluera-knowledge",
3
- "version": "0.17.0",
3
+ "version": "0.17.2",
4
4
  "description": "CLI tool for managing knowledge stores with semantic search",
5
5
  "type": "module",
6
6
  "bin": {