@sema-agent/core 7.7.0 → 7.8.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 (135) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/dist/agents/agent-transcript-tool.js +2 -2
  3. package/dist/agents/list-agents-tool.js +2 -3
  4. package/dist/agents/observer.js +2 -2
  5. package/dist/agents/send-message-tool.js +2 -1
  6. package/dist/agents/subagent-steps.js +5 -4
  7. package/dist/agents/subagent.js +2 -3
  8. package/dist/core/ask-question.js +2 -2
  9. package/dist/core/checkpoint-store.d.ts +38 -4
  10. package/dist/core/context-edit.d.ts +0 -22
  11. package/dist/core/context-edit.js +2 -11
  12. package/dist/core/engine-notice.d.ts +6 -0
  13. package/dist/core/fs-write-gate-policy.d.ts +7 -1
  14. package/dist/core/fs-write-gate-policy.js +7 -7
  15. package/dist/core/gate-fold.js +2 -2
  16. package/dist/core/gate-lanes.js +4 -3
  17. package/dist/core/governance-codes.d.ts +1 -1
  18. package/dist/core/governance-codes.js +6 -0
  19. package/dist/core/hooks.d.ts +8 -2
  20. package/dist/core/hooks.js +1 -1
  21. package/dist/core/lsp.js +2 -2
  22. package/dist/core/mcp-server-spec.d.ts +17 -0
  23. package/dist/core/mcp.js +3 -1
  24. package/dist/core/memory-engine/tools.js +4 -12
  25. package/dist/core/permission-rules.d.ts +32 -2
  26. package/dist/core/permission-rules.js +43 -37
  27. package/dist/core/present-plan-tool.js +3 -4
  28. package/dist/core/runner/active-skill-scope.js +7 -4
  29. package/dist/core/runner/compaction-call-options.d.ts +1 -1
  30. package/dist/core/runner/contracts.d.ts +27 -3
  31. package/dist/core/runner/prepare-ask-lane.d.ts +1 -1
  32. package/dist/core/runner/prepare-caps-and-workflow.d.ts +5 -4
  33. package/dist/core/runner/prepare-caps-and-workflow.js +16 -11
  34. package/dist/core/runner/prepare-defer-classify.d.ts +5 -26
  35. package/dist/core/runner/prepare-defer-classify.js +10 -10
  36. package/dist/core/runner/prepare-delegation-surface.d.ts +5 -4
  37. package/dist/core/runner/prepare-delegation-surface.js +15 -17
  38. package/dist/core/runner/prepare-gate-stations.d.ts +4 -1
  39. package/dist/core/runner/prepare-gate-stations.js +3 -1
  40. package/dist/core/runner/prepare-hands-readface.d.ts +3 -2
  41. package/dist/core/runner/prepare-hands-readface.js +3 -2
  42. package/dist/core/runner/prepare-inherited-gate.d.ts +1 -1
  43. package/dist/core/runner/prepare-inherited-gate.js +1 -0
  44. package/dist/core/runner/prepare-lsp.d.ts +4 -3
  45. package/dist/core/runner/prepare-lsp.js +3 -2
  46. package/dist/core/runner/prepare-memory-engine-session.d.ts +4 -4
  47. package/dist/core/runner/prepare-memory-engine-session.js +4 -2
  48. package/dist/core/runner/prepare-offload-wrappers.js +7 -5
  49. package/dist/core/runner/prepare-park-ask.d.ts +4 -0
  50. package/dist/core/runner/prepare-park-ask.js +4 -1
  51. package/dist/core/runner/prepare-project-context.d.ts +5 -23
  52. package/dist/core/runner/prepare-project-context.js +7 -5
  53. package/dist/core/runner/prepare-prompt-assembly.d.ts +1 -1
  54. package/dist/core/runner/prepare-protocol-tools.d.ts +5 -1
  55. package/dist/core/runner/prepare-protocol-tools.js +38 -21
  56. package/dist/core/runner/prepare-question-face.d.ts +4 -3
  57. package/dist/core/runner/prepare-question-face.js +5 -3
  58. package/dist/core/runner/prepare-run-refs.d.ts +16 -0
  59. package/dist/core/runner/prepare-run-refs.js +6 -0
  60. package/dist/core/runner/prepare-safety-scan.js +42 -2
  61. package/dist/core/runner/prepare-task.js +37 -19
  62. package/dist/core/runner/prepare-tool-disclosure-mount.d.ts +5 -2
  63. package/dist/core/runner/prepare-tool-disclosure-mount.js +3 -1
  64. package/dist/core/runner/prepare-wiring-manifest.d.ts +4 -0
  65. package/dist/core/runner/prepare-wiring-manifest.js +3 -8
  66. package/dist/core/runner/run-harness-handlers.d.ts +46 -0
  67. package/dist/core/runner/run-harness-handlers.js +345 -0
  68. package/dist/core/runner/run-turn-boundary.d.ts +69 -0
  69. package/dist/core/runner/run-turn-boundary.js +694 -0
  70. package/dist/core/runner/runtask.js +47 -1043
  71. package/dist/core/runner/session-rule-policy.js +9 -4
  72. package/dist/core/runner/synthetic-tools.js +5 -8
  73. package/dist/core/runner/tool-disclosure.d.ts +4 -0
  74. package/dist/core/runner/tool-disclosure.js +9 -5
  75. package/dist/core/runner/tool-end-body.js +3 -2
  76. package/dist/core/runner/tool-face-overlay.d.ts +40 -0
  77. package/dist/core/runner/tool-face-overlay.js +125 -0
  78. package/dist/core/runner/tool-output-projection.d.ts +10 -0
  79. package/dist/core/runner/tool-output-projection.js +33 -10
  80. package/dist/core/sensitive-path-policy.d.ts +3 -0
  81. package/dist/core/sensitive-path-policy.js +6 -5
  82. package/dist/core/shared-memory/tools.js +3 -6
  83. package/dist/core/store-contracts/checkpoint-store-contract.js +23 -0
  84. package/dist/core/task-event.d.ts +10 -0
  85. package/dist/core/task-registry.js +4 -5
  86. package/dist/core/task-spec.d.ts +8 -0
  87. package/dist/core/tool-catalog-entries.d.ts +48 -0
  88. package/dist/core/tool-catalog-entries.js +174 -0
  89. package/dist/core/tool-conformance.d.ts +22 -0
  90. package/dist/core/tool-conformance.js +37 -0
  91. package/dist/core/tool-face.d.ts +171 -0
  92. package/dist/core/tool-face.js +25 -0
  93. package/dist/core/tool-policy.d.ts +24 -0
  94. package/dist/core/tool-policy.js +4 -2
  95. package/dist/core/tool-registry.d.ts +114 -0
  96. package/dist/core/tool-registry.js +114 -0
  97. package/dist/core/tool-result-budget.d.ts +0 -3
  98. package/dist/core/tool-result-budget.js +4 -3
  99. package/dist/core/tool-result-store.d.ts +0 -18
  100. package/dist/core/tool-result-store.js +2 -18
  101. package/dist/core/tool-roster.d.ts +450 -0
  102. package/dist/core/tool-roster.js +497 -0
  103. package/dist/core/tool-spec.d.ts +54 -3
  104. package/dist/core/tools.js +7 -0
  105. package/dist/core/wiring-manifest.d.ts +13 -0
  106. package/dist/core/wiring-manifest.js +2 -1
  107. package/dist/core/write-protect.d.ts +2 -1
  108. package/dist/core/write-protect.js +5 -4
  109. package/dist/engine/compaction/utils.d.ts +6 -0
  110. package/dist/engine/compaction/utils.js +19 -19
  111. package/dist/engine/loop/types.d.ts +6 -0
  112. package/dist/index.d.ts +15 -4
  113. package/dist/index.js +15 -4
  114. package/dist/orchestration/goal.js +2 -1
  115. package/dist/orchestration/run-spec.js +3 -5
  116. package/dist/orchestration/run-workflow-tool.js +2 -2
  117. package/dist/prompt-assembly/event-registry.js +3 -3
  118. package/dist/prompt-assembly/tool-catalog.d.ts +2 -2
  119. package/dist/tools/fs/fs-bash.d.ts +1 -1
  120. package/dist/tools/fs/fs-bash.js +7 -11
  121. package/dist/tools/fs/fs-read.js +2 -2
  122. package/dist/tools/fs/fs-search-tools.d.ts +0 -7
  123. package/dist/tools/fs/fs-search-tools.js +3 -16
  124. package/dist/tools/fs/fs-write.js +4 -6
  125. package/dist/tools/fs/repo-map.js +2 -2
  126. package/dist/tools/fs/safety.d.ts +2 -1
  127. package/dist/tools/fs/safety.js +6 -5
  128. package/dist/tools/monitor.js +2 -2
  129. package/dist/tools/scheduler-tools.js +5 -8
  130. package/dist/tools/task-list.js +5 -8
  131. package/dist/tools/todo.js +2 -2
  132. package/dist/tools/web.js +3 -6
  133. package/dist/tools/worktree.js +3 -4
  134. package/package.json +4 -1
  135. package/test/export-surface.snapshot.json +147 -7
@@ -1,7 +1,7 @@
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
3
  "_tierComment": "#435 v1 — machine-readable layering of the public surface: stable = demonstrated by README.md / src/examples; internal = an `Internal`-marked name or a runner/engine deep-subtree declaration (the model seam src/engine/llm is excluded — it is the BYOM contract, not an engine internal); advanced = a supported export the front door does not walk you through. THIS IS AN INITIAL HEURISTIC, derived mechanically and expected to be refined ticket by ticket: no human reviewed these 1700+ entries one by one, and nothing here claims otherwise. Known bias: a short or English-word export name (ok, err, Result, Usage) can match ordinary prose in README.md and land `stable` on a coincidence. Every export MUST carry a tier — a new export with no row fails the gate in export-surface.test.ts.",
4
- "count": 2120,
4
+ "count": 2190,
5
5
  "exports": {
6
6
  "A2ATaskState": "type",
7
7
  "A2ATaskStateReversal": "type",
@@ -20,10 +20,12 @@
20
20
  "AGGREGATE_MEDIA_BUDGET_BYTES": "variable",
21
21
  "AGGREGATE_TOOL_RESULT_BUDGET_CHARS": "variable",
22
22
  "ANNOUNCEMENTS_FILE": "variable",
23
+ "APPROVAL_CARD_REQUIRED_KEYS": "variable",
23
24
  "APPROVER_ATTRIBUTION_MAX_CHARS": "variable",
24
25
  "ARTIFACT_LIMITS": "variable",
25
26
  "ASK_EVIDENCE_ABSENCE_VALUES": "variable",
26
27
  "ASK_ORIGINS": "variable",
28
+ "ASK_USER_QUESTION_TOOL_NAME": "variable",
27
29
  "AUTONOMOUS_LOOP_DYNAMIC_SENTINEL": "variable",
28
30
  "AUTONOMOUS_LOOP_PREAMBLE": "variable",
29
31
  "AUTONOMOUS_LOOP_PREAMBLE_PERSISTENT": "variable",
@@ -152,7 +154,6 @@
152
154
  "CODE_REVIEW_PROMPT": "variable",
153
155
  "CODE_ROLE": "variable",
154
156
  "CODE_SYSTEM_PROMPT": "variable",
155
- "COMPACTABLE_TOOLS": "variable",
156
157
  "COMPLIANCE_CAPABILITIES": "variable",
157
158
  "CONFIG_CATALOG_VERSION": "variable",
158
159
  "CONSOLIDATION_DEFAULTS": "variable",
@@ -280,7 +281,6 @@
280
281
  "CrossSessionInboundVerdict": "type",
281
282
  "CrossSessionSettingSource": "type",
282
283
  "DECLARE_DONE_TOOL_NAME": "variable",
283
- "DEFAULT_BUDGET_EXEMPT_TOOLS": "variable",
284
284
  "DEFAULT_COMPACTION_INSTRUCTIONS": "variable",
285
285
  "DEFAULT_CONSOLIDATION_BAND": "variable",
286
286
  "DEFAULT_CONSOLIDATION_MAX_NOTES": "variable",
@@ -310,6 +310,7 @@
310
310
  "DISCUSSION_WORKFLOW_NAME": "variable",
311
311
  "DISTILLER_DEFAULT_MAX_INPUTS_PER_PRODUCT": "variable",
312
312
  "DURABLE_AGENT_HANDLE_RE": "variable",
313
+ "DURABLE_HISTORY_NAMES": "variable",
313
314
  "DecisionReason": "type",
314
315
  "DefaultPackDescription": "interface",
315
316
  "DegradationInfo": "interface",
@@ -460,7 +461,7 @@
460
461
  "GovernanceCode": "type",
461
462
  "GovernanceRetryClass": "type",
462
463
  "GraderEnv": "interface",
463
- "HAND_TOOL_EFFECTS": "variable",
464
+ "HANDS_BAND_TAGS": "variable",
464
465
  "HARNESS_SECTION_ANCHOR": "variable",
465
466
  "HandsBandOptions": "interface",
466
467
  "HarvestRejection": "interface",
@@ -601,6 +602,7 @@
601
602
  "MONITOR_DEFAULT_TIMEOUT_MS": "variable",
602
603
  "MONITOR_MAX_BATCHES_PER_MINUTE": "variable",
603
604
  "MONITOR_MAX_TIMEOUT_MS": "variable",
605
+ "MOUNT_TAG_IN_HANDS_BAND": "variable",
604
606
  "MailboxAppendMessage": "interface",
605
607
  "MailboxCrossProcessContractHooks": "interface",
606
608
  "MailboxCrossProcessVerdict": "type",
@@ -630,6 +632,7 @@
630
632
  "McpRefreshResult": "interface",
631
633
  "McpServerSpec": "interface",
632
634
  "McpServerStatus": "interface",
635
+ "McpToolFace": "type",
633
636
  "MediaStripInfo": "interface",
634
637
  "MemoryAdmissionInput": "interface",
635
638
  "MemoryAdmissionOutcome": "interface",
@@ -950,12 +953,16 @@
950
953
  "RECOMMENDED_SENSITIVE_PATTERNS": "variable",
951
954
  "REMOTE_HARVEST_PER_FILE_BYTES": "variable",
952
955
  "REMOTE_MASS_DELETION_FUSE_RATIO": "variable",
956
+ "RENDER_HINT_ACTIVITY_MAX_CHARS": "variable",
957
+ "RENDER_HINT_MAX_CHARS": "variable",
958
+ "RENDER_HINT_MAX_LIST": "variable",
953
959
  "REPORT_FINDINGS_TOOL_NAME": "variable",
954
960
  "RESOURCE_CHECKPOINT_VERSION": "variable",
955
961
  "RETIRED_TOOL_NAMES": "variable",
956
962
  "RETRYABLE_REMOTE_ERROR_CODES": "variable",
957
963
  "ROLE_TIER_DEFAULTS": "variable",
958
964
  "ROOT_ADOPTION_FILE": "variable",
965
+ "ROSTER_SOURCES": "variable",
959
966
  "ROUTE_ADJUDICATION_CONFORMANCE_CORPUS": "variable",
960
967
  "RULE_OFFERS_ABSENCE_BASELINE": "variable",
961
968
  "RULE_SYNC_DROP_CODES": "variable",
@@ -1036,6 +1043,7 @@
1036
1043
  "RosterAccess": "interface",
1037
1044
  "RosterEntry": "interface",
1038
1045
  "RosterGcOptions": "interface",
1046
+ "RosterSource": "type",
1039
1047
  "RosterStore": "interface",
1040
1048
  "RouteAdjudication": "type",
1041
1049
  "RouteAdjudicationVector": "interface",
@@ -1057,6 +1065,7 @@
1057
1065
  "RuleConsentDeps": "interface",
1058
1066
  "RuleDeleteDelta": "interface",
1059
1067
  "RuleDot": "interface",
1068
+ "RuleFaceView": "interface",
1060
1069
  "RuleOffer": "type",
1061
1070
  "RuleOffer2": "type",
1062
1071
  "RuleOfferBatchMember": "type",
@@ -1250,8 +1259,17 @@
1250
1259
  "TEAM_DISCUSSION_SCRIPT": "variable",
1251
1260
  "TEAM_DISCUSSION_WORKFLOW_NAME": "variable",
1252
1261
  "TOKEN_CHECKPOINT_VERSION": "variable",
1262
+ "TOOL_APPROVAL_CARDS": "variable",
1263
+ "TOOL_CONFORMANCE_VECTORS": "variable",
1264
+ "TOOL_CONTRACT_MAX_CHARS": "variable",
1265
+ "TOOL_FAMILIES": "variable",
1266
+ "TOOL_KEYS_MAX": "variable",
1267
+ "TOOL_KEY_MAX_CHARS": "variable",
1253
1268
  "TOOL_MODEL_GATE_CLASSES": "variable",
1269
+ "TOOL_MOUNT_TAGS": "variable",
1270
+ "TOOL_PATH_ACCESSES": "variable",
1254
1271
  "TOOL_RESULT_REF_CONFLICT_CODE": "variable",
1272
+ "TOOL_WIRE_NAME_MAX_CHARS": "variable",
1255
1273
  "TSchema": "interface",
1256
1274
  "TaskAccess": "interface",
1257
1275
  "TaskEvent": "type",
@@ -1289,22 +1307,35 @@
1289
1307
  "ThinkingLevel": "type",
1290
1308
  "TokenCounts": "interface",
1291
1309
  "ToolActivity": "interface",
1310
+ "ToolApprovalCard": "type",
1292
1311
  "ToolCall": "interface",
1312
+ "ToolCallFace": "interface",
1313
+ "ToolCallIdentity": "interface",
1314
+ "ToolCallLike": "interface",
1293
1315
  "ToolCallRequest": "interface",
1316
+ "ToolCatalogEntry": "interface",
1317
+ "ToolConformanceVector": "interface",
1294
1318
  "ToolContentOrigin": "type",
1295
1319
  "ToolContractDescriptor": "interface",
1296
1320
  "ToolDisclosureManifest": "interface",
1297
1321
  "ToolEffect": "type",
1298
1322
  "ToolExecuteContext": "interface",
1323
+ "ToolFaceDeclaration": "interface",
1324
+ "ToolFamily": "type",
1299
1325
  "ToolFingerprintInput": "interface",
1326
+ "ToolIdentity": "interface",
1300
1327
  "ToolInputValidationContext": "interface",
1301
1328
  "ToolInputVerdict": "type",
1302
1329
  "ToolModelGateRule": "interface",
1330
+ "ToolMountTag": "type",
1303
1331
  "ToolOrigin": "type",
1332
+ "ToolPathAccess": "type",
1333
+ "ToolPathTarget": "interface",
1304
1334
  "ToolPolicy": "interface",
1305
1335
  "ToolPolicyNameSets": "interface",
1306
1336
  "ToolPolicyProjection": "interface",
1307
1337
  "ToolPolicyProjectionComponent": "type",
1338
+ "ToolRenderHints": "interface",
1308
1339
  "ToolResultDeletionReport": "interface",
1309
1340
  "ToolResultMessage": "interface",
1310
1341
  "ToolResultProvenance": "interface",
@@ -1312,6 +1343,12 @@
1312
1343
  "ToolResultSlice": "interface",
1313
1344
  "ToolResultStore": "interface",
1314
1345
  "ToolReturn": "type",
1346
+ "ToolRoster": "type",
1347
+ "ToolRosterDelta": "type",
1348
+ "ToolRosterDeltaSeat": "class",
1349
+ "ToolRosterEntry": "type",
1350
+ "ToolRosterRenderHints": "variable",
1351
+ "ToolRuleFace": "interface",
1315
1352
  "ToolSpec": "interface",
1316
1353
  "TraceEvent": "type",
1317
1354
  "TracerHook": "type",
@@ -1440,6 +1477,7 @@
1440
1477
  "appendHopToken": "function",
1441
1478
  "appendPendingSteer": "function",
1442
1479
  "applyFileRestoreViaEnv": "function",
1480
+ "applyMcpToolFaces": "function",
1443
1481
  "applyTombstones": "function",
1444
1482
  "archiveDistillerPlan": "function",
1445
1483
  "artifactDeclarations": "function",
@@ -1470,6 +1508,7 @@
1470
1508
  "boundedTail": "function",
1471
1509
  "brainToRuntime": "function",
1472
1510
  "brandLspFailure": "function",
1511
+ "budgetExemptToolNames": "function",
1473
1512
  "buildAgentPollDetails": "function",
1474
1513
  "buildAutoModePrompt": "function",
1475
1514
  "buildCrossSessionEnvelope": "function",
@@ -1499,6 +1538,10 @@
1499
1538
  "capAggregateToolResults": "function",
1500
1539
  "captureBaseline": "function",
1501
1540
  "captureFileBackupViaEnv": "function",
1541
+ "catalogEntriesNamed": "function",
1542
+ "catalogRuleFaceOf": "function",
1543
+ "catalogRuleFaceView": "function",
1544
+ "catalogToolNames": "function",
1502
1545
  "ccSidecarToMessages": "function",
1503
1546
  "chargeUsageRecord": "function",
1504
1547
  "checkInvariants": "function",
@@ -1521,6 +1564,7 @@
1521
1564
  "combinePolicies": "function",
1522
1565
  "committedDistilledOf": "function",
1523
1566
  "committedOriginOf": "function",
1567
+ "compactableToolNames": "function",
1524
1568
  "compileReadDeny": "function",
1525
1569
  "compileWriteProtection": "function",
1526
1570
  "complianceCallDenial": "function",
@@ -1597,6 +1641,7 @@
1597
1641
  "createSessionRulePolicy": "function",
1598
1642
  "createSkillsFromDirectory": "function",
1599
1643
  "createSqlTool": "function",
1644
+ "createStructuredProjector": "function",
1600
1645
  "createSubagentTool": "function",
1601
1646
  "createTaskListTools": "function",
1602
1647
  "createTaskOutputTool": "function",
@@ -1613,6 +1658,7 @@
1613
1658
  "decideAutoPromote": "function",
1614
1659
  "decisionText": "function",
1615
1660
  "declaredOffSpelling": "function",
1661
+ "declaredPathTargetOf": "function",
1616
1662
  "decodeCcPeerFrame": "function",
1617
1663
  "decodeScopeAttribute": "function",
1618
1664
  "decodeScopeSegment": "function",
@@ -1645,9 +1691,12 @@
1645
1691
  "describePeerDropReasons": "function",
1646
1692
  "describePeerIdleSubscription": "function",
1647
1693
  "describeStaticWiring": "function",
1694
+ "describeToolCatalog": "function",
1695
+ "describeToolConformanceVectors": "function",
1648
1696
  "detectCleanArmVerbatimLeak": "function",
1649
1697
  "detectSecret": "function",
1650
1698
  "devWorkflowScriptRunner": "variable",
1699
+ "diffToolRoster": "function",
1651
1700
  "directoryRuleAdmits": "function",
1652
1701
  "distilledEquals": "function",
1653
1702
  "dotAtOrBelowFrontier": "function",
@@ -1669,6 +1718,7 @@
1669
1718
  "enforcePromotableWriteGate": "function",
1670
1719
  "enforceSecretWriteGate": "function",
1671
1720
  "enforceStructuredNoteSecretGate": "function",
1721
+ "engineCardTypes": "function",
1672
1722
  "enqueueMemoryAnnouncement": "function",
1673
1723
  "ensureDir": "function",
1674
1724
  "entryFromFile": "function",
@@ -1691,6 +1741,7 @@
1691
1741
  "fileHistoryResolveTrackKey": "function",
1692
1742
  "fileHistoryStoreContract": "function",
1693
1743
  "fileHistoryTrackKeyOf": "function",
1744
+ "fileOpAccessOf": "function",
1694
1745
  "fileSessionCaptureRecordStore": "function",
1695
1746
  "findAdmittingRule": "function",
1696
1747
  "findOrphanToolCalls": "function",
@@ -1725,6 +1776,7 @@
1725
1776
  "gitCheckIgnoreFilter": "function",
1726
1777
  "governanceRetryClass": "function",
1727
1778
  "guardedMemoryStore": "function",
1779
+ "handBandEffects": "function",
1728
1780
  "harnessContext": "function",
1729
1781
  "harvestFilesToPatches": "function",
1730
1782
  "hasAuthCarrier": "function",
@@ -1735,11 +1787,13 @@
1735
1787
  "hasToolContract": "function",
1736
1788
  "htmlToText": "function",
1737
1789
  "inlineUntrusted": "function",
1790
+ "inputKeysOf": "function",
1738
1791
  "inspectDegenerate": "function",
1739
1792
  "isAliasModelId": "function",
1740
1793
  "isAskOrigin": "function",
1741
1794
  "isCanonicalPeerAddress": "function",
1742
1795
  "isCrossSessionInboundSetting": "function",
1796
+ "isDeclaredWrite": "function",
1743
1797
  "isDelegatedAgentTerminal": "function",
1744
1798
  "isDeniedBy": "function",
1745
1799
  "isExecutionOutcomeRecordWord": "function",
@@ -1755,6 +1809,7 @@
1755
1809
  "isPermissionModeClass": "function",
1756
1810
  "isPersonalScope": "function",
1757
1811
  "isProcessLive": "function",
1812
+ "isProtectedWrite": "function",
1758
1813
  "isQuestionUnavailable": "function",
1759
1814
  "isRemoteExecutionEnv": "function",
1760
1815
  "isRetryableRemoteErrorCode": "function",
@@ -1778,6 +1833,7 @@
1778
1833
  "joinFrontiers": "function",
1779
1834
  "joinRuleStates": "function",
1780
1835
  "judgeCrossSessionInbound": "function",
1836
+ "judgeParkedToolIdentity": "function",
1781
1837
  "judgePeerAdmission": "function",
1782
1838
  "judgePeerRecordFile": "function",
1783
1839
  "killProcessTree": "function",
@@ -1821,6 +1877,7 @@
1821
1877
  "mergeRecallHits": "function",
1822
1878
  "mergeWorkflowArgs": "function",
1823
1879
  "migrateScope": "function",
1880
+ "mintCapabilityId": "function",
1824
1881
  "mintCheckpointId": "function",
1825
1882
  "mintCheckpointToken": "function",
1826
1883
  "mintExposurePartitionedPlan": "function",
@@ -1852,6 +1909,7 @@
1852
1909
  "orgRuleVerdictFor": "function",
1853
1910
  "originEquals": "function",
1854
1911
  "oversizeJournalResult": "function",
1912
+ "parkedToolIdentity": "function",
1855
1913
  "parseAllowRuleText": "function",
1856
1914
  "parseAutoModeResponse": "function",
1857
1915
  "parseCrossSessionEnvelope": "function",
@@ -1869,6 +1927,10 @@
1869
1927
  "parseScopeKey": "function",
1870
1928
  "parseTeacherAdvice": "function",
1871
1929
  "parseWorkflowMeta": "function",
1930
+ "pathConfinableWriteToolNames": "function",
1931
+ "pathTargetOf": "function",
1932
+ "pathTargetValue": "function",
1933
+ "pathTargetingToolNames": "function",
1872
1934
  "pathToUri": "function",
1873
1935
  "pathWithinRoot": "function",
1874
1936
  "pauseOf": "function",
@@ -1892,6 +1954,7 @@
1892
1954
  "pgQuery": "function",
1893
1955
  "planParseRepairs": "function",
1894
1956
  "precheckEditedRuleText": "function",
1957
+ "predictMountedToolNames": "function",
1895
1958
  "prepareCardApproval": "function",
1896
1959
  "prepareCcImport": "function",
1897
1960
  "prepareStarterBatch": "function",
@@ -1902,6 +1965,7 @@
1902
1965
  "projectToolManifest": "function",
1903
1966
  "projectionsToWriteBack": "function",
1904
1967
  "promptTokensOf": "function",
1968
+ "protectivePathTargetOf": "function",
1905
1969
  "protocolOf": "function",
1906
1970
  "pruneWorktrees": "function",
1907
1971
  "queryBackgroundAgents": "function",
@@ -2001,6 +2065,8 @@
2001
2065
  "routePeerIdleNotice": "function",
2002
2066
  "routeRefusalText": "function",
2003
2067
  "ruleAdmitsCommand": "function",
2068
+ "ruleFaceOfInstance": "function",
2069
+ "ruleFacesFromRoster": "function",
2004
2070
  "ruleOffersOfRecord": "function",
2005
2071
  "ruleSourceOf": "function",
2006
2072
  "ruleSyncVector": "function",
@@ -2058,6 +2124,7 @@
2058
2124
  "sharpImageDownsampler": "function",
2059
2125
  "sharpImageResizer": "function",
2060
2126
  "signalProcessTree": "function",
2127
+ "skillScopeWriteToolNames": "function",
2061
2128
  "snapshotFrozenPaths": "function",
2062
2129
  "specError": "function",
2063
2130
  "splitWorkflowMeta": "function",
@@ -2084,6 +2151,9 @@
2084
2151
  "thinkingOffExpressible": "function",
2085
2152
  "tightenTaskSpec": "function",
2086
2153
  "toA2ATaskState": "function",
2154
+ "toolCallFaceOf": "function",
2155
+ "toolFaceProblem": "function",
2156
+ "toolIdentityOf": "function",
2087
2157
  "toolPolicyNameSets": "function",
2088
2158
  "toolResultContentSegment": "function",
2089
2159
  "toolResultProvenanceOf": "function",
@@ -2142,10 +2212,12 @@
2142
2212
  "AGGREGATE_MEDIA_BUDGET_BYTES": "advanced",
2143
2213
  "AGGREGATE_TOOL_RESULT_BUDGET_CHARS": "advanced",
2144
2214
  "ANNOUNCEMENTS_FILE": "advanced",
2215
+ "APPROVAL_CARD_REQUIRED_KEYS": "internal",
2145
2216
  "APPROVER_ATTRIBUTION_MAX_CHARS": "advanced",
2146
2217
  "ARTIFACT_LIMITS": "advanced",
2147
2218
  "ASK_EVIDENCE_ABSENCE_VALUES": "advanced",
2148
2219
  "ASK_ORIGINS": "advanced",
2220
+ "ASK_USER_QUESTION_TOOL_NAME": "advanced",
2149
2221
  "AUTONOMOUS_LOOP_DYNAMIC_SENTINEL": "advanced",
2150
2222
  "AUTONOMOUS_LOOP_PREAMBLE": "advanced",
2151
2223
  "AUTONOMOUS_LOOP_PREAMBLE_PERSISTENT": "advanced",
@@ -2274,7 +2346,6 @@
2274
2346
  "CODE_REVIEW_PROMPT": "advanced",
2275
2347
  "CODE_ROLE": "advanced",
2276
2348
  "CODE_SYSTEM_PROMPT": "advanced",
2277
- "COMPACTABLE_TOOLS": "advanced",
2278
2349
  "COMPLIANCE_CAPABILITIES": "advanced",
2279
2350
  "CONFIG_CATALOG_VERSION": "advanced",
2280
2351
  "CONSOLIDATION_DEFAULTS": "advanced",
@@ -2402,7 +2473,6 @@
2402
2473
  "CrossSessionInboundVerdict": "advanced",
2403
2474
  "CrossSessionSettingSource": "advanced",
2404
2475
  "DECLARE_DONE_TOOL_NAME": "advanced",
2405
- "DEFAULT_BUDGET_EXEMPT_TOOLS": "advanced",
2406
2476
  "DEFAULT_COMPACTION_INSTRUCTIONS": "advanced",
2407
2477
  "DEFAULT_CONSOLIDATION_BAND": "internal",
2408
2478
  "DEFAULT_CONSOLIDATION_MAX_NOTES": "internal",
@@ -2432,6 +2502,7 @@
2432
2502
  "DISCUSSION_WORKFLOW_NAME": "advanced",
2433
2503
  "DISTILLER_DEFAULT_MAX_INPUTS_PER_PRODUCT": "advanced",
2434
2504
  "DURABLE_AGENT_HANDLE_RE": "advanced",
2505
+ "DURABLE_HISTORY_NAMES": "internal",
2435
2506
  "DecisionReason": "advanced",
2436
2507
  "DefaultPackDescription": "advanced",
2437
2508
  "DegradationInfo": "advanced",
@@ -2582,7 +2653,7 @@
2582
2653
  "GovernanceCode": "advanced",
2583
2654
  "GovernanceRetryClass": "advanced",
2584
2655
  "GraderEnv": "advanced",
2585
- "HAND_TOOL_EFFECTS": "advanced",
2656
+ "HANDS_BAND_TAGS": "advanced",
2586
2657
  "HARNESS_SECTION_ANCHOR": "advanced",
2587
2658
  "HandsBandOptions": "stable",
2588
2659
  "HarvestRejection": "advanced",
@@ -2723,6 +2794,7 @@
2723
2794
  "MONITOR_DEFAULT_TIMEOUT_MS": "advanced",
2724
2795
  "MONITOR_MAX_BATCHES_PER_MINUTE": "advanced",
2725
2796
  "MONITOR_MAX_TIMEOUT_MS": "advanced",
2797
+ "MOUNT_TAG_IN_HANDS_BAND": "advanced",
2726
2798
  "MailboxAppendMessage": "advanced",
2727
2799
  "MailboxCrossProcessContractHooks": "advanced",
2728
2800
  "MailboxCrossProcessVerdict": "advanced",
@@ -2752,6 +2824,7 @@
2752
2824
  "McpRefreshResult": "advanced",
2753
2825
  "McpServerSpec": "advanced",
2754
2826
  "McpServerStatus": "advanced",
2827
+ "McpToolFace": "internal",
2755
2828
  "MediaStripInfo": "advanced",
2756
2829
  "MemoryAdmissionInput": "advanced",
2757
2830
  "MemoryAdmissionOutcome": "advanced",
@@ -3072,12 +3145,16 @@
3072
3145
  "RECOMMENDED_SENSITIVE_PATTERNS": "advanced",
3073
3146
  "REMOTE_HARVEST_PER_FILE_BYTES": "advanced",
3074
3147
  "REMOTE_MASS_DELETION_FUSE_RATIO": "advanced",
3148
+ "RENDER_HINT_ACTIVITY_MAX_CHARS": "advanced",
3149
+ "RENDER_HINT_MAX_CHARS": "advanced",
3150
+ "RENDER_HINT_MAX_LIST": "advanced",
3075
3151
  "REPORT_FINDINGS_TOOL_NAME": "internal",
3076
3152
  "RESOURCE_CHECKPOINT_VERSION": "advanced",
3077
3153
  "RETIRED_TOOL_NAMES": "advanced",
3078
3154
  "RETRYABLE_REMOTE_ERROR_CODES": "advanced",
3079
3155
  "ROLE_TIER_DEFAULTS": "advanced",
3080
3156
  "ROOT_ADOPTION_FILE": "advanced",
3157
+ "ROSTER_SOURCES": "advanced",
3081
3158
  "ROUTE_ADJUDICATION_CONFORMANCE_CORPUS": "advanced",
3082
3159
  "RULE_OFFERS_ABSENCE_BASELINE": "advanced",
3083
3160
  "RULE_SYNC_DROP_CODES": "advanced",
@@ -3158,6 +3235,7 @@
3158
3235
  "RosterAccess": "advanced",
3159
3236
  "RosterEntry": "advanced",
3160
3237
  "RosterGcOptions": "advanced",
3238
+ "RosterSource": "advanced",
3161
3239
  "RosterStore": "advanced",
3162
3240
  "RouteAdjudication": "advanced",
3163
3241
  "RouteAdjudicationVector": "advanced",
@@ -3179,6 +3257,7 @@
3179
3257
  "RuleConsentDeps": "advanced",
3180
3258
  "RuleDeleteDelta": "advanced",
3181
3259
  "RuleDot": "advanced",
3260
+ "RuleFaceView": "advanced",
3182
3261
  "RuleOffer": "advanced",
3183
3262
  "RuleOffer2": "advanced",
3184
3263
  "RuleOfferBatchMember": "advanced",
@@ -3372,8 +3451,17 @@
3372
3451
  "TEAM_DISCUSSION_SCRIPT": "advanced",
3373
3452
  "TEAM_DISCUSSION_WORKFLOW_NAME": "advanced",
3374
3453
  "TOKEN_CHECKPOINT_VERSION": "advanced",
3454
+ "TOOL_APPROVAL_CARDS": "advanced",
3455
+ "TOOL_CONFORMANCE_VECTORS": "advanced",
3456
+ "TOOL_CONTRACT_MAX_CHARS": "advanced",
3457
+ "TOOL_FAMILIES": "advanced",
3458
+ "TOOL_KEYS_MAX": "advanced",
3459
+ "TOOL_KEY_MAX_CHARS": "advanced",
3375
3460
  "TOOL_MODEL_GATE_CLASSES": "advanced",
3461
+ "TOOL_MOUNT_TAGS": "advanced",
3462
+ "TOOL_PATH_ACCESSES": "advanced",
3376
3463
  "TOOL_RESULT_REF_CONFLICT_CODE": "advanced",
3464
+ "TOOL_WIRE_NAME_MAX_CHARS": "advanced",
3377
3465
  "TSchema": "advanced",
3378
3466
  "TaskAccess": "advanced",
3379
3467
  "TaskEvent": "stable",
@@ -3411,22 +3499,35 @@
3411
3499
  "ThinkingLevel": "internal",
3412
3500
  "TokenCounts": "advanced",
3413
3501
  "ToolActivity": "advanced",
3502
+ "ToolApprovalCard": "advanced",
3414
3503
  "ToolCall": "stable",
3504
+ "ToolCallFace": "advanced",
3505
+ "ToolCallIdentity": "advanced",
3506
+ "ToolCallLike": "advanced",
3415
3507
  "ToolCallRequest": "advanced",
3508
+ "ToolCatalogEntry": "advanced",
3509
+ "ToolConformanceVector": "advanced",
3416
3510
  "ToolContentOrigin": "advanced",
3417
3511
  "ToolContractDescriptor": "advanced",
3418
3512
  "ToolDisclosureManifest": "advanced",
3419
3513
  "ToolEffect": "advanced",
3420
3514
  "ToolExecuteContext": "advanced",
3515
+ "ToolFaceDeclaration": "advanced",
3516
+ "ToolFamily": "advanced",
3421
3517
  "ToolFingerprintInput": "advanced",
3518
+ "ToolIdentity": "advanced",
3422
3519
  "ToolInputValidationContext": "internal",
3423
3520
  "ToolInputVerdict": "internal",
3424
3521
  "ToolModelGateRule": "advanced",
3522
+ "ToolMountTag": "advanced",
3425
3523
  "ToolOrigin": "advanced",
3524
+ "ToolPathAccess": "advanced",
3525
+ "ToolPathTarget": "advanced",
3426
3526
  "ToolPolicy": "stable",
3427
3527
  "ToolPolicyNameSets": "advanced",
3428
3528
  "ToolPolicyProjection": "advanced",
3429
3529
  "ToolPolicyProjectionComponent": "advanced",
3530
+ "ToolRenderHints": "advanced",
3430
3531
  "ToolResultDeletionReport": "stable",
3431
3532
  "ToolResultMessage": "advanced",
3432
3533
  "ToolResultProvenance": "stable",
@@ -3434,6 +3535,12 @@
3434
3535
  "ToolResultSlice": "stable",
3435
3536
  "ToolResultStore": "stable",
3436
3537
  "ToolReturn": "advanced",
3538
+ "ToolRoster": "advanced",
3539
+ "ToolRosterDelta": "advanced",
3540
+ "ToolRosterDeltaSeat": "advanced",
3541
+ "ToolRosterEntry": "advanced",
3542
+ "ToolRosterRenderHints": "advanced",
3543
+ "ToolRuleFace": "advanced",
3437
3544
  "ToolSpec": "stable",
3438
3545
  "TraceEvent": "advanced",
3439
3546
  "TracerHook": "advanced",
@@ -3562,6 +3669,7 @@
3562
3669
  "appendHopToken": "advanced",
3563
3670
  "appendPendingSteer": "stable",
3564
3671
  "applyFileRestoreViaEnv": "advanced",
3672
+ "applyMcpToolFaces": "internal",
3565
3673
  "applyTombstones": "advanced",
3566
3674
  "archiveDistillerPlan": "advanced",
3567
3675
  "artifactDeclarations": "advanced",
@@ -3592,6 +3700,7 @@
3592
3700
  "boundedTail": "stable",
3593
3701
  "brainToRuntime": "advanced",
3594
3702
  "brandLspFailure": "advanced",
3703
+ "budgetExemptToolNames": "advanced",
3595
3704
  "buildAgentPollDetails": "advanced",
3596
3705
  "buildAutoModePrompt": "advanced",
3597
3706
  "buildCrossSessionEnvelope": "advanced",
@@ -3621,6 +3730,10 @@
3621
3730
  "capAggregateToolResults": "advanced",
3622
3731
  "captureBaseline": "advanced",
3623
3732
  "captureFileBackupViaEnv": "advanced",
3733
+ "catalogEntriesNamed": "advanced",
3734
+ "catalogRuleFaceOf": "advanced",
3735
+ "catalogRuleFaceView": "advanced",
3736
+ "catalogToolNames": "advanced",
3624
3737
  "ccSidecarToMessages": "advanced",
3625
3738
  "chargeUsageRecord": "advanced",
3626
3739
  "checkInvariants": "advanced",
@@ -3643,6 +3756,7 @@
3643
3756
  "combinePolicies": "advanced",
3644
3757
  "committedDistilledOf": "stable",
3645
3758
  "committedOriginOf": "stable",
3759
+ "compactableToolNames": "advanced",
3646
3760
  "compileReadDeny": "advanced",
3647
3761
  "compileWriteProtection": "advanced",
3648
3762
  "complianceCallDenial": "advanced",
@@ -3719,6 +3833,7 @@
3719
3833
  "createSessionRulePolicy": "internal",
3720
3834
  "createSkillsFromDirectory": "advanced",
3721
3835
  "createSqlTool": "advanced",
3836
+ "createStructuredProjector": "internal",
3722
3837
  "createSubagentTool": "stable",
3723
3838
  "createTaskListTools": "advanced",
3724
3839
  "createTaskOutputTool": "advanced",
@@ -3735,6 +3850,7 @@
3735
3850
  "decideAutoPromote": "advanced",
3736
3851
  "decisionText": "advanced",
3737
3852
  "declaredOffSpelling": "advanced",
3853
+ "declaredPathTargetOf": "advanced",
3738
3854
  "decodeCcPeerFrame": "advanced",
3739
3855
  "decodeScopeAttribute": "advanced",
3740
3856
  "decodeScopeSegment": "advanced",
@@ -3767,9 +3883,12 @@
3767
3883
  "describePeerDropReasons": "advanced",
3768
3884
  "describePeerIdleSubscription": "advanced",
3769
3885
  "describeStaticWiring": "stable",
3886
+ "describeToolCatalog": "advanced",
3887
+ "describeToolConformanceVectors": "advanced",
3770
3888
  "detectCleanArmVerbatimLeak": "advanced",
3771
3889
  "detectSecret": "advanced",
3772
3890
  "devWorkflowScriptRunner": "stable",
3891
+ "diffToolRoster": "advanced",
3773
3892
  "directoryRuleAdmits": "advanced",
3774
3893
  "distilledEquals": "stable",
3775
3894
  "dotAtOrBelowFrontier": "advanced",
@@ -3791,6 +3910,7 @@
3791
3910
  "enforcePromotableWriteGate": "advanced",
3792
3911
  "enforceSecretWriteGate": "advanced",
3793
3912
  "enforceStructuredNoteSecretGate": "advanced",
3913
+ "engineCardTypes": "advanced",
3794
3914
  "enqueueMemoryAnnouncement": "advanced",
3795
3915
  "ensureDir": "advanced",
3796
3916
  "entryFromFile": "advanced",
@@ -3813,6 +3933,7 @@
3813
3933
  "fileHistoryResolveTrackKey": "advanced",
3814
3934
  "fileHistoryStoreContract": "advanced",
3815
3935
  "fileHistoryTrackKeyOf": "advanced",
3936
+ "fileOpAccessOf": "advanced",
3816
3937
  "fileSessionCaptureRecordStore": "advanced",
3817
3938
  "findAdmittingRule": "advanced",
3818
3939
  "findOrphanToolCalls": "advanced",
@@ -3847,6 +3968,7 @@
3847
3968
  "gitCheckIgnoreFilter": "advanced",
3848
3969
  "governanceRetryClass": "advanced",
3849
3970
  "guardedMemoryStore": "advanced",
3971
+ "handBandEffects": "advanced",
3850
3972
  "harnessContext": "advanced",
3851
3973
  "harvestFilesToPatches": "advanced",
3852
3974
  "hasAuthCarrier": "advanced",
@@ -3857,11 +3979,13 @@
3857
3979
  "hasToolContract": "advanced",
3858
3980
  "htmlToText": "advanced",
3859
3981
  "inlineUntrusted": "advanced",
3982
+ "inputKeysOf": "advanced",
3860
3983
  "inspectDegenerate": "advanced",
3861
3984
  "isAliasModelId": "advanced",
3862
3985
  "isAskOrigin": "advanced",
3863
3986
  "isCanonicalPeerAddress": "advanced",
3864
3987
  "isCrossSessionInboundSetting": "advanced",
3988
+ "isDeclaredWrite": "advanced",
3865
3989
  "isDelegatedAgentTerminal": "advanced",
3866
3990
  "isDeniedBy": "advanced",
3867
3991
  "isExecutionOutcomeRecordWord": "advanced",
@@ -3877,6 +4001,7 @@
3877
4001
  "isPermissionModeClass": "advanced",
3878
4002
  "isPersonalScope": "advanced",
3879
4003
  "isProcessLive": "advanced",
4004
+ "isProtectedWrite": "advanced",
3880
4005
  "isQuestionUnavailable": "advanced",
3881
4006
  "isRemoteExecutionEnv": "advanced",
3882
4007
  "isRetryableRemoteErrorCode": "advanced",
@@ -3900,6 +4025,7 @@
3900
4025
  "joinFrontiers": "advanced",
3901
4026
  "joinRuleStates": "advanced",
3902
4027
  "judgeCrossSessionInbound": "advanced",
4028
+ "judgeParkedToolIdentity": "advanced",
3903
4029
  "judgePeerAdmission": "advanced",
3904
4030
  "judgePeerRecordFile": "advanced",
3905
4031
  "killProcessTree": "internal",
@@ -3943,6 +4069,7 @@
3943
4069
  "mergeRecallHits": "advanced",
3944
4070
  "mergeWorkflowArgs": "advanced",
3945
4071
  "migrateScope": "advanced",
4072
+ "mintCapabilityId": "advanced",
3946
4073
  "mintCheckpointId": "advanced",
3947
4074
  "mintCheckpointToken": "advanced",
3948
4075
  "mintExposurePartitionedPlan": "advanced",
@@ -3974,6 +4101,7 @@
3974
4101
  "orgRuleVerdictFor": "advanced",
3975
4102
  "originEquals": "stable",
3976
4103
  "oversizeJournalResult": "advanced",
4104
+ "parkedToolIdentity": "advanced",
3977
4105
  "parseAllowRuleText": "advanced",
3978
4106
  "parseAutoModeResponse": "advanced",
3979
4107
  "parseCrossSessionEnvelope": "advanced",
@@ -3991,6 +4119,10 @@
3991
4119
  "parseScopeKey": "advanced",
3992
4120
  "parseTeacherAdvice": "advanced",
3993
4121
  "parseWorkflowMeta": "advanced",
4122
+ "pathConfinableWriteToolNames": "advanced",
4123
+ "pathTargetOf": "advanced",
4124
+ "pathTargetValue": "advanced",
4125
+ "pathTargetingToolNames": "advanced",
3994
4126
  "pathToUri": "advanced",
3995
4127
  "pathWithinRoot": "advanced",
3996
4128
  "pauseOf": "advanced",
@@ -4014,6 +4146,7 @@
4014
4146
  "pgQuery": "advanced",
4015
4147
  "planParseRepairs": "advanced",
4016
4148
  "precheckEditedRuleText": "advanced",
4149
+ "predictMountedToolNames": "advanced",
4017
4150
  "prepareCardApproval": "advanced",
4018
4151
  "prepareCcImport": "advanced",
4019
4152
  "prepareStarterBatch": "advanced",
@@ -4024,6 +4157,7 @@
4024
4157
  "projectToolManifest": "advanced",
4025
4158
  "projectionsToWriteBack": "advanced",
4026
4159
  "promptTokensOf": "internal",
4160
+ "protectivePathTargetOf": "advanced",
4027
4161
  "protocolOf": "advanced",
4028
4162
  "pruneWorktrees": "advanced",
4029
4163
  "queryBackgroundAgents": "advanced",
@@ -4123,6 +4257,8 @@
4123
4257
  "routePeerIdleNotice": "advanced",
4124
4258
  "routeRefusalText": "advanced",
4125
4259
  "ruleAdmitsCommand": "advanced",
4260
+ "ruleFaceOfInstance": "advanced",
4261
+ "ruleFacesFromRoster": "advanced",
4126
4262
  "ruleOffersOfRecord": "advanced",
4127
4263
  "ruleSourceOf": "advanced",
4128
4264
  "ruleSyncVector": "advanced",
@@ -4180,6 +4316,7 @@
4180
4316
  "sharpImageDownsampler": "advanced",
4181
4317
  "sharpImageResizer": "advanced",
4182
4318
  "signalProcessTree": "internal",
4319
+ "skillScopeWriteToolNames": "advanced",
4183
4320
  "snapshotFrozenPaths": "advanced",
4184
4321
  "specError": "advanced",
4185
4322
  "splitWorkflowMeta": "advanced",
@@ -4206,6 +4343,9 @@
4206
4343
  "thinkingOffExpressible": "advanced",
4207
4344
  "tightenTaskSpec": "stable",
4208
4345
  "toA2ATaskState": "advanced",
4346
+ "toolCallFaceOf": "advanced",
4347
+ "toolFaceProblem": "internal",
4348
+ "toolIdentityOf": "advanced",
4209
4349
  "toolPolicyNameSets": "advanced",
4210
4350
  "toolResultContentSegment": "advanced",
4211
4351
  "toolResultProvenanceOf": "advanced",