@remnic/core 9.3.763 → 9.3.765
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/access-admin-ops-surface.d.ts +2 -2
- package/dist/access-admin-ops-surface.js +1 -1
- package/dist/access-boundary.d.ts +2 -2
- package/dist/access-boundary.js +2 -2
- package/dist/access-cli.js +11 -11
- package/dist/access-http.d.ts +2 -2
- package/dist/access-http.js +6 -6
- package/dist/access-identity-continuity-surface.d.ts +1 -1
- package/dist/access-identity-continuity-surface.js +1 -1
- package/dist/access-lcm-surface.d.ts +2 -2
- package/dist/access-lcm-surface.js +1 -1
- package/dist/access-mcp.d.ts +2 -2
- package/dist/access-mcp.js +5 -5
- package/dist/access-observe-write-surface.d.ts +2 -2
- package/dist/access-observe-write-surface.js +1 -1
- package/dist/access-operations-batch.js +3 -3
- package/dist/access-operations.d.ts +6 -6
- package/dist/access-operations.js +4 -4
- package/dist/access-recall-surface.d.ts +2 -2
- package/dist/access-recall-surface.js +1 -1
- package/dist/access-schema.d.ts +68 -68
- package/dist/{access-service-CaWJP_f6.d.ts → access-service-CAoJ4qN8.d.ts} +1 -1
- package/dist/access-service.d.ts +2 -2
- package/dist/access-service.js +1 -1
- package/dist/access-surface-catalog.d.ts +2 -2
- package/dist/active-recall.js +1 -1
- package/dist/bootstrap.d.ts +1 -1
- package/dist/{chunk-LDCFFJ67.js → chunk-422OELQ3.js} +4 -4
- package/dist/{chunk-A4FMQIST.js → chunk-5JF4DIKZ.js} +2 -2
- package/dist/{chunk-K4EDULCP.js → chunk-CGLRKKMF.js} +3 -3
- package/dist/{chunk-6ZFE2TPO.js → chunk-P6ZZ4GX4.js} +3 -3
- package/dist/{chunk-6YEENRE3.js → chunk-RJCQPRLB.js} +3 -3
- package/dist/{chunk-D6YTILJO.js → chunk-SKT66QI5.js} +7 -7
- package/dist/{chunk-2HAG7JOI.js → chunk-T4AWNIXJ.js} +48 -58
- package/dist/chunk-T4AWNIXJ.js.map +1 -0
- package/dist/{chunk-N3QDLE2N.js → chunk-TOF25WKK.js} +2 -2
- package/dist/{chunk-BAF7MBEH.js → chunk-TUXRWLIQ.js} +15 -45
- package/dist/chunk-TUXRWLIQ.js.map +1 -0
- package/dist/{chunk-TIOXQPD7.js → chunk-UQEE4H6Z.js} +8 -8
- package/dist/chunk-UQEE4H6Z.js.map +1 -0
- package/dist/{chunk-4XL3CVII.js → chunk-WRBDUNSW.js} +2 -2
- package/dist/{cli-CvWpIbMD.d.ts → cli-WRmxvfc_.d.ts} +2 -2
- package/dist/cli.d.ts +3 -3
- package/dist/cli.js +10 -10
- package/dist/config.js +1 -1
- package/dist/explicit-capture.d.ts +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +11 -11
- package/dist/mcp-memory-inspector-app.d.ts +2 -2
- package/dist/operator-toolkit.js +2 -2
- package/dist/{orchestrator-C04Q4Zao.d.ts → orchestrator-Y9wyG4jK.d.ts} +102 -15
- package/dist/orchestrator.d.ts +1 -1
- package/dist/orchestrator.js +11 -11
- package/dist/resume-bundles.js +2 -2
- package/dist/schemas.d.ts +84 -84
- package/dist/shared-context/manager.d.ts +8 -8
- package/dist/transfer/types.d.ts +66 -66
- package/package.json +2 -2
- package/src/access-service.ts +7 -7
- package/src/config.ts +5 -261
- package/src/namespaces/scope-profile-config.test.ts +60 -0
- package/src/namespaces/scope-profile-config.ts +243 -0
- package/src/orchestration/recall-introspection.ts +3 -12
- package/src/orchestrator.ts +9 -57
- package/dist/chunk-2HAG7JOI.js.map +0 -1
- package/dist/chunk-BAF7MBEH.js.map +0 -1
- package/dist/chunk-TIOXQPD7.js.map +0 -1
- /package/dist/{chunk-LDCFFJ67.js.map → chunk-422OELQ3.js.map} +0 -0
- /package/dist/{chunk-A4FMQIST.js.map → chunk-5JF4DIKZ.js.map} +0 -0
- /package/dist/{chunk-K4EDULCP.js.map → chunk-CGLRKKMF.js.map} +0 -0
- /package/dist/{chunk-6ZFE2TPO.js.map → chunk-P6ZZ4GX4.js.map} +0 -0
- /package/dist/{chunk-6YEENRE3.js.map → chunk-RJCQPRLB.js.map} +0 -0
- /package/dist/{chunk-D6YTILJO.js.map → chunk-SKT66QI5.js.map} +0 -0
- /package/dist/{chunk-N3QDLE2N.js.map → chunk-TOF25WKK.js.map} +0 -0
- /package/dist/{chunk-4XL3CVII.js.map → chunk-WRBDUNSW.js.map} +0 -0
|
@@ -7625,8 +7625,8 @@ var EngramAccessService = class {
|
|
|
7625
7625
|
if (!includeDebug) return void 0;
|
|
7626
7626
|
if (!sessionKey?.trim()) return void 0;
|
|
7627
7627
|
const [intent, graph] = await Promise.all([
|
|
7628
|
-
this.orchestrator.getLastIntentSnapshot(namespace),
|
|
7629
|
-
this.orchestrator.getLastGraphRecallSnapshot(namespace)
|
|
7628
|
+
this.orchestrator.recallIntrospection.getLastIntentSnapshot(namespace),
|
|
7629
|
+
this.orchestrator.recallIntrospection.getLastGraphRecallSnapshot(namespace)
|
|
7630
7630
|
]);
|
|
7631
7631
|
return snapshot || intent || graph ? {
|
|
7632
7632
|
snapshot: snapshot ?? void 0,
|
|
@@ -8115,8 +8115,8 @@ var EngramAccessService = class {
|
|
|
8115
8115
|
})();
|
|
8116
8116
|
if (!namespace) return { found: false };
|
|
8117
8117
|
const [intent, graph] = await Promise.all([
|
|
8118
|
-
this.orchestrator.getLastIntentSnapshot(namespace),
|
|
8119
|
-
this.orchestrator.getLastGraphRecallSnapshot(namespace)
|
|
8118
|
+
this.orchestrator.recallIntrospection.getLastIntentSnapshot(namespace),
|
|
8119
|
+
this.orchestrator.recallIntrospection.getLastGraphRecallSnapshot(namespace)
|
|
8120
8120
|
]);
|
|
8121
8121
|
if (!readableSnapshot && !intent && !graph) return { found: false };
|
|
8122
8122
|
return { found: true, snapshot: readableSnapshot ?? void 0, intent, graph };
|
|
@@ -9504,15 +9504,15 @@ var EngramAccessService = class {
|
|
|
9504
9504
|
return snapshot ?? { message: "No recall snapshot available" };
|
|
9505
9505
|
}
|
|
9506
9506
|
async intentDebug(namespace) {
|
|
9507
|
-
const snapshot = await this.orchestrator.getLastIntentSnapshot(namespace);
|
|
9507
|
+
const snapshot = await this.orchestrator.recallIntrospection.getLastIntentSnapshot(namespace);
|
|
9508
9508
|
return snapshot ?? { message: "No intent debug snapshot available" };
|
|
9509
9509
|
}
|
|
9510
9510
|
async qmdDebug(namespace) {
|
|
9511
|
-
const snapshot = await this.orchestrator.getLastQmdRecallSnapshot(namespace);
|
|
9511
|
+
const snapshot = await this.orchestrator.recallIntrospection.getLastQmdRecallSnapshot(namespace);
|
|
9512
9512
|
return snapshot ?? { message: "No QMD debug snapshot available" };
|
|
9513
9513
|
}
|
|
9514
9514
|
async graphExplainLastRecall(namespace) {
|
|
9515
|
-
const explanation = await this.orchestrator.explainLastGraphRecall({ namespace });
|
|
9515
|
+
const explanation = await this.orchestrator.recallIntrospection.explainLastGraphRecall({ namespace });
|
|
9516
9516
|
return { explanation };
|
|
9517
9517
|
}
|
|
9518
9518
|
async graphSnapshot(request, authenticatedPrincipal) {
|
|
@@ -10918,4 +10918,4 @@ export {
|
|
|
10918
10918
|
EngramAccessService,
|
|
10919
10919
|
AccessAdminOpsSurface
|
|
10920
10920
|
};
|
|
10921
|
-
//# sourceMappingURL=chunk-
|
|
10921
|
+
//# sourceMappingURL=chunk-UQEE4H6Z.js.map
|