@sema-agent/core 7.8.0 → 7.9.1
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/CHANGELOG.md +75 -1
- package/dist/agents/subagent.d.ts +1 -1
- package/dist/core/ask-origin.d.ts +16 -1
- package/dist/core/ask-origin.js +5 -1
- package/dist/core/checkpoint-store.d.ts +36 -35
- package/dist/core/effective-path-target.d.ts +43 -0
- package/dist/core/effective-path-target.js +56 -0
- package/dist/core/engine-notice.d.ts +8 -0
- package/dist/core/fs-write-gate-policy.js +2 -1
- package/dist/core/gate-lanes.d.ts +1 -0
- package/dist/core/gate-lanes.js +60 -28
- package/dist/core/gate-outcome.d.ts +8 -4
- package/dist/core/gate-outcome.js +2 -1
- package/dist/core/governance-codes.d.ts +1 -1
- package/dist/core/governance-codes.js +2 -0
- package/dist/core/hooks.d.ts +66 -32
- package/dist/core/mcp-injection-drop.d.ts +74 -0
- package/dist/core/mcp-injection-drop.js +27 -0
- package/dist/core/permission-rule-consent.d.ts +29 -36
- package/dist/core/permission-rule-consent.js +110 -60
- package/dist/core/permission-rule-model.d.ts +311 -96
- package/dist/core/permission-rule-model.js +309 -50
- package/dist/core/permission-rule-org.d.ts +19 -12
- package/dist/core/permission-rule-org.js +13 -16
- package/dist/core/permission-rule-provider.d.ts +10 -6
- package/dist/core/permission-rule-provider.js +12 -8
- package/dist/core/permission-rule-session.d.ts +7 -6
- package/dist/core/permission-rule-session.js +29 -10
- package/dist/core/permission-rule-store.d.ts +40 -18
- package/dist/core/permission-rule-store.js +68 -42
- package/dist/core/permission-rule-sync.d.ts +9 -3
- package/dist/core/permission-rule-sync.js +29 -25
- package/dist/core/permission-rule-syntax.d.ts +30 -0
- package/dist/core/permission-rule-syntax.js +44 -0
- package/dist/core/permission-rules.d.ts +56 -33
- package/dist/core/permission-rules.js +88 -55
- package/dist/core/persisted-rule-arms.d.ts +61 -0
- package/dist/core/persisted-rule-arms.js +50 -0
- package/dist/core/runner/active-skill-scope.js +2 -1
- package/dist/core/runner/contracts.d.ts +21 -2
- package/dist/core/runner/permission-rule-lanes.d.ts +42 -27
- package/dist/core/runner/permission-rule-lanes.js +25 -21
- package/dist/core/runner/prepare-gate-stations.js +1 -1
- package/dist/core/runner/prepare-safety-scan.js +8 -2
- package/dist/core/runner/prepare-task.js +1 -1
- package/dist/core/runner/resume-admission.d.ts +53 -0
- package/dist/core/runner/resume-admission.js +83 -0
- package/dist/core/runner/resume-apply.d.ts +50 -0
- package/dist/core/runner/resume-apply.js +184 -0
- package/dist/core/runner/resume-checkpoint-screen.d.ts +18 -0
- package/dist/core/runner/resume-checkpoint-screen.js +108 -0
- package/dist/core/runner/resume-claim.d.ts +32 -0
- package/dist/core/runner/resume-claim.js +27 -0
- package/dist/core/runner/resume-internals-and-config.d.ts +33 -0
- package/dist/core/runner/resume-internals-and-config.js +50 -0
- package/dist/core/runner/resume-policy-outcome.d.ts +31 -0
- package/dist/core/runner/resume-policy-outcome.js +127 -0
- package/dist/core/runner/resume-preflight.d.ts +40 -0
- package/dist/core/runner/resume-preflight.js +122 -0
- package/dist/core/runner/resume-review-outcome.d.ts +30 -0
- package/dist/core/runner/resume-review-outcome.js +88 -0
- package/dist/core/runner/run-harness-handlers.js +1 -1
- package/dist/core/runner/runtask.d.ts +20 -0
- package/dist/core/runner/runtask.js +85 -734
- package/dist/core/runner/session-rule-policy.js +2 -1
- package/dist/core/runner/tool-end-body.d.ts +12 -5
- package/dist/core/runner/tool-end-body.js +5 -5
- package/dist/core/runner/tool-face-overlay.js +22 -3
- package/dist/core/runner/tool-output-projection.d.ts +9 -6
- package/dist/core/runner/tool-output-projection.js +1 -18
- package/dist/core/runner/turn-attachments.d.ts +2 -2
- package/dist/core/sensitive-path-policy.js +5 -3
- package/dist/core/shell-lexer.d.ts +47 -0
- package/dist/core/shell-lexer.js +478 -0
- package/dist/core/shell-scan.d.ts +60 -0
- package/dist/core/shell-scan.js +183 -0
- package/dist/core/shell-wrapper-table.d.ts +297 -0
- package/dist/core/shell-wrapper-table.js +58 -0
- package/dist/core/store-contracts/permission-rule-sync-contract.js +29 -10
- package/dist/core/tool-catalog-entries.js +6 -6
- package/dist/core/tool-face.d.ts +80 -4
- package/dist/core/tool-face.js +10 -0
- package/dist/core/tool-policy.d.ts +1 -6
- package/dist/core/tool-registry.d.ts +8 -11
- package/dist/core/tool-registry.js +5 -2
- package/dist/core/tool-roster.d.ts +20 -2
- package/dist/core/tool-roster.js +36 -8
- package/dist/index.d.ts +7 -4
- package/dist/index.js +6 -3
- package/dist/stores/file/checkpoint-store.js +1 -1
- package/dist/stores/file/permission-rule-store.d.ts +28 -23
- package/dist/stores/file/permission-rule-store.js +64 -16
- package/dist/tools/fs/bash-readonly-classifier.d.ts +1 -1
- package/dist/tools/fs/fs-pdf.d.ts +1 -1
- package/dist/tools/fs/fs-search-tools.d.ts +3 -2
- package/dist/tools/fs/fs-search-tools.js +17 -9
- package/dist/tools/fs/index.js +1 -1
- package/dist/tools/fs/notebook.d.ts +1 -1
- package/dist/tools/fs/safety.d.ts +1 -1
- package/dist/tools/fs/search.d.ts +0 -8
- package/dist/tools/fs/search.js +0 -23
- package/package.json +1 -1
- package/test/export-surface.snapshot.json +99 -11
|
@@ -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":
|
|
4
|
+
"count": 2234,
|
|
5
5
|
"exports": {
|
|
6
6
|
"A2ATaskState": "type",
|
|
7
7
|
"A2ATaskStateReversal": "type",
|
|
@@ -154,6 +154,7 @@
|
|
|
154
154
|
"CODE_REVIEW_PROMPT": "variable",
|
|
155
155
|
"CODE_ROLE": "variable",
|
|
156
156
|
"CODE_SYSTEM_PROMPT": "variable",
|
|
157
|
+
"COMMAND_RULE_TOOL": "variable",
|
|
157
158
|
"COMPLIANCE_CAPABILITIES": "variable",
|
|
158
159
|
"CONFIG_CATALOG_VERSION": "variable",
|
|
159
160
|
"CONSOLIDATION_DEFAULTS": "variable",
|
|
@@ -567,12 +568,15 @@
|
|
|
567
568
|
"MAX_PENDING_STEER_CHARS": "variable",
|
|
568
569
|
"MAX_PENDING_STEER_ENTRIES": "variable",
|
|
569
570
|
"MAX_RULE_TEXT_CHARS": "variable",
|
|
571
|
+
"MAX_SHELL_READ_CHARS": "variable",
|
|
570
572
|
"MAX_STEER_INPUT_ID_CHARS": "variable",
|
|
571
573
|
"MAX_SUPPORTED_CHECKPOINT_VERSION": "variable",
|
|
572
574
|
"MAX_WORKFLOW_ITEMS": "variable",
|
|
573
575
|
"MCP_DELIVERY_VERDICTS": "variable",
|
|
574
576
|
"MCP_FAILURE_KINDS": "variable",
|
|
575
577
|
"MCP_IMAGE_MAX_BASE64": "variable",
|
|
578
|
+
"MCP_INJECTION_DROP_REASONS": "variable",
|
|
579
|
+
"MCP_INJECTION_DROP_TEXT": "variable",
|
|
576
580
|
"MCP_NAMESPACE": "variable",
|
|
577
581
|
"MCP_PREFIX": "variable",
|
|
578
582
|
"MEMORY_ANNOUNCEMENTS_MAX": "variable",
|
|
@@ -629,6 +633,8 @@
|
|
|
629
633
|
"McpFailure": "interface",
|
|
630
634
|
"McpFailureKind": "type",
|
|
631
635
|
"McpImageResizer": "type",
|
|
636
|
+
"McpInjectionDropFacts": "interface",
|
|
637
|
+
"McpInjectionDropReason": "type",
|
|
632
638
|
"McpRefreshResult": "interface",
|
|
633
639
|
"McpServerSpec": "interface",
|
|
634
640
|
"McpServerStatus": "interface",
|
|
@@ -752,6 +758,7 @@
|
|
|
752
758
|
"OrgRuleSnapshotProvider": "interface",
|
|
753
759
|
"OrgRuleStatePersistence": "interface",
|
|
754
760
|
"OrgRuleStatus": "type",
|
|
761
|
+
"OrgRuleVerdict": "interface",
|
|
755
762
|
"OriginClearanceEvent": "interface",
|
|
756
763
|
"OriginClearanceRow": "interface",
|
|
757
764
|
"OriginClearanceShadow": "interface",
|
|
@@ -796,6 +803,7 @@
|
|
|
796
803
|
"PLAN_WHEN_TO_USE": "variable",
|
|
797
804
|
"PREFIX_INPUT_CLASSIFICATION": "variable",
|
|
798
805
|
"PRESENT_PLAN_TOOL_NAME": "variable",
|
|
806
|
+
"PROGRAM_RUN_REACHES": "variable",
|
|
799
807
|
"PROJECT_ID_HINTS_FILE": "variable",
|
|
800
808
|
"PROJECT_ID_REGEX": "variable",
|
|
801
809
|
"PROJECT_MARKER_PATH": "variable",
|
|
@@ -806,11 +814,12 @@
|
|
|
806
814
|
"ParkProbeFindingCode": "type",
|
|
807
815
|
"ParkSelfCheckResult": "interface",
|
|
808
816
|
"ParkedClaimTicket": "interface",
|
|
809
|
-
"ParsedAllowRule": "interface",
|
|
810
817
|
"ParsedEntryFile": "interface",
|
|
811
818
|
"ParsedPermissionRule": "interface",
|
|
819
|
+
"ParsedRule": "interface",
|
|
812
820
|
"ParsedScopeKey": "type",
|
|
813
821
|
"PatchReport": "interface",
|
|
822
|
+
"PathRuleBases": "interface",
|
|
814
823
|
"PausedCause": "type",
|
|
815
824
|
"PeerAdmission": "interface",
|
|
816
825
|
"PeerAdmissionConfig": "interface",
|
|
@@ -882,8 +891,8 @@
|
|
|
882
891
|
"PermissionRuleSyncResult": "interface",
|
|
883
892
|
"PermissionRuleSyncTransport": "type",
|
|
884
893
|
"PermissionRuleWriter": "interface",
|
|
885
|
-
"PersistedAllowRule": "interface",
|
|
886
894
|
"PersistedOrgRuleState": "interface",
|
|
895
|
+
"PersistedRule": "interface",
|
|
887
896
|
"PersistedRuleAnswer": "type",
|
|
888
897
|
"PersistedRuleCoverage": "interface",
|
|
889
898
|
"PersistedRuleHit": "interface",
|
|
@@ -891,6 +900,7 @@
|
|
|
891
900
|
"PersistedRuleMatch": "type",
|
|
892
901
|
"PersistedRuleTool": "type",
|
|
893
902
|
"PersistedRuleUnreadable": "interface",
|
|
903
|
+
"PersistedRuleVerdict": "interface",
|
|
894
904
|
"PlacedSessionRow": "type",
|
|
895
905
|
"PlanParseRepairs": "interface",
|
|
896
906
|
"PlatformLimitReason": "type",
|
|
@@ -907,6 +917,8 @@
|
|
|
907
917
|
"ProbeCause": "interface",
|
|
908
918
|
"ProbeCauseOperands": "interface",
|
|
909
919
|
"ProcessFingerprint": "interface",
|
|
920
|
+
"ProgramRunReach": "type",
|
|
921
|
+
"ProgramRunReachOutcome": "type",
|
|
910
922
|
"ProjectMemoryLoad": "interface",
|
|
911
923
|
"PromotedRecord": "interface",
|
|
912
924
|
"PromptArtifactSource": "interface",
|
|
@@ -947,6 +959,7 @@
|
|
|
947
959
|
"READ_DENY_DEFAULT_TIERS": "variable",
|
|
948
960
|
"READ_FACE_BUILTIN_DENY_TABLE": "variable",
|
|
949
961
|
"READ_FACE_DEFAULT_DENY_ENTRIES": "variable",
|
|
962
|
+
"READ_RULE_TOOL": "variable",
|
|
950
963
|
"REAL_APPROVAL_CHECKPOINT_VERSION": "variable",
|
|
951
964
|
"REASONING_BUDGET_SHARE": "variable",
|
|
952
965
|
"RECALL_CAVEAT": "variable",
|
|
@@ -964,6 +977,9 @@
|
|
|
964
977
|
"ROOT_ADOPTION_FILE": "variable",
|
|
965
978
|
"ROSTER_SOURCES": "variable",
|
|
966
979
|
"ROUTE_ADJUDICATION_CONFORMANCE_CORPUS": "variable",
|
|
980
|
+
"RULE_BEHAVIORS": "variable",
|
|
981
|
+
"RULE_BEHAVIORS_BY_PRECEDENCE": "variable",
|
|
982
|
+
"RULE_BEHAVIOR_PRECEDENCE": "variable",
|
|
967
983
|
"RULE_OFFERS_ABSENCE_BASELINE": "variable",
|
|
968
984
|
"RULE_SYNC_DROP_CODES": "variable",
|
|
969
985
|
"RUN_WORKFLOW_TOOL_NAME": "variable",
|
|
@@ -1061,6 +1077,7 @@
|
|
|
1061
1077
|
"RuleApprovalKind": "type",
|
|
1062
1078
|
"RuleApprovalRecord": "interface",
|
|
1063
1079
|
"RuleApprovalRecordStore": "interface",
|
|
1080
|
+
"RuleBehavior": "type",
|
|
1064
1081
|
"RuleCandidate": "interface",
|
|
1065
1082
|
"RuleConsentDeps": "interface",
|
|
1066
1083
|
"RuleDeleteDelta": "interface",
|
|
@@ -1117,6 +1134,7 @@
|
|
|
1117
1134
|
"SETTLEMENT_KINDS": "variable",
|
|
1118
1135
|
"SHARED_MEMORY_LIST_PAGE_SIZE": "variable",
|
|
1119
1136
|
"SHARED_MEMORY_READ_CAP_BYTES": "variable",
|
|
1137
|
+
"SHELL_WRAPPER_TABLE": "variable",
|
|
1120
1138
|
"SKILL_TOOL_NAME": "variable",
|
|
1121
1139
|
"STALE_RUNNING_REAP_ATTRIBUTION": "variable",
|
|
1122
1140
|
"STARTER_RULES": "variable",
|
|
@@ -1203,6 +1221,10 @@
|
|
|
1203
1221
|
"SharedMemoryStoreInfo": "interface",
|
|
1204
1222
|
"SharedMemoryStoreProvider": "interface",
|
|
1205
1223
|
"SharedMemoryStoreReader": "interface",
|
|
1224
|
+
"ShellCommandShape": "interface",
|
|
1225
|
+
"ShellSegment": "interface",
|
|
1226
|
+
"ShellWord": "interface",
|
|
1227
|
+
"ShellWrapperName": "type",
|
|
1206
1228
|
"SideQueryDeps": "interface",
|
|
1207
1229
|
"SideQueryMessage": "type",
|
|
1208
1230
|
"SideQueryResult": "interface",
|
|
@@ -1228,7 +1250,7 @@
|
|
|
1228
1250
|
"StopSource": "type",
|
|
1229
1251
|
"StoreDurability": "type",
|
|
1230
1252
|
"StoreFidelity": "type",
|
|
1231
|
-
"
|
|
1253
|
+
"StoredRules": "interface",
|
|
1232
1254
|
"StoredSession": "class",
|
|
1233
1255
|
"StoredSessionRules": "interface",
|
|
1234
1256
|
"StoredStrategy": "interface",
|
|
@@ -1267,7 +1289,9 @@
|
|
|
1267
1289
|
"TOOL_KEY_MAX_CHARS": "variable",
|
|
1268
1290
|
"TOOL_MODEL_GATE_CLASSES": "variable",
|
|
1269
1291
|
"TOOL_MOUNT_TAGS": "variable",
|
|
1292
|
+
"TOOL_PATH_ABSENCES": "variable",
|
|
1270
1293
|
"TOOL_PATH_ACCESSES": "variable",
|
|
1294
|
+
"TOOL_PATH_BASES": "variable",
|
|
1271
1295
|
"TOOL_RESULT_REF_CONFLICT_CODE": "variable",
|
|
1272
1296
|
"TOOL_WIRE_NAME_MAX_CHARS": "variable",
|
|
1273
1297
|
"TSchema": "interface",
|
|
@@ -1312,6 +1336,7 @@
|
|
|
1312
1336
|
"ToolCallFace": "interface",
|
|
1313
1337
|
"ToolCallIdentity": "interface",
|
|
1314
1338
|
"ToolCallLike": "interface",
|
|
1339
|
+
"ToolCallPathTarget": "interface",
|
|
1315
1340
|
"ToolCallRequest": "interface",
|
|
1316
1341
|
"ToolCatalogEntry": "interface",
|
|
1317
1342
|
"ToolConformanceVector": "interface",
|
|
@@ -1329,7 +1354,10 @@
|
|
|
1329
1354
|
"ToolModelGateRule": "interface",
|
|
1330
1355
|
"ToolMountTag": "type",
|
|
1331
1356
|
"ToolOrigin": "type",
|
|
1357
|
+
"ToolPathAbsence": "type",
|
|
1332
1358
|
"ToolPathAccess": "type",
|
|
1359
|
+
"ToolPathBase": "type",
|
|
1360
|
+
"ToolPathBases": "interface",
|
|
1333
1361
|
"ToolPathTarget": "interface",
|
|
1334
1362
|
"ToolPolicy": "interface",
|
|
1335
1363
|
"ToolPolicyNameSets": "interface",
|
|
@@ -1347,6 +1375,7 @@
|
|
|
1347
1375
|
"ToolRosterDelta": "type",
|
|
1348
1376
|
"ToolRosterDeltaSeat": "class",
|
|
1349
1377
|
"ToolRosterEntry": "type",
|
|
1378
|
+
"ToolRosterPathTarget": "interface",
|
|
1350
1379
|
"ToolRosterRenderHints": "variable",
|
|
1351
1380
|
"ToolRuleFace": "interface",
|
|
1352
1381
|
"ToolSpec": "interface",
|
|
@@ -1467,6 +1496,8 @@
|
|
|
1467
1496
|
"addDotsOf": "function",
|
|
1468
1497
|
"addWorktree": "function",
|
|
1469
1498
|
"adjudicateModelRoute": "function",
|
|
1499
|
+
"adjudicatePersistedPathRules": "function",
|
|
1500
|
+
"adjudicatePersistedRules": "function",
|
|
1470
1501
|
"admitMemoryScopes": "function",
|
|
1471
1502
|
"adoptFilePermissionRuleStore": "function",
|
|
1472
1503
|
"adoptLocalDataRoot": "function",
|
|
@@ -1706,6 +1737,7 @@
|
|
|
1706
1737
|
"durableParkGapOf": "function",
|
|
1707
1738
|
"editBudget": "function",
|
|
1708
1739
|
"effectiveOrThrow": "function",
|
|
1740
|
+
"effectivePathTargetOf": "function",
|
|
1709
1741
|
"effectivePermissionRules": "function",
|
|
1710
1742
|
"emitTaskOutcome": "function",
|
|
1711
1743
|
"emitTrace": "function",
|
|
@@ -1751,7 +1783,6 @@
|
|
|
1751
1783
|
"foldAutoModeArming": "function",
|
|
1752
1784
|
"foldDelta": "function",
|
|
1753
1785
|
"foldPermissionModeClass": "function",
|
|
1754
|
-
"formatAllowRuleText": "function",
|
|
1755
1786
|
"formatDiagnosticsBlock": "function",
|
|
1756
1787
|
"formatDiagnosticsSummary": "function",
|
|
1757
1788
|
"formatHookFeedback": "function",
|
|
@@ -1763,6 +1794,7 @@
|
|
|
1763
1794
|
"formatPeerNoticeClock": "function",
|
|
1764
1795
|
"formatProjScope": "function",
|
|
1765
1796
|
"formatProjectMarker": "function",
|
|
1797
|
+
"formatRuleText": "function",
|
|
1766
1798
|
"formatToolError": "function",
|
|
1767
1799
|
"formatUserProjScope": "function",
|
|
1768
1800
|
"formatUserScope": "function",
|
|
@@ -1797,6 +1829,7 @@
|
|
|
1797
1829
|
"isDelegatedAgentTerminal": "function",
|
|
1798
1830
|
"isDeniedBy": "function",
|
|
1799
1831
|
"isExecutionOutcomeRecordWord": "function",
|
|
1832
|
+
"isFullyReadable": "function",
|
|
1800
1833
|
"isGateKind": "function",
|
|
1801
1834
|
"isInstructionEntry": "function",
|
|
1802
1835
|
"isIsolated": "function",
|
|
@@ -1813,6 +1846,7 @@
|
|
|
1813
1846
|
"isQuestionUnavailable": "function",
|
|
1814
1847
|
"isRemoteExecutionEnv": "function",
|
|
1815
1848
|
"isRetryableRemoteErrorCode": "function",
|
|
1849
|
+
"isRuleBehavior": "function",
|
|
1816
1850
|
"isRuleLive": "function",
|
|
1817
1851
|
"isSecretEnvKey": "function",
|
|
1818
1852
|
"isSelfOrchestrationActive": "function",
|
|
@@ -1863,6 +1897,7 @@
|
|
|
1863
1897
|
"materializeEntriesToFiles": "function",
|
|
1864
1898
|
"materializeMcpTools": "function",
|
|
1865
1899
|
"maybeCompact": "function",
|
|
1900
|
+
"mcpInjectionDroppedNotice": "function",
|
|
1866
1901
|
"memoryBackendContract": "function",
|
|
1867
1902
|
"memoryCaptureOptOutUnpersistedNotice": "function",
|
|
1868
1903
|
"memoryCaptureOptedOutNotice": "function",
|
|
@@ -1910,7 +1945,6 @@
|
|
|
1910
1945
|
"originEquals": "function",
|
|
1911
1946
|
"oversizeJournalResult": "function",
|
|
1912
1947
|
"parkedToolIdentity": "function",
|
|
1913
|
-
"parseAllowRuleText": "function",
|
|
1914
1948
|
"parseAutoModeResponse": "function",
|
|
1915
1949
|
"parseCrossSessionEnvelope": "function",
|
|
1916
1950
|
"parseEntryFile": "function",
|
|
@@ -1924,11 +1958,15 @@
|
|
|
1924
1958
|
"parseResult": "function",
|
|
1925
1959
|
"parseRetryAfter": "function",
|
|
1926
1960
|
"parseRuleSyncResponse": "function",
|
|
1961
|
+
"parseRuleText": "function",
|
|
1927
1962
|
"parseScopeKey": "function",
|
|
1928
1963
|
"parseTeacherAdvice": "function",
|
|
1929
1964
|
"parseWorkflowMeta": "function",
|
|
1930
1965
|
"pathConfinableWriteToolNames": "function",
|
|
1966
|
+
"pathRuleReaches": "function",
|
|
1967
|
+
"pathTargetBaseOf": "function",
|
|
1931
1968
|
"pathTargetOf": "function",
|
|
1969
|
+
"pathTargetSlotOnly": "function",
|
|
1932
1970
|
"pathTargetValue": "function",
|
|
1933
1971
|
"pathTargetingToolNames": "function",
|
|
1934
1972
|
"pathToUri": "function",
|
|
@@ -1961,6 +1999,7 @@
|
|
|
1961
1999
|
"probeParkRoundTrip": "function",
|
|
1962
2000
|
"probeSearchBackend": "function",
|
|
1963
2001
|
"processFingerprint": "function",
|
|
2002
|
+
"programRunReachOf": "function",
|
|
1964
2003
|
"projectHumanInput": "function",
|
|
1965
2004
|
"projectToolManifest": "function",
|
|
1966
2005
|
"projectionsToWriteBack": "function",
|
|
@@ -1981,7 +2020,9 @@
|
|
|
1981
2020
|
"readPeerSessionRecord": "function",
|
|
1982
2021
|
"readPendingSteerQueue": "function",
|
|
1983
2022
|
"readRootAdoptionFile": "function",
|
|
2023
|
+
"readRowBehavior": "function",
|
|
1984
2024
|
"readSessionCaptureOptOut": "function",
|
|
2025
|
+
"readShellCommand": "function",
|
|
1985
2026
|
"readUsageRecord": "function",
|
|
1986
2027
|
"readV2HeaderHints": "function",
|
|
1987
2028
|
"realApprovalOrgFact": "function",
|
|
@@ -2068,8 +2109,10 @@
|
|
|
2068
2109
|
"ruleFaceOfInstance": "function",
|
|
2069
2110
|
"ruleFacesFromRoster": "function",
|
|
2070
2111
|
"ruleOffersOfRecord": "function",
|
|
2112
|
+
"ruleReachesProgramRun": "function",
|
|
2071
2113
|
"ruleSourceOf": "function",
|
|
2072
2114
|
"ruleSyncVector": "function",
|
|
2115
|
+
"ruleToolGrammarOf": "function",
|
|
2073
2116
|
"runCascade": "function",
|
|
2074
2117
|
"runDeveloperTask": "function",
|
|
2075
2118
|
"runExecGate": "function",
|
|
@@ -2088,6 +2131,7 @@
|
|
|
2088
2131
|
"runWithVerification": "function",
|
|
2089
2132
|
"runWorkflow": "function",
|
|
2090
2133
|
"sameExecutionRecord": "function",
|
|
2134
|
+
"sameRuleIdentity": "function",
|
|
2091
2135
|
"sameRuleOwner": "function",
|
|
2092
2136
|
"sameScope": "function",
|
|
2093
2137
|
"sanitizeAutoModeArmingRecipe": "function",
|
|
@@ -2346,6 +2390,7 @@
|
|
|
2346
2390
|
"CODE_REVIEW_PROMPT": "advanced",
|
|
2347
2391
|
"CODE_ROLE": "advanced",
|
|
2348
2392
|
"CODE_SYSTEM_PROMPT": "advanced",
|
|
2393
|
+
"COMMAND_RULE_TOOL": "advanced",
|
|
2349
2394
|
"COMPLIANCE_CAPABILITIES": "advanced",
|
|
2350
2395
|
"CONFIG_CATALOG_VERSION": "advanced",
|
|
2351
2396
|
"CONSOLIDATION_DEFAULTS": "advanced",
|
|
@@ -2759,12 +2804,15 @@
|
|
|
2759
2804
|
"MAX_PENDING_STEER_CHARS": "advanced",
|
|
2760
2805
|
"MAX_PENDING_STEER_ENTRIES": "advanced",
|
|
2761
2806
|
"MAX_RULE_TEXT_CHARS": "advanced",
|
|
2807
|
+
"MAX_SHELL_READ_CHARS": "advanced",
|
|
2762
2808
|
"MAX_STEER_INPUT_ID_CHARS": "advanced",
|
|
2763
2809
|
"MAX_SUPPORTED_CHECKPOINT_VERSION": "advanced",
|
|
2764
2810
|
"MAX_WORKFLOW_ITEMS": "advanced",
|
|
2765
2811
|
"MCP_DELIVERY_VERDICTS": "advanced",
|
|
2766
2812
|
"MCP_FAILURE_KINDS": "advanced",
|
|
2767
2813
|
"MCP_IMAGE_MAX_BASE64": "advanced",
|
|
2814
|
+
"MCP_INJECTION_DROP_REASONS": "advanced",
|
|
2815
|
+
"MCP_INJECTION_DROP_TEXT": "advanced",
|
|
2768
2816
|
"MCP_NAMESPACE": "advanced",
|
|
2769
2817
|
"MCP_PREFIX": "advanced",
|
|
2770
2818
|
"MEMORY_ANNOUNCEMENTS_MAX": "advanced",
|
|
@@ -2821,6 +2869,8 @@
|
|
|
2821
2869
|
"McpFailure": "advanced",
|
|
2822
2870
|
"McpFailureKind": "advanced",
|
|
2823
2871
|
"McpImageResizer": "advanced",
|
|
2872
|
+
"McpInjectionDropFacts": "advanced",
|
|
2873
|
+
"McpInjectionDropReason": "advanced",
|
|
2824
2874
|
"McpRefreshResult": "advanced",
|
|
2825
2875
|
"McpServerSpec": "advanced",
|
|
2826
2876
|
"McpServerStatus": "advanced",
|
|
@@ -2944,6 +2994,7 @@
|
|
|
2944
2994
|
"OrgRuleSnapshotProvider": "stable",
|
|
2945
2995
|
"OrgRuleStatePersistence": "stable",
|
|
2946
2996
|
"OrgRuleStatus": "advanced",
|
|
2997
|
+
"OrgRuleVerdict": "advanced",
|
|
2947
2998
|
"OriginClearanceEvent": "advanced",
|
|
2948
2999
|
"OriginClearanceRow": "advanced",
|
|
2949
3000
|
"OriginClearanceShadow": "advanced",
|
|
@@ -2988,6 +3039,7 @@
|
|
|
2988
3039
|
"PLAN_WHEN_TO_USE": "advanced",
|
|
2989
3040
|
"PREFIX_INPUT_CLASSIFICATION": "advanced",
|
|
2990
3041
|
"PRESENT_PLAN_TOOL_NAME": "advanced",
|
|
3042
|
+
"PROGRAM_RUN_REACHES": "advanced",
|
|
2991
3043
|
"PROJECT_ID_HINTS_FILE": "advanced",
|
|
2992
3044
|
"PROJECT_ID_REGEX": "advanced",
|
|
2993
3045
|
"PROJECT_MARKER_PATH": "advanced",
|
|
@@ -2998,11 +3050,12 @@
|
|
|
2998
3050
|
"ParkProbeFindingCode": "advanced",
|
|
2999
3051
|
"ParkSelfCheckResult": "advanced",
|
|
3000
3052
|
"ParkedClaimTicket": "advanced",
|
|
3001
|
-
"ParsedAllowRule": "advanced",
|
|
3002
3053
|
"ParsedEntryFile": "advanced",
|
|
3003
3054
|
"ParsedPermissionRule": "advanced",
|
|
3055
|
+
"ParsedRule": "advanced",
|
|
3004
3056
|
"ParsedScopeKey": "advanced",
|
|
3005
3057
|
"PatchReport": "stable",
|
|
3058
|
+
"PathRuleBases": "advanced",
|
|
3006
3059
|
"PausedCause": "advanced",
|
|
3007
3060
|
"PeerAdmission": "advanced",
|
|
3008
3061
|
"PeerAdmissionConfig": "advanced",
|
|
@@ -3074,8 +3127,8 @@
|
|
|
3074
3127
|
"PermissionRuleSyncResult": "advanced",
|
|
3075
3128
|
"PermissionRuleSyncTransport": "advanced",
|
|
3076
3129
|
"PermissionRuleWriter": "advanced",
|
|
3077
|
-
"PersistedAllowRule": "advanced",
|
|
3078
3130
|
"PersistedOrgRuleState": "stable",
|
|
3131
|
+
"PersistedRule": "advanced",
|
|
3079
3132
|
"PersistedRuleAnswer": "advanced",
|
|
3080
3133
|
"PersistedRuleCoverage": "advanced",
|
|
3081
3134
|
"PersistedRuleHit": "advanced",
|
|
@@ -3083,6 +3136,7 @@
|
|
|
3083
3136
|
"PersistedRuleMatch": "advanced",
|
|
3084
3137
|
"PersistedRuleTool": "advanced",
|
|
3085
3138
|
"PersistedRuleUnreadable": "advanced",
|
|
3139
|
+
"PersistedRuleVerdict": "advanced",
|
|
3086
3140
|
"PlacedSessionRow": "advanced",
|
|
3087
3141
|
"PlanParseRepairs": "advanced",
|
|
3088
3142
|
"PlatformLimitReason": "advanced",
|
|
@@ -3099,6 +3153,8 @@
|
|
|
3099
3153
|
"ProbeCause": "advanced",
|
|
3100
3154
|
"ProbeCauseOperands": "advanced",
|
|
3101
3155
|
"ProcessFingerprint": "advanced",
|
|
3156
|
+
"ProgramRunReach": "advanced",
|
|
3157
|
+
"ProgramRunReachOutcome": "advanced",
|
|
3102
3158
|
"ProjectMemoryLoad": "advanced",
|
|
3103
3159
|
"PromotedRecord": "advanced",
|
|
3104
3160
|
"PromptArtifactSource": "advanced",
|
|
@@ -3139,6 +3195,7 @@
|
|
|
3139
3195
|
"READ_DENY_DEFAULT_TIERS": "advanced",
|
|
3140
3196
|
"READ_FACE_BUILTIN_DENY_TABLE": "advanced",
|
|
3141
3197
|
"READ_FACE_DEFAULT_DENY_ENTRIES": "advanced",
|
|
3198
|
+
"READ_RULE_TOOL": "advanced",
|
|
3142
3199
|
"REAL_APPROVAL_CHECKPOINT_VERSION": "advanced",
|
|
3143
3200
|
"REASONING_BUDGET_SHARE": "advanced",
|
|
3144
3201
|
"RECALL_CAVEAT": "advanced",
|
|
@@ -3156,6 +3213,9 @@
|
|
|
3156
3213
|
"ROOT_ADOPTION_FILE": "advanced",
|
|
3157
3214
|
"ROSTER_SOURCES": "advanced",
|
|
3158
3215
|
"ROUTE_ADJUDICATION_CONFORMANCE_CORPUS": "advanced",
|
|
3216
|
+
"RULE_BEHAVIORS": "advanced",
|
|
3217
|
+
"RULE_BEHAVIORS_BY_PRECEDENCE": "advanced",
|
|
3218
|
+
"RULE_BEHAVIOR_PRECEDENCE": "advanced",
|
|
3159
3219
|
"RULE_OFFERS_ABSENCE_BASELINE": "advanced",
|
|
3160
3220
|
"RULE_SYNC_DROP_CODES": "advanced",
|
|
3161
3221
|
"RUN_WORKFLOW_TOOL_NAME": "stable",
|
|
@@ -3253,6 +3313,7 @@
|
|
|
3253
3313
|
"RuleApprovalKind": "advanced",
|
|
3254
3314
|
"RuleApprovalRecord": "advanced",
|
|
3255
3315
|
"RuleApprovalRecordStore": "advanced",
|
|
3316
|
+
"RuleBehavior": "advanced",
|
|
3256
3317
|
"RuleCandidate": "advanced",
|
|
3257
3318
|
"RuleConsentDeps": "advanced",
|
|
3258
3319
|
"RuleDeleteDelta": "advanced",
|
|
@@ -3309,6 +3370,7 @@
|
|
|
3309
3370
|
"SETTLEMENT_KINDS": "advanced",
|
|
3310
3371
|
"SHARED_MEMORY_LIST_PAGE_SIZE": "advanced",
|
|
3311
3372
|
"SHARED_MEMORY_READ_CAP_BYTES": "advanced",
|
|
3373
|
+
"SHELL_WRAPPER_TABLE": "advanced",
|
|
3312
3374
|
"SKILL_TOOL_NAME": "internal",
|
|
3313
3375
|
"STALE_RUNNING_REAP_ATTRIBUTION": "advanced",
|
|
3314
3376
|
"STARTER_RULES": "advanced",
|
|
@@ -3395,6 +3457,10 @@
|
|
|
3395
3457
|
"SharedMemoryStoreInfo": "advanced",
|
|
3396
3458
|
"SharedMemoryStoreProvider": "advanced",
|
|
3397
3459
|
"SharedMemoryStoreReader": "advanced",
|
|
3460
|
+
"ShellCommandShape": "advanced",
|
|
3461
|
+
"ShellSegment": "advanced",
|
|
3462
|
+
"ShellWord": "advanced",
|
|
3463
|
+
"ShellWrapperName": "advanced",
|
|
3398
3464
|
"SideQueryDeps": "advanced",
|
|
3399
3465
|
"SideQueryMessage": "advanced",
|
|
3400
3466
|
"SideQueryResult": "advanced",
|
|
@@ -3420,7 +3486,7 @@
|
|
|
3420
3486
|
"StopSource": "advanced",
|
|
3421
3487
|
"StoreDurability": "advanced",
|
|
3422
3488
|
"StoreFidelity": "advanced",
|
|
3423
|
-
"
|
|
3489
|
+
"StoredRules": "advanced",
|
|
3424
3490
|
"StoredSession": "stable",
|
|
3425
3491
|
"StoredSessionRules": "advanced",
|
|
3426
3492
|
"StoredStrategy": "advanced",
|
|
@@ -3459,7 +3525,9 @@
|
|
|
3459
3525
|
"TOOL_KEY_MAX_CHARS": "advanced",
|
|
3460
3526
|
"TOOL_MODEL_GATE_CLASSES": "advanced",
|
|
3461
3527
|
"TOOL_MOUNT_TAGS": "advanced",
|
|
3528
|
+
"TOOL_PATH_ABSENCES": "advanced",
|
|
3462
3529
|
"TOOL_PATH_ACCESSES": "advanced",
|
|
3530
|
+
"TOOL_PATH_BASES": "advanced",
|
|
3463
3531
|
"TOOL_RESULT_REF_CONFLICT_CODE": "advanced",
|
|
3464
3532
|
"TOOL_WIRE_NAME_MAX_CHARS": "advanced",
|
|
3465
3533
|
"TSchema": "advanced",
|
|
@@ -3504,6 +3572,7 @@
|
|
|
3504
3572
|
"ToolCallFace": "advanced",
|
|
3505
3573
|
"ToolCallIdentity": "advanced",
|
|
3506
3574
|
"ToolCallLike": "advanced",
|
|
3575
|
+
"ToolCallPathTarget": "advanced",
|
|
3507
3576
|
"ToolCallRequest": "advanced",
|
|
3508
3577
|
"ToolCatalogEntry": "advanced",
|
|
3509
3578
|
"ToolConformanceVector": "advanced",
|
|
@@ -3521,7 +3590,10 @@
|
|
|
3521
3590
|
"ToolModelGateRule": "advanced",
|
|
3522
3591
|
"ToolMountTag": "advanced",
|
|
3523
3592
|
"ToolOrigin": "advanced",
|
|
3593
|
+
"ToolPathAbsence": "advanced",
|
|
3524
3594
|
"ToolPathAccess": "advanced",
|
|
3595
|
+
"ToolPathBase": "advanced",
|
|
3596
|
+
"ToolPathBases": "advanced",
|
|
3525
3597
|
"ToolPathTarget": "advanced",
|
|
3526
3598
|
"ToolPolicy": "stable",
|
|
3527
3599
|
"ToolPolicyNameSets": "advanced",
|
|
@@ -3539,6 +3611,7 @@
|
|
|
3539
3611
|
"ToolRosterDelta": "advanced",
|
|
3540
3612
|
"ToolRosterDeltaSeat": "advanced",
|
|
3541
3613
|
"ToolRosterEntry": "advanced",
|
|
3614
|
+
"ToolRosterPathTarget": "advanced",
|
|
3542
3615
|
"ToolRosterRenderHints": "advanced",
|
|
3543
3616
|
"ToolRuleFace": "advanced",
|
|
3544
3617
|
"ToolSpec": "stable",
|
|
@@ -3659,6 +3732,8 @@
|
|
|
3659
3732
|
"addDotsOf": "advanced",
|
|
3660
3733
|
"addWorktree": "advanced",
|
|
3661
3734
|
"adjudicateModelRoute": "advanced",
|
|
3735
|
+
"adjudicatePersistedPathRules": "advanced",
|
|
3736
|
+
"adjudicatePersistedRules": "advanced",
|
|
3662
3737
|
"admitMemoryScopes": "advanced",
|
|
3663
3738
|
"adoptFilePermissionRuleStore": "advanced",
|
|
3664
3739
|
"adoptLocalDataRoot": "advanced",
|
|
@@ -3898,6 +3973,7 @@
|
|
|
3898
3973
|
"durableParkGapOf": "advanced",
|
|
3899
3974
|
"editBudget": "advanced",
|
|
3900
3975
|
"effectiveOrThrow": "advanced",
|
|
3976
|
+
"effectivePathTargetOf": "advanced",
|
|
3901
3977
|
"effectivePermissionRules": "advanced",
|
|
3902
3978
|
"emitTaskOutcome": "advanced",
|
|
3903
3979
|
"emitTrace": "advanced",
|
|
@@ -3943,7 +4019,6 @@
|
|
|
3943
4019
|
"foldAutoModeArming": "advanced",
|
|
3944
4020
|
"foldDelta": "advanced",
|
|
3945
4021
|
"foldPermissionModeClass": "advanced",
|
|
3946
|
-
"formatAllowRuleText": "advanced",
|
|
3947
4022
|
"formatDiagnosticsBlock": "advanced",
|
|
3948
4023
|
"formatDiagnosticsSummary": "advanced",
|
|
3949
4024
|
"formatHookFeedback": "advanced",
|
|
@@ -3955,6 +4030,7 @@
|
|
|
3955
4030
|
"formatPeerNoticeClock": "advanced",
|
|
3956
4031
|
"formatProjScope": "stable",
|
|
3957
4032
|
"formatProjectMarker": "stable",
|
|
4033
|
+
"formatRuleText": "advanced",
|
|
3958
4034
|
"formatToolError": "advanced",
|
|
3959
4035
|
"formatUserProjScope": "advanced",
|
|
3960
4036
|
"formatUserScope": "stable",
|
|
@@ -3989,6 +4065,7 @@
|
|
|
3989
4065
|
"isDelegatedAgentTerminal": "advanced",
|
|
3990
4066
|
"isDeniedBy": "advanced",
|
|
3991
4067
|
"isExecutionOutcomeRecordWord": "advanced",
|
|
4068
|
+
"isFullyReadable": "advanced",
|
|
3992
4069
|
"isGateKind": "advanced",
|
|
3993
4070
|
"isInstructionEntry": "advanced",
|
|
3994
4071
|
"isIsolated": "advanced",
|
|
@@ -4005,6 +4082,7 @@
|
|
|
4005
4082
|
"isQuestionUnavailable": "advanced",
|
|
4006
4083
|
"isRemoteExecutionEnv": "advanced",
|
|
4007
4084
|
"isRetryableRemoteErrorCode": "advanced",
|
|
4085
|
+
"isRuleBehavior": "advanced",
|
|
4008
4086
|
"isRuleLive": "advanced",
|
|
4009
4087
|
"isSecretEnvKey": "advanced",
|
|
4010
4088
|
"isSelfOrchestrationActive": "advanced",
|
|
@@ -4055,6 +4133,7 @@
|
|
|
4055
4133
|
"materializeEntriesToFiles": "advanced",
|
|
4056
4134
|
"materializeMcpTools": "stable",
|
|
4057
4135
|
"maybeCompact": "advanced",
|
|
4136
|
+
"mcpInjectionDroppedNotice": "advanced",
|
|
4058
4137
|
"memoryBackendContract": "stable",
|
|
4059
4138
|
"memoryCaptureOptOutUnpersistedNotice": "advanced",
|
|
4060
4139
|
"memoryCaptureOptedOutNotice": "advanced",
|
|
@@ -4102,7 +4181,6 @@
|
|
|
4102
4181
|
"originEquals": "stable",
|
|
4103
4182
|
"oversizeJournalResult": "advanced",
|
|
4104
4183
|
"parkedToolIdentity": "advanced",
|
|
4105
|
-
"parseAllowRuleText": "advanced",
|
|
4106
4184
|
"parseAutoModeResponse": "advanced",
|
|
4107
4185
|
"parseCrossSessionEnvelope": "advanced",
|
|
4108
4186
|
"parseEntryFile": "advanced",
|
|
@@ -4116,11 +4194,15 @@
|
|
|
4116
4194
|
"parseResult": "advanced",
|
|
4117
4195
|
"parseRetryAfter": "advanced",
|
|
4118
4196
|
"parseRuleSyncResponse": "advanced",
|
|
4197
|
+
"parseRuleText": "advanced",
|
|
4119
4198
|
"parseScopeKey": "advanced",
|
|
4120
4199
|
"parseTeacherAdvice": "advanced",
|
|
4121
4200
|
"parseWorkflowMeta": "advanced",
|
|
4122
4201
|
"pathConfinableWriteToolNames": "advanced",
|
|
4202
|
+
"pathRuleReaches": "advanced",
|
|
4203
|
+
"pathTargetBaseOf": "advanced",
|
|
4123
4204
|
"pathTargetOf": "advanced",
|
|
4205
|
+
"pathTargetSlotOnly": "advanced",
|
|
4124
4206
|
"pathTargetValue": "advanced",
|
|
4125
4207
|
"pathTargetingToolNames": "advanced",
|
|
4126
4208
|
"pathToUri": "advanced",
|
|
@@ -4153,6 +4235,7 @@
|
|
|
4153
4235
|
"probeParkRoundTrip": "stable",
|
|
4154
4236
|
"probeSearchBackend": "advanced",
|
|
4155
4237
|
"processFingerprint": "advanced",
|
|
4238
|
+
"programRunReachOf": "advanced",
|
|
4156
4239
|
"projectHumanInput": "advanced",
|
|
4157
4240
|
"projectToolManifest": "advanced",
|
|
4158
4241
|
"projectionsToWriteBack": "advanced",
|
|
@@ -4173,7 +4256,9 @@
|
|
|
4173
4256
|
"readPeerSessionRecord": "advanced",
|
|
4174
4257
|
"readPendingSteerQueue": "advanced",
|
|
4175
4258
|
"readRootAdoptionFile": "advanced",
|
|
4259
|
+
"readRowBehavior": "advanced",
|
|
4176
4260
|
"readSessionCaptureOptOut": "advanced",
|
|
4261
|
+
"readShellCommand": "advanced",
|
|
4177
4262
|
"readUsageRecord": "advanced",
|
|
4178
4263
|
"readV2HeaderHints": "advanced",
|
|
4179
4264
|
"realApprovalOrgFact": "advanced",
|
|
@@ -4260,8 +4345,10 @@
|
|
|
4260
4345
|
"ruleFaceOfInstance": "advanced",
|
|
4261
4346
|
"ruleFacesFromRoster": "advanced",
|
|
4262
4347
|
"ruleOffersOfRecord": "advanced",
|
|
4348
|
+
"ruleReachesProgramRun": "advanced",
|
|
4263
4349
|
"ruleSourceOf": "advanced",
|
|
4264
4350
|
"ruleSyncVector": "advanced",
|
|
4351
|
+
"ruleToolGrammarOf": "advanced",
|
|
4265
4352
|
"runCascade": "advanced",
|
|
4266
4353
|
"runDeveloperTask": "advanced",
|
|
4267
4354
|
"runExecGate": "advanced",
|
|
@@ -4280,6 +4367,7 @@
|
|
|
4280
4367
|
"runWithVerification": "advanced",
|
|
4281
4368
|
"runWorkflow": "stable",
|
|
4282
4369
|
"sameExecutionRecord": "advanced",
|
|
4370
|
+
"sameRuleIdentity": "advanced",
|
|
4283
4371
|
"sameRuleOwner": "advanced",
|
|
4284
4372
|
"sameScope": "advanced",
|
|
4285
4373
|
"sanitizeAutoModeArmingRecipe": "advanced",
|