@ainyc/canonry 4.112.7 → 4.113.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/dist/{chunk-FVELOZTK.js → chunk-B3B3HJPH.js} +3 -3
- package/dist/{chunk-D5PEINWZ.js → chunk-XYSEBOHP.js} +221 -183
- package/dist/cli.js +3 -3
- package/dist/index.js +3 -3
- package/dist/{intelligence-service-ZPY7NIKR.js → intelligence-service-RRWOGVVE.js} +1 -1
- package/dist/mcp.js +1 -1
- package/package.json +10 -10
- /package/dist/{chunk-K2XOEBSH.js → chunk-RMTNF2ES.js} +0 -0
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
loadConfig,
|
|
11
11
|
loadConfigRaw,
|
|
12
12
|
saveConfigPatch
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-RMTNF2ES.js";
|
|
14
14
|
import {
|
|
15
15
|
CC_CACHE_DIR,
|
|
16
16
|
DUCKDB_SPEC,
|
|
@@ -115,7 +115,7 @@ import {
|
|
|
115
115
|
siteAuditPages,
|
|
116
116
|
siteAuditSnapshots,
|
|
117
117
|
usageCounters
|
|
118
|
-
} from "./chunk-
|
|
118
|
+
} from "./chunk-XYSEBOHP.js";
|
|
119
119
|
import {
|
|
120
120
|
AGENT_MEMORY_VALUE_MAX_BYTES,
|
|
121
121
|
AGENT_PROVIDER_IDS,
|
|
@@ -6508,7 +6508,7 @@ function readStoredGroundingSources(rawResponse) {
|
|
|
6508
6508
|
return result;
|
|
6509
6509
|
}
|
|
6510
6510
|
async function backfillInsightsCommand(project, opts) {
|
|
6511
|
-
const { IntelligenceService: IntelligenceService2 } = await import("./intelligence-service-
|
|
6511
|
+
const { IntelligenceService: IntelligenceService2 } = await import("./intelligence-service-RRWOGVVE.js");
|
|
6512
6512
|
const config = loadConfig();
|
|
6513
6513
|
const db = createClient(config.database);
|
|
6514
6514
|
migrate(db);
|