@sema-agent/core 5.57.0 → 5.58.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.
Files changed (183) hide show
  1. package/CHANGELOG.md +48 -0
  2. package/dist/agents/cascade.d.ts +1 -1
  3. package/dist/agents/cumulative-stats.d.ts +1 -1
  4. package/dist/agents/observer.d.ts +2 -2
  5. package/dist/agents/peer-admission.d.ts +1 -1
  6. package/dist/agents/retain-ledger.d.ts +2 -2
  7. package/dist/agents/roster-store.d.ts +8 -8
  8. package/dist/agents/send-message-tool.d.ts +2 -2
  9. package/dist/agents/subagent-steps.d.ts +1 -1
  10. package/dist/agents/subagent.d.ts +13 -13
  11. package/dist/agents/team.d.ts +5 -5
  12. package/dist/agents/tool-filter.d.ts +2 -2
  13. package/dist/agents/verify.d.ts +1 -1
  14. package/dist/bench/metrics.d.ts +35 -35
  15. package/dist/brain/degrading.d.ts +1 -1
  16. package/dist/brain/errors.d.ts +3 -3
  17. package/dist/brain/reasoning.d.ts +2 -2
  18. package/dist/brain/repetition.d.ts +1 -1
  19. package/dist/brain/status-sink.d.ts +2 -2
  20. package/dist/brain/stream-shared.d.ts +1 -1
  21. package/dist/config/catalog.d.ts +5 -5
  22. package/dist/core/arg-summary.d.ts +4 -4
  23. package/dist/core/ask-class.d.ts +2 -2
  24. package/dist/core/ask-question.d.ts +1 -1
  25. package/dist/core/auto-compaction.d.ts +15 -15
  26. package/dist/core/auto-mode.d.ts +5 -5
  27. package/dist/core/background-agent-store.d.ts +20 -20
  28. package/dist/core/background-shell.d.ts +4 -4
  29. package/dist/core/checkpoint-store.d.ts +35 -27
  30. package/dist/core/context-edit.d.ts +1 -1
  31. package/dist/core/context-guard.d.ts +1 -1
  32. package/dist/core/exec-output-tail.d.ts +6 -6
  33. package/dist/core/file-snapshot-store.d.ts +8 -8
  34. package/dist/core/git-worktree-env.d.ts +3 -3
  35. package/dist/core/governance-codes.js +2 -0
  36. package/dist/core/hooks.d.ts +73 -33
  37. package/dist/core/hooks.js +87 -25
  38. package/dist/core/image-downsample.d.ts +1 -1
  39. package/dist/core/locked-config.d.ts +1 -1
  40. package/dist/core/lsp.d.ts +1 -1
  41. package/dist/core/mailbox-store.d.ts +1 -1
  42. package/dist/core/mcp.d.ts +3 -3
  43. package/dist/core/memory-engine/consolidation-driver.d.ts +207 -0
  44. package/dist/core/memory-engine/consolidation-driver.js +378 -0
  45. package/dist/core/memory-engine/consolidation.d.ts +46 -2
  46. package/dist/core/memory-engine/consolidation.js +1 -0
  47. package/dist/core/memory-engine/data-plane.d.ts +1 -1
  48. package/dist/core/memory-engine/distiller.d.ts +550 -0
  49. package/dist/core/memory-engine/distiller.js +598 -0
  50. package/dist/core/memory-engine/dual-root.d.ts +1 -1
  51. package/dist/core/memory-engine/engine.d.ts +47 -3
  52. package/dist/core/memory-engine/engine.js +37 -3
  53. package/dist/core/memory-engine/file-backend.d.ts +1 -1
  54. package/dist/core/memory-engine/index.d.ts +4 -2
  55. package/dist/core/memory-engine/index.js +4 -2
  56. package/dist/core/memory-engine/origin-clearance.d.ts +1 -1
  57. package/dist/core/memory-engine/scope-contract.d.ts +4 -4
  58. package/dist/core/memory-engine/sync-client.d.ts +16 -16
  59. package/dist/core/memory-engine/sync.d.ts +4 -4
  60. package/dist/core/memory-recall.d.ts +1 -1
  61. package/dist/core/memory.d.ts +2 -2
  62. package/dist/core/permission-rule-consent.d.ts +185 -36
  63. package/dist/core/permission-rule-consent.js +219 -44
  64. package/dist/core/permission-rule-model.d.ts +194 -31
  65. package/dist/core/permission-rule-model.js +93 -35
  66. package/dist/core/permission-rules.d.ts +9 -9
  67. package/dist/core/remote-env.d.ts +8 -8
  68. package/dist/core/roles.d.ts +3 -3
  69. package/dist/core/roles.js +1 -0
  70. package/dist/core/runner/assemble-result.d.ts +2 -2
  71. package/dist/core/runner/compaction-call-options.d.ts +3 -3
  72. package/dist/core/runner/memory-consolidation-driver.d.ts +49 -0
  73. package/dist/core/runner/memory-consolidation-driver.js +60 -0
  74. package/dist/core/runner/memory-consolidation.d.ts +1 -1
  75. package/dist/core/runner/prepare-config-doors.d.ts +3 -3
  76. package/dist/core/runner/prepare-task.d.ts +21 -21
  77. package/dist/core/runner/prepare-task.js +21 -14
  78. package/dist/core/runner/prepare-workspace-restore.d.ts +2 -2
  79. package/dist/core/runner/runtask.d.ts +11 -11
  80. package/dist/core/runner/session-rule-policy.d.ts +1 -1
  81. package/dist/core/runner/teardown-bounded.d.ts +1 -1
  82. package/dist/core/runner/tool-disclosure.d.ts +2 -2
  83. package/dist/core/runner/turn-attachments.d.ts +11 -11
  84. package/dist/core/scheduler.d.ts +5 -5
  85. package/dist/core/secret-env.d.ts +1 -1
  86. package/dist/core/sensitive-path-policy.d.ts +1 -1
  87. package/dist/core/session-policy-store.d.ts +2 -2
  88. package/dist/core/session-reconcile.d.ts +2 -2
  89. package/dist/core/session-store.d.ts +3 -3
  90. package/dist/core/session.d.ts +1 -1
  91. package/dist/core/shutdown-debug.d.ts +2 -2
  92. package/dist/core/side-query.d.ts +2 -2
  93. package/dist/core/spec-contract.d.ts +1 -1
  94. package/dist/core/store-contracts/contract-harness.d.ts +2 -2
  95. package/dist/core/store-contracts/contract-kit-version.d.ts +2 -2
  96. package/dist/core/store-contracts/mailbox-store-contract.d.ts +1 -1
  97. package/dist/core/store-contracts/mailbox-store-contract.js +1 -1
  98. package/dist/core/task-notification.d.ts +5 -5
  99. package/dist/core/task-registry-agent.d.ts +12 -12
  100. package/dist/core/task-registry-monitor.d.ts +1 -1
  101. package/dist/core/task-registry-shared.d.ts +41 -41
  102. package/dist/core/task-registry.d.ts +12 -12
  103. package/dist/core/tool-detach.d.ts +2 -2
  104. package/dist/core/tool-errors.d.ts +3 -3
  105. package/dist/core/tool-policy.d.ts +55 -28
  106. package/dist/core/tool-result-budget.d.ts +1 -1
  107. package/dist/core/tool-result-store.d.ts +2 -2
  108. package/dist/core/tools.d.ts +1 -1
  109. package/dist/core/trace.d.ts +26 -23
  110. package/dist/core/types.d.ts +123 -70
  111. package/dist/core/untrusted-egress.d.ts +1 -1
  112. package/dist/core/untrusted-text.d.ts +7 -7
  113. package/dist/core/wiring-manifest.d.ts +5 -5
  114. package/dist/core/workflow-journal-store.d.ts +14 -14
  115. package/dist/core/workflow-run-store-contract.d.ts +1 -1
  116. package/dist/core/workflow-run-store-contract.js +1 -1
  117. package/dist/core/workflow-run-store.d.ts +4 -4
  118. package/dist/engine/compaction/compaction.d.ts +3 -3
  119. package/dist/engine/compaction/utils.d.ts +2 -2
  120. package/dist/engine/execution-env/kill-tree.d.ts +1 -1
  121. package/dist/engine/execution-env/node-execution-env.d.ts +8 -8
  122. package/dist/engine/harness/agent-harness.d.ts +6 -6
  123. package/dist/engine/harness/messages.d.ts +1 -1
  124. package/dist/engine/harness/types.d.ts +10 -10
  125. package/dist/engine/llm/types.d.ts +14 -14
  126. package/dist/engine/loop/agent-loop.d.ts +3 -3
  127. package/dist/engine/loop/types.d.ts +4 -4
  128. package/dist/engine/lsp/node-lsp-manager.d.ts +2 -2
  129. package/dist/engine/session/import-validate.d.ts +1 -1
  130. package/dist/engine/session/log-digest.d.ts +1 -1
  131. package/dist/engine/session/memory-repo.d.ts +2 -2
  132. package/dist/engine/session/session.d.ts +4 -4
  133. package/dist/fixtures/index.d.ts +4 -4
  134. package/dist/index.d.ts +5 -4
  135. package/dist/index.js +3 -2
  136. package/dist/orchestration/goal.d.ts +1 -1
  137. package/dist/orchestration/run-spec.d.ts +1 -1
  138. package/dist/orchestration/run-workflow-tool.d.ts +12 -12
  139. package/dist/orchestration/workflow-governance.d.ts +4 -4
  140. package/dist/orchestration/workflow-observe.d.ts +1 -1
  141. package/dist/orchestration/workflow-script-runner.d.ts +1 -1
  142. package/dist/orchestration/workflow-script-store.d.ts +9 -9
  143. package/dist/orchestration/workflow-size-guideline.d.ts +1 -1
  144. package/dist/orchestration/workflow-types.d.ts +5 -5
  145. package/dist/orchestration/workflow.d.ts +10 -10
  146. package/dist/prompt-assembly/artifact-store.d.ts +1 -1
  147. package/dist/prompt-assembly/artifact.d.ts +1 -1
  148. package/dist/prompt-assembly/assemble.d.ts +1 -1
  149. package/dist/prompt-assembly/composer.d.ts +2 -2
  150. package/dist/prompt-assembly/epoch.d.ts +2 -2
  151. package/dist/prompt-assembly/event-registry.d.ts +1 -1
  152. package/dist/prompt-assembly/explain.d.ts +3 -3
  153. package/dist/prompt-assembly/tool-catalog.d.ts +1 -1
  154. package/dist/prompt-assembly/turn-snapshot.d.ts +4 -4
  155. package/dist/prompt-assembly/types.d.ts +12 -12
  156. package/dist/prompts/coordinator.d.ts +1 -1
  157. package/dist/prompts/default.d.ts +8 -8
  158. package/dist/prompts/simple-sections.d.ts +3 -3
  159. package/dist/prompts/supervisor.d.ts +2 -2
  160. package/dist/scenarios/full-body.d.ts +3 -3
  161. package/dist/scenarios/scenario-registry.d.ts +1 -1
  162. package/dist/stores/cc/sidecar-transcript.d.ts +3 -3
  163. package/dist/stores/file/fs-atomic.d.ts +2 -2
  164. package/dist/stores/file/index.d.ts +1 -1
  165. package/dist/stores/file/session-store.d.ts +2 -2
  166. package/dist/stores/file/workflow-journal-store.d.ts +4 -4
  167. package/dist/tools/fs/bash-readonly-classifier.d.ts +1 -1
  168. package/dist/tools/fs/encoding.d.ts +4 -4
  169. package/dist/tools/fs/fs-bash.d.ts +3 -3
  170. package/dist/tools/fs/fs-pdf.d.ts +1 -1
  171. package/dist/tools/fs/fs-shared.d.ts +6 -6
  172. package/dist/tools/fs/index.d.ts +2 -2
  173. package/dist/tools/fs/notebook.d.ts +1 -1
  174. package/dist/tools/fs/pdf.d.ts +1 -1
  175. package/dist/tools/fs/read-deny.d.ts +1 -1
  176. package/dist/tools/fs/safety.d.ts +9 -9
  177. package/dist/tools/fs/search.d.ts +2 -2
  178. package/dist/tools/monitor.d.ts +3 -3
  179. package/dist/tools/task-list.d.ts +2 -2
  180. package/dist/tools/web.d.ts +4 -4
  181. package/dist/tools/worktree.d.ts +5 -5
  182. package/package.json +1 -1
  183. package/test/export-surface.snapshot.json +56 -3
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "_comment": "design/87 L3 — frozen public export surface of src/index.ts (name -> kind). DO NOT edit by hand to silence a red test. A removed/changed entry = a SemVer-BREAKING change; bump MAJOR and update this fixture in the SAME commit (design/87 §4.2 / §5.2). Regenerate via REGEN in test/export-surface.test.ts.",
3
- "count": 1696,
3
+ "count": 1749,
4
4
  "exports": {
5
5
  "A2ATaskState": "type",
6
6
  "A2ATaskStateReversal": "type",
@@ -139,6 +139,9 @@
139
139
  "COMPLIANCE_CAPABILITIES": "variable",
140
140
  "CONFIG_CATALOG_VERSION": "variable",
141
141
  "CONSOLIDATION_DEFAULTS": "variable",
142
+ "CONSOLIDATION_DRIVER_PLANS_DIR": "variable",
143
+ "CONSOLIDATION_DRIVER_RUNS_FILE": "variable",
144
+ "CONSOLIDATION_RUN_STOP_REASONS": "variable",
142
145
  "CONSOLIDATION_SYSTEM_PROMPT": "variable",
143
146
  "CONTRACT_KIT_ENGINE_VERSION": "variable",
144
147
  "COORDINATOR_ROLE_PROMPT": "variable",
@@ -201,6 +204,13 @@
201
204
  "ConsolidateScopeDeps": "interface",
202
205
  "ConsolidateScopeOptions": "interface",
203
206
  "ConsolidationCommitReceipt": "interface",
207
+ "ConsolidationDistillFn": "type",
208
+ "ConsolidationDriveCycleRow": "interface",
209
+ "ConsolidationDriveEngine": "interface",
210
+ "ConsolidationDriveResult": "interface",
211
+ "ConsolidationDriverEngine": "interface",
212
+ "ConsolidationDriverRunRow": "interface",
213
+ "ConsolidationFoldState": "interface",
204
214
  "ConsolidationGateRow": "interface",
205
215
  "ConsolidationIntent": "type",
206
216
  "ConsolidationIntentCredentialRow": "interface",
@@ -214,6 +224,8 @@
214
224
  "ConsolidationReconcileReport": "interface",
215
225
  "ConsolidationRefusedError": "class",
216
226
  "ConsolidationResolveReceipt": "interface",
227
+ "ConsolidationRunReceipt": "interface",
228
+ "ConsolidationRunStopReason": "type",
217
229
  "ConsolidationStats": "interface",
218
230
  "ConstraintChainEntry": "type",
219
231
  "Context": "interface",
@@ -249,6 +261,7 @@
249
261
  "DESIGN_REVIEW_PROMPTS": "variable",
250
262
  "DISCUSSION_SCRIPT": "variable",
251
263
  "DISCUSSION_WORKFLOW_NAME": "variable",
264
+ "DISTILLER_DEFAULT_MAX_INPUTS_PER_PRODUCT": "variable",
252
265
  "DURABLE_AGENT_HANDLE_RE": "variable",
253
266
  "DecisionReason": "type",
254
267
  "DefaultPackDescription": "interface",
@@ -258,6 +271,10 @@
258
271
  "DelegationLifecycleEvent": "type",
259
272
  "DelegationTaskType": "type",
260
273
  "DeveloperTaskConfig": "interface",
274
+ "DistillerCandidate": "interface",
275
+ "DistillerChatAnswer": "interface",
276
+ "DistillerChatFn": "type",
277
+ "DistillerChatRequest": "interface",
261
278
  "DocumentContent": "interface",
262
279
  "EMPTY_RULE_STORE": "variable",
263
280
  "EMPTY_USAGE_WINDOW_RECORD": "variable",
@@ -343,6 +360,7 @@
343
360
  "FileWorkflowRunStoreOptions": "interface",
344
361
  "FsWriteGatePolicyOptions": "interface",
345
362
  "FunctionContract": "interface",
363
+ "FuseSchedule": "interface",
346
364
  "GENERAL_PURPOSE_SUBAGENT_TYPE": "variable",
347
365
  "GIT_STATUS_MAX_CHARS": "variable",
348
366
  "GLOBAL_USAGE_KEY": "variable",
@@ -381,7 +399,6 @@
381
399
  "ImageDownsampler": "type",
382
400
  "ImageInput": "type",
383
401
  "ImportPreview": "interface",
384
- "ImportResult": "interface",
385
402
  "ImportedSettingsLayer": "type",
386
403
  "InMemoryBackgroundAgentStore": "class",
387
404
  "InMemoryCheckpointStore": "class",
@@ -406,6 +423,10 @@
406
423
  "KillProcessTreeOptions": "type",
407
424
  "LEGACY_PENDING_STEER_INPUT_ID": "variable",
408
425
  "LINEAGE_FILE": "variable",
426
+ "LLM_DISTILLER_CONTRACT": "variable",
427
+ "LLM_DISTILLER_CONTRACTS": "variable",
428
+ "LLM_DISTILLER_CONTRACT_DL2": "variable",
429
+ "LLM_DISTILLER_CONTRACT_DL3": "variable",
409
430
  "LOCAL_OWNER_UNSYNCABLE_CODE": "variable",
410
431
  "LOCKED_KEY_REGISTRY": "variable",
411
432
  "LOWERING_VERSION": "variable",
@@ -415,6 +436,9 @@
415
436
  "LayeredRecallResult": "type",
416
437
  "LineagePendingTxn": "interface",
417
438
  "LineagePromotion": "interface",
439
+ "LlmConsolidationPlan": "interface",
440
+ "LlmConsolidationPlanProduct": "interface",
441
+ "LlmDistillerContract": "interface",
418
442
  "LockedConfig": "interface",
419
443
  "LockedKey": "type",
420
444
  "LoweringRecord": "interface",
@@ -452,6 +476,7 @@
452
476
  "MCP_NAMESPACE": "variable",
453
477
  "MCP_PREFIX": "variable",
454
478
  "MEMORY_ANNOUNCEMENTS_MAX": "variable",
479
+ "MEMORY_DISTILLER_CONTRACT_V1": "variable",
455
480
  "MEMORY_ENGINE_TOOL_NAMES": "variable",
456
481
  "MEMORY_EXPOSURE_BANNER": "variable",
457
482
  "MEMORY_EXPOSURE_HANDLE_TAG": "variable",
@@ -499,6 +524,7 @@
499
524
  "MemoryBackend": "interface",
500
525
  "MemoryBackendContractHooks": "interface",
501
526
  "MemoryBundleImportPlan": "interface",
527
+ "MemoryConsolidationDriverDeps": "interface",
502
528
  "MemoryConsolidationOptions": "interface",
503
529
  "MemoryEngine": "class",
504
530
  "MemoryEngineOptions": "interface",
@@ -545,6 +571,7 @@
545
571
  "MemoryVectorMode": "type",
546
572
  "Message": "type",
547
573
  "MigrateScopeReport": "interface",
574
+ "MintLlmConsolidationPlanResult": "type",
548
575
  "Model": "interface",
549
576
  "ModelCriteria": "interface",
550
577
  "ModelMention": "interface",
@@ -660,11 +687,14 @@
660
687
  "PersistedAllowRule": "interface",
661
688
  "PersistedOrgRuleState": "interface",
662
689
  "PersistedRuleAnswer": "type",
690
+ "PersistedRuleCoverage": "interface",
663
691
  "PersistedRuleHit": "interface",
692
+ "PersistedRuleHitRule": "interface",
664
693
  "PersistedRuleMatch": "type",
665
694
  "PersistedRuleTool": "type",
666
695
  "PersistedRuleUnreadable": "interface",
667
696
  "PlacedSessionRow": "type",
697
+ "PlanParseRepairs": "interface",
668
698
  "PlatformLimitReason": "type",
669
699
  "PostCompactContext": "interface",
670
700
  "PostToolBatchCall": "interface",
@@ -755,6 +785,7 @@
755
785
  "RedactionReport": "interface",
756
786
  "RedactionSource": "type",
757
787
  "RedeemResult": "type",
788
+ "RedeemedBatchMember": "type",
758
789
  "RedemptionAuthorization": "interface",
759
790
  "RegisterMonitorInput": "interface",
760
791
  "RemoteConnectConfig": "interface",
@@ -823,12 +854,13 @@
823
854
  "RuleConsentDeps": "interface",
824
855
  "RuleDeleteDelta": "interface",
825
856
  "RuleDot": "interface",
857
+ "RuleOffer": "type",
858
+ "RuleOffer2": "type",
826
859
  "RuleOwner": "type",
827
860
  "RuleQuarantineReason": "type",
828
861
  "RuleReject": "interface",
829
862
  "RuleRejectCode": "type",
830
863
  "RuleScope": "type",
831
- "RuleSuggestion": "interface",
832
864
  "RuleSyncDrop": "interface",
833
865
  "RuleSyncDropReason": "type",
834
866
  "RuleSyncFrontier": "type",
@@ -841,6 +873,7 @@
841
873
  "RuleTombstone": "interface",
842
874
  "RuleWriteDelta": "type",
843
875
  "RunInternals": "interface",
876
+ "RunMemoryConsolidationOptions": "interface",
844
877
  "RunScenarioOptions": "interface",
845
878
  "RunScenarioResult": "type",
846
879
  "RunSpecOptions": "interface",
@@ -877,6 +910,7 @@
877
910
  "SafetyAxis": "interface",
878
911
  "SafetyMergeVector": "interface",
879
912
  "SandboxTier": "type",
913
+ "SanitizedLlmGroups": "interface",
880
914
  "ScanFinding": "interface",
881
915
  "ScannedEntryFile": "interface",
882
916
  "ScenarioId": "type",
@@ -901,6 +935,8 @@
901
935
  "SectionRenderInputs": "interface",
902
936
  "SeedStrategiesReport": "interface",
903
937
  "SeedStrategyEntry": "type",
938
+ "SegmentCoverage": "interface",
939
+ "SegmentRuleSuggestion": "interface",
904
940
  "SelectiveRecallOptions": "interface",
905
941
  "SelectiveRecallResult": "type",
906
942
  "SemaTaskHandle": "interface",
@@ -950,6 +986,7 @@
950
986
  "SpecContract": "interface",
951
987
  "SqlToolOptions": "interface",
952
988
  "StablePromptContext": "interface",
989
+ "StaleRuleApprovalRecord": "interface",
953
990
  "StaleToolResultOffloadOptions": "interface",
954
991
  "Static": "type",
955
992
  "StaticWiringDeps": "type",
@@ -1165,6 +1202,7 @@
1165
1202
  "appendPendingSteer": "function",
1166
1203
  "applyManifest": "function",
1167
1204
  "applyTombstones": "function",
1205
+ "archiveDistillerPlan": "function",
1168
1206
  "artifactDeclarations": "function",
1169
1207
  "assembleCodeTools": "function",
1170
1208
  "assertAdoptionBootGate": "function",
@@ -1255,6 +1293,7 @@
1255
1293
  "constitutionBlocks": "function",
1256
1294
  "constraintChainDigest": "function",
1257
1295
  "constraintChainEntryOf": "function",
1296
+ "contractGroupingDiff": "function",
1258
1297
  "cosineDistance": "function",
1259
1298
  "countElicitOptIns": "function",
1260
1299
  "createAgentContinuationVerb": "function",
@@ -1343,6 +1382,7 @@
1343
1382
  "distilledEquals": "function",
1344
1383
  "dotAtOrBelowFrontier": "function",
1345
1384
  "drainMemoryAnnouncements": "function",
1385
+ "driveConsolidationToFixpoint": "function",
1346
1386
  "durableParkGapFor": "function",
1347
1387
  "durableParkGapOf": "function",
1348
1388
  "editBudget": "function",
@@ -1407,6 +1447,7 @@
1407
1447
  "htmlToText": "function",
1408
1448
  "inlineUntrusted": "function",
1409
1449
  "inspectDegenerate": "function",
1450
+ "isAliasModelId": "function",
1410
1451
  "isApprovalSettledBy": "function",
1411
1452
  "isAskDenyResolution": "function",
1412
1453
  "isDelegatedAgentTerminal": "function",
@@ -1439,6 +1480,7 @@
1439
1480
  "listAdoptionQuarantine": "function",
1440
1481
  "listCcSidecarAgents": "function",
1441
1482
  "listWorkflowRuns": "function",
1483
+ "llmPlanDistiller": "function",
1442
1484
  "loadOrchestrationEnv": "function",
1443
1485
  "looksDegenerate": "function",
1444
1486
  "lookupProjectIdHint": "function",
@@ -1457,6 +1499,7 @@
1457
1499
  "memoryBackendContract": "function",
1458
1500
  "memoryConsolidationCommittedNotice": "function",
1459
1501
  "memoryConsolidationConflictNotice": "function",
1502
+ "memoryConsolidationIncompleteNotice": "function",
1460
1503
  "memoryConsolidationRecommendedNotice": "function",
1461
1504
  "memoryConsolidationRefusedNotice": "function",
1462
1505
  "memoryExposureIndexRow": "function",
@@ -1466,6 +1509,7 @@
1466
1509
  "migrateScope": "function",
1467
1510
  "mintCheckpointId": "function",
1468
1511
  "mintCheckpointToken": "function",
1512
+ "mintLlmConsolidationPlan": "function",
1469
1513
  "mintReminderMark": "function",
1470
1514
  "mintRuleTicket": "function",
1471
1515
  "mintSystemReminder": "function",
@@ -1483,6 +1527,7 @@
1483
1527
  "normalizeToolResultProvenance": "function",
1484
1528
  "noticeAudienceOf": "function",
1485
1529
  "ok": "function",
1530
+ "openAiCompatChatSeat": "function",
1486
1531
  "openSystemReminder": "function",
1487
1532
  "orgRuleStatePersistenceOf": "function",
1488
1533
  "orgRuleVerdictFor": "function",
@@ -1491,6 +1536,7 @@
1491
1536
  "parseAllowRuleText": "function",
1492
1537
  "parseAutoModeResponse": "function",
1493
1538
  "parseEntryFile": "function",
1539
+ "parseJsonAnswer": "function",
1494
1540
  "parseLeadingCommandName": "function",
1495
1541
  "parseModelMention": "function",
1496
1542
  "parsePermissionRule": "function",
@@ -1508,6 +1554,7 @@
1508
1554
  "peerAxisToken": "function",
1509
1555
  "permissionRuleSyncContract": "function",
1510
1556
  "pgQuery": "function",
1557
+ "planParseRepairs": "function",
1511
1558
  "precheckEditedRuleText": "function",
1512
1559
  "prepareCardApproval": "function",
1513
1560
  "prepareCcImport": "function",
@@ -1525,6 +1572,7 @@
1525
1572
  "readAdoptionStatus": "function",
1526
1573
  "readCcSidecarMessages": "function",
1527
1574
  "readCcSidecarTranscript": "function",
1575
+ "readConsolidationDriverRun": "function",
1528
1576
  "readDegradation": "function",
1529
1577
  "readIntentCredentials": "function",
1530
1578
  "readJsonlRecords": "function",
@@ -1569,6 +1617,7 @@
1569
1617
  "resolveFrozenPaths": "function",
1570
1618
  "resolveLinkedIds": "function",
1571
1619
  "resolveLockedKeys": "function",
1620
+ "resolveMemoryConsolidationDriver": "function",
1572
1621
  "resolveMemoryEngineRoot": "function",
1573
1622
  "resolveModel": "function",
1574
1623
  "resolvePeerAdmissionConfig": "function",
@@ -1592,12 +1641,14 @@
1592
1641
  "routePairingStatus": "function",
1593
1642
  "routeRefusalText": "function",
1594
1643
  "ruleAdmitsCommand": "function",
1644
+ "ruleOffersOfRecord": "function",
1595
1645
  "ruleSyncVector": "function",
1596
1646
  "runCascade": "function",
1597
1647
  "runDeveloperTask": "function",
1598
1648
  "runExecGate": "function",
1599
1649
  "runGoal": "function",
1600
1650
  "runMemoryConsolidation": "function",
1651
+ "runMemoryConsolidationDriver": "function",
1601
1652
  "runOracle": "function",
1602
1653
  "runRepairLoop": "function",
1603
1654
  "runScenario": "function",
@@ -1612,6 +1663,7 @@
1612
1663
  "sameRuleOwner": "function",
1613
1664
  "sameScope": "function",
1614
1665
  "sanitizeCcAgentName": "function",
1666
+ "sanitizeLlmGroups": "function",
1615
1667
  "sanitizePathComponent": "function",
1616
1668
  "sanitizeScope": "function",
1617
1669
  "sanitizeUntrustedText": "function",
@@ -1620,6 +1672,7 @@
1620
1672
  "scanMemoryFileName": "function",
1621
1673
  "scanMemoryWrite": "function",
1622
1674
  "scanRemediation": "function",
1675
+ "scheduleUnderFuse": "function",
1623
1676
  "scopeCoversCwd": "function",
1624
1677
  "scopeDirName": "function",
1625
1678
  "screenApproverAttribution": "function",