@unbrained/pm-cli 2026.8.22 → 2026.8.24

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 (229) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/CHANGELOG.md +42 -1
  3. package/dist/cli/description-stdin.js +5 -4
  4. package/dist/cli/error-guidance.d.ts +13 -0
  5. package/dist/cli/error-guidance.js +62 -6
  6. package/dist/cli/extension-command-help.d.ts +5 -0
  7. package/dist/cli/extension-command-help.js +6 -2
  8. package/dist/cli/help-content.d.ts +5 -0
  9. package/dist/cli/help-content.js +56 -3
  10. package/dist/cli/help-json-payload.d.ts +5 -2
  11. package/dist/cli/help-json-payload.js +57 -17
  12. package/dist/cli/main.d.ts +3 -0
  13. package/dist/cli/main.js +39 -5
  14. package/dist/cli/register-annotations.js +5 -5
  15. package/dist/cli/register-mutation.js +77 -31
  16. package/dist/cli/register-operations.d.ts +73 -0
  17. package/dist/cli/register-operations.js +39 -14
  18. package/dist/cli/register-setup.js +3 -3
  19. package/dist/cli/schema-registration-helpers.d.ts +8 -1
  20. package/dist/cli/schema-registration-helpers.js +14 -5
  21. package/dist/cli-bundle/bundle-manifest.json +155 -155
  22. package/dist/cli-bundle/chunks/chunk-AGUL3HUT.js +3 -0
  23. package/dist/cli-bundle/chunks/{chunk-WG4STC36.js → chunk-DJNJBWAQ.js} +2 -2
  24. package/dist/cli-bundle/chunks/{chunk-MYYI3ZOA.js → chunk-I5Q7QSZX.js} +2 -2
  25. package/dist/cli-bundle/chunks/chunk-IW72J5FW.js +2 -0
  26. package/dist/cli-bundle/chunks/{chunk-BWX4SK46.js → chunk-L22NP5MA.js} +66 -66
  27. package/dist/cli-bundle/chunks/chunk-MKE6MD2K.js +36 -0
  28. package/dist/cli-bundle/chunks/{chunk-MZTZQTMS.js → chunk-NXBFO63A.js} +2 -2
  29. package/dist/cli-bundle/chunks/chunk-TEQDR5KI.js +202 -0
  30. package/dist/cli-bundle/chunks/chunk-X7WWQDYQ.js +2 -0
  31. package/dist/cli-bundle/chunks/chunk-YOLLRCLY.js +13 -0
  32. package/dist/cli-bundle/chunks/{chunk-U6GQ4VMV.js → chunk-ZAVCS2GH.js} +4 -4
  33. package/dist/cli-bundle/chunks/{register-list-query-HZKBQNWW.js → register-list-query-37A4P6O4.js} +2 -2
  34. package/dist/cli-bundle/chunks/register-mutation-TBJDHYIT.js +20 -0
  35. package/dist/cli-bundle/chunks/register-operations-WRZNEBUM.js +2 -0
  36. package/dist/cli-bundle/chunks/{register-setup-QK4OTOXN.js → register-setup-H4PDLACD.js} +2 -2
  37. package/dist/cli-bundle/focused-chunks/{chunk-GMYPD4FX.js → chunk-4WP7LNE3.js} +2 -2
  38. package/dist/cli-bundle/focused-chunks/chunk-6MUTDXMP.js +2 -0
  39. package/dist/cli-bundle/focused-chunks/chunk-6Z24ZMU3.js +2 -0
  40. package/dist/cli-bundle/focused-chunks/{chunk-2ARQGDDW.js → chunk-BFA6KKCI.js} +2 -2
  41. package/dist/cli-bundle/focused-chunks/chunk-CWCN5RLO.js +26 -0
  42. package/dist/cli-bundle/focused-chunks/chunk-FCTT4CZU.js +5 -0
  43. package/dist/cli-bundle/focused-chunks/chunk-GJR6YEMR.js +156 -0
  44. package/dist/cli-bundle/focused-chunks/{chunk-2POVTNLY.js → chunk-IMWTYKII.js} +2 -2
  45. package/dist/cli-bundle/focused-chunks/{chunk-D6RBZEJJ.js → chunk-IZNRRCU3.js} +2 -2
  46. package/dist/cli-bundle/focused-chunks/{chunk-PMGJUFNQ.js → chunk-MNPECIRL.js} +2 -2
  47. package/dist/cli-bundle/focused-chunks/{chunk-A2BC5PQL.js → chunk-O4ZXNJMT.js} +2 -2
  48. package/dist/cli-bundle/focused-chunks/chunk-Q63PSLO4.js +2 -0
  49. package/dist/cli-bundle/focused-chunks/chunk-QBP5FSBX.js +4 -0
  50. package/dist/cli-bundle/focused-chunks/{chunk-R6SR45XU.js → chunk-QV5UP27O.js} +48 -47
  51. package/dist/cli-bundle/focused-chunks/chunk-RASVBJX5.js +8 -0
  52. package/dist/cli-bundle/focused-chunks/{chunk-E2EWYPY6.js → chunk-RPRLENVA.js} +2 -2
  53. package/dist/cli-bundle/focused-chunks/chunk-TOFVXBWA.js +19 -0
  54. package/dist/cli-bundle/focused-chunks/{chunk-6S2MO3Q3.js → chunk-WZLSSGEU.js} +2 -2
  55. package/dist/cli-bundle/main.js +18 -17
  56. package/dist/cli-bundle/sdk-authoring.js +1 -1
  57. package/dist/cli-bundle/sdk-contracts.js +2 -2
  58. package/dist/cli-bundle/sdk-core.js +41 -41
  59. package/dist/cli-bundle/sdk-governance.js +1 -1
  60. package/dist/cli-bundle/sdk-graph.js +1 -1
  61. package/dist/cli-bundle/sdk-merge.js +33 -32
  62. package/dist/cli-bundle/sdk-query.js +1 -1
  63. package/dist/cli-bundle/sdk-runtime.js +1 -1
  64. package/dist/cli-bundle/sdk-testing.js +1 -1
  65. package/dist/cli-bundle/sdk.js +6 -5
  66. package/dist/core/config/nested-settings.js +8 -2
  67. package/dist/core/config/positional-value.d.ts +1 -1
  68. package/dist/core/config/positional-value.js +5 -2
  69. package/dist/core/extensions/command-metadata-contract.d.ts +10 -0
  70. package/dist/core/extensions/command-metadata-contract.js +23 -0
  71. package/dist/core/extensions/command-visibility-tier.js +12 -2
  72. package/dist/core/extensions/extension-types.d.ts +6 -0
  73. package/dist/core/extensions/extension-types.js +2 -2
  74. package/dist/core/extensions/loader.js +4 -3
  75. package/dist/core/history/history.js +3 -3
  76. package/dist/core/io/body-file.js +7 -2
  77. package/dist/core/io/bulk-ids-input.d.ts +24 -0
  78. package/dist/core/io/bulk-ids-input.js +113 -0
  79. package/dist/core/item/item-format.js +66 -12
  80. package/dist/core/item/parse.d.ts +22 -2
  81. package/dist/core/item/parse.js +97 -4
  82. package/dist/core/reproducibility/context.d.ts +4 -0
  83. package/dist/core/reproducibility/context.js +14 -8
  84. package/dist/core/shared/author.d.ts +55 -1
  85. package/dist/core/shared/author.js +333 -16
  86. package/dist/core/shared/constants.js +3 -2
  87. package/dist/core/store/settings-validator.d.ts +1 -0
  88. package/dist/core/store/settings-validator.js +6 -3
  89. package/dist/core/store/settings.js +5 -2
  90. package/dist/mcp/server.d.ts +4 -3
  91. package/dist/mcp/server.js +44 -16
  92. package/dist/sdk/agent/identity-config.d.ts +63 -0
  93. package/dist/sdk/agent/identity-config.js +107 -0
  94. package/dist/sdk/agent/refusal-closure-census.d.ts +66 -0
  95. package/dist/sdk/agent/refusal-closure-census.js +144 -0
  96. package/dist/sdk/agent/refusal-corpus-contracts.d.ts +76 -0
  97. package/dist/sdk/agent/refusal-corpus-contracts.js +194 -0
  98. package/dist/sdk/agent-capability-contracts.d.ts +34 -1
  99. package/dist/sdk/agent-capability-contracts.js +104 -6
  100. package/dist/sdk/annotations.d.ts +2 -0
  101. package/dist/sdk/annotations.js +25 -7
  102. package/dist/sdk/cli-contracts/agent-output-contracts.js +6 -4
  103. package/dist/sdk/cli-contracts/enum-contracts.d.ts +4 -0
  104. package/dist/sdk/cli-contracts/enum-contracts.js +9 -2
  105. package/dist/sdk/cli-contracts/flag-contracts.js +9 -2
  106. package/dist/sdk/cli-contracts/flag-lexicon-contracts.js +4 -4
  107. package/dist/sdk/cli-contracts/registration-helpers.js +5 -2
  108. package/dist/sdk/cli-contracts/tool-parameter-tables.js +58 -2
  109. package/dist/sdk/cli-contracts/tool-schema.d.ts +1 -1
  110. package/dist/sdk/cli-contracts/tool-schema.js +14 -3
  111. package/dist/sdk/cli-contracts/typed-action-inputs.d.ts +4 -1
  112. package/dist/sdk/cli-contracts/typed-action-inputs.js +2 -2
  113. package/dist/sdk/cli-contracts.d.ts +3 -3
  114. package/dist/sdk/cli-contracts.js +4 -4
  115. package/dist/sdk/comments.js +15 -7
  116. package/dist/sdk/config.d.ts +6 -1
  117. package/dist/sdk/config.js +119 -14
  118. package/dist/sdk/context-intent-contracts.js +4 -2
  119. package/dist/sdk/core-governance.d.ts +1 -1
  120. package/dist/sdk/core-governance.js +3 -3
  121. package/dist/sdk/extension/scaffold.js +11 -5
  122. package/dist/sdk/flag-invocation-contracts.d.ts +2 -0
  123. package/dist/sdk/flag-invocation-contracts.js +30 -3
  124. package/dist/sdk/generated/generated-error-code-catalog-part-1.js +83 -2
  125. package/dist/sdk/generated/generated-error-code-catalog-part-2.js +87 -2
  126. package/dist/sdk/governance/assurance-action.js +30 -10
  127. package/dist/sdk/governance/validate.d.ts +2 -2
  128. package/dist/sdk/governance/validate.js +39 -14
  129. package/dist/sdk/guide-topics.d.ts +0 -5
  130. package/dist/sdk/guide-topics.js +28 -2
  131. package/dist/sdk/history-compact.d.ts +2 -1
  132. package/dist/sdk/history-compact.js +24 -5
  133. package/dist/sdk/history-mcp.js +11 -10
  134. package/dist/sdk/index.d.ts +8 -2
  135. package/dist/sdk/index.js +9 -3
  136. package/dist/sdk/item-transaction.js +19 -12
  137. package/dist/sdk/lifecycle/append.js +4 -4
  138. package/dist/sdk/lifecycle/close-many.js +16 -7
  139. package/dist/sdk/lifecycle/create.js +33 -22
  140. package/dist/sdk/lifecycle/plan.js +24 -6
  141. package/dist/sdk/lifecycle/update-many.js +15 -8
  142. package/dist/sdk/lifecycle/update.d.ts +2 -0
  143. package/dist/sdk/lifecycle/update.js +37 -25
  144. package/dist/sdk/merge/three-way.js +105 -26
  145. package/dist/sdk/read-output-budget.d.ts +21 -0
  146. package/dist/sdk/read-output-budget.js +39 -2
  147. package/dist/sdk/read-output-contracts.d.ts +5 -3
  148. package/dist/sdk/read-output-contracts.js +20 -12
  149. package/dist/sdk/reproducibility/process.d.ts +19 -0
  150. package/dist/sdk/reproducibility/process.js +88 -0
  151. package/dist/sdk/runtime-extended-actions.js +5 -3
  152. package/dist/sdk/runtime-input.d.ts +4 -0
  153. package/dist/sdk/runtime-input.js +98 -23
  154. package/dist/sdk/runtime-primitives.d.ts +3 -2
  155. package/dist/sdk/runtime-primitives.js +5 -4
  156. package/dist/sdk/runtime.js +11 -23
  157. package/dist/sdk/scheduling-shortcuts.js +5 -3
  158. package/dist/sdk/structured-mutations.js +10 -3
  159. package/dist/sdk/test/batch.d.ts +6 -0
  160. package/dist/sdk/test/batch.js +15 -3
  161. package/dist/sdk/test/entry.d.ts +1 -1
  162. package/dist/sdk/test/entry.js +3 -2
  163. package/dist/sdk/test/execution.d.ts +28 -3
  164. package/dist/sdk/test/execution.js +193 -34
  165. package/dist/sdk/test/parsers.d.ts +6 -0
  166. package/dist/sdk/test/parsers.js +21 -2
  167. package/dist/sdk/test/trust.d.ts +33 -0
  168. package/dist/sdk/test/trust.js +207 -0
  169. package/dist/sdk/workspace-contracts.d.ts +3 -0
  170. package/dist/sdk/workspace-contracts.js +3 -2
  171. package/dist/types.d.ts +23 -0
  172. package/dist/types.js +2 -2
  173. package/docs/AGENT_PROVENANCE_ADR.md +41 -5
  174. package/docs/CONFIGURATION.md +4 -0
  175. package/docs/DIAGNOSTIC_OUTPUT_CONTRACTS.md +19 -2
  176. package/docs/MERGE_SAFETY.md +15 -1
  177. package/docs/README.md +2 -0
  178. package/docs/READ_OUTPUT_CONTRACTS.md +11 -1
  179. package/docs/RELEASING.md +40 -21
  180. package/docs/REPRODUCIBLE_WORKSPACES.md +42 -8
  181. package/docs/SCRIPTING.md +62 -3
  182. package/docs/SDK.md +17 -0
  183. package/docs/SDK_AGENT_SESSION_CONTEXT.md +6 -4
  184. package/docs/SDK_EVIDENCE_TRACEABILITY.md +1 -1
  185. package/docs/TESTING.md +75 -8
  186. package/docs/agent-task-token-baseline.json +2 -2
  187. package/docs/generated/AGENT_CAPABILITY_ROUTING.md +17 -0
  188. package/docs/generated/AGENT_COMMAND_SURFACE.md +1 -1
  189. package/docs/generated/FLAG_LEXICON_BUDGETS.md +2 -2
  190. package/docs/generated/REFUSAL_CLOSURE_CENSUS.md +355 -0
  191. package/marketplace.json +2 -2
  192. package/package.json +2 -2
  193. package/packages/pm-beads/package.json +1 -1
  194. package/packages/pm-calendar/package.json +1 -1
  195. package/packages/pm-command-kit/README.md +9 -11
  196. package/packages/pm-command-kit/extensions/command-kit/index.ts +3 -1
  197. package/packages/pm-command-kit/package.json +1 -1
  198. package/packages/pm-digital-twin/package.json +1 -1
  199. package/packages/pm-governance-audit/package.json +1 -1
  200. package/packages/pm-guide-shell/extensions/guide-shell/index.ts +10 -0
  201. package/packages/pm-guide-shell/package.json +1 -1
  202. package/packages/pm-kanban/package.json +1 -1
  203. package/packages/pm-lifecycle-hooks/package.json +1 -1
  204. package/packages/pm-linked-test-adapters/package.json +1 -1
  205. package/packages/pm-search-advanced/package.json +1 -1
  206. package/packages/pm-templates/package.json +1 -1
  207. package/packages/pm-todos/package.json +1 -1
  208. package/packages/pm-vcs/package.json +1 -1
  209. package/plugins/pm-claude/.claude-plugin/plugin.json +1 -1
  210. package/plugins/pm-codex/.codex-plugin/plugin.json +1 -1
  211. package/scripts/generate-agent-capability-surfaces.mjs +27 -1
  212. package/sdk/public-surface.json +642 -28
  213. package/dist/cli-bundle/chunks/chunk-EMWDM5FI.js +0 -13
  214. package/dist/cli-bundle/chunks/chunk-HYG6LRL4.js +0 -200
  215. package/dist/cli-bundle/chunks/chunk-QI2CT3IX.js +0 -2
  216. package/dist/cli-bundle/chunks/chunk-SMWXHMVB.js +0 -35
  217. package/dist/cli-bundle/chunks/chunk-VMMIL3SI.js +0 -2
  218. package/dist/cli-bundle/chunks/chunk-YBPJAOQQ.js +0 -3
  219. package/dist/cli-bundle/chunks/register-mutation-HTKEEGRD.js +0 -20
  220. package/dist/cli-bundle/chunks/register-operations-6EMRWJJY.js +0 -2
  221. package/dist/cli-bundle/focused-chunks/chunk-2AZT5WXZ.js +0 -2
  222. package/dist/cli-bundle/focused-chunks/chunk-3LKU6PTJ.js +0 -4
  223. package/dist/cli-bundle/focused-chunks/chunk-5SHSBMX2.js +0 -2
  224. package/dist/cli-bundle/focused-chunks/chunk-C4S4A4JJ.js +0 -5
  225. package/dist/cli-bundle/focused-chunks/chunk-L5LDSRO2.js +0 -155
  226. package/dist/cli-bundle/focused-chunks/chunk-MB37AYN6.js +0 -26
  227. package/dist/cli-bundle/focused-chunks/chunk-MCOR37QK.js +0 -2
  228. package/dist/cli-bundle/focused-chunks/chunk-PH2OXXVZ.js +0 -18
  229. package/dist/cli-bundle/focused-chunks/chunk-WZE4LIPW.js +0 -8
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "aggregate_completeness": {
3
- "covered_symbols": 1782,
3
+ "covered_symbols": 1793,
4
4
  "excluded": [
5
5
  {
6
6
  "name": "_testOnlyCliContracts",
@@ -8,7 +8,7 @@
8
8
  }
9
9
  ],
10
10
  "missing": [],
11
- "required_symbols": 1783
11
+ "required_symbols": 1794
12
12
  },
13
13
  "breaking_acknowledgements": [
14
14
  {
@@ -1060,6 +1060,127 @@
1060
1060
  ],
1061
1061
  "package_version": "2026.8.21",
1062
1062
  "reason": "Correct projected diagnostic types to model deterministic field omission and disclose bounded omission overflow."
1063
+ },
1064
+ {
1065
+ "changes": [
1066
+ "signature ./sdk:ConfigResult",
1067
+ "signature ./sdk:PmReadOutputTruncationDisclosure",
1068
+ "signature ./sdk/contracts:PmReadOutputTruncationDisclosure",
1069
+ "signature ./sdk/runtime:ConfigResult"
1070
+ ],
1071
+ "package_version": "2026.8.22",
1072
+ "reason": "pm-c0lrdm pm-yds9dt pm-xam9bt: add adapter/config receipts and widen incorrect fixed recovery-budget literals to measured number or explicit null/unbounded"
1073
+ },
1074
+ {
1075
+ "changes": [
1076
+ "signature ./sdk:LinkedTest",
1077
+ "signature ./sdk:PmSettings",
1078
+ "signature ./sdk:TestAllCommandOptions",
1079
+ "signature ./sdk:TestCommandOptions",
1080
+ "signature ./sdk:TestRunResult",
1081
+ "signature ./sdk/core:PmSettings",
1082
+ "signature ./sdk/runtime:LinkedTest",
1083
+ "signature ./sdk/runtime:PmSettings"
1084
+ ],
1085
+ "package_version": "2026.8.22",
1086
+ "reason": "Extend linked-test trust and workspace-context contracts across SDK entrypoints"
1087
+ },
1088
+ {
1089
+ "changes": [
1090
+ "signature ./sdk:PM_TOOL_PARAMETERS_SCHEMA_VERSION",
1091
+ "signature ./sdk/contracts:PM_TOOL_PARAMETERS_SCHEMA_VERSION"
1092
+ ],
1093
+ "package_version": "2026.8.22",
1094
+ "reason": "Extend linked-test trust and workspace-context contracts across SDK entrypoints"
1095
+ },
1096
+ {
1097
+ "changes": [
1098
+ "signature ./sdk:LinkedTestFailureCategory",
1099
+ "signature ./sdk:LinkedTestTrustDecision"
1100
+ ],
1101
+ "package_version": "2026.8.22",
1102
+ "reason": "Add explicit trust-refusal and invalid-provenance classifications required by linked-test execution safety"
1103
+ },
1104
+ {
1105
+ "changes": [
1106
+ "signature ./sdk:LinkedTest",
1107
+ "signature ./sdk/runtime:LinkedTest"
1108
+ ],
1109
+ "package_version": "2026.8.22",
1110
+ "reason": "Additive optional provenance_invalid marker preserves fail-closed storage state without widening the existing provenance source_kind union; two trust helpers are newly exported for CLI-consumer parity."
1111
+ },
1112
+ {
1113
+ "changes": [
1114
+ "signature ./sdk:CommandDefinition",
1115
+ "signature ./sdk:RegisteredExtensionCommandDefinition",
1116
+ "signature ./sdk/authoring:CommandDefinition"
1117
+ ],
1118
+ "package_version": "2026.8.23",
1119
+ "reason": "Add optional tier and family metadata to extension command definitions while preserving existing producer call shapes; expose additive explicit-registry projections and refusal-census contracts."
1120
+ },
1121
+ {
1122
+ "changes": [
1123
+ "signature ./sdk:WorkspaceExtensionCommandContract",
1124
+ "signature ./sdk/runtime:WorkspaceExtensionCommandContract"
1125
+ ],
1126
+ "package_version": "2026.8.23",
1127
+ "reason": "Require tier and family metadata on projected workspace extension command contracts so every consumer receives explicit visibility and capability routing."
1128
+ },
1129
+ {
1130
+ "changes": [
1131
+ "signature ./sdk:PmCommandCapabilityFamily"
1132
+ ],
1133
+ "package_version": "2026.8.23",
1134
+ "reason": "Capability-family literals are unchanged; the public alias now derives from the canonical extension metadata contract to prevent type drift."
1135
+ },
1136
+ {
1137
+ "changes": [
1138
+ "signature ./sdk:PmBulkMutationFilterOptions",
1139
+ "signature ./sdk/contracts:PmBulkMutationFilterOptions"
1140
+ ],
1141
+ "package_version": "2026.8.23",
1142
+ "reason": "Bulk mutation ids now also accept source-compatible readonly string arrays."
1143
+ },
1144
+ {
1145
+ "changes": [
1146
+ "signature ./sdk:PM_REFUSAL_CLOSURE_EXECUTABLE_CANONICAL_CODE_BASELINE",
1147
+ "signature ./sdk:PM_REFUSAL_CLOSURE_EXECUTABLE_CODE_BASELINE"
1148
+ ],
1149
+ "package_version": "2026.8.23",
1150
+ "reason": "Refusal closure ratchets now include three executable bulk ID input states."
1151
+ },
1152
+ {
1153
+ "changes": [
1154
+ "signature ./sdk:CliFlagInvocationContract",
1155
+ "signature ./sdk/contracts:CliFlagInvocationContract"
1156
+ ],
1157
+ "package_version": "2026.8.23",
1158
+ "reason": "Expose the optional file_token_prefix metadata field for @path CLI inputs; existing consumers remain source-compatible"
1159
+ },
1160
+ {
1161
+ "changes": [
1162
+ "signature ./sdk:normalizeBulkIdsValue",
1163
+ "signature ./sdk:PmBulkMutationFilterOptions",
1164
+ "signature ./sdk/contracts:PmBulkMutationFilterOptions"
1165
+ ],
1166
+ "package_version": "2026.8.23",
1167
+ "reason": "Restore source-compatible numeric scalar IDs while retaining transport-native ID arrays"
1168
+ },
1169
+ {
1170
+ "changes": [
1171
+ "signature ./sdk:normalizeBulkIdsValue",
1172
+ "signature ./sdk:PmBulkMutationFilterOptions",
1173
+ "signature ./sdk/contracts:PmBulkMutationFilterOptions"
1174
+ ],
1175
+ "package_version": "2026.8.23",
1176
+ "reason": "Expand bulk ID contracts to finite numeric array members and fail closed on unsupported explicit selectors"
1177
+ },
1178
+ {
1179
+ "changes": [
1180
+ "signature ./sdk:HistoryCompactBulkCommandOptions"
1181
+ ],
1182
+ "package_version": "2026.8.23",
1183
+ "reason": "Align history-compaction SDK ID inputs with bulk transport contracts and fail closed on invalid explicit selectors"
1063
1184
  }
1064
1185
  ],
1065
1186
  "entrypoints": {
@@ -1174,6 +1295,12 @@
1174
1295
  "name": "acceptAssuranceProposals",
1175
1296
  "signature": "(pmRoot: string, proposals: readonly AssuranceDerivedProposal[], options?: { author?: string; message?: string; }) => Promise<AssuranceBundleMutationReceipt> | calls: (pmRoot: string, proposals: readonly AssuranceDerivedProposal[], options?: { author?: string; message?: string; }) => Promise<AssuranceBundleMutationReceipt>"
1176
1297
  },
1298
+ {
1299
+ "classification": "advanced_export",
1300
+ "kind": "function",
1301
+ "name": "acknowledgeLinkedTests",
1302
+ "signature": "(pmRoot: string, tests: LinkedTest[], acknowledgedAt: string) => Promise<{ acknowledged: number; fingerprints: string[]; }> | calls: (pmRoot: string, tests: LinkedTest[], acknowledgedAt: string) => Promise<{ acknowledged: number; fingerprints: string[]; }>"
1303
+ },
1177
1304
  {
1178
1305
  "classification": "supported",
1179
1306
  "kind": "interface",
@@ -1342,6 +1469,42 @@
1342
1469
  "name": "AgentEpisodeIdentity",
1343
1470
  "signature": "export interface AgentEpisodeIdentity { id: string; label?: string; parent_id?: string; }"
1344
1471
  },
1472
+ {
1473
+ "classification": "advanced_export",
1474
+ "kind": "interface",
1475
+ "name": "AgentIdentityVocabulary",
1476
+ "signature": "export interface AgentIdentityVocabulary { version: number; aliases: Record<string, string>; }"
1477
+ },
1478
+ {
1479
+ "classification": "advanced_export",
1480
+ "kind": "interface",
1481
+ "name": "AgentIdentityVocabularyMutationInput",
1482
+ "signature": "export interface AgentIdentityVocabularyMutationInput { operation: AgentIdentityVocabularyOperation; legacy_author?: string; canonical_harness?: string; observed_authors?: readonly string[]; }"
1483
+ },
1484
+ {
1485
+ "classification": "advanced_export",
1486
+ "kind": "interface",
1487
+ "name": "AgentIdentityVocabularyMutationPlan",
1488
+ "signature": "export interface AgentIdentityVocabularyMutationPlan { vocabulary: AgentIdentityVocabulary; preview: AgentIdentityVocabularyMutationPreview; }"
1489
+ },
1490
+ {
1491
+ "classification": "advanced_export",
1492
+ "kind": "interface",
1493
+ "name": "AgentIdentityVocabularyMutationPreview",
1494
+ "signature": "export interface AgentIdentityVocabularyMutationPreview { operation: AgentIdentityVocabularyOperation; changed: boolean; version_before: number; version_after: number; alias_count: number; residual_author_count: number; }"
1495
+ },
1496
+ {
1497
+ "classification": "advanced_export",
1498
+ "kind": "type",
1499
+ "name": "AgentIdentityVocabularyOperation",
1500
+ "signature": "export type AgentIdentityVocabularyOperation = \"add\" | \"remove\" | \"clear\";"
1501
+ },
1502
+ {
1503
+ "classification": "advanced_export",
1504
+ "kind": "interface",
1505
+ "name": "AgentIdentityVocabularySummary",
1506
+ "signature": "export interface AgentIdentityVocabularySummary { version: number; alias_count: number; }"
1507
+ },
1345
1508
  {
1346
1509
  "classification": "supported",
1347
1510
  "kind": "interface",
@@ -1366,6 +1529,12 @@
1366
1529
  "name": "AgentProvenanceAbsenceReason",
1367
1530
  "signature": "export type AgentProvenanceAbsenceReason = \"harness_unavailable\" | \"resolver_failed\" | \"resolver_not_configured\" | \"probes_disabled\" | \"invalid_value\";"
1368
1531
  },
1532
+ {
1533
+ "classification": "supported",
1534
+ "kind": "interface",
1535
+ "name": "AgentProvenanceAdapter",
1536
+ "signature": "export interface AgentProvenanceAdapter { contract_version: 1; adapter_version: string; priority: number; harness: string; descriptor: HarnessSignalDescriptor; supported_dimensions: readonly string[]; native_sources: readonly (\"environment\" | \"argv\" | \"mcp_client\" | \"session_file\")[]; probe_policy: { max_bytes: number; max_lines: number; network_access: false; subprocess_access: false; }; normalization: { model_family: \"v1\"; effort: \"v1\"; preserve_raw: true; }; confidence: \"high\" | \"medium\" | \"low\"; waivers?: Readonly<Record<string, string>>; }"
1537
+ },
1369
1538
  {
1370
1539
  "classification": "supported",
1371
1540
  "kind": "interface",
@@ -2386,6 +2555,18 @@
2386
2555
  "name": "attachContextIntentReceipt",
2387
2556
  "signature": "<Result extends Record<string, unknown>>(command: string, options: Record<string, unknown>, result: Result) => Result & { context_intent?: PmContextIntentReceipt; } | calls: <Result extends Record<string, unknown>>(command: string, options: Record<string, unknown>, result: Result) => Result & { context_intent?: PmContextIntentReceipt; }"
2388
2557
  },
2558
+ {
2559
+ "classification": "advanced_export",
2560
+ "kind": "function",
2561
+ "name": "attachLinkedTestMutationProvenance",
2562
+ "signature": "(tests: LinkedTest[] | undefined, author: string, createdAt: string) => Promise<LinkedTest[] | undefined> | calls: (tests: LinkedTest[] | undefined, author: string, createdAt: string) => Promise<LinkedTest[] | undefined>"
2563
+ },
2564
+ {
2565
+ "classification": "advanced_export",
2566
+ "kind": "function",
2567
+ "name": "attachLinkedTestProvenance",
2568
+ "signature": "(tests: LinkedTest[] | undefined, author: string, createdAt: string, sourceRef: string | undefined) => LinkedTest[] | undefined | calls: (tests: LinkedTest[] | undefined, author: string, createdAt: string, sourceRef: string | undefined) => LinkedTest[] | undefined"
2569
+ },
2389
2570
  {
2390
2571
  "classification": "advanced_export",
2391
2572
  "kind": "function",
@@ -2680,6 +2861,12 @@
2680
2861
  "name": "buildPmActionToolInputSchema",
2681
2862
  "signature": "(action: PmToolAction, options?: PmActionToolInputSchemaOptions) => Record<string, unknown> | calls: (action: PmToolAction, options?: PmActionToolInputSchemaOptions) => Record<string, unknown>"
2682
2863
  },
2864
+ {
2865
+ "classification": "advanced_export",
2866
+ "kind": "function",
2867
+ "name": "buildPmRefusalClosureCensus",
2868
+ "signature": "(catalog: readonly PmErrorCodeContract[], closedDomains: readonly PmClosedDomainContract[], grammar: readonly PmGrammarRefusalContract[]) => PmRefusalClosureCensusReport | calls: (catalog: readonly PmErrorCodeContract[], closedDomains: readonly PmClosedDomainContract[], grammar: readonly PmGrammarRefusalContract[]) => PmRefusalClosureCensusReport"
2869
+ },
2683
2870
  {
2684
2871
  "classification": "supported",
2685
2872
  "kind": "function",
@@ -2728,6 +2915,12 @@
2728
2915
  "name": "buildWorkspaceMemorySnapshot",
2729
2916
  "signature": "(items: readonly ItemMetadata[], options: { statusRegistry: RuntimeStatusRegistry; sourceCursor: string; now: string; }) => WorkspaceMemorySnapshot | calls: (items: readonly ItemMetadata[], options: { statusRegistry: RuntimeStatusRegistry; sourceCursor: string; now: string; }) => WorkspaceMemorySnapshot"
2730
2917
  },
2918
+ {
2919
+ "classification": "supported",
2920
+ "kind": "value",
2921
+ "name": "BUILTIN_AGENT_PROVENANCE_ADAPTERS",
2922
+ "signature": "readonly AgentProvenanceAdapter[]"
2923
+ },
2731
2924
  {
2732
2925
  "classification": "advanced_export",
2733
2926
  "kind": "value",
@@ -2764,6 +2957,30 @@
2764
2957
  "name": "BuiltinCorpusShapeName",
2765
2958
  "signature": "export type BuiltinCorpusShapeName = \"scratch\" | \"representative\" | \"deep-graph\" | \"multi-decade\" | \"disconnected-archive\";"
2766
2959
  },
2960
+ {
2961
+ "classification": "advanced_export",
2962
+ "kind": "type",
2963
+ "name": "BulkIdsFileReader",
2964
+ "signature": "export type BulkIdsFileReader = (path: string) => Promise<string>;"
2965
+ },
2966
+ {
2967
+ "classification": "advanced_export",
2968
+ "kind": "interface",
2969
+ "name": "BulkIdsInputReaders",
2970
+ "signature": "export interface BulkIdsInputReaders { readFile?: BulkIdsFileReader; readStdin?: BulkIdsStdinReader; }"
2971
+ },
2972
+ {
2973
+ "classification": "advanced_export",
2974
+ "kind": "type",
2975
+ "name": "BulkIdsStdinReader",
2976
+ "signature": "export type BulkIdsStdinReader = (optionName: string) => Promise<string>;"
2977
+ },
2978
+ {
2979
+ "classification": "advanced_export",
2980
+ "kind": "type",
2981
+ "name": "BulkIdsValue",
2982
+ "signature": "export type BulkIdsValue = string | number | readonly (string | number)[] | undefined;"
2983
+ },
2767
2984
  {
2768
2985
  "classification": "advanced_export",
2769
2986
  "kind": "interface",
@@ -3014,7 +3231,7 @@
3014
3231
  "classification": "contract_data",
3015
3232
  "kind": "interface",
3016
3233
  "name": "CliFlagInvocationContract",
3017
- "signature": "export interface CliFlagInvocationContract extends CliFlagContract { description: string; takes_value: boolean; value_required: boolean; value_type: \"string\" | \"number\" | \"boolean\"; required: boolean; repeatable: boolean; input_sources: CliFlagInputSource[]; stdin_token?: \"-\"; }"
3234
+ "signature": "export interface CliFlagInvocationContract extends CliFlagContract { description: string; takes_value: boolean; value_required: boolean; value_type: \"string\" | \"number\" | \"boolean\"; required: boolean; repeatable: boolean; input_sources: CliFlagInputSource[]; stdin_token?: \"-\"; file_token_prefix?: \"@\"; }"
3018
3235
  },
3019
3236
  {
3020
3237
  "classification": "contract_data",
@@ -3242,7 +3459,7 @@
3242
3459
  "classification": "supported",
3243
3460
  "kind": "interface",
3244
3461
  "name": "CommandDefinition",
3245
- "signature": "export interface CommandDefinition { name: string; run?: CommandHandler; handler?: CommandHandler; action?: string; description?: string; intent?: string; examples?: string[]; failure_hints?: string[]; arguments?: ExtensionCommandArgumentDefinition[]; flags?: FlagDefinition[]; tier?: \"core\" | \"standard\" | \"full\" | \"internal\"; }"
3462
+ "signature": "export interface CommandDefinition { name: string; run?: CommandHandler; handler?: CommandHandler; action?: string; description?: string; intent?: string; examples?: string[]; failure_hints?: string[]; arguments?: ExtensionCommandArgumentDefinition[]; flags?: FlagDefinition[]; tier?: \"core\" | \"standard\" | \"full\" | \"internal\"; family?: ExtensionCommandCapabilityFamily; }"
3246
3463
  },
3247
3464
  {
3248
3465
  "classification": "contract_data",
@@ -3542,7 +3759,7 @@
3542
3759
  "classification": "advanced_export",
3543
3760
  "kind": "interface",
3544
3761
  "name": "ConfigResult",
3545
- "signature": "export interface ConfigResult { scope: ConfigScope; key?: ConfigKey | string; criteria?: string[]; format?: ItemFormat; policy?: HistoryMissingStreamPolicy | SprintReleaseFormatPolicy | ParentReferencePolicy | ValidateMetadataProfile | GovernancePreset | GovernanceOwnershipEnforcement | GovernanceCreateModeDefault | GovernanceCloseValidationDefault | GovernanceRequireCloseReasonPolicy | GovernanceWorkflowEnforcement | GovernanceForceRequiredForStaleLockPolicy | TestResultTrackingPolicy | TelemetryTrackingPolicy | string; nested_setting?: NestedSettingResultValue; nested_settings?: NestedSettingResultValue[]; keys?: ConfigKeyDescriptor[]; values?: Record<ConfigKey, ConfigValue>; count?: number; context_settings?: ContextConfigValue; has_explicit_item_format?: boolean; migration?: { target_format: ItemFormat; scanned: number; migrated: string[]; removed: string[]; warnings: string[]; }; settings_path: string; changed: boolean; warnings?: string[]; }"
3762
+ "signature": "export interface ConfigResult { scope: ConfigScope; key?: ConfigKey | string; criteria?: string[]; format?: ItemFormat; policy?: HistoryMissingStreamPolicy | SprintReleaseFormatPolicy | ParentReferencePolicy | ValidateMetadataProfile | GovernancePreset | GovernanceOwnershipEnforcement | GovernanceCreateModeDefault | GovernanceCloseValidationDefault | GovernanceRequireCloseReasonPolicy | GovernanceWorkflowEnforcement | GovernanceForceRequiredForStaleLockPolicy | TestResultTrackingPolicy | TelemetryTrackingPolicy | string; nested_setting?: NestedSettingResultValue; nested_settings?: NestedSettingResultValue[]; keys?: ConfigKeyDescriptor[]; values?: Record<ConfigKey, ConfigValue>; count?: number; context_settings?: ContextConfigValue; identity_vocabulary?: AgentIdentityVocabularySummary; vocabulary_mutation?: AgentIdentityVocabularyMutationPreview; has_explicit_item_format?: boolean; migration?: { target_format: ItemFormat; scanned: number; migrated: string[]; removed: string[]; warnings: string[]; }; settings_path: string; changed: boolean; warnings?: string[]; }"
3546
3763
  },
3547
3764
  {
3548
3765
  "classification": "advanced_export",
@@ -4168,6 +4385,12 @@
4168
4385
  "name": "createRelationshipKindRegistry",
4169
4386
  "signature": "() => RelationshipKindRegistry | calls: () => RelationshipKindRegistry"
4170
4387
  },
4388
+ {
4389
+ "classification": "advanced_export",
4390
+ "kind": "function",
4391
+ "name": "createReproducibleProcessRunner",
4392
+ "signature": "(environment: ReproducibleProcessEnvironment) => ReproducibleProcessRunner | calls: (environment: ReproducibleProcessEnvironment) => ReproducibleProcessRunner"
4393
+ },
4171
4394
  {
4172
4395
  "classification": "supported",
4173
4396
  "kind": "interface",
@@ -7004,7 +7227,7 @@
7004
7227
  "classification": "advanced_export",
7005
7228
  "kind": "interface",
7006
7229
  "name": "HistoryCompactBulkCommandOptions",
7007
- "signature": "export interface HistoryCompactBulkCommandOptions { ids?: string[]; scope?: HistoryCompactScope; allOver?: number; minEntries?: number; dryRun?: boolean; author?: string; message?: string; force?: boolean; }"
7230
+ "signature": "export interface HistoryCompactBulkCommandOptions { ids?: BulkIdsValue; scope?: HistoryCompactScope; allOver?: number; minEntries?: number; dryRun?: boolean; author?: string; message?: string; force?: boolean; }"
7008
7231
  },
7009
7232
  {
7010
7233
  "classification": "advanced_export",
@@ -7822,6 +8045,12 @@
7822
8045
  "name": "LINKED_TEST_PROTECTED_ENV_KEYS",
7823
8046
  "signature": "Set<string>"
7824
8047
  },
8048
+ {
8049
+ "classification": "advanced_export",
8050
+ "kind": "value",
8051
+ "name": "LINKED_TEST_WORKSPACE_CONTEXT_MODE_VALUES",
8052
+ "signature": "readonly [\"source\", \"isolated\", \"snapshot\"]"
8053
+ },
7825
8054
  {
7826
8055
  "classification": "advanced_export",
7827
8056
  "kind": "type",
@@ -7874,13 +8103,13 @@
7874
8103
  "classification": "advanced_export",
7875
8104
  "kind": "interface",
7876
8105
  "name": "LinkedTest",
7877
- "signature": "export interface LinkedTest { command?: string; path?: string; scope: LinkScope; timeout_seconds?: number; pm_context_mode?: \"schema\" | \"tracker\" | \"auto\"; env_set?: Record<string, string>; env_clear?: string[]; shared_host_safe?: boolean; assert_stdout_contains?: string[]; assert_stdout_regex?: string[]; assert_stderr_contains?: string[]; assert_stderr_regex?: string[]; assert_stdout_min_lines?: number; assert_json_field_equals?: Record<string, string>; assert_json_field_gte?: Record<string, number>; note?: string; }"
8106
+ "signature": "export interface LinkedTest { command?: string; path?: string; scope: LinkScope; timeout_seconds?: number; pm_context_mode?: \"schema\" | \"tracker\" | \"auto\"; workspace_context_mode?: \"source\" | \"isolated\" | \"snapshot\"; provenance?: LinkedTestProvenance; provenance_invalid?: true; env_set?: Record<string, string>; env_clear?: string[]; shared_host_safe?: boolean; assert_stdout_contains?: string[]; assert_stdout_regex?: string[]; assert_stderr_contains?: string[]; assert_stderr_regex?: string[]; assert_stdout_min_lines?: number; assert_json_field_equals?: Record<string, string>; assert_json_field_gte?: Record<string, number>; note?: string; }"
7878
8107
  },
7879
8108
  {
7880
8109
  "classification": "advanced_export",
7881
8110
  "kind": "type",
7882
8111
  "name": "LinkedTestFailureCategory",
7883
- "signature": "export type LinkedTestFailureCategory = \"infra_collision\" | \"assertion_failure\" | \"empty_run\" | \"timeout\" | \"max_buffer\" | \"spawn_error\" | \"signal\";"
8112
+ "signature": "export type LinkedTestFailureCategory = \"infra_collision\" | \"trust_refusal\" | \"assertion_failure\" | \"empty_run\" | \"timeout\" | \"max_buffer\" | \"spawn_error\" | \"signal\";"
7884
8113
  },
7885
8114
  {
7886
8115
  "classification": "advanced_export",
@@ -7888,6 +8117,24 @@
7888
8117
  "name": "LinkedTestPmContextMode",
7889
8118
  "signature": "export type LinkedTestPmContextMode = (typeof LINKED_TEST_PM_CONTEXT_MODE_VALUES)[number];"
7890
8119
  },
8120
+ {
8121
+ "classification": "advanced_export",
8122
+ "kind": "interface",
8123
+ "name": "LinkedTestTrustDecision",
8124
+ "signature": "export interface LinkedTestTrustDecision { fingerprint: string; trusted: boolean; reason: \"legacy\" | \"local_mutation\" | \"local_source_ref\" | \"acknowledged\" | \"invalid_provenance\" | \"foreign_source_ref\"; source_ref?: string; current_source_ref?: string; }"
8125
+ },
8126
+ {
8127
+ "classification": "advanced_export",
8128
+ "kind": "function",
8129
+ "name": "linkedTestTrustFingerprint",
8130
+ "signature": "(test: LinkedTest) => string | calls: (test: LinkedTest) => string"
8131
+ },
8132
+ {
8133
+ "classification": "advanced_export",
8134
+ "kind": "type",
8135
+ "name": "LinkedTestWorkspaceContextMode",
8136
+ "signature": "export type LinkedTestWorkspaceContextMode = (typeof LINKED_TEST_WORKSPACE_CONTEXT_MODE_VALUES)[number];"
8137
+ },
7891
8138
  {
7892
8139
  "classification": "supported",
7893
8140
  "kind": "function",
@@ -7948,6 +8195,12 @@
7948
8195
  "name": "LIST_SORT_ORDER_VALUES",
7949
8196
  "signature": "readonly [\"asc\", \"desc\"]"
7950
8197
  },
8198
+ {
8199
+ "classification": "supported",
8200
+ "kind": "function",
8201
+ "name": "listAgentProvenanceAdapters",
8202
+ "signature": "() => readonly AgentProvenanceAdapter[] | calls: () => readonly AgentProvenanceAdapter[]"
8203
+ },
7951
8204
  {
7952
8205
  "classification": "advanced_export",
7953
8206
  "kind": "function",
@@ -8110,6 +8363,18 @@
8110
8363
  "name": "listPmMcpToolsForProfile",
8111
8364
  "signature": "(availableTools: readonly string[], profile: Exclude<PmMcpToolProfile, \"custom\">) => string[] | calls: (availableTools: readonly string[], profile: Exclude<PmMcpToolProfile, \"custom\">) => string[]"
8112
8365
  },
8366
+ {
8367
+ "classification": "advanced_export",
8368
+ "kind": "function",
8369
+ "name": "listPmRequiredArgumentRefusalContracts",
8370
+ "signature": "(contracts?: readonly PmCommandPositionalContract[]) => PmRequiredArgumentRefusalContract[] | calls: (contracts?: readonly PmCommandPositionalContract[]) => PmRequiredArgumentRefusalContract[]"
8371
+ },
8372
+ {
8373
+ "classification": "advanced_export",
8374
+ "kind": "function",
8375
+ "name": "listPmSubcommandRefusalContracts",
8376
+ "signature": "(contracts?: readonly PmCommandPositionalContract[]) => PmSubcommandRefusalContract[] | calls: (contracts?: readonly PmCommandPositionalContract[]) => PmSubcommandRefusalContract[]"
8377
+ },
8113
8378
  {
8114
8379
  "classification": "supported",
8115
8380
  "kind": "function",
@@ -8326,6 +8591,12 @@
8326
8591
  "name": "MERGE_FLAG_CONTRACTS",
8327
8592
  "signature": "CliFlagContract[]"
8328
8593
  },
8594
+ {
8595
+ "classification": "contract_data",
8596
+ "kind": "value",
8597
+ "name": "MERGE_SUBCOMMAND_VALUES",
8598
+ "signature": "readonly [\"install\", \"reconcile\", \"report\", \"driver\"]"
8599
+ },
8329
8600
  {
8330
8601
  "classification": "advanced_export",
8331
8602
  "kind": "function",
@@ -8464,6 +8735,12 @@
8464
8735
  "name": "mergeSortedWarnings",
8465
8736
  "signature": "(...warningGroups: Array<string[] | undefined>) => string[] | calls: (...warningGroups: Array<string[] | undefined>) => string[]"
8466
8737
  },
8738
+ {
8739
+ "classification": "contract_data",
8740
+ "kind": "type",
8741
+ "name": "MergeSubcommand",
8742
+ "signature": "export type MergeSubcommand = (typeof MERGE_SUBCOMMAND_VALUES)[number];"
8743
+ },
8467
8744
  {
8468
8745
  "classification": "advanced_export",
8469
8746
  "kind": "function",
@@ -8614,6 +8891,12 @@
8614
8891
  "name": "NextResult",
8615
8892
  "signature": "export interface NextResult { output_default: \"toon\"; now: string; recommended: NextRecommendation | null; ready: NextActionableItem[]; decision_needed: NextActionableItem[]; blocked: NextActionableItem[]; held_by_others: Array<{ id: string; assignee: string; }>; summary: NextSummary; filters: { type: string | null; tag: string | null; priority: string | number | null; assignee: string | null; assignee_filter: string | null; sprint: string | null; release: string | null; parent: string | null; limit: number; blocked_limit: number; ready_only: boolean; include_decisions: boolean; token_budget: number; }; suggestions?: string[]; warnings?: string[]; ranking?: ContextRankingSummary; packing?: ContextPackingSummary; truncation?: { decision_needed_total?: number; held_by_others_total?: number; }; }"
8616
8893
  },
8894
+ {
8895
+ "classification": "supported",
8896
+ "kind": "function",
8897
+ "name": "normalizeAgentProvenanceAdapterValue",
8898
+ "signature": "(dimension: \"effort\" | \"model\", value: string) => NormalizedAgentProvenanceAdapterValue | calls: (dimension: \"model\" | \"effort\", value: string) => NormalizedAgentProvenanceAdapterValue"
8899
+ },
8617
8900
  {
8618
8901
  "classification": "advanced_export",
8619
8902
  "kind": "function",
@@ -8638,6 +8921,18 @@
8638
8921
  "name": "normalizeBootstrapInvocation",
8639
8922
  "signature": "(argv: string[]) => BootstrapInvocationNormalizationResult | calls: (argv: string[]) => BootstrapInvocationNormalizationResult"
8640
8923
  },
8924
+ {
8925
+ "classification": "advanced_export",
8926
+ "kind": "function",
8927
+ "name": "normalizeBulkIdsValue",
8928
+ "signature": "(value: BulkIdsValue) => string | undefined | calls: (value: BulkIdsValue) => string | undefined"
8929
+ },
8930
+ {
8931
+ "classification": "supported",
8932
+ "kind": "interface",
8933
+ "name": "NormalizedAgentProvenanceAdapterValue",
8934
+ "signature": "export interface NormalizedAgentProvenanceAdapterValue { raw: string; normalized: string; vocabulary: \"v1\"; }"
8935
+ },
8641
8936
  {
8642
8937
  "classification": "supported",
8643
8938
  "kind": "function",
@@ -9088,6 +9383,12 @@
9088
9383
  "name": "parseBootstrapTypeValue",
9089
9384
  "signature": "(argv: string[]) => string | undefined | calls: (argv: string[]) => string | undefined"
9090
9385
  },
9386
+ {
9387
+ "classification": "advanced_export",
9388
+ "kind": "function",
9389
+ "name": "parseBulkIdsText",
9390
+ "signature": "(raw: string) => string[] | calls: (raw: string) => string[]"
9391
+ },
9091
9392
  {
9092
9393
  "classification": "supported",
9093
9394
  "kind": "function",
@@ -9238,6 +9539,12 @@
9238
9539
  "name": "parseLinkedTestStringList",
9239
9540
  "signature": "(raw: string | undefined) => string[] | undefined | calls: (raw: string | undefined) => string[] | undefined"
9240
9541
  },
9542
+ {
9543
+ "classification": "advanced_export",
9544
+ "kind": "function",
9545
+ "name": "parseLinkedTestWorkspaceContextMode",
9546
+ "signature": "(raw: string | undefined, optionName: string) => LinkedTest[\"workspace_context_mode\"] | undefined | calls: (raw: string | undefined, optionName: string) => LinkedTest[\"workspace_context_mode\"] | undefined"
9547
+ },
9241
9548
  {
9242
9549
  "classification": "advanced_export",
9243
9550
  "kind": "function",
@@ -9454,6 +9761,12 @@
9454
9761
  "name": "PLAN_TEMPLATE_NAMES",
9455
9762
  "signature": "readonly [\"bug-investigation\", \"feature-implementation\", \"refactoring-sprint\"]"
9456
9763
  },
9764
+ {
9765
+ "classification": "advanced_export",
9766
+ "kind": "function",
9767
+ "name": "planAgentIdentityVocabularyMutation",
9768
+ "signature": "(current: AgentIdentityVocabulary | undefined, input: AgentIdentityVocabularyMutationInput) => AgentIdentityVocabularyMutationPlan | calls: (current: AgentIdentityVocabulary | undefined, input: AgentIdentityVocabularyMutationInput) => AgentIdentityVocabularyMutationPlan"
9769
+ },
9457
9770
  {
9458
9771
  "classification": "advanced_export",
9459
9772
  "kind": "interface",
@@ -9946,6 +10259,24 @@
9946
10259
  "name": "PM_RECOVERY_REFERENCE_KINDS",
9947
10260
  "signature": "readonly [\"suggested_retry\", \"candidate_command\", \"example\", \"next_step\", \"migration_hint\", \"restore_with\"]"
9948
10261
  },
10262
+ {
10263
+ "classification": "advanced_export",
10264
+ "kind": "value",
10265
+ "name": "PM_REFUSAL_CLOSURE_EXECUTABLE_CANONICAL_CODE_BASELINE",
10266
+ "signature": "readonly [\"bulk_ids_input_empty\", \"bulk_ids_input_missing_path\", \"bulk_ids_input_unreadable\", \"invalid_argument_value\", \"missing_lifecycle_target\", \"missing_required_argument\", \"projection_options_mutually_exclusive\", \"tracker_not_initialized\", \"tracker_root_missing\", \"tracker_root_not_directory\", \"tracker_root_unreadable\", \"unknown_context_intent\", \"unknown_field_projection\", \"unknown_option\", \"unknown_subcommand\"]"
10267
+ },
10268
+ {
10269
+ "classification": "advanced_export",
10270
+ "kind": "value",
10271
+ "name": "PM_REFUSAL_CLOSURE_EXECUTABLE_CODE_BASELINE",
10272
+ "signature": "16"
10273
+ },
10274
+ {
10275
+ "classification": "advanced_export",
10276
+ "kind": "value",
10277
+ "name": "PM_REPRODUCIBLE_PROCESS_ENV",
10278
+ "signature": "Readonly<{ readonly clock: \"PM_CLOCK\"; readonly tickMs: \"PM_CLOCK_TICK_MS\"; readonly seed: \"PM_SEED\"; }>"
10279
+ },
9949
10280
  {
9950
10281
  "classification": "contract_data",
9951
10282
  "kind": "value",
@@ -9980,7 +10311,7 @@
9980
10311
  "classification": "contract_data",
9981
10312
  "kind": "value",
9982
10313
  "name": "PM_TOOL_PARAMETERS_SCHEMA_VERSION",
9983
- "signature": "\"4.8.0\""
10314
+ "signature": "\"4.9.0\""
9984
10315
  },
9985
10316
  {
9986
10317
  "classification": "contract_data",
@@ -10040,7 +10371,7 @@
10040
10371
  "classification": "contract_data",
10041
10372
  "kind": "type",
10042
10373
  "name": "PmBulkMutationFilterOptions",
10043
- "signature": "export type PmBulkMutationFilterOptions = OptionsFromContracts<typeof TOOL_BULK_MUTATION_FILTER_OPTION_CONTRACT_SOURCE>;"
10374
+ "signature": "export type PmBulkMutationFilterOptions = Omit<OptionsFromContracts<typeof TOOL_BULK_MUTATION_FILTER_OPTION_CONTRACT_SOURCE>, \"ids\"> & { ids?: string | number | readonly (string | number)[]; };"
10044
10375
  },
10045
10376
  {
10046
10377
  "classification": "supported",
@@ -10166,7 +10497,7 @@
10166
10497
  "classification": "advanced_export",
10167
10498
  "kind": "type",
10168
10499
  "name": "PmCommandCapabilityFamily",
10169
- "signature": "export type PmCommandCapabilityFamily = \"workspace\" | \"intake\" | \"context\" | \"lifecycle\" | \"evidence\" | \"graph\" | \"quality\" | \"automation\" | \"extensions\" | \"internal\";"
10500
+ "signature": "export type PmCommandCapabilityFamily = ExtensionCommandCapabilityFamily;"
10170
10501
  },
10171
10502
  {
10172
10503
  "classification": "contract_data",
@@ -10504,6 +10835,36 @@
10504
10835
  "name": "PmFlagValueKind",
10505
10836
  "signature": "export type PmFlagValueKind = \"boolean\" | \"string\" | \"number\" | \"list\";"
10506
10837
  },
10838
+ {
10839
+ "classification": "advanced_export",
10840
+ "kind": "interface",
10841
+ "name": "PmGrammarRefusalClosureReport",
10842
+ "signature": "export interface PmGrammarRefusalClosureReport { ok: boolean; probe_count: number; closed_probe_count: number; findings: PmGrammarRefusalFinding[]; }"
10843
+ },
10844
+ {
10845
+ "classification": "advanced_export",
10846
+ "kind": "interface",
10847
+ "name": "PmGrammarRefusalContract",
10848
+ "signature": "export interface PmGrammarRefusalContract { probe_id: string; command: string; refusal_args: readonly string[]; recovery_args: readonly string[]; error_code: \"invalid_argument_value\" | \"missing_lifecycle_target\" | \"missing_required_argument\" | \"unknown_subcommand\"; }"
10849
+ },
10850
+ {
10851
+ "classification": "advanced_export",
10852
+ "kind": "interface",
10853
+ "name": "PmGrammarRefusalFinding",
10854
+ "signature": "export interface PmGrammarRefusalFinding { code: PmGrammarRefusalFindingCode; probe_id: string; detail: string; }"
10855
+ },
10856
+ {
10857
+ "classification": "advanced_export",
10858
+ "kind": "type",
10859
+ "name": "PmGrammarRefusalFindingCode",
10860
+ "signature": "export type PmGrammarRefusalFindingCode = \"refusal_allowed_values_mismatch\" | \"refusal_error_code_mismatch\" | \"refusal_exit_code_mismatch\" | \"refusal_mutated_state\" | \"refusal_probe_missing\" | \"refusal_recovery_failed\" | \"unexpected_refusal_probe\";"
10861
+ },
10862
+ {
10863
+ "classification": "advanced_export",
10864
+ "kind": "interface",
10865
+ "name": "PmGrammarRefusalObservation",
10866
+ "signature": "export interface PmGrammarRefusalObservation { probe_id: string; error_code: string; exit_code: number; allowed_values: readonly string[]; recovery_succeeded: boolean; refusal_mutated_state: boolean; mutated_paths?: readonly string[]; }"
10867
+ },
10507
10868
  {
10508
10869
  "classification": "advanced_export",
10509
10870
  "kind": "interface",
@@ -10702,6 +11063,18 @@
10702
11063
  "name": "PmReadOutputReceipt",
10703
11064
  "signature": "export interface PmReadOutputReceipt { contract_version: 1; command: PmReadOutputSurface; requested_dimensions: PmReadOutputDimension[]; budget_source?: \"default\"; budget_tokens?: number; precedence: readonly [ \"canonical\", \"legacy\", \"intent\", \"default\" ]; canonical_options_used?: string[]; legacy_aliases_used: string[]; migration_hints: string[]; estimated_tokens: number; within_budget: boolean; strings_compacted: boolean; rows_compacted: boolean; compacted_row_paths?: string[]; result_omitted: boolean; omitted_result_estimated_tokens?: number; }"
10704
11065
  },
11066
+ {
11067
+ "classification": "contract_data",
11068
+ "kind": "interface",
11069
+ "name": "PmReadOutputRecoveryBudget",
11070
+ "signature": "export interface PmReadOutputRecoveryBudget { output_budget: number | \"unbounded\"; recovery_budget_multiplier: number | null; rule_version: \"v1\"; }"
11071
+ },
11072
+ {
11073
+ "classification": "contract_data",
11074
+ "kind": "interface",
11075
+ "name": "PmReadOutputRecoveryBudgetInput",
11076
+ "signature": "export interface PmReadOutputRecoveryBudgetInput { effective_budget_tokens: number; measured_result_tokens: number; }"
11077
+ },
10705
11078
  {
10706
11079
  "classification": "supported",
10707
11080
  "kind": "type",
@@ -10754,7 +11127,7 @@
10754
11127
  "classification": "contract_data",
10755
11128
  "kind": "interface",
10756
11129
  "name": "PmReadOutputTruncationDisclosure",
10757
- "signature": "export interface PmReadOutputTruncationDisclosure { reason: \"output_budget_reached\"; budget_source: PmReadOutputDimensionSource | \"session\"; budget_tokens: number; overridden_dimensions: PmReadOutputDimension[]; compacted_row_paths: string[]; continuation_cursor_rebased: boolean; continuation_available: boolean; recovery_budget_multiplier: 1; continuations: PmReadOutputContinuation[]; restore_with: string; recovery: { cursor: string; cli: \"--output-cursor\"; sdk: \"outputCursor\"; mcp: \"outputCursor\"; } | { cli: string; sdk: { outputBudget: number; }; mcp: { outputBudget: number; }; }; }"
11130
+ "signature": "export interface PmReadOutputTruncationDisclosure { reason: \"output_budget_reached\"; budget_source: PmReadOutputDimensionSource | \"session\"; budget_tokens: number; overridden_dimensions: PmReadOutputDimension[]; compacted_row_paths: string[]; continuation_cursor_rebased: boolean; continuation_available: boolean; recovery_budget_multiplier: number | null; continuations: PmReadOutputContinuation[]; restore_with: string; recovery: { cursor: string; cli: \"--output-cursor\"; sdk: \"outputCursor\"; mcp: \"outputCursor\"; } | { cli: string; sdk: { outputBudget: number | \"unbounded\"; }; mcp: { outputBudget: number | \"unbounded\"; }; }; }"
10758
11131
  },
10759
11132
  {
10760
11133
  "classification": "advanced_export",
@@ -10834,6 +11207,18 @@
10834
11207
  "name": "PmRecoveryReferenceSemantics",
10835
11208
  "signature": "export type PmRecoveryReferenceSemantics = \"recovery\" | \"replacement\" | \"behavior_preserving\";"
10836
11209
  },
11210
+ {
11211
+ "classification": "advanced_export",
11212
+ "kind": "interface",
11213
+ "name": "PmRefusalClosureCensusReport",
11214
+ "signature": "export interface PmRefusalClosureCensusReport { ok: boolean; catalog_error_code_count: number; executable_error_code_count: number; uncovered_error_code_count: number; coverage_fraction: number; closed_domain_probe_count: number; grammar_probe_count: number; uncovered_error_codes: string[]; rows: PmRefusalClosureCensusRow[]; }"
11215
+ },
11216
+ {
11217
+ "classification": "advanced_export",
11218
+ "kind": "interface",
11219
+ "name": "PmRefusalClosureCensusRow",
11220
+ "signature": "export interface PmRefusalClosureCensusRow { code: string; canonical_code: string; disposition: \"executable\" | \"uncovered\"; evidence_kinds: PmRefusalEvidenceKind[]; probe_ids: string[]; }"
11221
+ },
10837
11222
  {
10838
11223
  "classification": "contract_data",
10839
11224
  "kind": "interface",
@@ -10852,6 +11237,12 @@
10852
11237
  "name": "PmRefusalClosureReport",
10853
11238
  "signature": "export interface PmRefusalClosureReport { ok: boolean; probe_count: number; closed_probe_count: number; closure_fraction: number; findings: readonly PmRefusalClosureFinding[]; }"
10854
11239
  },
11240
+ {
11241
+ "classification": "advanced_export",
11242
+ "kind": "type",
11243
+ "name": "PmRefusalEvidenceKind",
11244
+ "signature": "export type PmRefusalEvidenceKind = \"owned_state\" | \"closed_domain\" | \"grammar\";"
11245
+ },
10855
11246
  {
10856
11247
  "classification": "advanced_export",
10857
11248
  "kind": "interface",
@@ -10876,6 +11267,12 @@
10876
11267
  "name": "PmRefusalStateContract",
10877
11268
  "signature": "export interface PmRefusalStateContract { state: string; probe_id: string; entrypoints: string[]; expected_exit_class: PmErrorCodeClass; }"
10878
11269
  },
11270
+ {
11271
+ "classification": "advanced_export",
11272
+ "kind": "interface",
11273
+ "name": "PmRequiredArgumentRefusalContract",
11274
+ "signature": "export interface PmRequiredArgumentRefusalContract extends PmGrammarRefusalContract { missing_argument: string; missing_argument_index: number; }"
11275
+ },
10879
11276
  {
10880
11277
  "classification": "contract_data",
10881
11278
  "kind": "interface",
@@ -10892,7 +11289,13 @@
10892
11289
  "classification": "supported",
10893
11290
  "kind": "interface",
10894
11291
  "name": "PmSettings",
10895
- "signature": "export interface PmSettings { version: number; id_prefix: string; ids: { token_length: number; }; author_default: string; agent_identity?: { probes_enabled?: boolean; identity_vocabulary?: { version: number; aliases: Record<string, string>; }; harness_signals: Array<{ harness: string; environment_keys?: string[]; model_environment_keys?: string[]; session_environment_keys?: string[]; provenance_environment_keys?: Record<string, string[]>; provenance_resolvers?: Record<string, \"ai_agent_version\" | \"claude_session_file\">; provenance_unavailable_dimensions?: string[]; argv_markers?: string[]; client_names?: string[]; }>; }; mutation_guard: { require_attributed_author: boolean; secret_guard: \"off\" | \"advise\" | \"block\"; stale_in_progress_hours: number; }; item_format: ItemFormat; locks: { ttl_seconds: number; wait_ms: number; }; checkpoints: { retention_days: number; }; output: { default_format: \"toon\" | \"json\"; }; ux?: { deprecation_hints?: boolean; }; history: { missing_stream: \"auto_create\" | \"strict_error\"; compact_policy: HistoryCompactPolicy; }; validation: { sprint_release_format: SprintReleaseFormatPolicy; parent_reference: ParentReferencePolicy; metadata_profile: ValidateMetadataProfile; metadata_required_fields: ValidateMetadataRequiredField[]; lifecycle_stale_blocker_reason_patterns: string[]; lifecycle_closure_like_blocked_reason_patterns: string[]; lifecycle_closure_like_resolution_patterns: string[]; lifecycle_closure_like_actual_result_patterns: string[]; estimate_defaults_by_type: Record<string, number>; }; governance: GovernanceSettings; workflow: { definition_of_done: string[]; }; testing: { record_results_to_items: boolean; }; telemetry: { enabled: boolean; first_run_prompt_completed: boolean; capture_level: \"minimal\" | \"redacted\" | \"max\"; endpoint: string; installation_id: string; retention_days: number; }; agent_guidance: AgentGuidanceSettings; item_types: { definitions: ItemTypeDefinition[]; }; schema: RuntimeSchemaSettings; extensions: { enabled: string[]; disabled: string[]; policy: ExtensionPolicySettings; }; search: { score_threshold: number; hybrid_semantic_weight: number; max_results: number; embedding_model: string; embedding_corpus_max_characters?: number; embedding_batch_size: number; embedding_timeout_ms: number; scanner_max_batch_retries: number; provider?: string; corpus_fields?: string[]; mutation_refresh_policy: SearchMutationRefreshPolicy; query_expansion: SearchQueryExpansionSettings; rerank: SearchRerankSettings; bm25?: { k1?: number; b?: number; }; tuning?: { title_exact_bonus?: number; title_weight?: number; description_weight?: number; tags_weight?: number; status_weight?: number; body_weight?: number; comments_weight?: number; notes_weight?: number; learnings_weight?: number; dependencies_weight?: number; linked_content_weight?: number; }; }; providers: { openai: { base_url: string; api_key: string; model: string; }; ollama: { base_url: string; model: string; }; }; context: ContextSettings; vector_store: { adapter?: string; collection_name: string; qdrant: { url: string; api_key: string; }; lancedb: { path: string; }; }; }"
11292
+ "signature": "export interface PmSettings { version: number; id_prefix: string; ids: { token_length: number; }; author_default: string; agent_identity?: { probes_enabled?: boolean; identity_vocabulary?: { version: number; aliases: Record<string, string>; }; harness_signals: Array<{ harness: string; environment_keys?: string[]; model_environment_keys?: string[]; session_environment_keys?: string[]; provenance_environment_keys?: Record<string, string[]>; provenance_resolvers?: Record<string, \"ai_agent_version\" | \"claude_session_file\">; provenance_unavailable_dimensions?: string[]; argv_markers?: string[]; client_names?: string[]; }>; }; mutation_guard: { require_attributed_author: boolean; secret_guard: \"off\" | \"advise\" | \"block\"; stale_in_progress_hours: number; }; item_format: ItemFormat; locks: { ttl_seconds: number; wait_ms: number; }; checkpoints: { retention_days: number; }; output: { default_format: \"toon\" | \"json\"; }; ux?: { deprecation_hints?: boolean; }; history: { missing_stream: \"auto_create\" | \"strict_error\"; compact_policy: HistoryCompactPolicy; }; validation: { sprint_release_format: SprintReleaseFormatPolicy; parent_reference: ParentReferencePolicy; metadata_profile: ValidateMetadataProfile; metadata_required_fields: ValidateMetadataRequiredField[]; lifecycle_stale_blocker_reason_patterns: string[]; lifecycle_closure_like_blocked_reason_patterns: string[]; lifecycle_closure_like_resolution_patterns: string[]; lifecycle_closure_like_actual_result_patterns: string[]; estimate_defaults_by_type: Record<string, number>; }; governance: GovernanceSettings; workflow: { definition_of_done: string[]; }; testing: { record_results_to_items: boolean; allow_untrusted_linked_tests: boolean; }; telemetry: { enabled: boolean; first_run_prompt_completed: boolean; capture_level: \"minimal\" | \"redacted\" | \"max\"; endpoint: string; installation_id: string; retention_days: number; }; agent_guidance: AgentGuidanceSettings; item_types: { definitions: ItemTypeDefinition[]; }; schema: RuntimeSchemaSettings; extensions: { enabled: string[]; disabled: string[]; policy: ExtensionPolicySettings; }; search: { score_threshold: number; hybrid_semantic_weight: number; max_results: number; embedding_model: string; embedding_corpus_max_characters?: number; embedding_batch_size: number; embedding_timeout_ms: number; scanner_max_batch_retries: number; provider?: string; corpus_fields?: string[]; mutation_refresh_policy: SearchMutationRefreshPolicy; query_expansion: SearchQueryExpansionSettings; rerank: SearchRerankSettings; bm25?: { k1?: number; b?: number; }; tuning?: { title_exact_bonus?: number; title_weight?: number; description_weight?: number; tags_weight?: number; status_weight?: number; body_weight?: number; comments_weight?: number; notes_weight?: number; learnings_weight?: number; dependencies_weight?: number; linked_content_weight?: number; }; }; providers: { openai: { base_url: string; api_key: string; model: string; }; ollama: { base_url: string; model: string; }; }; context: ContextSettings; vector_store: { adapter?: string; collection_name: string; qdrant: { url: string; api_key: string; }; lancedb: { path: string; }; }; }"
11293
+ },
11294
+ {
11295
+ "classification": "advanced_export",
11296
+ "kind": "interface",
11297
+ "name": "PmSubcommandRefusalContract",
11298
+ "signature": "export interface PmSubcommandRefusalContract extends PmGrammarRefusalContract { rejected_value: string; allowed_values: readonly string[]; }"
10896
11299
  },
10897
11300
  {
10898
11301
  "classification": "contract_data",
@@ -11020,6 +11423,18 @@
11020
11423
  "name": "prepareSimilarityText",
11021
11424
  "signature": "(value: string) => PreparedSimilarityText | calls: (value: string) => PreparedSimilarityText"
11022
11425
  },
11426
+ {
11427
+ "classification": "advanced_export",
11428
+ "kind": "function",
11429
+ "name": "preserveMutationStdinTokenFields",
11430
+ "signature": "<T extends object>(options: T, fields: readonly PropertyKey[]) => T | calls: <T extends object>(options: T, fields: readonly PropertyKey[]) => T"
11431
+ },
11432
+ {
11433
+ "classification": "advanced_export",
11434
+ "kind": "function",
11435
+ "name": "preserveMutationStdinTokenLiterals",
11436
+ "signature": "<T extends object>(options: T) => T | calls: <T extends object>(options: T) => T"
11437
+ },
11023
11438
  {
11024
11439
  "classification": "supported",
11025
11440
  "kind": "interface",
@@ -11848,6 +12263,12 @@
11848
12263
  "name": "refreshSearchArtifactsForMutation",
11849
12264
  "signature": "(pmRoot: string, itemIds: string[], options?: RefreshSearchArtifactsForMutationOptions) => Promise<SearchMutationArtifactRefreshResult> | calls: (pmRoot: string, itemIds: string[], options?: RefreshSearchArtifactsForMutationOptions) => Promise<SearchMutationArtifactRefreshResult>"
11850
12265
  },
12266
+ {
12267
+ "classification": "supported",
12268
+ "kind": "function",
12269
+ "name": "registerAgentProvenanceAdapters",
12270
+ "signature": "(adapters: readonly AgentProvenanceAdapter[]) => () => void | calls: (adapters: readonly AgentProvenanceAdapter[]) => () => void"
12271
+ },
11851
12272
  {
11852
12273
  "classification": "supported",
11853
12274
  "kind": "interface",
@@ -11882,7 +12303,7 @@
11882
12303
  "classification": "advanced_export",
11883
12304
  "kind": "interface",
11884
12305
  "name": "RegisteredExtensionCommandDefinition",
11885
- "signature": "export interface RegisteredExtensionCommandDefinition { layer: ExtensionLayer; name: string; source_package?: string; command: string; action: string; description?: string; intent?: string; examples: string[]; failure_hints: string[]; arguments: ExtensionCommandArgumentDefinition[]; tier?: \"core\" | \"standard\" | \"full\" | \"internal\"; }"
12306
+ "signature": "export interface RegisteredExtensionCommandDefinition { layer: ExtensionLayer; name: string; source_package?: string; command: string; action: string; description?: string; intent?: string; examples: string[]; failure_hints: string[]; arguments: ExtensionCommandArgumentDefinition[]; tier?: \"core\" | \"standard\" | \"full\" | \"internal\"; family?: ExtensionCommandCapabilityFamily; }"
11886
12307
  },
11887
12308
  {
11888
12309
  "classification": "supported",
@@ -12742,6 +13163,12 @@
12742
13163
  "name": "renderPmFlagLexiconMarkdown",
12743
13164
  "signature": "() => string | calls: () => string"
12744
13165
  },
13166
+ {
13167
+ "classification": "advanced_export",
13168
+ "kind": "function",
13169
+ "name": "renderPmRefusalClosureCensusMarkdown",
13170
+ "signature": "(report: PmRefusalClosureCensusReport) => string | calls: (report: PmRefusalClosureCensusReport) => string"
13171
+ },
12745
13172
  {
12746
13173
  "classification": "advanced_export",
12747
13174
  "kind": "function",
@@ -12790,6 +13217,24 @@
12790
13217
  "name": "replayToItemDocument",
12791
13218
  "signature": "(document: ReplayDocument) => ItemDocument | calls: (document: ReplayDocument) => ItemDocument"
12792
13219
  },
13220
+ {
13221
+ "classification": "advanced_export",
13222
+ "kind": "interface",
13223
+ "name": "ReproducibleExecutionSettings",
13224
+ "signature": "export interface ReproducibleExecutionSettings { seed: string; clock: string; tickMs: number; }"
13225
+ },
13226
+ {
13227
+ "classification": "advanced_export",
13228
+ "kind": "type",
13229
+ "name": "ReproducibleProcessEnvironment",
13230
+ "signature": "export type ReproducibleProcessEnvironment = Readonly<Record<string, string | undefined>>;"
13231
+ },
13232
+ {
13233
+ "classification": "advanced_export",
13234
+ "kind": "type",
13235
+ "name": "ReproducibleProcessRunner",
13236
+ "signature": "export type ReproducibleProcessRunner = ReproducibleExecutionRunner;"
13237
+ },
12793
13238
  {
12794
13239
  "classification": "advanced_export",
12795
13240
  "kind": "function",
@@ -12886,6 +13331,12 @@
12886
13331
  "name": "resolveClaimPrincipal",
12887
13332
  "signature": "(author: string) => string | calls: (author: string) => string"
12888
13333
  },
13334
+ {
13335
+ "classification": "advanced_export",
13336
+ "kind": "function",
13337
+ "name": "resolveCliBulkIdsInput",
13338
+ "signature": "(value: string | undefined, optionName?: string, readers?: BulkIdsInputReaders) => Promise<string | undefined> | calls: (value: string | undefined, optionName?: string, readers?: BulkIdsInputReaders) => Promise<string | undefined>"
13339
+ },
12889
13340
  {
12890
13341
  "classification": "advanced_export",
12891
13342
  "kind": "function",
@@ -13096,6 +13547,30 @@
13096
13547
  "name": "resolveLinkedTestFailureExitCode",
13097
13548
  "signature": "(execution: Pick<LinkedTestExecutionResult, \"exitCode\" | \"maxBufferExceeded\" | \"timedOut\">) => number | calls: (execution: Pick<LinkedTestExecutionResult, \"exitCode\" | \"timedOut\" | \"maxBufferExceeded\">) => number"
13098
13549
  },
13550
+ {
13551
+ "classification": "advanced_export",
13552
+ "kind": "function",
13553
+ "name": "resolveLinkedTestSourceRef",
13554
+ "signature": "(cwd?: string) => Promise<string | undefined> | calls: (cwd?: string) => Promise<string | undefined>"
13555
+ },
13556
+ {
13557
+ "classification": "advanced_export",
13558
+ "kind": "function",
13559
+ "name": "resolveLinkedTestSourceWorkspaceRoot",
13560
+ "signature": "(cwd?: string) => string | calls: (cwd?: string) => string"
13561
+ },
13562
+ {
13563
+ "classification": "advanced_export",
13564
+ "kind": "function",
13565
+ "name": "resolveLinkedTestTrust",
13566
+ "signature": "(pmRoot: string, test: LinkedTest, currentSourceRef?: string) => Promise<LinkedTestTrustDecision> | calls: (pmRoot: string, test: LinkedTest, currentSourceRef?: string) => Promise<LinkedTestTrustDecision>"
13567
+ },
13568
+ {
13569
+ "classification": "advanced_export",
13570
+ "kind": "function",
13571
+ "name": "resolveLinkedTestTrustBatch",
13572
+ "signature": "(pmRoot: string, tests: LinkedTest[], currentSourceRef?: string) => Promise<LinkedTestTrustDecision[]> | calls: (pmRoot: string, tests: LinkedTest[], currentSourceRef?: string) => Promise<LinkedTestTrustDecision[]>"
13573
+ },
13099
13574
  {
13100
13575
  "classification": "supported",
13101
13576
  "kind": "function",
@@ -13264,6 +13739,12 @@
13264
13739
  "name": "resolveReadOutputEncoding",
13265
13740
  "signature": "(command: string, options: Record<string, unknown>) => \"json\" | \"toon\" | undefined | calls: (command: string, options: Record<string, unknown>) => \"json\" | \"toon\" | undefined"
13266
13741
  },
13742
+ {
13743
+ "classification": "contract_data",
13744
+ "kind": "function",
13745
+ "name": "resolveReadOutputRecoveryBudget",
13746
+ "signature": "(input: PmReadOutputRecoveryBudgetInput) => PmReadOutputRecoveryBudget | calls: (input: PmReadOutputRecoveryBudgetInput) => PmReadOutputRecoveryBudget"
13747
+ },
13267
13748
  {
13268
13749
  "classification": "supported",
13269
13750
  "kind": "function",
@@ -13294,6 +13775,12 @@
13294
13775
  "name": "resolveRegisteredVectorStoreAdapter",
13295
13776
  "signature": "(registrations: ExtensionRegistrationRegistry | null, configuredAdapter: string | undefined) => RegisteredExtensionVectorStoreAdapter | null | calls: (registrations: ExtensionRegistrationRegistry | null, configuredAdapter: string | undefined) => RegisteredExtensionVectorStoreAdapter | null"
13296
13777
  },
13778
+ {
13779
+ "classification": "advanced_export",
13780
+ "kind": "function",
13781
+ "name": "resolveReproducibleProcessEnvironment",
13782
+ "signature": "(environment: ReproducibleProcessEnvironment) => ReproducibleExecutionSettings | undefined | calls: (environment: ReproducibleProcessEnvironment) => ReproducibleExecutionSettings | undefined"
13783
+ },
13297
13784
  {
13298
13785
  "classification": "advanced_export",
13299
13786
  "kind": "function",
@@ -14320,6 +14807,12 @@
14320
14807
  "name": "runWithHarnessDetectionSignals",
14321
14808
  "signature": "<T>(signals: HarnessDetectionSignals, callback: () => T) => T | calls: <T>(signals: HarnessDetectionSignals, callback: () => T) => T"
14322
14809
  },
14810
+ {
14811
+ "classification": "advanced_export",
14812
+ "kind": "function",
14813
+ "name": "runWithReproducibleProcessEnvironment",
14814
+ "signature": "<T>(environment: ReproducibleProcessEnvironment, operation: () => Promise<T>) => Promise<T> | calls: <T>(environment: ReproducibleProcessEnvironment, operation: () => Promise<T>) => Promise<T>"
14815
+ },
14323
14816
  {
14324
14817
  "classification": "supported",
14325
14818
  "kind": "function",
@@ -14746,6 +15239,12 @@
14746
15239
  "name": "scoreItemSimilarity",
14747
15240
  "signature": "(leftTitle: string, rightTitle: string) => ItemSimilarityScore | calls: (leftTitle: string, rightTitle: string) => ItemSimilarityScore"
14748
15241
  },
15242
+ {
15243
+ "classification": "advanced_export",
15244
+ "kind": "function",
15245
+ "name": "scorePmGrammarRefusalClosure",
15246
+ "signature": "(contracts: readonly (PmRequiredArgumentRefusalContract | PmSubcommandRefusalContract)[], observations: readonly PmGrammarRefusalObservation[]) => PmGrammarRefusalClosureReport | calls: (contracts: readonly (PmRequiredArgumentRefusalContract | PmSubcommandRefusalContract)[], observations: readonly PmGrammarRefusalObservation[]) => PmGrammarRefusalClosureReport"
15247
+ },
14749
15248
  {
14750
15249
  "classification": "contract_data",
14751
15250
  "kind": "function",
@@ -15166,6 +15665,18 @@
15166
15665
  "name": "shouldPersistDurableGraphCache",
15167
15666
  "signature": "(itemCount: number, envelopeExists: boolean) => boolean | calls: (itemCount: number, envelopeExists: boolean) => boolean"
15168
15667
  },
15668
+ {
15669
+ "classification": "advanced_export",
15670
+ "kind": "function",
15671
+ "name": "shouldResolveMutationStdinTokenField",
15672
+ "signature": "(options: object, field: PropertyKey) => boolean | calls: (options: object, field: PropertyKey) => boolean"
15673
+ },
15674
+ {
15675
+ "classification": "advanced_export",
15676
+ "kind": "function",
15677
+ "name": "shouldResolveMutationStdinTokens",
15678
+ "signature": "(options: object) => boolean | calls: (options: object) => boolean"
15679
+ },
15169
15680
  {
15170
15681
  "classification": "advanced_export",
15171
15682
  "kind": "function",
@@ -15460,6 +15971,12 @@
15460
15971
  "name": "SubscribeMutationEventsOptions",
15461
15972
  "signature": "export interface SubscribeMutationEventsOptions extends ListMutationEventsOptions { intervalMs?: number; signal?: AbortSignal; }"
15462
15973
  },
15974
+ {
15975
+ "classification": "advanced_export",
15976
+ "kind": "function",
15977
+ "name": "summarizeAgentIdentityVocabulary",
15978
+ "signature": "(vocabulary: AgentIdentityVocabulary | undefined) => AgentIdentityVocabularySummary | calls: (vocabulary: AgentIdentityVocabulary | undefined) => AgentIdentityVocabularySummary"
15979
+ },
15463
15980
  {
15464
15981
  "classification": "supported",
15465
15982
  "kind": "function",
@@ -15704,7 +16221,7 @@
15704
16221
  "classification": "advanced_export",
15705
16222
  "kind": "interface",
15706
16223
  "name": "TestAllCommandOptions",
15707
- "signature": "export interface TestAllCommandOptions { author?: string; status?: string; limit?: string; offset?: string; timeout?: string; progress?: boolean; envSet?: string[]; envClear?: string[]; sharedHostSafe?: boolean; pmContext?: string; overrideLinkedPmContext?: boolean; failOnContextMismatch?: boolean; failOnSkipped?: boolean; failOnEmptyTestRun?: boolean; requireAssertionsForPm?: boolean; checkContext?: boolean; autoPmContext?: boolean; }"
16224
+ "signature": "export interface TestAllCommandOptions { author?: string; status?: string; limit?: string; offset?: string; timeout?: string; progress?: boolean; envSet?: string[]; envClear?: string[]; sharedHostSafe?: boolean; pmContext?: string; overrideLinkedPmContext?: boolean; workspaceContext?: string; overrideLinkedWorkspaceContext?: boolean; allowUntrustedLinkedTests?: boolean; failOnContextMismatch?: boolean; failOnSkipped?: boolean; failOnEmptyTestRun?: boolean; requireAssertionsForPm?: boolean; checkContext?: boolean; autoPmContext?: boolean; }"
15708
16225
  },
15709
16226
  {
15710
16227
  "classification": "advanced_export",
@@ -15722,7 +16239,7 @@
15722
16239
  "classification": "advanced_export",
15723
16240
  "kind": "interface",
15724
16241
  "name": "TestCommandOptions",
15725
- "signature": "export interface TestCommandOptions { add?: string[]; addJson?: string[]; remove?: string[]; removeIndex?: Array<string | number>; list?: boolean; run?: boolean; match?: string; onlyIndex?: string | number; onlyLast?: boolean; timeout?: string; progress?: boolean; envSet?: string[]; envClear?: string[]; sharedHostSafe?: boolean; pmContext?: string; overrideLinkedPmContext?: boolean; failOnContextMismatch?: boolean; failOnSkipped?: boolean; failOnEmptyTestRun?: boolean; requireAssertionsForPm?: boolean; checkContext?: boolean; autoPmContext?: boolean; author?: string; message?: string; force?: boolean; measure?: string[]; metricBelow?: string; metricDiff?: string; }"
16242
+ "signature": "export interface TestCommandOptions { add?: string[]; addJson?: string[]; remove?: string[]; removeIndex?: Array<string | number>; list?: boolean; run?: boolean; match?: string; onlyIndex?: string | number; onlyLast?: boolean; timeout?: string; progress?: boolean; envSet?: string[]; envClear?: string[]; sharedHostSafe?: boolean; pmContext?: string; overrideLinkedPmContext?: boolean; workspaceContext?: string; overrideLinkedWorkspaceContext?: boolean; allowUntrustedLinkedTests?: boolean; acknowledgeLinkedTests?: boolean; failOnContextMismatch?: boolean; failOnSkipped?: boolean; failOnEmptyTestRun?: boolean; requireAssertionsForPm?: boolean; checkContext?: boolean; autoPmContext?: boolean; author?: string; message?: string; force?: boolean; measure?: string[]; metricBelow?: string; metricDiff?: string; }"
15726
16243
  },
15727
16244
  {
15728
16245
  "classification": "supported",
@@ -15746,7 +16263,7 @@
15746
16263
  "classification": "advanced_export",
15747
16264
  "kind": "interface",
15748
16265
  "name": "TestRunResult",
15749
- "signature": "export interface TestRunResult { command?: string; path?: string; status: \"passed\" | \"failed\" | \"skipped\"; exit_code?: number; failure_category?: LinkedTestFailureCategory; execution_context?: { requested_pm_context_mode: LinkedTestPmContextMode; pm_context_mode: LinkedTestPmContextMode; auto_pm_context_applied: boolean; is_pm_command: boolean; is_pm_tracker_read_command: boolean; source_project_pm_path: string; sandbox_project_pm_path: string; source_global_pm_path: string; sandbox_global_pm_path: string; source_project_item_count: number; sandbox_project_item_count: number; source_global_item_count: number; sandbox_global_item_count: number; mismatch_detected: boolean; project_extensions_seeded: boolean; global_extensions_seeded: boolean; }; stdout?: string; stderr?: string; error?: string; }"
16266
+ "signature": "export interface TestRunResult { command?: string; path?: string; status: \"passed\" | \"failed\" | \"skipped\"; exit_code?: number; failure_category?: LinkedTestFailureCategory; execution_context?: { requested_pm_context_mode: LinkedTestPmContextMode; pm_context_mode: LinkedTestPmContextMode; auto_pm_context_applied: boolean; is_pm_command: boolean; is_pm_tracker_read_command: boolean; source_project_pm_path: string; sandbox_project_pm_path: string; source_global_pm_path: string; sandbox_global_pm_path: string; source_project_item_count: number; sandbox_project_item_count: number; source_global_item_count: number; sandbox_global_item_count: number; mismatch_detected: boolean; project_extensions_seeded: boolean; global_extensions_seeded: boolean; requested_workspace_context_mode: LinkedTestWorkspaceContextMode; workspace_context_mode: LinkedTestWorkspaceContextMode; working_directory: string; source_workspace_root: string; trust: LinkedTestTrustDecision; }; stdout?: string; stderr?: string; error?: string; }"
15750
16267
  },
15751
16268
  {
15752
16269
  "classification": "advanced_export",
@@ -16066,6 +16583,12 @@
16066
16583
  "name": "toReplayDocument",
16067
16584
  "signature": "(document: ItemDocument) => ReplayDocument | calls: (document: ItemDocument) => ReplayDocument"
16068
16585
  },
16586
+ {
16587
+ "classification": "advanced_export",
16588
+ "kind": "function",
16589
+ "name": "transferMutationStdinTokenPolicy",
16590
+ "signature": "<T extends object>(source: object, target: T) => T | calls: <T extends object>(source: object, target: T) => T"
16591
+ },
16069
16592
  {
16070
16593
  "classification": "advanced_export",
16071
16594
  "kind": "function",
@@ -16480,6 +17003,18 @@
16480
17003
  "name": "verifyPmRecoveryReferences",
16481
17004
  "signature": "(obligations: readonly PmRecoveryReferenceObligation[], observations: readonly PmRecoveryReferenceObservation[]) => PmRecoveryReferenceReport | calls: (obligations: readonly PmRecoveryReferenceObligation[], observations: readonly PmRecoveryReferenceObservation[]) => PmRecoveryReferenceReport"
16482
17005
  },
17006
+ {
17007
+ "classification": "advanced_export",
17008
+ "kind": "function",
17009
+ "name": "verifyPmRefusalClosureIdentityRatchet",
17010
+ "signature": "(report: PmRefusalClosureCensusReport, requiredCanonicalCodes?: readonly string[]) => { ok: boolean; required_canonical_codes: string[]; missing_required_canonical_codes: string[]; } | calls: (report: PmRefusalClosureCensusReport, requiredCanonicalCodes?: readonly string[]) => { ok: boolean; required_canonical_codes: string[]; missing_required_canonical_codes: string[]; }"
17011
+ },
17012
+ {
17013
+ "classification": "advanced_export",
17014
+ "kind": "function",
17015
+ "name": "verifyPmRefusalClosureRatchet",
17016
+ "signature": "(report: PmRefusalClosureCensusReport, baseline?: number) => { ok: boolean; baseline: number; actual: number; } | calls: (report: PmRefusalClosureCensusReport, baseline?: number) => { ok: boolean; baseline: number; actual: number; }"
17017
+ },
16483
17018
  {
16484
17019
  "classification": "advanced_export",
16485
17020
  "kind": "function",
@@ -16556,7 +17091,7 @@
16556
17091
  "classification": "advanced_export",
16557
17092
  "kind": "interface",
16558
17093
  "name": "WorkspaceExtensionCommandContract",
16559
- "signature": "export interface WorkspaceExtensionCommandContract { command: string; action: string; arguments: Array<{ name: string; required: boolean; variadic: boolean; description?: string; }>; description?: string; tier: \"core\" | \"standard\" | \"full\" | \"internal\"; }"
17094
+ "signature": "export interface WorkspaceExtensionCommandContract { command: string; action: string; arguments: Array<{ name: string; required: boolean; variadic: boolean; description?: string; }>; description?: string; tier: \"core\" | \"standard\" | \"full\" | \"internal\"; family: PmCommandCapabilityFamily; }"
16560
17095
  },
16561
17096
  {
16562
17097
  "classification": "advanced_export",
@@ -16940,7 +17475,7 @@
16940
17475
  "classification": "supported",
16941
17476
  "kind": "interface",
16942
17477
  "name": "CommandDefinition",
16943
- "signature": "export interface CommandDefinition { name: string; run?: CommandHandler; handler?: CommandHandler; action?: string; description?: string; intent?: string; examples?: string[]; failure_hints?: string[]; arguments?: ExtensionCommandArgumentDefinition[]; flags?: FlagDefinition[]; tier?: \"core\" | \"standard\" | \"full\" | \"internal\"; }"
17478
+ "signature": "export interface CommandDefinition { name: string; run?: CommandHandler; handler?: CommandHandler; action?: string; description?: string; intent?: string; examples?: string[]; failure_hints?: string[]; arguments?: ExtensionCommandArgumentDefinition[]; flags?: FlagDefinition[]; tier?: \"core\" | \"standard\" | \"full\" | \"internal\"; family?: ExtensionCommandCapabilityFamily; }"
16944
17479
  },
16945
17480
  {
16946
17481
  "classification": "supported",
@@ -18374,7 +18909,7 @@
18374
18909
  "classification": "contract_data",
18375
18910
  "kind": "interface",
18376
18911
  "name": "CliFlagInvocationContract",
18377
- "signature": "export interface CliFlagInvocationContract extends CliFlagContract { description: string; takes_value: boolean; value_required: boolean; value_type: \"string\" | \"number\" | \"boolean\"; required: boolean; repeatable: boolean; input_sources: CliFlagInputSource[]; stdin_token?: \"-\"; }"
18912
+ "signature": "export interface CliFlagInvocationContract extends CliFlagContract { description: string; takes_value: boolean; value_required: boolean; value_type: \"string\" | \"number\" | \"boolean\"; required: boolean; repeatable: boolean; input_sources: CliFlagInputSource[]; stdin_token?: \"-\"; file_token_prefix?: \"@\"; }"
18378
18913
  },
18379
18914
  {
18380
18915
  "classification": "contract_data",
@@ -18964,6 +19499,18 @@
18964
19499
  "name": "MERGE_FLAG_CONTRACTS",
18965
19500
  "signature": "CliFlagContract[]"
18966
19501
  },
19502
+ {
19503
+ "classification": "contract_data",
19504
+ "kind": "value",
19505
+ "name": "MERGE_SUBCOMMAND_VALUES",
19506
+ "signature": "readonly [\"install\", \"reconcile\", \"report\", \"driver\"]"
19507
+ },
19508
+ {
19509
+ "classification": "contract_data",
19510
+ "kind": "type",
19511
+ "name": "MergeSubcommand",
19512
+ "signature": "export type MergeSubcommand = (typeof MERGE_SUBCOMMAND_VALUES)[number];"
19513
+ },
18967
19514
  {
18968
19515
  "classification": "contract_data",
18969
19516
  "kind": "value",
@@ -19298,7 +19845,7 @@
19298
19845
  "classification": "contract_data",
19299
19846
  "kind": "value",
19300
19847
  "name": "PM_TOOL_PARAMETERS_SCHEMA_VERSION",
19301
- "signature": "\"4.8.0\""
19848
+ "signature": "\"4.9.0\""
19302
19849
  },
19303
19850
  {
19304
19851
  "classification": "contract_data",
@@ -19334,7 +19881,7 @@
19334
19881
  "classification": "contract_data",
19335
19882
  "kind": "type",
19336
19883
  "name": "PmBulkMutationFilterOptions",
19337
- "signature": "export type PmBulkMutationFilterOptions = OptionsFromContracts<typeof TOOL_BULK_MUTATION_FILTER_OPTION_CONTRACT_SOURCE>;"
19884
+ "signature": "export type PmBulkMutationFilterOptions = Omit<OptionsFromContracts<typeof TOOL_BULK_MUTATION_FILTER_OPTION_CONTRACT_SOURCE>, \"ids\"> & { ids?: string | number | readonly (string | number)[]; };"
19338
19885
  },
19339
19886
  {
19340
19887
  "classification": "contract_data",
@@ -19768,6 +20315,18 @@
19768
20315
  "name": "PmReadOutputReceipt",
19769
20316
  "signature": "export interface PmReadOutputReceipt { contract_version: 1; command: PmReadOutputSurface; requested_dimensions: PmReadOutputDimension[]; budget_source?: \"default\"; budget_tokens?: number; precedence: readonly [ \"canonical\", \"legacy\", \"intent\", \"default\" ]; canonical_options_used?: string[]; legacy_aliases_used: string[]; migration_hints: string[]; estimated_tokens: number; within_budget: boolean; strings_compacted: boolean; rows_compacted: boolean; compacted_row_paths?: string[]; result_omitted: boolean; omitted_result_estimated_tokens?: number; }"
19770
20317
  },
20318
+ {
20319
+ "classification": "contract_data",
20320
+ "kind": "interface",
20321
+ "name": "PmReadOutputRecoveryBudget",
20322
+ "signature": "export interface PmReadOutputRecoveryBudget { output_budget: number | \"unbounded\"; recovery_budget_multiplier: number | null; rule_version: \"v1\"; }"
20323
+ },
20324
+ {
20325
+ "classification": "contract_data",
20326
+ "kind": "interface",
20327
+ "name": "PmReadOutputRecoveryBudgetInput",
20328
+ "signature": "export interface PmReadOutputRecoveryBudgetInput { effective_budget_tokens: number; measured_result_tokens: number; }"
20329
+ },
19771
20330
  {
19772
20331
  "classification": "contract_data",
19773
20332
  "kind": "type",
@@ -19808,7 +20367,7 @@
19808
20367
  "classification": "contract_data",
19809
20368
  "kind": "interface",
19810
20369
  "name": "PmReadOutputTruncationDisclosure",
19811
- "signature": "export interface PmReadOutputTruncationDisclosure { reason: \"output_budget_reached\"; budget_source: PmReadOutputDimensionSource | \"session\"; budget_tokens: number; overridden_dimensions: PmReadOutputDimension[]; compacted_row_paths: string[]; continuation_cursor_rebased: boolean; continuation_available: boolean; recovery_budget_multiplier: 1; continuations: PmReadOutputContinuation[]; restore_with: string; recovery: { cursor: string; cli: \"--output-cursor\"; sdk: \"outputCursor\"; mcp: \"outputCursor\"; } | { cli: string; sdk: { outputBudget: number; }; mcp: { outputBudget: number; }; }; }"
20370
+ "signature": "export interface PmReadOutputTruncationDisclosure { reason: \"output_budget_reached\"; budget_source: PmReadOutputDimensionSource | \"session\"; budget_tokens: number; overridden_dimensions: PmReadOutputDimension[]; compacted_row_paths: string[]; continuation_cursor_rebased: boolean; continuation_available: boolean; recovery_budget_multiplier: number | null; continuations: PmReadOutputContinuation[]; restore_with: string; recovery: { cursor: string; cli: \"--output-cursor\"; sdk: \"outputCursor\"; mcp: \"outputCursor\"; } | { cli: string; sdk: { outputBudget: number | \"unbounded\"; }; mcp: { outputBudget: number | \"unbounded\"; }; }; }"
19812
20371
  },
19813
20372
  {
19814
20373
  "classification": "contract_data",
@@ -20092,6 +20651,12 @@
20092
20651
  "name": "resolveReadOutputEncoding",
20093
20652
  "signature": "(command: string, options: Record<string, unknown>) => \"json\" | \"toon\" | undefined | calls: (command: string, options: Record<string, unknown>) => \"json\" | \"toon\" | undefined"
20094
20653
  },
20654
+ {
20655
+ "classification": "contract_data",
20656
+ "kind": "function",
20657
+ "name": "resolveReadOutputRecoveryBudget",
20658
+ "signature": "(input: PmReadOutputRecoveryBudgetInput) => PmReadOutputRecoveryBudget | calls: (input: PmReadOutputRecoveryBudgetInput) => PmReadOutputRecoveryBudget"
20659
+ },
20095
20660
  {
20096
20661
  "classification": "contract_data",
20097
20662
  "kind": "function",
@@ -20494,6 +21059,12 @@
20494
21059
  "name": "AgentProvenanceAbsenceReason",
20495
21060
  "signature": "export type AgentProvenanceAbsenceReason = \"harness_unavailable\" | \"resolver_failed\" | \"resolver_not_configured\" | \"probes_disabled\" | \"invalid_value\";"
20496
21061
  },
21062
+ {
21063
+ "classification": "supported",
21064
+ "kind": "interface",
21065
+ "name": "AgentProvenanceAdapter",
21066
+ "signature": "export interface AgentProvenanceAdapter { contract_version: 1; adapter_version: string; priority: number; harness: string; descriptor: HarnessSignalDescriptor; supported_dimensions: readonly string[]; native_sources: readonly (\"environment\" | \"argv\" | \"mcp_client\" | \"session_file\")[]; probe_policy: { max_bytes: number; max_lines: number; network_access: false; subprocess_access: false; }; normalization: { model_family: \"v1\"; effort: \"v1\"; preserve_raw: true; }; confidence: \"high\" | \"medium\" | \"low\"; waivers?: Readonly<Record<string, string>>; }"
21067
+ },
20497
21068
  {
20498
21069
  "classification": "supported",
20499
21070
  "kind": "interface",
@@ -20644,6 +21215,12 @@
20644
21215
  "name": "boundAgentEpisodeIdentity",
20645
21216
  "signature": "(value: unknown, strict: boolean) => AgentEpisodeIdentity | undefined | calls: (value: unknown, strict: boolean) => AgentEpisodeIdentity | undefined"
20646
21217
  },
21218
+ {
21219
+ "classification": "supported",
21220
+ "kind": "value",
21221
+ "name": "BUILTIN_AGENT_PROVENANCE_ADAPTERS",
21222
+ "signature": "readonly AgentProvenanceAdapter[]"
21223
+ },
20647
21224
  {
20648
21225
  "classification": "supported",
20649
21226
  "kind": "value",
@@ -21100,6 +21677,12 @@
21100
21677
  "name": "list",
21101
21678
  "signature": "<Options extends ReadOptions<ListOptions> = ListOptions>(options?: Options, clientOptions?: PmClientOptions) => ReadPromise<ListResult, Options> | calls: <Options extends ReadOptions<ListOptions> = ListOptions>(options?: Options, clientOptions?: PmClientOptions) => ReadPromise<ListResult, Options>"
21102
21679
  },
21680
+ {
21681
+ "classification": "supported",
21682
+ "kind": "function",
21683
+ "name": "listAgentProvenanceAdapters",
21684
+ "signature": "() => readonly AgentProvenanceAdapter[] | calls: () => readonly AgentProvenanceAdapter[]"
21685
+ },
21103
21686
  {
21104
21687
  "classification": "supported",
21105
21688
  "kind": "function",
@@ -21136,6 +21719,18 @@
21136
21719
  "name": "NextResult",
21137
21720
  "signature": "export interface NextResult { output_default: \"toon\"; now: string; recommended: NextRecommendation | null; ready: NextActionableItem[]; decision_needed: NextActionableItem[]; blocked: NextActionableItem[]; held_by_others: Array<{ id: string; assignee: string; }>; summary: NextSummary; filters: { type: string | null; tag: string | null; priority: string | number | null; assignee: string | null; assignee_filter: string | null; sprint: string | null; release: string | null; parent: string | null; limit: number; blocked_limit: number; ready_only: boolean; include_decisions: boolean; token_budget: number; }; suggestions?: string[]; warnings?: string[]; ranking?: ContextRankingSummary; packing?: ContextPackingSummary; truncation?: { decision_needed_total?: number; held_by_others_total?: number; }; }"
21138
21721
  },
21722
+ {
21723
+ "classification": "supported",
21724
+ "kind": "function",
21725
+ "name": "normalizeAgentProvenanceAdapterValue",
21726
+ "signature": "(dimension: \"effort\" | \"model\", value: string) => NormalizedAgentProvenanceAdapterValue | calls: (dimension: \"model\" | \"effort\", value: string) => NormalizedAgentProvenanceAdapterValue"
21727
+ },
21728
+ {
21729
+ "classification": "supported",
21730
+ "kind": "interface",
21731
+ "name": "NormalizedAgentProvenanceAdapterValue",
21732
+ "signature": "export interface NormalizedAgentProvenanceAdapterValue { raw: string; normalized: string; vocabulary: \"v1\"; }"
21733
+ },
21139
21734
  {
21140
21735
  "classification": "supported",
21141
21736
  "kind": "function",
@@ -21356,7 +21951,7 @@
21356
21951
  "classification": "supported",
21357
21952
  "kind": "interface",
21358
21953
  "name": "PmSettings",
21359
- "signature": "export interface PmSettings { version: number; id_prefix: string; ids: { token_length: number; }; author_default: string; agent_identity?: { probes_enabled?: boolean; identity_vocabulary?: { version: number; aliases: Record<string, string>; }; harness_signals: Array<{ harness: string; environment_keys?: string[]; model_environment_keys?: string[]; session_environment_keys?: string[]; provenance_environment_keys?: Record<string, string[]>; provenance_resolvers?: Record<string, \"ai_agent_version\" | \"claude_session_file\">; provenance_unavailable_dimensions?: string[]; argv_markers?: string[]; client_names?: string[]; }>; }; mutation_guard: { require_attributed_author: boolean; secret_guard: \"off\" | \"advise\" | \"block\"; stale_in_progress_hours: number; }; item_format: ItemFormat; locks: { ttl_seconds: number; wait_ms: number; }; checkpoints: { retention_days: number; }; output: { default_format: \"toon\" | \"json\"; }; ux?: { deprecation_hints?: boolean; }; history: { missing_stream: \"auto_create\" | \"strict_error\"; compact_policy: HistoryCompactPolicy; }; validation: { sprint_release_format: SprintReleaseFormatPolicy; parent_reference: ParentReferencePolicy; metadata_profile: ValidateMetadataProfile; metadata_required_fields: ValidateMetadataRequiredField[]; lifecycle_stale_blocker_reason_patterns: string[]; lifecycle_closure_like_blocked_reason_patterns: string[]; lifecycle_closure_like_resolution_patterns: string[]; lifecycle_closure_like_actual_result_patterns: string[]; estimate_defaults_by_type: Record<string, number>; }; governance: GovernanceSettings; workflow: { definition_of_done: string[]; }; testing: { record_results_to_items: boolean; }; telemetry: { enabled: boolean; first_run_prompt_completed: boolean; capture_level: \"minimal\" | \"redacted\" | \"max\"; endpoint: string; installation_id: string; retention_days: number; }; agent_guidance: AgentGuidanceSettings; item_types: { definitions: ItemTypeDefinition[]; }; schema: RuntimeSchemaSettings; extensions: { enabled: string[]; disabled: string[]; policy: ExtensionPolicySettings; }; search: { score_threshold: number; hybrid_semantic_weight: number; max_results: number; embedding_model: string; embedding_corpus_max_characters?: number; embedding_batch_size: number; embedding_timeout_ms: number; scanner_max_batch_retries: number; provider?: string; corpus_fields?: string[]; mutation_refresh_policy: SearchMutationRefreshPolicy; query_expansion: SearchQueryExpansionSettings; rerank: SearchRerankSettings; bm25?: { k1?: number; b?: number; }; tuning?: { title_exact_bonus?: number; title_weight?: number; description_weight?: number; tags_weight?: number; status_weight?: number; body_weight?: number; comments_weight?: number; notes_weight?: number; learnings_weight?: number; dependencies_weight?: number; linked_content_weight?: number; }; }; providers: { openai: { base_url: string; api_key: string; model: string; }; ollama: { base_url: string; model: string; }; }; context: ContextSettings; vector_store: { adapter?: string; collection_name: string; qdrant: { url: string; api_key: string; }; lancedb: { path: string; }; }; }"
21954
+ "signature": "export interface PmSettings { version: number; id_prefix: string; ids: { token_length: number; }; author_default: string; agent_identity?: { probes_enabled?: boolean; identity_vocabulary?: { version: number; aliases: Record<string, string>; }; harness_signals: Array<{ harness: string; environment_keys?: string[]; model_environment_keys?: string[]; session_environment_keys?: string[]; provenance_environment_keys?: Record<string, string[]>; provenance_resolvers?: Record<string, \"ai_agent_version\" | \"claude_session_file\">; provenance_unavailable_dimensions?: string[]; argv_markers?: string[]; client_names?: string[]; }>; }; mutation_guard: { require_attributed_author: boolean; secret_guard: \"off\" | \"advise\" | \"block\"; stale_in_progress_hours: number; }; item_format: ItemFormat; locks: { ttl_seconds: number; wait_ms: number; }; checkpoints: { retention_days: number; }; output: { default_format: \"toon\" | \"json\"; }; ux?: { deprecation_hints?: boolean; }; history: { missing_stream: \"auto_create\" | \"strict_error\"; compact_policy: HistoryCompactPolicy; }; validation: { sprint_release_format: SprintReleaseFormatPolicy; parent_reference: ParentReferencePolicy; metadata_profile: ValidateMetadataProfile; metadata_required_fields: ValidateMetadataRequiredField[]; lifecycle_stale_blocker_reason_patterns: string[]; lifecycle_closure_like_blocked_reason_patterns: string[]; lifecycle_closure_like_resolution_patterns: string[]; lifecycle_closure_like_actual_result_patterns: string[]; estimate_defaults_by_type: Record<string, number>; }; governance: GovernanceSettings; workflow: { definition_of_done: string[]; }; testing: { record_results_to_items: boolean; allow_untrusted_linked_tests: boolean; }; telemetry: { enabled: boolean; first_run_prompt_completed: boolean; capture_level: \"minimal\" | \"redacted\" | \"max\"; endpoint: string; installation_id: string; retention_days: number; }; agent_guidance: AgentGuidanceSettings; item_types: { definitions: ItemTypeDefinition[]; }; schema: RuntimeSchemaSettings; extensions: { enabled: string[]; disabled: string[]; policy: ExtensionPolicySettings; }; search: { score_threshold: number; hybrid_semantic_weight: number; max_results: number; embedding_model: string; embedding_corpus_max_characters?: number; embedding_batch_size: number; embedding_timeout_ms: number; scanner_max_batch_retries: number; provider?: string; corpus_fields?: string[]; mutation_refresh_policy: SearchMutationRefreshPolicy; query_expansion: SearchQueryExpansionSettings; rerank: SearchRerankSettings; bm25?: { k1?: number; b?: number; }; tuning?: { title_exact_bonus?: number; title_weight?: number; description_weight?: number; tags_weight?: number; status_weight?: number; body_weight?: number; comments_weight?: number; notes_weight?: number; learnings_weight?: number; dependencies_weight?: number; linked_content_weight?: number; }; }; providers: { openai: { base_url: string; api_key: string; model: string; }; ollama: { base_url: string; model: string; }; }; context: ContextSettings; vector_store: { adapter?: string; collection_name: string; qdrant: { url: string; api_key: string; }; lancedb: { path: string; }; }; }"
21360
21955
  },
21361
21956
  {
21362
21957
  "classification": "supported",
@@ -21400,6 +21995,12 @@
21400
21995
  "name": "RecurrenceReceipt",
21401
21996
  "signature": "export interface RecurrenceReceipt { reason: string; from_status: string; to_status: string; previous_terminal: PreviousTerminalEvidence; }"
21402
21997
  },
21998
+ {
21999
+ "classification": "supported",
22000
+ "kind": "function",
22001
+ "name": "registerAgentProvenanceAdapters",
22002
+ "signature": "(adapters: readonly AgentProvenanceAdapter[]) => () => void | calls: (adapters: readonly AgentProvenanceAdapter[]) => () => void"
22003
+ },
21403
22004
  {
21404
22005
  "classification": "supported",
21405
22006
  "kind": "function",
@@ -26684,7 +27285,7 @@
26684
27285
  "classification": "advanced_export",
26685
27286
  "kind": "interface",
26686
27287
  "name": "ConfigResult",
26687
- "signature": "export interface ConfigResult { scope: ConfigScope; key?: ConfigKey | string; criteria?: string[]; format?: ItemFormat; policy?: HistoryMissingStreamPolicy | SprintReleaseFormatPolicy | ParentReferencePolicy | ValidateMetadataProfile | GovernancePreset | GovernanceOwnershipEnforcement | GovernanceCreateModeDefault | GovernanceCloseValidationDefault | GovernanceRequireCloseReasonPolicy | GovernanceWorkflowEnforcement | GovernanceForceRequiredForStaleLockPolicy | TestResultTrackingPolicy | TelemetryTrackingPolicy | string; nested_setting?: NestedSettingResultValue; nested_settings?: NestedSettingResultValue[]; keys?: ConfigKeyDescriptor[]; values?: Record<ConfigKey, ConfigValue>; count?: number; context_settings?: ContextConfigValue; has_explicit_item_format?: boolean; migration?: { target_format: ItemFormat; scanned: number; migrated: string[]; removed: string[]; warnings: string[]; }; settings_path: string; changed: boolean; warnings?: string[]; }"
27288
+ "signature": "export interface ConfigResult { scope: ConfigScope; key?: ConfigKey | string; criteria?: string[]; format?: ItemFormat; policy?: HistoryMissingStreamPolicy | SprintReleaseFormatPolicy | ParentReferencePolicy | ValidateMetadataProfile | GovernancePreset | GovernanceOwnershipEnforcement | GovernanceCreateModeDefault | GovernanceCloseValidationDefault | GovernanceRequireCloseReasonPolicy | GovernanceWorkflowEnforcement | GovernanceForceRequiredForStaleLockPolicy | TestResultTrackingPolicy | TelemetryTrackingPolicy | string; nested_setting?: NestedSettingResultValue; nested_settings?: NestedSettingResultValue[]; keys?: ConfigKeyDescriptor[]; values?: Record<ConfigKey, ConfigValue>; count?: number; context_settings?: ContextConfigValue; identity_vocabulary?: AgentIdentityVocabularySummary; vocabulary_mutation?: AgentIdentityVocabularyMutationPreview; has_explicit_item_format?: boolean; migration?: { target_format: ItemFormat; scanned: number; migrated: string[]; removed: string[]; warnings: string[]; }; settings_path: string; changed: boolean; warnings?: string[]; }"
26688
27289
  },
26689
27290
  {
26690
27291
  "classification": "supported",
@@ -27404,7 +28005,7 @@
27404
28005
  "classification": "advanced_export",
27405
28006
  "kind": "interface",
27406
28007
  "name": "LinkedTest",
27407
- "signature": "export interface LinkedTest { command?: string; path?: string; scope: LinkScope; timeout_seconds?: number; pm_context_mode?: \"schema\" | \"tracker\" | \"auto\"; env_set?: Record<string, string>; env_clear?: string[]; shared_host_safe?: boolean; assert_stdout_contains?: string[]; assert_stdout_regex?: string[]; assert_stderr_contains?: string[]; assert_stderr_regex?: string[]; assert_stdout_min_lines?: number; assert_json_field_equals?: Record<string, string>; assert_json_field_gte?: Record<string, number>; note?: string; }"
28008
+ "signature": "export interface LinkedTest { command?: string; path?: string; scope: LinkScope; timeout_seconds?: number; pm_context_mode?: \"schema\" | \"tracker\" | \"auto\"; workspace_context_mode?: \"source\" | \"isolated\" | \"snapshot\"; provenance?: LinkedTestProvenance; provenance_invalid?: true; env_set?: Record<string, string>; env_clear?: string[]; shared_host_safe?: boolean; assert_stdout_contains?: string[]; assert_stdout_regex?: string[]; assert_stderr_contains?: string[]; assert_stderr_regex?: string[]; assert_stdout_min_lines?: number; assert_json_field_equals?: Record<string, string>; assert_json_field_gte?: Record<string, number>; note?: string; }"
27408
28009
  },
27409
28010
  {
27410
28011
  "classification": "supported",
@@ -28016,7 +28617,7 @@
28016
28617
  "classification": "supported",
28017
28618
  "kind": "interface",
28018
28619
  "name": "PmSettings",
28019
- "signature": "export interface PmSettings { version: number; id_prefix: string; ids: { token_length: number; }; author_default: string; agent_identity?: { probes_enabled?: boolean; identity_vocabulary?: { version: number; aliases: Record<string, string>; }; harness_signals: Array<{ harness: string; environment_keys?: string[]; model_environment_keys?: string[]; session_environment_keys?: string[]; provenance_environment_keys?: Record<string, string[]>; provenance_resolvers?: Record<string, \"ai_agent_version\" | \"claude_session_file\">; provenance_unavailable_dimensions?: string[]; argv_markers?: string[]; client_names?: string[]; }>; }; mutation_guard: { require_attributed_author: boolean; secret_guard: \"off\" | \"advise\" | \"block\"; stale_in_progress_hours: number; }; item_format: ItemFormat; locks: { ttl_seconds: number; wait_ms: number; }; checkpoints: { retention_days: number; }; output: { default_format: \"toon\" | \"json\"; }; ux?: { deprecation_hints?: boolean; }; history: { missing_stream: \"auto_create\" | \"strict_error\"; compact_policy: HistoryCompactPolicy; }; validation: { sprint_release_format: SprintReleaseFormatPolicy; parent_reference: ParentReferencePolicy; metadata_profile: ValidateMetadataProfile; metadata_required_fields: ValidateMetadataRequiredField[]; lifecycle_stale_blocker_reason_patterns: string[]; lifecycle_closure_like_blocked_reason_patterns: string[]; lifecycle_closure_like_resolution_patterns: string[]; lifecycle_closure_like_actual_result_patterns: string[]; estimate_defaults_by_type: Record<string, number>; }; governance: GovernanceSettings; workflow: { definition_of_done: string[]; }; testing: { record_results_to_items: boolean; }; telemetry: { enabled: boolean; first_run_prompt_completed: boolean; capture_level: \"minimal\" | \"redacted\" | \"max\"; endpoint: string; installation_id: string; retention_days: number; }; agent_guidance: AgentGuidanceSettings; item_types: { definitions: ItemTypeDefinition[]; }; schema: RuntimeSchemaSettings; extensions: { enabled: string[]; disabled: string[]; policy: ExtensionPolicySettings; }; search: { score_threshold: number; hybrid_semantic_weight: number; max_results: number; embedding_model: string; embedding_corpus_max_characters?: number; embedding_batch_size: number; embedding_timeout_ms: number; scanner_max_batch_retries: number; provider?: string; corpus_fields?: string[]; mutation_refresh_policy: SearchMutationRefreshPolicy; query_expansion: SearchQueryExpansionSettings; rerank: SearchRerankSettings; bm25?: { k1?: number; b?: number; }; tuning?: { title_exact_bonus?: number; title_weight?: number; description_weight?: number; tags_weight?: number; status_weight?: number; body_weight?: number; comments_weight?: number; notes_weight?: number; learnings_weight?: number; dependencies_weight?: number; linked_content_weight?: number; }; }; providers: { openai: { base_url: string; api_key: string; model: string; }; ollama: { base_url: string; model: string; }; }; context: ContextSettings; vector_store: { adapter?: string; collection_name: string; qdrant: { url: string; api_key: string; }; lancedb: { path: string; }; }; }"
28620
+ "signature": "export interface PmSettings { version: number; id_prefix: string; ids: { token_length: number; }; author_default: string; agent_identity?: { probes_enabled?: boolean; identity_vocabulary?: { version: number; aliases: Record<string, string>; }; harness_signals: Array<{ harness: string; environment_keys?: string[]; model_environment_keys?: string[]; session_environment_keys?: string[]; provenance_environment_keys?: Record<string, string[]>; provenance_resolvers?: Record<string, \"ai_agent_version\" | \"claude_session_file\">; provenance_unavailable_dimensions?: string[]; argv_markers?: string[]; client_names?: string[]; }>; }; mutation_guard: { require_attributed_author: boolean; secret_guard: \"off\" | \"advise\" | \"block\"; stale_in_progress_hours: number; }; item_format: ItemFormat; locks: { ttl_seconds: number; wait_ms: number; }; checkpoints: { retention_days: number; }; output: { default_format: \"toon\" | \"json\"; }; ux?: { deprecation_hints?: boolean; }; history: { missing_stream: \"auto_create\" | \"strict_error\"; compact_policy: HistoryCompactPolicy; }; validation: { sprint_release_format: SprintReleaseFormatPolicy; parent_reference: ParentReferencePolicy; metadata_profile: ValidateMetadataProfile; metadata_required_fields: ValidateMetadataRequiredField[]; lifecycle_stale_blocker_reason_patterns: string[]; lifecycle_closure_like_blocked_reason_patterns: string[]; lifecycle_closure_like_resolution_patterns: string[]; lifecycle_closure_like_actual_result_patterns: string[]; estimate_defaults_by_type: Record<string, number>; }; governance: GovernanceSettings; workflow: { definition_of_done: string[]; }; testing: { record_results_to_items: boolean; allow_untrusted_linked_tests: boolean; }; telemetry: { enabled: boolean; first_run_prompt_completed: boolean; capture_level: \"minimal\" | \"redacted\" | \"max\"; endpoint: string; installation_id: string; retention_days: number; }; agent_guidance: AgentGuidanceSettings; item_types: { definitions: ItemTypeDefinition[]; }; schema: RuntimeSchemaSettings; extensions: { enabled: string[]; disabled: string[]; policy: ExtensionPolicySettings; }; search: { score_threshold: number; hybrid_semantic_weight: number; max_results: number; embedding_model: string; embedding_corpus_max_characters?: number; embedding_batch_size: number; embedding_timeout_ms: number; scanner_max_batch_retries: number; provider?: string; corpus_fields?: string[]; mutation_refresh_policy: SearchMutationRefreshPolicy; query_expansion: SearchQueryExpansionSettings; rerank: SearchRerankSettings; bm25?: { k1?: number; b?: number; }; tuning?: { title_exact_bonus?: number; title_weight?: number; description_weight?: number; tags_weight?: number; status_weight?: number; body_weight?: number; comments_weight?: number; notes_weight?: number; learnings_weight?: number; dependencies_weight?: number; linked_content_weight?: number; }; }; providers: { openai: { base_url: string; api_key: string; model: string; }; ollama: { base_url: string; model: string; }; }; context: ContextSettings; vector_store: { adapter?: string; collection_name: string; qdrant: { url: string; api_key: string; }; lancedb: { path: string; }; }; }"
28020
28621
  },
28021
28622
  {
28022
28623
  "classification": "supported",
@@ -29198,7 +29799,7 @@
29198
29799
  "classification": "advanced_export",
29199
29800
  "kind": "interface",
29200
29801
  "name": "WorkspaceExtensionCommandContract",
29201
- "signature": "export interface WorkspaceExtensionCommandContract { command: string; action: string; arguments: Array<{ name: string; required: boolean; variadic: boolean; description?: string; }>; description?: string; tier: \"core\" | \"standard\" | \"full\" | \"internal\"; }"
29802
+ "signature": "export interface WorkspaceExtensionCommandContract { command: string; action: string; arguments: Array<{ name: string; required: boolean; variadic: boolean; description?: string; }>; description?: string; tier: \"core\" | \"standard\" | \"full\" | \"internal\"; family: PmCommandCapabilityFamily; }"
29202
29803
  },
29203
29804
  {
29204
29805
  "classification": "advanced_export",
@@ -29823,6 +30424,9 @@
29823
30424
  "body_file_missing_path",
29824
30425
  "body_file_unreadable",
29825
30426
  "budget_exceeded",
30427
+ "bulk_ids_input_empty",
30428
+ "bulk_ids_input_missing_path",
30429
+ "bulk_ids_input_unreadable",
29826
30430
  "bundle_integrity_torn_install",
29827
30431
  "capability_undeclared",
29828
30432
  "capability_unused",
@@ -29942,6 +30546,7 @@
29942
30546
  "invalid_provenance_predicate",
29943
30547
  "invalid_query_cursor",
29944
30548
  "invalid_read_output_session",
30549
+ "invalid_reproducible_process_environment",
29945
30550
  "invalid_workspace_snapshot_target",
29946
30551
  "item_already_active",
29947
30552
  "item_document_invalid",
@@ -29961,6 +30566,8 @@
29961
30566
  "malformed_plan_step_evidence",
29962
30567
  "manifest_capabilities_absent",
29963
30568
  "manifest_unknown_key",
30569
+ "mcp_annotation_file_unavailable",
30570
+ "mcp_stdin_unavailable",
29964
30571
  "merge_conflict_markers_detected",
29965
30572
  "merge_decisions_unreviewed",
29966
30573
  "merge_git_config_unwritable",
@@ -30012,6 +30619,12 @@
30012
30619
  "read_output_cursor_stale",
30013
30620
  "recovery_kind_mismatch",
30014
30621
  "redundant_edge",
30622
+ "refusal_allowed_values_mismatch",
30623
+ "refusal_error_code_mismatch",
30624
+ "refusal_exit_code_mismatch",
30625
+ "refusal_mutated_state",
30626
+ "refusal_probe_missing",
30627
+ "refusal_recovery_failed",
30015
30628
  "reindex_already_running",
30016
30629
  "removed_canonical_spelling",
30017
30630
  "removed_compatibility_spelling",
@@ -30058,6 +30671,7 @@
30058
30671
  "type_duplicate",
30059
30672
  "type_invalid",
30060
30673
  "undeclared_observation",
30674
+ "unexpected_refusal_probe",
30061
30675
  "unknown_command",
30062
30676
  "unknown_context_intent",
30063
30677
  "unknown_error",