@remnic/core 9.3.728 → 9.3.729

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.
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- import { g as EngramAccessService } from './access-service-Bgpjxo4f.js';
2
+ import { g as EngramAccessService } from './access-service-BXMJqkTA.js';
3
3
  import './catalog-bMczlO2G.js';
4
4
  import './types-ChQb9D6s.js';
5
5
  import './types-gb_SNtjR.js';
@@ -21,7 +21,7 @@ import './memory-provenance.js';
21
21
  import './user-model.js';
22
22
  import './recall-audit-anomaly.js';
23
23
  import './recall-audit.js';
24
- import './orchestrator-DqPAz8ot.js';
24
+ import './orchestrator-BR0sGsME.js';
25
25
  import './briefing.js';
26
26
  import './buffer.js';
27
27
  import './extraction-faithfulness.js';
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Orchestrator
3
- } from "./chunk-QNEUZIAH.js";
3
+ } from "./chunk-HEDZUSCS.js";
4
4
  import "./chunk-4T3BMHKD.js";
5
5
  import "./chunk-MLKWJOAJ.js";
6
6
  import "./chunk-7HYPN2GC.js";
@@ -1,5 +1,5 @@
1
1
  import { IncomingMessage } from 'node:http';
2
- import { g as EngramAccessService } from './access-service-Bgpjxo4f.js';
2
+ import { g as EngramAccessService } from './access-service-BXMJqkTA.js';
3
3
  import { ResolvedIdentity } from './adapters/types.js';
4
4
  import { AdapterRegistry } from './adapters/registry.js';
5
5
  import './catalog-bMczlO2G.js';
@@ -23,7 +23,7 @@ import './memory-provenance.js';
23
23
  import './user-model.js';
24
24
  import './recall-audit-anomaly.js';
25
25
  import './recall-audit.js';
26
- import './orchestrator-DqPAz8ot.js';
26
+ import './orchestrator-BR0sGsME.js';
27
27
  import './briefing.js';
28
28
  import './buffer.js';
29
29
  import './extraction-faithfulness.js';
@@ -1,5 +1,5 @@
1
1
  import { Readable, Writable } from 'node:stream';
2
- import { g as EngramAccessService } from './access-service-Bgpjxo4f.js';
2
+ import { g as EngramAccessService } from './access-service-BXMJqkTA.js';
3
3
  import './catalog-bMczlO2G.js';
4
4
  import './types-ChQb9D6s.js';
5
5
  import './types-gb_SNtjR.js';
@@ -21,7 +21,7 @@ import './memory-provenance.js';
21
21
  import './user-model.js';
22
22
  import './recall-audit-anomaly.js';
23
23
  import './recall-audit.js';
24
- import './orchestrator-DqPAz8ot.js';
24
+ import './orchestrator-BR0sGsME.js';
25
25
  import './briefing.js';
26
26
  import './buffer.js';
27
27
  import './extraction-faithfulness.js';
@@ -1,6 +1,6 @@
1
1
  import { OperationName, BoundOperation } from './access-boundary.js';
2
2
  import { MemoryStoreRequest } from './access-schema.js';
3
- import { A as ArchitectureSurfaceRequest, a as ArchitectureSurfaceResponse, D as DecisionSurfaceRequest, b as DecisionSurfaceResponse, c as DeltaSurfaceRequest, d as DeltaSurfaceResponse, E as EngramAccessMemoryResponse, e as EngramAccessWriteResponse, C as CodegraphSurfaceRequest, f as CodegraphSurfaceResponse } from './access-service-Bgpjxo4f.js';
3
+ import { A as ArchitectureSurfaceRequest, a as ArchitectureSurfaceResponse, D as DecisionSurfaceRequest, b as DecisionSurfaceResponse, c as DeltaSurfaceRequest, d as DeltaSurfaceResponse, E as EngramAccessMemoryResponse, e as EngramAccessWriteResponse, C as CodegraphSurfaceRequest, f as CodegraphSurfaceResponse } from './access-service-BXMJqkTA.js';
4
4
  import 'zod';
5
5
  import './catalog-bMczlO2G.js';
6
6
  import './types-ChQb9D6s.js';
@@ -23,7 +23,7 @@ import './memory-provenance.js';
23
23
  import './user-model.js';
24
24
  import './recall-audit-anomaly.js';
25
25
  import './recall-audit.js';
26
- import './orchestrator-DqPAz8ot.js';
26
+ import './orchestrator-BR0sGsME.js';
27
27
  import './briefing.js';
28
28
  import './buffer.js';
29
29
  import './extraction-faithfulness.js';
@@ -111,16 +111,16 @@ interface MemoryStoreOutput {
111
111
  }
112
112
  declare const memoryStoreOperation: BoundOperation<{
113
113
  content: string;
114
- schemaVersion?: number | undefined;
114
+ namespace?: string | undefined;
115
+ category?: "decision" | "fact" | "preference" | "correction" | "entity" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | "reasoning_trace" | undefined;
116
+ confidence?: number | undefined;
117
+ ttl?: string | undefined;
115
118
  sessionKey?: string | undefined;
119
+ schemaVersion?: number | undefined;
116
120
  tags?: string[] | undefined;
117
121
  dryRun?: boolean | undefined;
118
122
  cwd?: string | undefined;
119
- namespace?: string | undefined;
120
- category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | "reasoning_trace" | undefined;
121
- confidence?: number | undefined;
122
123
  entityRef?: string | undefined;
123
- ttl?: string | undefined;
124
124
  idempotencyKey?: string | undefined;
125
125
  projectTag?: string | undefined;
126
126
  sourceReason?: string | undefined;
@@ -104,10 +104,10 @@ declare const recallRequestSchema: z.ZodObject<{
104
104
  includeLowConfidence: z.ZodOptional<z.ZodBoolean>;
105
105
  }, "strip", z.ZodTypeAny, {
106
106
  query: string;
107
+ namespace?: string | undefined;
107
108
  sessionKey?: string | undefined;
108
109
  tags?: string[] | undefined;
109
110
  cwd?: string | undefined;
110
- namespace?: string | undefined;
111
111
  mode?: "auto" | "no_recall" | "minimal" | "full" | "graph_mode" | undefined;
112
112
  codingContext?: {
113
113
  projectId: string;
@@ -125,10 +125,10 @@ declare const recallRequestSchema: z.ZodObject<{
125
125
  includeLowConfidence?: boolean | undefined;
126
126
  }, {
127
127
  query: string;
128
+ namespace?: string | undefined;
128
129
  sessionKey?: string | undefined;
129
130
  tags?: string[] | undefined;
130
131
  cwd?: string | undefined;
131
- namespace?: string | undefined;
132
132
  mode?: "auto" | "no_recall" | "minimal" | "full" | "graph_mode" | undefined;
133
133
  codingContext?: {
134
134
  projectId: string;
@@ -149,11 +149,11 @@ declare const recallExplainRequestSchema: z.ZodObject<{
149
149
  sessionKey: z.ZodOptional<z.ZodString>;
150
150
  namespace: z.ZodOptional<z.ZodString>;
151
151
  }, "strip", z.ZodTypeAny, {
152
- sessionKey?: string | undefined;
153
152
  namespace?: string | undefined;
154
- }, {
155
153
  sessionKey?: string | undefined;
154
+ }, {
156
155
  namespace?: string | undefined;
156
+ sessionKey?: string | undefined;
157
157
  }>;
158
158
  /**
159
159
  * Standalone "set coding context" request. Used by the HTTP endpoint
@@ -328,8 +328,8 @@ declare const observeRequestSchema: z.ZodObject<{
328
328
  sourceFormat?: "openai" | "anthropic" | "openclaw" | "pi" | "lossless-claw" | "remnic" | null | undefined;
329
329
  rawContent?: unknown;
330
330
  }[];
331
- cwd?: string | undefined;
332
331
  namespace?: string | undefined;
332
+ cwd?: string | undefined;
333
333
  idempotencyKey?: string | undefined;
334
334
  projectTag?: string | undefined;
335
335
  skipExtraction?: boolean | undefined;
@@ -352,8 +352,8 @@ declare const observeRequestSchema: z.ZodObject<{
352
352
  sourceFormat?: "openai" | "anthropic" | "openclaw" | "pi" | "lossless-claw" | "remnic" | null | undefined;
353
353
  rawContent?: unknown;
354
354
  }[];
355
- cwd?: string | undefined;
356
355
  namespace?: string | undefined;
356
+ cwd?: string | undefined;
357
357
  idempotencyKey?: string | undefined;
358
358
  projectTag?: string | undefined;
359
359
  skipExtraction?: boolean | undefined;
@@ -375,31 +375,31 @@ declare const memoryStoreRequestSchema: z.ZodObject<{
375
375
  projectTag: z.ZodOptional<z.ZodString>;
376
376
  }, "strip", z.ZodTypeAny, {
377
377
  content: string;
378
- schemaVersion?: number | undefined;
378
+ namespace?: string | undefined;
379
+ category?: "decision" | "fact" | "preference" | "correction" | "entity" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | "reasoning_trace" | undefined;
380
+ confidence?: number | undefined;
381
+ ttl?: string | undefined;
379
382
  sessionKey?: string | undefined;
383
+ schemaVersion?: number | undefined;
380
384
  tags?: string[] | undefined;
381
385
  dryRun?: boolean | undefined;
382
386
  cwd?: string | undefined;
383
- namespace?: string | undefined;
384
- category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | "reasoning_trace" | undefined;
385
- confidence?: number | undefined;
386
387
  entityRef?: string | undefined;
387
- ttl?: string | undefined;
388
388
  idempotencyKey?: string | undefined;
389
389
  projectTag?: string | undefined;
390
390
  sourceReason?: string | undefined;
391
391
  }, {
392
392
  content: string;
393
- schemaVersion?: number | undefined;
393
+ namespace?: string | undefined;
394
+ category?: "decision" | "fact" | "preference" | "correction" | "entity" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | "reasoning_trace" | undefined;
395
+ confidence?: number | undefined;
396
+ ttl?: string | undefined;
394
397
  sessionKey?: string | undefined;
398
+ schemaVersion?: number | undefined;
395
399
  tags?: string[] | undefined;
396
400
  dryRun?: boolean | undefined;
397
401
  cwd?: string | undefined;
398
- namespace?: string | undefined;
399
- category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | "reasoning_trace" | undefined;
400
- confidence?: number | undefined;
401
402
  entityRef?: string | undefined;
402
- ttl?: string | undefined;
403
403
  idempotencyKey?: string | undefined;
404
404
  projectTag?: string | undefined;
405
405
  sourceReason?: string | undefined;
@@ -421,31 +421,31 @@ declare const suggestionSubmitRequestSchema: z.ZodObject<{
421
421
  projectTag: z.ZodOptional<z.ZodString>;
422
422
  }, "strip", z.ZodTypeAny, {
423
423
  content: string;
424
- schemaVersion?: number | undefined;
424
+ namespace?: string | undefined;
425
+ category?: "decision" | "fact" | "preference" | "correction" | "entity" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | "reasoning_trace" | undefined;
426
+ confidence?: number | undefined;
427
+ ttl?: string | undefined;
425
428
  sessionKey?: string | undefined;
429
+ schemaVersion?: number | undefined;
426
430
  tags?: string[] | undefined;
427
431
  dryRun?: boolean | undefined;
428
432
  cwd?: string | undefined;
429
- namespace?: string | undefined;
430
- category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | "reasoning_trace" | undefined;
431
- confidence?: number | undefined;
432
433
  entityRef?: string | undefined;
433
- ttl?: string | undefined;
434
434
  idempotencyKey?: string | undefined;
435
435
  projectTag?: string | undefined;
436
436
  sourceReason?: string | undefined;
437
437
  }, {
438
438
  content: string;
439
- schemaVersion?: number | undefined;
439
+ namespace?: string | undefined;
440
+ category?: "decision" | "fact" | "preference" | "correction" | "entity" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | "reasoning_trace" | undefined;
441
+ confidence?: number | undefined;
442
+ ttl?: string | undefined;
440
443
  sessionKey?: string | undefined;
444
+ schemaVersion?: number | undefined;
441
445
  tags?: string[] | undefined;
442
446
  dryRun?: boolean | undefined;
443
447
  cwd?: string | undefined;
444
- namespace?: string | undefined;
445
- category?: "fact" | "preference" | "correction" | "entity" | "decision" | "relationship" | "principle" | "commitment" | "moment" | "skill" | "rule" | "procedure" | "reasoning_trace" | undefined;
446
- confidence?: number | undefined;
447
448
  entityRef?: string | undefined;
448
- ttl?: string | undefined;
449
449
  idempotencyKey?: string | undefined;
450
450
  projectTag?: string | undefined;
451
451
  sourceReason?: string | undefined;
@@ -478,18 +478,18 @@ declare const trustZonePromoteRequestSchema: z.ZodObject<{
478
478
  recordId: string;
479
479
  targetZone: "working" | "trusted";
480
480
  promotionReason: string;
481
+ namespace?: string | undefined;
481
482
  recordedAt?: string | undefined;
482
483
  summary?: string | undefined;
483
484
  dryRun?: boolean | undefined;
484
- namespace?: string | undefined;
485
485
  }, {
486
486
  recordId: string;
487
487
  targetZone: "working" | "trusted";
488
488
  promotionReason: string;
489
+ namespace?: string | undefined;
489
490
  recordedAt?: string | undefined;
490
491
  summary?: string | undefined;
491
492
  dryRun?: boolean | undefined;
492
- namespace?: string | undefined;
493
493
  }>;
494
494
  declare const trustZoneDemoSeedRequestSchema: z.ZodObject<{
495
495
  scenario: z.ZodOptional<z.ZodString>;
@@ -497,14 +497,14 @@ declare const trustZoneDemoSeedRequestSchema: z.ZodObject<{
497
497
  dryRun: z.ZodOptional<z.ZodBoolean>;
498
498
  namespace: z.ZodOptional<z.ZodString>;
499
499
  }, "strip", z.ZodTypeAny, {
500
+ namespace?: string | undefined;
500
501
  recordedAt?: string | undefined;
501
502
  dryRun?: boolean | undefined;
502
- namespace?: string | undefined;
503
503
  scenario?: string | undefined;
504
504
  }, {
505
+ namespace?: string | undefined;
505
506
  recordedAt?: string | undefined;
506
507
  dryRun?: boolean | undefined;
507
- namespace?: string | undefined;
508
508
  scenario?: string | undefined;
509
509
  }>;
510
510
  declare const lcmSearchRequestSchema: z.ZodObject<{
@@ -515,15 +515,15 @@ declare const lcmSearchRequestSchema: z.ZodObject<{
515
515
  limit: z.ZodOptional<z.ZodNumber>;
516
516
  }, "strip", z.ZodTypeAny, {
517
517
  query: string;
518
- sessionKey?: string | undefined;
519
518
  namespace?: string | undefined;
520
519
  limit?: number | undefined;
520
+ sessionKey?: string | undefined;
521
521
  sessionPrefix?: string | undefined;
522
522
  }, {
523
523
  query: string;
524
- sessionKey?: string | undefined;
525
524
  namespace?: string | undefined;
526
525
  limit?: number | undefined;
526
+ sessionKey?: string | undefined;
527
527
  sessionPrefix?: string | undefined;
528
528
  }>;
529
529
  declare const lcmCompactionFlushRequestSchema: z.ZodObject<{
@@ -558,13 +558,13 @@ declare const daySummaryRequestSchema: z.ZodObject<{
558
558
  namespace: z.ZodOptional<z.ZodString>;
559
559
  timeZone: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;
560
560
  }, "strip", z.ZodTypeAny, {
561
- sessionKey?: string | undefined;
562
561
  namespace?: string | undefined;
562
+ sessionKey?: string | undefined;
563
563
  timeZone?: string | undefined;
564
564
  memories?: string | undefined;
565
565
  }, {
566
- sessionKey?: string | undefined;
567
566
  namespace?: string | undefined;
567
+ sessionKey?: string | undefined;
568
568
  timeZone?: string | undefined;
569
569
  memories?: string | undefined;
570
570
  }>;
@@ -613,11 +613,11 @@ declare const capsuleListRequestSchema: z.ZodObject<{
613
613
  namespace: z.ZodOptional<z.ZodString>;
614
614
  sessionKey: z.ZodOptional<z.ZodString>;
615
615
  }, "strip", z.ZodTypeAny, {
616
- sessionKey?: string | undefined;
617
616
  namespace?: string | undefined;
618
- }, {
619
617
  sessionKey?: string | undefined;
618
+ }, {
620
619
  namespace?: string | undefined;
620
+ sessionKey?: string | undefined;
621
621
  }>;
622
622
  declare const offlineSyncSnapshotRequestSchema: z.ZodObject<{
623
623
  namespace: z.ZodOptional<z.ZodString>;
@@ -758,12 +758,12 @@ declare const actionConfidenceRequestSchema: z.ZodObject<{
758
758
  safety: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodEnum<["safe", "requires-review", "blocked"]>>>, NonNullable<"safe" | "requires-review" | "blocked"> | undefined, "safe" | "requires-review" | "blocked" | null | undefined>;
759
759
  safetyReasons: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>, string[] | undefined, string[] | null | undefined>;
760
760
  }, "strict", z.ZodTypeAny, {
761
+ confidence?: number | undefined;
761
762
  source?: string | undefined;
762
763
  stale?: boolean | undefined;
763
764
  created?: string | undefined;
764
765
  updated?: string | undefined;
765
766
  scope?: string | undefined;
766
- confidence?: number | undefined;
767
767
  retrievalReason?: string | undefined;
768
768
  safety?: NonNullable<"safe" | "requires-review" | "blocked"> | undefined;
769
769
  safeToUse?: boolean | undefined;
@@ -772,12 +772,12 @@ declare const actionConfidenceRequestSchema: z.ZodObject<{
772
772
  safetyReasons?: string[] | undefined;
773
773
  userContextScopes?: string[] | undefined;
774
774
  }, {
775
+ confidence?: number | null | undefined;
775
776
  source?: string | null | undefined;
776
777
  stale?: boolean | null | undefined;
777
778
  created?: string | null | undefined;
778
779
  updated?: string | null | undefined;
779
780
  scope?: string | null | undefined;
780
- confidence?: number | null | undefined;
781
781
  retrievalReason?: string | null | undefined;
782
782
  safety?: "safe" | "requires-review" | "blocked" | null | undefined;
783
783
  safeToUse?: boolean | null | undefined;
@@ -786,12 +786,12 @@ declare const actionConfidenceRequestSchema: z.ZodObject<{
786
786
  safetyReasons?: string[] | null | undefined;
787
787
  userContextScopes?: string[] | null | undefined;
788
788
  }>, "many">>>, {
789
+ confidence?: number | undefined;
789
790
  source?: string | undefined;
790
791
  stale?: boolean | undefined;
791
792
  created?: string | undefined;
792
793
  updated?: string | undefined;
793
794
  scope?: string | undefined;
794
- confidence?: number | undefined;
795
795
  retrievalReason?: string | undefined;
796
796
  safety?: NonNullable<"safe" | "requires-review" | "blocked"> | undefined;
797
797
  safeToUse?: boolean | undefined;
@@ -800,12 +800,12 @@ declare const actionConfidenceRequestSchema: z.ZodObject<{
800
800
  safetyReasons?: string[] | undefined;
801
801
  userContextScopes?: string[] | undefined;
802
802
  }[] | undefined, {
803
+ confidence?: number | null | undefined;
803
804
  source?: string | null | undefined;
804
805
  stale?: boolean | null | undefined;
805
806
  created?: string | null | undefined;
806
807
  updated?: string | null | undefined;
807
808
  scope?: string | null | undefined;
808
- confidence?: number | null | undefined;
809
809
  retrievalReason?: string | null | undefined;
810
810
  safety?: "safe" | "requires-review" | "blocked" | null | undefined;
811
811
  safeToUse?: boolean | null | undefined;
@@ -826,12 +826,12 @@ declare const actionConfidenceRequestSchema: z.ZodObject<{
826
826
  description?: string | undefined;
827
827
  }[] | undefined;
828
828
  retrievedMemories?: {
829
+ confidence?: number | undefined;
829
830
  source?: string | undefined;
830
831
  stale?: boolean | undefined;
831
832
  created?: string | undefined;
832
833
  updated?: string | undefined;
833
834
  scope?: string | undefined;
834
- confidence?: number | undefined;
835
835
  retrievalReason?: string | undefined;
836
836
  safety?: NonNullable<"safe" | "requires-review" | "blocked"> | undefined;
837
837
  safeToUse?: boolean | undefined;
@@ -852,12 +852,12 @@ declare const actionConfidenceRequestSchema: z.ZodObject<{
852
852
  description?: string | null | undefined;
853
853
  }[] | null | undefined;
854
854
  retrievedMemories?: {
855
+ confidence?: number | null | undefined;
855
856
  source?: string | null | undefined;
856
857
  stale?: boolean | null | undefined;
857
858
  created?: string | null | undefined;
858
859
  updated?: string | null | undefined;
859
860
  scope?: string | null | undefined;
860
- confidence?: number | null | undefined;
861
861
  retrievalReason?: string | null | undefined;
862
862
  safety?: "safe" | "requires-review" | "blocked" | null | undefined;
863
863
  safeToUse?: boolean | null | undefined;
@@ -4,7 +4,7 @@ import { StorageManager } from './storage.js';
4
4
  import { a as Peer, b as PeerProfile } from './types-B1VHaf2w.js';
5
5
  import { RecallExplainJsonPayload } from './recall-explain-renderer.js';
6
6
  import { AnomalyDetectorResult } from './recall-audit-anomaly.js';
7
- import { O as Orchestrator, I as IntentDebugSnapshot, G as GraphRecallSnapshot, P as PatternReinforcementResult, W as WearablesService } from './orchestrator-DqPAz8ot.js';
7
+ import { O as Orchestrator, I as IntentDebugSnapshot, G as GraphRecallSnapshot, P as PatternReinforcementResult, W as WearablesService } from './orchestrator-BR0sGsME.js';
8
8
  import { ExplicitCaptureInput } from './explicit-capture.js';
9
9
  import { BudgetDecision } from './cross-namespace-budget.js';
10
10
  import { readMemoryGovernanceRunArtifact } from './maintenance/memory-governance.js';
@@ -1,10 +1,10 @@
1
- export { o as CodingScopedWriteInput, p as ENGRAM_ACCESS_WRITE_SCHEMA_VERSION, q as EngramAccessActionConfidenceRequest, r as EngramAccessActionConfidenceResponse, s as EngramAccessBriefingRequest, t as EngramAccessBriefingResponse, u as EngramAccessCapsuleListResponse, v as EngramAccessDaySummaryRequest, w as EngramAccessEntityListResponse, x as EngramAccessEntityResponse, y as EngramAccessEntitySummary, z as EngramAccessHealthResponse, i as EngramAccessInputError, B as EngramAccessLcmCompactionFlushRequest, F as EngramAccessLcmCompactionFlushResponse, G as EngramAccessLcmCompactionRecordRequest, H as EngramAccessLcmCompactionRecordResponse, I as EngramAccessLcmSearchRequest, J as EngramAccessLcmSearchResponse, K as EngramAccessLcmStatusResponse, L as EngramAccessMaintenanceResponse, M as EngramAccessMemoryBrowseRequest, N as EngramAccessMemoryBrowseResponse, O as EngramAccessMemoryRecord, E as EngramAccessMemoryResponse, Q as EngramAccessMemoryStoreRequest, R as EngramAccessMemorySummary, S as EngramAccessObserveMessage, T as EngramAccessObserveRequest, U as EngramAccessObserveResponse, V as EngramAccessOfflineSyncApplyFileContentRequest, W as EngramAccessOfflineSyncApplyFileContentResponse, X as EngramAccessOfflineSyncApplyRequest, Y as EngramAccessOfflineSyncApplyResponse, Z as EngramAccessOfflineSyncFileContentRequest, _ as EngramAccessOfflineSyncFileContentResponse, $ as EngramAccessOfflineSyncFilesRequest, a0 as EngramAccessOfflineSyncFilesResponse, a1 as EngramAccessOfflineSyncSnapshotRequest, a2 as EngramAccessOfflineSyncSnapshotResponse, a3 as EngramAccessOfflineSyncSnapshotStreamResponse, a4 as EngramAccessQmdCollectionState, a5 as EngramAccessQmdHealthResponse, a6 as EngramAccessQualityResponse, a7 as EngramAccessRecallExplainRequest, a8 as EngramAccessRecallExplainResponse, a9 as EngramAccessRecallRequest, h as EngramAccessRecallResponse, aa as EngramAccessReviewDispositionRequest, ab as EngramAccessReviewDispositionResponse, ac as EngramAccessReviewQueueResponse, ad as EngramAccessScopeDebug, g as EngramAccessService, ae as EngramAccessSetCodingContextRequest, af as EngramAccessSuggestionSubmitRequest, ag as EngramAccessTimelineResponse, ah as EngramAccessTrustZoneBrowseRequest, ai as EngramAccessTrustZoneBrowseResponse, aj as EngramAccessTrustZoneDemoSeedRequest, ak as EngramAccessTrustZoneDemoSeedResponse, al as EngramAccessTrustZonePromoteRequest, am as EngramAccessTrustZonePromoteResponse, an as EngramAccessTrustZoneRecordSummary, ao as EngramAccessTrustZoneStatusResponse, ap as EngramAccessWriteEnvelope, e as EngramAccessWriteResponse, aq as MemoryScopePlan, ar as shapeMemorySummary } from './access-service-Bgpjxo4f.js';
1
+ export { o as CodingScopedWriteInput, p as ENGRAM_ACCESS_WRITE_SCHEMA_VERSION, q as EngramAccessActionConfidenceRequest, r as EngramAccessActionConfidenceResponse, s as EngramAccessBriefingRequest, t as EngramAccessBriefingResponse, u as EngramAccessCapsuleListResponse, v as EngramAccessDaySummaryRequest, w as EngramAccessEntityListResponse, x as EngramAccessEntityResponse, y as EngramAccessEntitySummary, z as EngramAccessHealthResponse, i as EngramAccessInputError, B as EngramAccessLcmCompactionFlushRequest, F as EngramAccessLcmCompactionFlushResponse, G as EngramAccessLcmCompactionRecordRequest, H as EngramAccessLcmCompactionRecordResponse, I as EngramAccessLcmSearchRequest, J as EngramAccessLcmSearchResponse, K as EngramAccessLcmStatusResponse, L as EngramAccessMaintenanceResponse, M as EngramAccessMemoryBrowseRequest, N as EngramAccessMemoryBrowseResponse, O as EngramAccessMemoryRecord, E as EngramAccessMemoryResponse, Q as EngramAccessMemoryStoreRequest, R as EngramAccessMemorySummary, S as EngramAccessObserveMessage, T as EngramAccessObserveRequest, U as EngramAccessObserveResponse, V as EngramAccessOfflineSyncApplyFileContentRequest, W as EngramAccessOfflineSyncApplyFileContentResponse, X as EngramAccessOfflineSyncApplyRequest, Y as EngramAccessOfflineSyncApplyResponse, Z as EngramAccessOfflineSyncFileContentRequest, _ as EngramAccessOfflineSyncFileContentResponse, $ as EngramAccessOfflineSyncFilesRequest, a0 as EngramAccessOfflineSyncFilesResponse, a1 as EngramAccessOfflineSyncSnapshotRequest, a2 as EngramAccessOfflineSyncSnapshotResponse, a3 as EngramAccessOfflineSyncSnapshotStreamResponse, a4 as EngramAccessQmdCollectionState, a5 as EngramAccessQmdHealthResponse, a6 as EngramAccessQualityResponse, a7 as EngramAccessRecallExplainRequest, a8 as EngramAccessRecallExplainResponse, a9 as EngramAccessRecallRequest, h as EngramAccessRecallResponse, aa as EngramAccessReviewDispositionRequest, ab as EngramAccessReviewDispositionResponse, ac as EngramAccessReviewQueueResponse, ad as EngramAccessScopeDebug, g as EngramAccessService, ae as EngramAccessSetCodingContextRequest, af as EngramAccessSuggestionSubmitRequest, ag as EngramAccessTimelineResponse, ah as EngramAccessTrustZoneBrowseRequest, ai as EngramAccessTrustZoneBrowseResponse, aj as EngramAccessTrustZoneDemoSeedRequest, ak as EngramAccessTrustZoneDemoSeedResponse, al as EngramAccessTrustZonePromoteRequest, am as EngramAccessTrustZonePromoteResponse, an as EngramAccessTrustZoneRecordSummary, ao as EngramAccessTrustZoneStatusResponse, ap as EngramAccessWriteEnvelope, e as EngramAccessWriteResponse, aq as MemoryScopePlan, ar as shapeMemorySummary } from './access-service-BXMJqkTA.js';
2
2
  import './storage.js';
3
3
  import './types-B1VHaf2w.js';
4
4
  import './recall-explain-renderer.js';
5
5
  import './types-ChQb9D6s.js';
6
6
  import './recall-audit-anomaly.js';
7
- import './orchestrator-DqPAz8ot.js';
7
+ import './orchestrator-BR0sGsME.js';
8
8
  import './explicit-capture.js';
9
9
  import './cross-namespace-budget.js';
10
10
  import './maintenance/memory-governance.js';
@@ -1,6 +1,6 @@
1
1
  import { OperationName } from './access-boundary.js';
2
2
  import 'zod';
3
- import './access-service-Bgpjxo4f.js';
3
+ import './access-service-BXMJqkTA.js';
4
4
  import './catalog-bMczlO2G.js';
5
5
  import './types-ChQb9D6s.js';
6
6
  import './types-gb_SNtjR.js';
@@ -22,7 +22,7 @@ import './memory-provenance.js';
22
22
  import './user-model.js';
23
23
  import './recall-audit-anomaly.js';
24
24
  import './recall-audit.js';
25
- import './orchestrator-DqPAz8ot.js';
25
+ import './orchestrator-BR0sGsME.js';
26
26
  import './briefing.js';
27
27
  import './buffer.js';
28
28
  import './extraction-faithfulness.js';
@@ -1,5 +1,5 @@
1
1
  import { P as PluginConfig } from './types-ChQb9D6s.js';
2
- import { O as Orchestrator } from './orchestrator-DqPAz8ot.js';
2
+ import { O as Orchestrator } from './orchestrator-BR0sGsME.js';
3
3
  import './types-gb_SNtjR.js';
4
4
  import './message-parts/index.js';
5
5
  import './briefing.js';