@remnic/core 9.6.6 → 9.6.8
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 +9 -9
- 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 +5 -5
- 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 +64 -64
- package/dist/{access-service-DVrdUFNx.d.ts → access-service-DK7s3wMj.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/bootstrap.d.ts +1 -1
- package/dist/{chunk-N56UNLQ6.js → chunk-D3YEDDCC.js} +3 -3
- package/dist/{chunk-BQUE75AB.js → chunk-I7PEZK2A.js} +8 -8
- package/dist/chunk-I7PEZK2A.js.map +1 -0
- package/dist/{chunk-DKEBBOBM.js → chunk-KD6PBCXP.js} +4 -4
- package/dist/{chunk-TML6D45I.js → chunk-KJ3QGI63.js} +3 -3
- package/dist/{chunk-F5NN5J7O.js → chunk-L6NW2XSU.js} +3 -3
- package/dist/{chunk-MVAQLXM2.js → chunk-OP47QBUR.js} +3 -17
- package/dist/chunk-OP47QBUR.js.map +1 -0
- package/dist/{chunk-R5OGPRLF.js → chunk-RSS3CZV7.js} +2 -2
- package/dist/{chunk-5MH5NF3U.js → chunk-U4CWMKN6.js} +3 -3
- package/dist/chunk-U4CWMKN6.js.map +1 -0
- package/dist/{chunk-J7NJZPWW.js → chunk-ZZYLM6KQ.js} +3 -3
- package/dist/{chunk-J7NJZPWW.js.map → chunk-ZZYLM6KQ.js.map} +1 -1
- package/dist/{cli-Dzh-d4Y3.d.ts → cli-CLSdmOVU.d.ts} +5 -86
- package/dist/cli.d.ts +8 -8
- package/dist/cli.js +8 -8
- package/dist/explicit-capture.d.ts +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +9 -9
- package/dist/mcp-memory-inspector-app.d.ts +2 -2
- package/dist/operator-toolkit.d.ts +33 -31
- package/dist/operator-toolkit.js +1 -1
- package/dist/{orchestrator-DiFog4aM.d.ts → orchestrator-BzXGNHco.d.ts} +95 -142
- package/dist/orchestrator.d.ts +2 -2
- package/dist/orchestrator.js +9 -9
- package/dist/schemas.d.ts +74 -74
- 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-admin-ops-surface.ts +2 -2
- package/src/chat/chat-http.test.ts +24 -0
- package/src/cli.ts +8 -65
- package/src/operator-toolkit.ts +37 -35
- package/src/orchestrator.ts +0 -68
- package/dist/chunk-5MH5NF3U.js.map +0 -1
- package/dist/chunk-BQUE75AB.js.map +0 -1
- package/dist/chunk-MVAQLXM2.js.map +0 -1
- /package/dist/{chunk-N56UNLQ6.js.map → chunk-D3YEDDCC.js.map} +0 -0
- /package/dist/{chunk-DKEBBOBM.js.map → chunk-KD6PBCXP.js.map} +0 -0
- /package/dist/{chunk-TML6D45I.js.map → chunk-KJ3QGI63.js.map} +0 -0
- /package/dist/{chunk-F5NN5J7O.js.map → chunk-L6NW2XSU.js.map} +0 -0
- /package/dist/{chunk-R5OGPRLF.js.map → chunk-RSS3CZV7.js.map} +0 -0
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
processChatMessage,
|
|
14
14
|
sessionBelongsToPrincipal,
|
|
15
15
|
subscribeChatTranscript
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-L6NW2XSU.js";
|
|
17
17
|
import {
|
|
18
18
|
validateRequest
|
|
19
19
|
} from "./chunk-UPSAT4PY.js";
|
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
} from "./chunk-35NN3ZFA.js";
|
|
29
29
|
import {
|
|
30
30
|
getOperation
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-RSS3CZV7.js";
|
|
32
32
|
import {
|
|
33
33
|
assertOperationAllowed,
|
|
34
34
|
enforceNamespaceAllowList,
|
|
@@ -38,7 +38,7 @@ import {
|
|
|
38
38
|
import {
|
|
39
39
|
CorrectionContractError,
|
|
40
40
|
EngramAccessInputError
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-ZZYLM6KQ.js";
|
|
42
42
|
import {
|
|
43
43
|
isTrustZoneName
|
|
44
44
|
} from "./chunk-JGSKJHF7.js";
|
|
@@ -2954,4 +2954,4 @@ function positiveIntQueryParam(value, label) {
|
|
|
2954
2954
|
export {
|
|
2955
2955
|
EngramAccessHttpServer
|
|
2956
2956
|
};
|
|
2957
|
-
//# sourceMappingURL=chunk-
|
|
2957
|
+
//# sourceMappingURL=chunk-KD6PBCXP.js.map
|
|
@@ -26,14 +26,14 @@ import {
|
|
|
26
26
|
} from "./chunk-T4WDJPEZ.js";
|
|
27
27
|
import {
|
|
28
28
|
defineOperation
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-RSS3CZV7.js";
|
|
30
30
|
import {
|
|
31
31
|
enforceNamespaceAllowList,
|
|
32
32
|
tokenCapabilityStore
|
|
33
33
|
} from "./chunk-D7FOKIY5.js";
|
|
34
34
|
import {
|
|
35
35
|
EngramAccessInputError
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-ZZYLM6KQ.js";
|
|
37
37
|
import {
|
|
38
38
|
projectTagProjectId
|
|
39
39
|
} from "./chunk-BAVVI5GP.js";
|
|
@@ -453,4 +453,4 @@ defineOperation({ name: "graph_events", description: "SSE graph events.", schema
|
|
|
453
453
|
defineOperation({ name: "chat_message", description: "Chat message.", schema: strictSchema({ message: S.str, chatSessionId: S.str }), handler: async (_i, _ctx) => ({ result: { ok: true } }) });
|
|
454
454
|
defineOperation({ name: "chat_events", description: "SSE chat events.", schema: strictSchema({}), handler: async (_i, _ctx) => ({ result: { stream: "sse" } }) });
|
|
455
455
|
defineOperation({ name: "adapters_status", description: "Adapter registry metadata (issue #1850 round 5). Marker op: the HTTP transport builds the response from its own adapterRegistry, but the op still must be registered so it appears in listRegisteredOperations and enforceTokenOp can gate it for scoped tokens.", schema: strictSchema({}), handler: async (_i, _ctx) => ({ result: { ok: true } }) });
|
|
456
|
-
//# sourceMappingURL=chunk-
|
|
456
|
+
//# sourceMappingURL=chunk-KJ3QGI63.js.map
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
} from "./chunk-T4WDJPEZ.js";
|
|
19
19
|
import {
|
|
20
20
|
getOperation
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-RSS3CZV7.js";
|
|
22
22
|
import {
|
|
23
23
|
assertOperationAllowed,
|
|
24
24
|
capabilityAllowsOp,
|
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
} from "./chunk-D7FOKIY5.js";
|
|
28
28
|
import {
|
|
29
29
|
EngramAccessInputError
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-ZZYLM6KQ.js";
|
|
31
31
|
import {
|
|
32
32
|
readEnvVar
|
|
33
33
|
} from "./chunk-JUC24CTX.js";
|
|
@@ -3771,4 +3771,4 @@ export {
|
|
|
3771
3771
|
MCP_SUPPORTED_PROTOCOL_VERSIONS,
|
|
3772
3772
|
EngramMcpServer
|
|
3773
3773
|
};
|
|
3774
|
-
//# sourceMappingURL=chunk-
|
|
3774
|
+
//# sourceMappingURL=chunk-L6NW2XSU.js.map
|
|
@@ -228,7 +228,7 @@ import {
|
|
|
228
228
|
import {
|
|
229
229
|
runNamespaceMaintenanceFanout,
|
|
230
230
|
summarizeNamespaceMaintenanceHealth
|
|
231
|
-
} from "./chunk-
|
|
231
|
+
} from "./chunk-U4CWMKN6.js";
|
|
232
232
|
import {
|
|
233
233
|
NamespaceCatalog,
|
|
234
234
|
planNamespaceMaintenance
|
|
@@ -319,7 +319,7 @@ import {
|
|
|
319
319
|
createCorrectionService,
|
|
320
320
|
detectPassiveCorrections,
|
|
321
321
|
qmdCollectionPathParts
|
|
322
|
-
} from "./chunk-
|
|
322
|
+
} from "./chunk-ZZYLM6KQ.js";
|
|
323
323
|
import {
|
|
324
324
|
importCapsule
|
|
325
325
|
} from "./chunk-CYWCKFCL.js";
|
|
@@ -16696,23 +16696,9 @@ ${doc.content}` : doc.content,
|
|
|
16696
16696
|
maxChars
|
|
16697
16697
|
);
|
|
16698
16698
|
}
|
|
16699
|
-
// Issue #1526: countConversationChunkDocs / buildConversationIndexChunks moved
|
|
16700
|
-
// to ConversationIndexCoordinator (internal helpers, no orchestrator callers).
|
|
16701
|
-
async getConversationIndexHealth() {
|
|
16702
|
-
return this.conversationIndexCoordinator.getHealth();
|
|
16703
|
-
}
|
|
16704
|
-
async inspectConversationIndex() {
|
|
16705
|
-
return this.conversationIndexCoordinator.inspect();
|
|
16706
|
-
}
|
|
16707
16699
|
async getRecoverySummary(sessionKey) {
|
|
16708
16700
|
return this.transcript.getRecoverySummary(sessionKey);
|
|
16709
16701
|
}
|
|
16710
|
-
async updateConversationIndex(sessionKey, hours = 24, opts) {
|
|
16711
|
-
return this.conversationIndexCoordinator.update(sessionKey, hours, opts);
|
|
16712
|
-
}
|
|
16713
|
-
async rebuildConversationIndex(sessionKey, hours = 24, opts) {
|
|
16714
|
-
return this.conversationIndexCoordinator.rebuild(sessionKey, hours, opts);
|
|
16715
|
-
}
|
|
16716
16702
|
async validateLocalLlmModel() {
|
|
16717
16703
|
return this.workspaceOpsCoordinator.validateLocalLlmModel();
|
|
16718
16704
|
}
|
|
@@ -22957,4 +22943,4 @@ export {
|
|
|
22957
22943
|
blendGraphExpandedRecallScore,
|
|
22958
22944
|
Orchestrator
|
|
22959
22945
|
};
|
|
22960
|
-
//# sourceMappingURL=chunk-
|
|
22946
|
+
//# sourceMappingURL=chunk-OP47QBUR.js.map
|