@tekmidian/pai 0.12.0 → 0.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/index.mjs +2 -2
- package/dist/cli/program.mjs +2 -2
- package/dist/daemon/index.mjs +2 -2
- package/dist/{daemon-DDplhnm9.mjs → daemon-BldK8-57.mjs} +14 -14
- package/dist/{daemon-DDplhnm9.mjs.map → daemon-BldK8-57.mjs.map} +1 -1
- package/dist/factory-Q88X1bAN.mjs +69 -0
- package/dist/factory-Q88X1bAN.mjs.map +1 -0
- package/dist/{pick-Dt21ojcW.mjs → pick-7Kg9DX7S.mjs} +3 -3
- package/dist/{pick-Dt21ojcW.mjs.map → pick-7Kg9DX7S.mjs.map} +1 -1
- package/package.json +1 -1
- package/dist/factory-CayQCMoN.mjs +0 -41
- package/dist/factory-CayQCMoN.mjs.map +0 -1
|
@@ -6,7 +6,7 @@ import { n as openFederation } from "./db-CmYbAVCD.mjs";
|
|
|
6
6
|
import { n as populateSlugs, r as searchMemory } from "./search-HcdKtMla.mjs";
|
|
7
7
|
import { n as formatDetection, r as formatDetectionJson, t as detectProject } from "./detect-KjycLtXM.mjs";
|
|
8
8
|
import { a as resolveHome, c as upsertSession, n as cmdScan, o as saveScanConfig, r as loadScanConfig, s as upsertProject, t as extractAndStoreTriples } from "./kg-extraction-C8DEUHTS.mjs";
|
|
9
|
-
import { t as createStorageBackend } from "./factory-
|
|
9
|
+
import { t as createStorageBackend } from "./factory-Q88X1bAN.mjs";
|
|
10
10
|
import { t as PaiClient } from "./ipc-client-CoyUHPod.mjs";
|
|
11
11
|
import { a as expandHome, i as ensureConfigDir, n as CONFIG_FILE$2, o as loadConfig, t as CONFIG_DIR } from "./config-BuhHWyOK.mjs";
|
|
12
12
|
import { s as kgQuery } from "./kg-entity-LXblD7LZ.mjs";
|
|
@@ -2259,7 +2259,7 @@ function cmdLogs(opts) {
|
|
|
2259
2259
|
}
|
|
2260
2260
|
function registerDaemonCommands(daemonCmd) {
|
|
2261
2261
|
daemonCmd.command("serve").description("Start the PAI daemon in the foreground").action(async () => {
|
|
2262
|
-
const { serve } = await import("./daemon-
|
|
2262
|
+
const { serve } = await import("./daemon-BldK8-57.mjs").then((n) => n.t);
|
|
2263
2263
|
const { loadConfig: lc, ensureConfigDir } = await import("./config-BuhHWyOK.mjs").then((n) => n.r);
|
|
2264
2264
|
ensureConfigDir();
|
|
2265
2265
|
await serve(lc());
|
|
@@ -8247,4 +8247,4 @@ async function cmdPick(db, opts = {}) {
|
|
|
8247
8247
|
|
|
8248
8248
|
//#endregion
|
|
8249
8249
|
export { registerMcpCommands as C, findMovedPath as D, registerProjectsCommands as E, resolveIdentifier as O, registerDaemonCommands as S, registerRegistryCommands as T, registerZettelCommands as _, cmdPauseAll as a, registerRestoreCommands as b, cmdPause as c, registerKgCommands as d, registerTopicCommands as f, registerObservationCommands as g, registerSkillCommands as h, cmdClearNames as i, registerHelpCommand as l, registerUpdateCommand as m, cmdFind as n, cmdGoto as o, registerNotifyCommands as p, cmdList as r, cmdEnd as s, cmdPick as t, registerDbCommands as u, registerObsidianCommands as v, registerMemoryCommands as w, registerBackupCommands as x, registerSetupCommand as y };
|
|
8250
|
-
//# sourceMappingURL=pick-
|
|
8250
|
+
//# sourceMappingURL=pick-7Kg9DX7S.mjs.map
|