@unbrained/pm-cli 2026.8.7 → 2026.8.9

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 (288) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/CHANGELOG.md +54 -0
  3. package/dist/cli/main.js +4 -3
  4. package/dist/cli/register-annotations.d.ts +11 -0
  5. package/dist/cli/register-annotations.js +195 -0
  6. package/dist/cli/register-history-author.js +7 -30
  7. package/dist/cli/register-mutation.js +25 -206
  8. package/dist/cli/runtime-compatibility-boundary.d.ts +17 -0
  9. package/dist/cli/runtime-compatibility-boundary.js +43 -0
  10. package/dist/cli-bundle/bundle-manifest.json +158 -694
  11. package/dist/cli-bundle/chunks/chunk-2DTCZXSD.js +13 -0
  12. package/dist/cli-bundle/chunks/chunk-5JO6R4BS.js +3 -0
  13. package/dist/cli-bundle/chunks/chunk-5KN4DZYV.js +194 -0
  14. package/dist/cli-bundle/chunks/chunk-EF43KODO.js +2 -0
  15. package/dist/cli-bundle/chunks/chunk-GMX5YOI3.js +77 -0
  16. package/dist/cli-bundle/chunks/chunk-HUV2Z7IS.js +28 -0
  17. package/dist/cli-bundle/chunks/chunk-MHBVCUF2.js +2 -0
  18. package/dist/cli-bundle/chunks/chunk-PYO5GZU6.js +5 -0
  19. package/dist/cli-bundle/chunks/chunk-QWRRFYK3.js +2 -0
  20. package/dist/cli-bundle/chunks/chunk-RJC7TPF4.js +8 -0
  21. package/dist/cli-bundle/chunks/chunk-YC3UF2IO.js +2068 -0
  22. package/dist/cli-bundle/chunks/{register-list-query-FJZCJ67O.js → register-list-query-BUE7PTCU.js} +8 -8
  23. package/dist/cli-bundle/chunks/register-mutation-FC3XLVIK.js +20 -0
  24. package/dist/cli-bundle/chunks/register-operations-YH2WAOXU.js +2 -0
  25. package/dist/cli-bundle/chunks/register-setup-UQDTNTLJ.js +2 -0
  26. package/dist/cli-bundle/focused-chunks/chunk-2VVP5RAA.js +153 -0
  27. package/dist/cli-bundle/focused-chunks/{chunk-4VJQTS3P.js → chunk-3GSFUDAI.js} +2 -2
  28. package/dist/cli-bundle/focused-chunks/chunk-3WVHTUAW.js +5 -0
  29. package/dist/cli-bundle/focused-chunks/chunk-4H6MVCK3.js +16 -0
  30. package/dist/cli-bundle/focused-chunks/{chunk-73JUDYXT.js → chunk-54TZJ4BM.js} +2 -2
  31. package/dist/cli-bundle/focused-chunks/chunk-5NK5TJ5D.js +2 -0
  32. package/dist/cli-bundle/focused-chunks/{chunk-HNL6IFGS.js → chunk-6DO4YQWZ.js} +2 -2
  33. package/dist/cli-bundle/focused-chunks/chunk-73FIJONU.js +2 -0
  34. package/dist/cli-bundle/focused-chunks/{chunk-TIKDBG4D.js → chunk-C3GCHDSQ.js} +29 -27
  35. package/dist/cli-bundle/focused-chunks/chunk-JGRSQZJT.js +18 -0
  36. package/dist/cli-bundle/focused-chunks/{chunk-YZEZAPJK.js → chunk-KNEHLPBF.js} +2 -2
  37. package/dist/cli-bundle/focused-chunks/chunk-MRWVJ3ZG.js +2 -0
  38. package/dist/cli-bundle/focused-chunks/chunk-NL57J7BZ.js +4 -0
  39. package/dist/cli-bundle/focused-chunks/{chunk-NBJKQP4S.js → chunk-P6BBIQRG.js} +2 -2
  40. package/dist/cli-bundle/focused-chunks/{chunk-QHRTT7WT.js → chunk-PZAGVQNN.js} +2 -2
  41. package/dist/cli-bundle/focused-chunks/chunk-QDAO3XEK.js +14 -0
  42. package/dist/cli-bundle/focused-chunks/chunk-T4IGQCSY.js +2 -0
  43. package/dist/cli-bundle/focused-chunks/chunk-U46GQJNY.js +2 -0
  44. package/dist/cli-bundle/focused-chunks/{chunk-RPNYG5MO.js → chunk-VRXJSGIT.js} +6 -6
  45. package/dist/cli-bundle/focused-chunks/{chunk-R2LEMEV5.js → chunk-XC2ZW3CJ.js} +2 -2
  46. package/dist/cli-bundle/focused-chunks/chunk-ZG54B4XG.js +2 -0
  47. package/dist/cli-bundle/main.js +13 -13
  48. package/dist/cli-bundle/sdk-authoring.js +1 -1
  49. package/dist/cli-bundle/sdk-contracts.js +1 -1
  50. package/dist/cli-bundle/sdk-core.js +38 -38
  51. package/dist/cli-bundle/sdk-governance.js +1 -1
  52. package/dist/cli-bundle/sdk-graph.js +1 -1
  53. package/dist/cli-bundle/sdk-merge.js +1 -1
  54. package/dist/cli-bundle/sdk-query.js +1 -1
  55. package/dist/cli-bundle/sdk-runtime.js +1 -1
  56. package/dist/cli-bundle/sdk-testing.js +1 -1
  57. package/dist/cli-bundle/sdk.js +2 -1
  58. package/dist/cli.js +14 -4
  59. package/dist/core/diagnostics/remediation.js +12 -2
  60. package/dist/core/history/history.js +13 -4
  61. package/dist/core/item/actionability.d.ts +7 -1
  62. package/dist/core/item/actionability.js +71 -15
  63. package/dist/core/output/output.js +9 -2
  64. package/dist/core/sentry/helpers.d.ts +10 -0
  65. package/dist/core/sentry/helpers.js +59 -4
  66. package/dist/core/shared/author.d.ts +25 -0
  67. package/dist/core/shared/author.js +114 -9
  68. package/dist/core/shared/constants.d.ts +2 -0
  69. package/dist/core/shared/constants.js +4 -2
  70. package/dist/sdk/actionability.d.ts +1 -1
  71. package/dist/sdk/actionability.js +3 -3
  72. package/dist/sdk/annotations.d.ts +40 -0
  73. package/dist/sdk/annotations.js +61 -9
  74. package/dist/sdk/author-attribution.d.ts +12 -0
  75. package/dist/sdk/author-attribution.js +73 -11
  76. package/dist/sdk/cli-contracts/command-exit-contracts.d.ts +118 -0
  77. package/dist/sdk/cli-contracts/command-exit-contracts.js +152 -0
  78. package/dist/sdk/cli-contracts/completeness.js +5 -3
  79. package/dist/sdk/cli-contracts/flag-contracts.js +5 -2
  80. package/dist/sdk/cli-contracts/runtime-contracts.d.ts +19 -0
  81. package/dist/sdk/cli-contracts/runtime-contracts.js +44 -2
  82. package/dist/sdk/cli-contracts/tool-parameter-tables.js +15 -2
  83. package/dist/sdk/cli-contracts/tool-schema.d.ts +1 -1
  84. package/dist/sdk/cli-contracts/tool-schema.js +6 -3
  85. package/dist/sdk/comments.d.ts +7 -0
  86. package/dist/sdk/comments.js +2 -2
  87. package/dist/sdk/completion.js +9 -5
  88. package/dist/sdk/contracts.d.ts +1 -0
  89. package/dist/sdk/contracts.js +3 -2
  90. package/dist/sdk/core-governance.d.ts +1 -1
  91. package/dist/sdk/core-governance.js +3 -3
  92. package/dist/sdk/dependencies.d.ts +2 -0
  93. package/dist/sdk/dependencies.js +7 -6
  94. package/dist/sdk/environment/host-environment-errors.d.ts +27 -0
  95. package/dist/sdk/environment/host-environment-errors.js +124 -0
  96. package/dist/sdk/environment/project-runtime-compatibility.d.ts +65 -0
  97. package/dist/sdk/environment/project-runtime-compatibility.js +385 -0
  98. package/dist/sdk/environment/source-context.d.ts +23 -0
  99. package/dist/sdk/environment/source-context.js +29 -0
  100. package/dist/sdk/error-code-catalog.d.ts +6 -0
  101. package/dist/sdk/error-code-catalog.js +62 -8
  102. package/dist/sdk/extension/bundled-catalog.js +19 -6
  103. package/dist/sdk/generated-error-code-catalog.js +665 -3
  104. package/dist/sdk/governance/health.d.ts +11 -3
  105. package/dist/sdk/governance/health.js +32 -13
  106. package/dist/sdk/governance/provenance-health.d.ts +26 -0
  107. package/dist/sdk/governance/provenance-health.js +139 -0
  108. package/dist/sdk/governance/validate.js +13 -8
  109. package/dist/sdk/governance.d.ts +1 -0
  110. package/dist/sdk/governance.js +3 -2
  111. package/dist/sdk/graph/assembly.d.ts +4 -0
  112. package/dist/sdk/graph/assembly.js +22 -2
  113. package/dist/sdk/graph/run.d.ts +2 -0
  114. package/dist/sdk/graph/run.js +3 -2
  115. package/dist/sdk/index.d.ts +7 -3
  116. package/dist/sdk/index.js +9 -5
  117. package/dist/sdk/learnings.d.ts +15 -0
  118. package/dist/sdk/learnings.js +2 -2
  119. package/dist/sdk/lifecycle/close-many.d.ts +6 -1
  120. package/dist/sdk/lifecycle/close-many.js +43 -5
  121. package/dist/sdk/lifecycle/close.js +13 -8
  122. package/dist/sdk/lifecycle/create.js +6 -12
  123. package/dist/sdk/lifecycle/plan.js +6 -3
  124. package/dist/sdk/lifecycle/update-many.d.ts +2 -1
  125. package/dist/sdk/lifecycle/update-many.js +29 -5
  126. package/dist/sdk/lifecycle/update.js +6 -20
  127. package/dist/sdk/merge/driver.d.ts +2 -1
  128. package/dist/sdk/merge/driver.js +7 -4
  129. package/dist/sdk/merge/index.d.ts +1 -1
  130. package/dist/sdk/merge/index.js +3 -3
  131. package/dist/sdk/merge/install.d.ts +21 -0
  132. package/dist/sdk/merge/install.js +51 -21
  133. package/dist/sdk/merge/receipts.d.ts +14 -1
  134. package/dist/sdk/merge/receipts.js +36 -8
  135. package/dist/sdk/merge/reconcile.js +21 -4
  136. package/dist/sdk/merge/three-way.d.ts +6 -2
  137. package/dist/sdk/merge/three-way.js +24 -10
  138. package/dist/sdk/notes.d.ts +7 -0
  139. package/dist/sdk/notes.js +2 -2
  140. package/dist/sdk/query/get.d.ts +11 -0
  141. package/dist/sdk/query/get.js +37 -3
  142. package/dist/sdk/read-output-contracts.d.ts +1 -1
  143. package/dist/sdk/read-output-contracts.js +103 -5
  144. package/dist/sdk/relationship-kinds/contract.d.ts +48 -0
  145. package/dist/sdk/relationship-kinds/contract.js +22 -0
  146. package/dist/sdk/relationships.d.ts +6 -41
  147. package/dist/sdk/relationships.js +12 -126
  148. package/dist/sdk/runtime-primitives.d.ts +1 -1
  149. package/dist/sdk/runtime-primitives.js +3 -3
  150. package/dist/sdk/runtime.d.ts +1 -1
  151. package/dist/sdk/runtime.js +9 -25
  152. package/dist/sdk/similarity.d.ts +5 -0
  153. package/dist/sdk/similarity.js +40 -10
  154. package/dist/sdk/structured-mutations.js +5 -2
  155. package/dist/sdk/test/execution.js +4 -2
  156. package/dist/sdk/test/linked-command-detection.d.ts +2 -7
  157. package/dist/sdk/test/linked-command-detection.js +22 -9
  158. package/dist/sdk/test/parsers.js +5 -2
  159. package/dist/sdk/workspace-snapshot.d.ts +9 -0
  160. package/dist/sdk/workspace-snapshot.js +48 -16
  161. package/docs/AGENT_GUIDE.md +2 -1
  162. package/docs/AGENT_RUNTIME_PRIMITIVES.md +11 -4
  163. package/docs/COMMANDS.md +19 -1
  164. package/docs/DEPENDENCY_KIND_CONTRACT.md +29 -0
  165. package/docs/ITEM_READ_PROJECTIONS.md +26 -0
  166. package/docs/MERGE_SAFETY.md +10 -3
  167. package/docs/README.md +1 -0
  168. package/docs/RELATIONSHIP_GRAPH.md +1 -1
  169. package/docs/RELEASING.md +27 -2
  170. package/docs/SCRIPTING.md +27 -1
  171. package/docs/SDK_AGENT_SESSION_CONTEXT.md +35 -2
  172. package/docs/SDK_CONTEXT_INTEGRITY.md +81 -0
  173. package/docs/SDK_RUNTIME_BOUNDARIES.md +58 -0
  174. package/docs/SELF_DESCRIBING_CONTEXT_CONTRACTS.md +13 -0
  175. package/docs/SENTRY_CONTRACT_EPOCHS.md +20 -0
  176. package/docs/TESTING.md +17 -0
  177. package/docs/agent-task-token-baseline.json +2 -2
  178. package/marketplace.json +2 -2
  179. package/package.json +5 -3
  180. package/packages/pm-beads/package.json +1 -1
  181. package/packages/pm-calendar/package.json +1 -1
  182. package/packages/pm-command-kit/package.json +1 -1
  183. package/packages/pm-digital-twin/package.json +1 -1
  184. package/packages/pm-governance-audit/package.json +1 -1
  185. package/packages/pm-guide-shell/package.json +1 -1
  186. package/packages/pm-kanban/package.json +1 -1
  187. package/packages/pm-lifecycle-hooks/package.json +1 -1
  188. package/packages/pm-linked-test-adapters/package.json +1 -1
  189. package/packages/pm-search-advanced/package.json +1 -1
  190. package/packages/pm-templates/package.json +1 -1
  191. package/packages/pm-todos/package.json +1 -1
  192. package/packages/pm-vcs/package.json +1 -1
  193. package/plugins/pm-claude/.claude-plugin/plugin.json +1 -1
  194. package/plugins/pm-codex/.codex-plugin/plugin.json +1 -1
  195. package/sdk/public-surface.json +756 -57
  196. package/dist/cli-bundle/chunks/append-7BXBFDGD.js +0 -2
  197. package/dist/cli-bundle/chunks/chunk-2AXF3VSK.js +0 -2
  198. package/dist/cli-bundle/chunks/chunk-2XS43CCV.js +0 -2
  199. package/dist/cli-bundle/chunks/chunk-3A6KWB72.js +0 -8
  200. package/dist/cli-bundle/chunks/chunk-3ISTDB42.js +0 -8
  201. package/dist/cli-bundle/chunks/chunk-4MTI7XOV.js +0 -5
  202. package/dist/cli-bundle/chunks/chunk-6BX5UDCN.js +0 -3
  203. package/dist/cli-bundle/chunks/chunk-6QPO7KLR.js +0 -2
  204. package/dist/cli-bundle/chunks/chunk-7MXHZHSQ.js +0 -5
  205. package/dist/cli-bundle/chunks/chunk-7ZPMJW4U.js +0 -2
  206. package/dist/cli-bundle/chunks/chunk-A6KGKEWT.js +0 -2
  207. package/dist/cli-bundle/chunks/chunk-AGYNSNCI.js +0 -2
  208. package/dist/cli-bundle/chunks/chunk-B4H7FEFH.js +0 -5
  209. package/dist/cli-bundle/chunks/chunk-B4KLBBMN.js +0 -2
  210. package/dist/cli-bundle/chunks/chunk-BXCSXK4J.js +0 -2
  211. package/dist/cli-bundle/chunks/chunk-CALJHNBL.js +0 -23
  212. package/dist/cli-bundle/chunks/chunk-CFIGP5LY.js +0 -2
  213. package/dist/cli-bundle/chunks/chunk-CHOQ2VAW.js +0 -2
  214. package/dist/cli-bundle/chunks/chunk-CS6MRHG7.js +0 -2
  215. package/dist/cli-bundle/chunks/chunk-CUGNQQKH.js +0 -2
  216. package/dist/cli-bundle/chunks/chunk-D4FPS43D.js +0 -164
  217. package/dist/cli-bundle/chunks/chunk-E2ZSLTOP.js +0 -2
  218. package/dist/cli-bundle/chunks/chunk-FB7G2HY2.js +0 -2
  219. package/dist/cli-bundle/chunks/chunk-H5Y5YE6A.js +0 -2
  220. package/dist/cli-bundle/chunks/chunk-H5Y6UV6E.js +0 -2
  221. package/dist/cli-bundle/chunks/chunk-H7KGWPDF.js +0 -2
  222. package/dist/cli-bundle/chunks/chunk-HFSD77TQ.js +0 -2
  223. package/dist/cli-bundle/chunks/chunk-HX2GTA6L.js +0 -2
  224. package/dist/cli-bundle/chunks/chunk-J2IEKAVR.js +0 -2
  225. package/dist/cli-bundle/chunks/chunk-JC6FKIFM.js +0 -2
  226. package/dist/cli-bundle/chunks/chunk-K44PYFXH.js +0 -2
  227. package/dist/cli-bundle/chunks/chunk-K4KGEEBT.js +0 -2
  228. package/dist/cli-bundle/chunks/chunk-KFLK5TRH.js +0 -21
  229. package/dist/cli-bundle/chunks/chunk-KL6IEBV2.js +0 -2
  230. package/dist/cli-bundle/chunks/chunk-KWQZDZSS.js +0 -2
  231. package/dist/cli-bundle/chunks/chunk-KZ4X3DGU.js +0 -3
  232. package/dist/cli-bundle/chunks/chunk-LD77HJMQ.js +0 -13
  233. package/dist/cli-bundle/chunks/chunk-LEPJJ6QC.js +0 -2
  234. package/dist/cli-bundle/chunks/chunk-ME2JJ4LA.js +0 -3
  235. package/dist/cli-bundle/chunks/chunk-NE5VRDAI.js +0 -2
  236. package/dist/cli-bundle/chunks/chunk-NFLJ3FHD.js +0 -2
  237. package/dist/cli-bundle/chunks/chunk-NG6OXIBR.js +0 -19
  238. package/dist/cli-bundle/chunks/chunk-NYIGHWQY.js +0 -8
  239. package/dist/cli-bundle/chunks/chunk-NZ75GNSA.js +0 -2
  240. package/dist/cli-bundle/chunks/chunk-PCJWJNC2.js +0 -2
  241. package/dist/cli-bundle/chunks/chunk-PD3225AM.js +0 -2
  242. package/dist/cli-bundle/chunks/chunk-PDEGKG7P.js +0 -2
  243. package/dist/cli-bundle/chunks/chunk-PIE5HBNA.js +0 -2
  244. package/dist/cli-bundle/chunks/chunk-PW2H7YJR.js +0 -56
  245. package/dist/cli-bundle/chunks/chunk-RSIC5OPE.js +0 -2
  246. package/dist/cli-bundle/chunks/chunk-TPKN3S7S.js +0 -2
  247. package/dist/cli-bundle/chunks/chunk-TPXAXTCO.js +0 -2
  248. package/dist/cli-bundle/chunks/chunk-UFWUJO4V.js +0 -2
  249. package/dist/cli-bundle/chunks/chunk-UQLZQVFW.js +0 -55
  250. package/dist/cli-bundle/chunks/chunk-VT3Z5G7D.js +0 -2
  251. package/dist/cli-bundle/chunks/chunk-WOD3WWUN.js +0 -2
  252. package/dist/cli-bundle/chunks/chunk-WSJEIGJF.js +0 -3
  253. package/dist/cli-bundle/chunks/chunk-WYNUU7ZW.js +0 -2008
  254. package/dist/cli-bundle/chunks/chunk-YGPNCCXZ.js +0 -2
  255. package/dist/cli-bundle/chunks/close-CMY3BAUG.js +0 -2
  256. package/dist/cli-bundle/chunks/close-many-SA4XZCTK.js +0 -2
  257. package/dist/cli-bundle/chunks/comments-EZ556ZD3.js +0 -2
  258. package/dist/cli-bundle/chunks/copy-ZSGPA52X.js +0 -2
  259. package/dist/cli-bundle/chunks/create-I5DVV4YG.js +0 -2
  260. package/dist/cli-bundle/chunks/delete-RL3JACSW.js +0 -2
  261. package/dist/cli-bundle/chunks/deps-S7UBCECS.js +0 -2
  262. package/dist/cli-bundle/chunks/docs-ZZNVBBYO.js +0 -2
  263. package/dist/cli-bundle/chunks/files-27C337VT.js +0 -2
  264. package/dist/cli-bundle/chunks/focus-5Z2SG7LU.js +0 -2
  265. package/dist/cli-bundle/chunks/history-compact-HJQK67CZ.js +0 -2
  266. package/dist/cli-bundle/chunks/history-redact-PWC6PDWA.js +0 -2
  267. package/dist/cli-bundle/chunks/history-repair-N3CY4WBF.js +0 -2
  268. package/dist/cli-bundle/chunks/learnings-4FH23XDT.js +0 -2
  269. package/dist/cli-bundle/chunks/profile-5Y5XXH5N.js +0 -2
  270. package/dist/cli-bundle/chunks/register-mutation-YGYPW3BL.js +0 -20
  271. package/dist/cli-bundle/chunks/register-operations-WMDSUMQF.js +0 -2
  272. package/dist/cli-bundle/chunks/register-setup-DL7FFABC.js +0 -2
  273. package/dist/cli-bundle/chunks/restore-6KYBV5BY.js +0 -2
  274. package/dist/cli-bundle/chunks/schema-EQGKBYXJ.js +0 -2
  275. package/dist/cli-bundle/chunks/update-QVTYOD6I.js +0 -2
  276. package/dist/cli-bundle/chunks/update-many-DJSBU525.js +0 -2
  277. package/dist/cli-bundle/focused-chunks/chunk-2ECLECMK.js +0 -12
  278. package/dist/cli-bundle/focused-chunks/chunk-3K4XV2BF.js +0 -16
  279. package/dist/cli-bundle/focused-chunks/chunk-4EX25PXM.js +0 -8
  280. package/dist/cli-bundle/focused-chunks/chunk-CIXVQPB7.js +0 -5
  281. package/dist/cli-bundle/focused-chunks/chunk-DLTS3IHM.js +0 -2
  282. package/dist/cli-bundle/focused-chunks/chunk-DQ6FKGL3.js +0 -14
  283. package/dist/cli-bundle/focused-chunks/chunk-JLG2C4EQ.js +0 -2
  284. package/dist/cli-bundle/focused-chunks/chunk-MHMTKV5V.js +0 -2
  285. package/dist/cli-bundle/focused-chunks/chunk-MOTJFQ3F.js +0 -153
  286. package/dist/cli-bundle/focused-chunks/chunk-RW5IYD4J.js +0 -4
  287. package/dist/cli-bundle/focused-chunks/chunk-VZFU2R4M.js +0 -2
  288. package/dist/cli-bundle/focused-chunks/chunk-ZJIMJHDB.js +0 -2
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "aggregate_completeness": {
3
- "covered_symbols": 1441,
3
+ "covered_symbols": 1477,
4
4
  "excluded": [
5
5
  {
6
6
  "name": "_testOnlyCliContracts",
@@ -8,7 +8,7 @@
8
8
  }
9
9
  ],
10
10
  "missing": [],
11
- "required_symbols": 1442
11
+ "required_symbols": 1478
12
12
  },
13
13
  "breaking_acknowledgements": [
14
14
  {
@@ -20,6 +20,125 @@
20
20
  ],
21
21
  "package_version": "2026.8.6",
22
22
  "reason": "Type the existing runtime read_session receipt and re-export its state from contracts/runtime; no runtime behavior or existing member is removed."
23
+ },
24
+ {
25
+ "changes": [
26
+ "signature ./sdk:_testOnlyHealthCommand",
27
+ "signature ./sdk:AnnotationCommandOptions",
28
+ "signature ./sdk:AnnotationCommandResult",
29
+ "signature ./sdk:CommentsCommandOptions",
30
+ "signature ./sdk:CommentsResult",
31
+ "signature ./sdk:LearningsCommandOptions",
32
+ "signature ./sdk:LearningsResult",
33
+ "signature ./sdk:NotesCommandOptions",
34
+ "signature ./sdk:NotesResult",
35
+ "signature ./sdk:PM_TOOL_PARAMETERS_SCHEMA_VERSION",
36
+ "signature ./sdk/contracts:PM_TOOL_PARAMETERS_SCHEMA_VERSION",
37
+ "signature ./sdk/core:CommentsCommandOptions",
38
+ "signature ./sdk/core:CommentsResult",
39
+ "signature ./sdk/core:LearningsCommandOptions",
40
+ "signature ./sdk/core:LearningsResult",
41
+ "signature ./sdk/core:NotesCommandOptions",
42
+ "signature ./sdk/core:NotesResult",
43
+ "signature ./sdk/governance:_testOnlyHealthCommand",
44
+ "signature ./sdk/runtime:CommentsCommandOptions",
45
+ "signature ./sdk/runtime:CommentsResult",
46
+ "signature ./sdk/runtime:LearningsCommandOptions",
47
+ "signature ./sdk/runtime:LearningsResult",
48
+ "signature ./sdk/runtime:NotesCommandOptions",
49
+ "signature ./sdk/runtime:NotesResult"
50
+ ],
51
+ "package_version": "2026.8.7",
52
+ "reason": "pm-9stazf adds bounded annotation mutation receipts with explicit fullHistory opt-in; pm-tu71 makes vector refresh explicit"
53
+ },
54
+ {
55
+ "changes": [
56
+ "signature ./sdk:AnnotationOmissionReceipt"
57
+ ],
58
+ "package_version": "2026.8.7",
59
+ "reason": "pm-9stazf replaces CLI-only annotation restoration guidance with transport-neutral selectors"
60
+ },
61
+ {
62
+ "changes": [
63
+ "signature ./sdk:PmErrorCodeContract",
64
+ "signature ./sdk/contracts:PmErrorCodeContract",
65
+ "signature ./sdk/runtime:PmErrorCodeContract"
66
+ ],
67
+ "package_version": "2026.8.7",
68
+ "reason": "Add optional error-code canonicalization metadata while preserving every emitted code and the existing resolver contract; consumers may adopt resolveCanonicalPmErrorCodeContract incrementally."
69
+ },
70
+ {
71
+ "changes": [
72
+ "signature ./sdk:ContractsResult",
73
+ "signature ./sdk:EXIT_CODE",
74
+ "signature ./sdk/core:EXIT_CODE",
75
+ "signature ./sdk/runtime:ContractsResult",
76
+ "signature ./sdk/runtime:EXIT_CODE"
77
+ ],
78
+ "package_version": "2026.8.7",
79
+ "reason": "Add stable successful effect exits 6 and 7 plus generated command exit contracts; existing 0-5 meanings remain unchanged and bulk mutation result receipts now carry required outcome and exit_code fields."
80
+ },
81
+ {
82
+ "changes": [
83
+ "signature ./sdk:PmCommandEffect",
84
+ "signature ./sdk:PmCommandEffectReceipt",
85
+ "signature ./sdk/contracts:PmCommandEffect",
86
+ "signature ./sdk/contracts:PmCommandEffectReceipt"
87
+ ],
88
+ "package_version": "2026.8.7",
89
+ "reason": "Report collected all-row bulk failures as dependency_failed exit 5 instead of a successful no-effect receipt; full no-effect and partial-effect exits remain 6 and 7."
90
+ },
91
+ {
92
+ "changes": [
93
+ "signature ./sdk:ProjectRuntimeCompatibilityResult"
94
+ ],
95
+ "package_version": "2026.8.7",
96
+ "reason": "Extend project runtime inspection with optional stale-read diagnostics for pm-1eted6; existing result fields and behavior remain compatible."
97
+ },
98
+ {
99
+ "changes": [
100
+ "signature ./sdk:DuplicateClustersResult",
101
+ "signature ./sdk:ItemDocumentMergeResult",
102
+ "signature ./sdk:listMergeReceipts",
103
+ "signature ./sdk:MergeDecisionReceipt",
104
+ "signature ./sdk:MergeDecisionReceiptSummary",
105
+ "signature ./sdk:MergeDriverResult",
106
+ "signature ./sdk:mergeItemDocuments",
107
+ "signature ./sdk:PM_READ_OUTPUT_SURFACES",
108
+ "signature ./sdk/contracts:PM_READ_OUTPUT_SURFACES",
109
+ "signature ./sdk/governance:DuplicateClustersResult",
110
+ "signature ./sdk/merge:ItemDocumentMergeResult",
111
+ "signature ./sdk/merge:listMergeReceipts",
112
+ "signature ./sdk/merge:MergeDecisionReceipt",
113
+ "signature ./sdk/merge:MergeDecisionReceiptSummary",
114
+ "signature ./sdk/merge:MergeDriverResult",
115
+ "signature ./sdk/merge:mergeItemDocuments"
116
+ ],
117
+ "package_version": "2026.8.8",
118
+ "reason": "Truthful merge receipts, duplicate filters, and package read-output contracts"
119
+ },
120
+ {
121
+ "changes": [
122
+ "signature ./sdk:ContractsResult",
123
+ "signature ./sdk:DepsResult",
124
+ "signature ./sdk:GraphAuditResult",
125
+ "signature ./sdk:WorkspaceRelationshipAssembly",
126
+ "signature ./sdk/core:DepsResult",
127
+ "signature ./sdk/graph:GraphAuditResult",
128
+ "signature ./sdk/graph:WorkspaceRelationshipAssembly",
129
+ "signature ./sdk/runtime:ContractsResult",
130
+ "signature ./sdk/runtime:DepsResult"
131
+ ],
132
+ "package_version": "2026.8.8",
133
+ "reason": "Additive optional SDK result diagnostics and relationship ontology projections; established fields and function inputs remain compatible"
134
+ },
135
+ {
136
+ "changes": [
137
+ "signature ./sdk:WorkspaceRelationshipAssembly",
138
+ "signature ./sdk/graph:WorkspaceRelationshipAssembly"
139
+ ],
140
+ "package_version": "2026.8.8",
141
+ "reason": "Make the newly introduced legacyAliasCounts assembly field total so all public consumers receive a stable empty object instead of an impossible undefined state"
23
142
  }
24
143
  ],
25
144
  "entrypoints": {
@@ -54,7 +173,7 @@
54
173
  "classification": "supported",
55
174
  "kind": "value",
56
175
  "name": "_testOnlyHealthCommand",
57
- "signature": "{ buildExtensionHealthTriageSummary: typeof buildExtensionHealthTriageSummary; buildCapabilityContractMetadata: typeof buildCapabilityContractMetadata; buildStaleInProgressHealthSummary: typeof buildStaleInProgressHealthSummary; buildVectorizationProviderDetails: typeof buildVectorizationProviderDetails; collectUnknownCapabilityGuidance: typeof collectUnknownCapabilityGuidance; isAdvisoryHealthWarning: typeof isAdvisoryHealthWarning; isDirectory: typeof isDirectory; isExpectedUnmanagedExtension: typeof isExpectedUnmanagedExtension; listItemDocumentPaths: typeof listItemDocumentPaths; normalizeEndpointForDisplay: typeof normalizeEndpointForDisplay; normalizeExtensionNameForMatch: typeof normalizeExtensionNameForMatch; parseTelemetryQueue: typeof parseTelemetryQueue; probeTelemetryEndpointHealth: typeof probeTelemetryEndpointHealth; projectHealthResult: typeof projectHealthResult; resolveActionableUnknownAuthorEventCount: (authorAttribution: HistoryAuthorAttributionScan) => number; resolveHealthSkipPolicy: typeof resolveHealthSkipPolicy; resolveUnknownAuthorEventCount: (authorAttribution: HistoryAuthorAttributionScan) => number; selectStaleItemDetail: typeof selectStaleItemDetail; summarizeHealthCheckDetails: typeof summarizeHealthCheckDetails; summarizeExtensionList: typeof summarizeExtensionList; summarizeRecordList: typeof summarizeRecordList; summarizeStringList: typeof summarizeStringList; telemetryEnvFlagEnabled: typeof telemetryEnvFlagEnabled; warningCode: typeof warningCode; }"
176
+ "signature": "{ buildExtensionHealthTriageSummary: typeof buildExtensionHealthTriageSummary; buildCapabilityContractMetadata: typeof buildCapabilityContractMetadata; buildStaleInProgressHealthSummary: typeof buildStaleInProgressHealthSummary; buildVectorizationProviderDetails: typeof buildVectorizationProviderDetails; collectUnknownCapabilityGuidance: typeof collectUnknownCapabilityGuidance; isAdvisoryHealthWarning: typeof isAdvisoryHealthWarning; isDirectory: typeof isDirectory; isExpectedUnmanagedExtension: typeof isExpectedUnmanagedExtension; listItemDocumentPaths: typeof listItemDocumentPaths; normalizeEndpointForDisplay: typeof normalizeEndpointForDisplay; normalizeExtensionNameForMatch: typeof normalizeExtensionNameForMatch; parseTelemetryQueue: typeof parseTelemetryQueue; probeTelemetryEndpointHealth: typeof probeTelemetryEndpointHealth; projectHealthResult: typeof projectHealthResult; resolveActionableUnknownAuthorEventCount: (authorAttribution: HistoryAuthorAttributionScan) => number; resolveHealthSkipPolicy: typeof resolveHealthSkipPolicy; resolveUnknownAuthorEventCount: (authorAttribution: HistoryAuthorAttributionScan) => number; resolveVectorRefreshPolicy: typeof resolveVectorRefreshPolicy; selectStaleItemDetail: typeof selectStaleItemDetail; summarizeHealthCheckDetails: typeof summarizeHealthCheckDetails; summarizeExtensionList: typeof summarizeExtensionList; summarizeRecordList: typeof summarizeRecordList; summarizeStringList: typeof summarizeStringList; telemetryEnvFlagEnabled: typeof telemetryEnvFlagEnabled; warningCode: typeof warningCode; }"
58
177
  },
59
178
  {
60
179
  "classification": "advanced_export",
@@ -122,6 +241,12 @@
122
241
  "name": "acknowledgeUnknownAuthorHistoryEvents",
123
242
  "signature": "(pmRoot: string, options: AcknowledgeUnknownAuthorEventsOptions) => Promise<{ acknowledged: number; history_path: string; }> | calls: (pmRoot: string, options: AcknowledgeUnknownAuthorEventsOptions) => Promise<{ acknowledged: number; history_path: string; }>"
124
243
  },
244
+ {
245
+ "classification": "supported",
246
+ "kind": "function",
247
+ "name": "acknowledgeUnknownAuthorHistoryEventsFromTransport",
248
+ "signature": "(pmRoot: string, input: Record<string, unknown>) => Promise<{ acknowledged: number; history_path: string; }> | calls: (pmRoot: string, input: Record<string, unknown>) => Promise<{ acknowledged: number; history_path: string; }>"
249
+ },
125
250
  {
126
251
  "classification": "supported",
127
252
  "kind": "function",
@@ -134,6 +259,12 @@
134
259
  "name": "acquireLock",
135
260
  "signature": "(pmRoot: string, id: string, ttlSeconds: number, owner: string, force?: boolean, forceRequiredForStaleLock?: boolean, waitMs?: number) => Promise<() => Promise<void>> | calls: (pmRoot: string, id: string, ttlSeconds: number, owner: string, force?: boolean, forceRequiredForStaleLock?: boolean, waitMs?: number) => Promise<() => Promise<void>>"
136
261
  },
262
+ {
263
+ "classification": "supported",
264
+ "kind": "value",
265
+ "name": "ACTIONABILITY_ORDERING_KINDS",
266
+ "signature": "readonly string[]"
267
+ },
137
268
  {
138
269
  "classification": "supported",
139
270
  "kind": "interface",
@@ -284,6 +415,12 @@
284
415
  "name": "AgentProvenance",
285
416
  "signature": "export type AgentProvenance = Readonly<Record<string, AgentProvenanceObservation | null>>;"
286
417
  },
418
+ {
419
+ "classification": "supported",
420
+ "kind": "type",
421
+ "name": "AgentProvenanceAbsenceReason",
422
+ "signature": "export type AgentProvenanceAbsenceReason = \"harness_unavailable\" | \"resolver_failed\" | \"resolver_not_configured\" | \"probes_disabled\" | \"invalid_value\";"
423
+ },
287
424
  {
288
425
  "classification": "supported",
289
426
  "kind": "interface",
@@ -302,6 +439,12 @@
302
439
  "name": "AgentProvenanceObservation",
303
440
  "signature": "export interface AgentProvenanceObservation { value: string; source: AgentModelSource; }"
304
441
  },
442
+ {
443
+ "classification": "supported",
444
+ "kind": "interface",
445
+ "name": "AgentProvenanceOutcome",
446
+ "signature": "export interface AgentProvenanceOutcome { status: \"resolved\" | \"unavailable\" | \"failed\"; reason?: AgentProvenanceAbsenceReason; resolver?: AgentProvenanceResolver; rule_version: \"v1\"; }"
447
+ },
305
448
  {
306
449
  "classification": "supported",
307
450
  "kind": "interface",
@@ -362,6 +505,12 @@
362
505
  "name": "analyzeKnowledgeGraph",
363
506
  "signature": "(graph: RelationshipGraph) => RelationshipKnowledgeAnalysis | calls: (graph: RelationshipGraph) => RelationshipKnowledgeAnalysis"
364
507
  },
508
+ {
509
+ "classification": "contract_data",
510
+ "kind": "function",
511
+ "name": "analyzePmCommandExitConformance",
512
+ "signature": "(observations: readonly PmCommandExitObservation[], expectedCommands?: readonly string[], contracts?: readonly PmCommandExitContract[]) => PmCommandExitConformanceReport | calls: (observations: readonly PmCommandExitObservation[], expectedCommands?: readonly string[], contracts?: readonly PmCommandExitContract[]) => PmCommandExitConformanceReport"
513
+ },
365
514
  {
366
515
  "classification": "contract_data",
367
516
  "kind": "function",
@@ -408,13 +557,13 @@
408
557
  "classification": "advanced_export",
409
558
  "kind": "interface",
410
559
  "name": "AnnotationCommandOptions",
411
- "signature": "export interface AnnotationCommandOptions { limit?: string; author?: string; message?: string; force?: boolean; includeMeta?: boolean; }"
560
+ "signature": "export interface AnnotationCommandOptions { limit?: string; author?: string; message?: string; force?: boolean; includeMeta?: boolean; fullHistory?: boolean; }"
412
561
  },
413
562
  {
414
563
  "classification": "advanced_export",
415
564
  "kind": "type",
416
565
  "name": "AnnotationCommandResult",
417
- "signature": "export type AnnotationCommandResult<TKey extends string, TEntry extends AnnotationEntry> = { id: string; count: number; } & Record<TKey, TEntry[]> & { total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; };"
566
+ "signature": "export type AnnotationCommandResult<TKey extends string, TEntry extends AnnotationEntry> = { id: string; count: number; } & Record<TKey, TEntry[]> & { total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; };"
418
567
  },
419
568
  {
420
569
  "classification": "advanced_export",
@@ -422,12 +571,30 @@
422
571
  "name": "AnnotationEntry",
423
572
  "signature": "export interface AnnotationEntry { created_at: string; author: string; text: string; edited_at?: string; }"
424
573
  },
574
+ {
575
+ "classification": "advanced_export",
576
+ "kind": "interface",
577
+ "name": "AnnotationHistoryRestoration",
578
+ "signature": "export interface AnnotationHistoryRestoration { selector: \"full_history\"; cli_flag: \"--full-history\"; sdk_option: \"fullHistory\"; mcp_option: \"full\"; }"
579
+ },
425
580
  {
426
581
  "classification": "advanced_export",
427
582
  "kind": "interface",
428
583
  "name": "AnnotationInput",
429
584
  "signature": "export interface AnnotationInput { mode: \"list\" | \"add\" | \"stdin\" | \"file\" | \"edit\" | \"delete\"; value?: string; rawValue?: string; emptyFlag?: string; index?: number; }"
430
585
  },
586
+ {
587
+ "classification": "advanced_export",
588
+ "kind": "interface",
589
+ "name": "AnnotationMutationReceipt",
590
+ "signature": "export interface AnnotationMutationReceipt { action: \"add\" | \"edit\" | \"delete\"; entry_index: number; changed_count: 1; full_history_included: boolean; }"
591
+ },
592
+ {
593
+ "classification": "advanced_export",
594
+ "kind": "interface",
595
+ "name": "AnnotationOmissionReceipt",
596
+ "signature": "export interface AnnotationOmissionReceipt { has_omissions: boolean; omitted_field_group_count: number; omitted_field_groups: Array<{ name: string; restore_with: AnnotationHistoryRestoration; }>; }"
597
+ },
431
598
  {
432
599
  "classification": "advanced_export",
433
600
  "kind": "interface",
@@ -686,6 +853,12 @@
686
853
  "name": "AssertProjectProfileOptions",
687
854
  "signature": "export interface AssertProjectProfileOptions { strict?: boolean; }"
688
855
  },
856
+ {
857
+ "classification": "advanced_export",
858
+ "kind": "function",
859
+ "name": "assertProjectRuntimeCompatibility",
860
+ "signature": "(options: { executingVersion: string; projectRoot: string; argv: readonly string[]; allowStale?: boolean; }) => ProjectRuntimeCompatibilityResult | calls: (options: { executingVersion: string; projectRoot: string; argv: readonly string[]; allowStale?: boolean; }) => ProjectRuntimeCompatibilityResult"
861
+ },
689
862
  {
690
863
  "classification": "supported",
691
864
  "kind": "function",
@@ -1112,6 +1285,12 @@
1112
1285
  "name": "BUILTIN_PROFILES",
1113
1286
  "signature": "Record<\"agile\" | \"ops\" | \"research\", ProjectProfileDefinition>"
1114
1287
  },
1288
+ {
1289
+ "classification": "supported",
1290
+ "kind": "value",
1291
+ "name": "BUILTIN_RELATIONSHIP_KINDS",
1292
+ "signature": "readonly RelationshipKindDefinition[]"
1293
+ },
1115
1294
  {
1116
1295
  "classification": "advanced_export",
1117
1296
  "kind": "type",
@@ -1220,6 +1399,12 @@
1220
1399
  "name": "canonicalizeCommandOptionKey",
1221
1400
  "signature": "(command: CommandOptionPolicyCommand, rawOption: string) => string | undefined | calls: (command: CommandOptionPolicyCommand, rawOption: string) => string | undefined"
1222
1401
  },
1402
+ {
1403
+ "classification": "supported",
1404
+ "kind": "function",
1405
+ "name": "canonicalizeRelationshipKind",
1406
+ "signature": "(kind: string) => string | calls: (kind: string) => string"
1407
+ },
1223
1408
  {
1224
1409
  "classification": "supported",
1225
1410
  "kind": "function",
@@ -1274,6 +1459,12 @@
1274
1459
  "name": "classifyHistoryAuthorEvent",
1275
1460
  "signature": "(parsed: unknown) => \"actionable_unknown\" | \"attributed\" | \"legacy_unknown\" | calls: (parsed: unknown) => \"attributed\" | \"legacy_unknown\" | \"actionable_unknown\""
1276
1461
  },
1462
+ {
1463
+ "classification": "advanced_export",
1464
+ "kind": "function",
1465
+ "name": "classifyHostEnvironmentFault",
1466
+ "signature": "(error: unknown) => string | null | calls: (error: unknown) => string | null"
1467
+ },
1277
1468
  {
1278
1469
  "classification": "supported",
1279
1470
  "kind": "function",
@@ -1424,6 +1615,12 @@
1424
1615
  "name": "collectBlockedByIds",
1425
1616
  "signature": "(item: Pick<ItemMetadata, \"blocked_by\" | \"dependencies\">) => string[] | calls: (item: Pick<ItemMetadata, \"blocked_by\" | \"dependencies\">) => string[]"
1426
1617
  },
1618
+ {
1619
+ "classification": "supported",
1620
+ "kind": "function",
1621
+ "name": "collectBlockedByIdsFromCorpus",
1622
+ "signature": "(item: ItemMetadata, corpus: readonly ItemMetadata[]) => string[] | calls: (item: ItemMetadata, corpus: readonly ItemMetadata[]) => string[]"
1623
+ },
1427
1624
  {
1428
1625
  "classification": "supported",
1429
1626
  "kind": "function",
@@ -1596,13 +1793,13 @@
1596
1793
  "classification": "supported",
1597
1794
  "kind": "interface",
1598
1795
  "name": "CommentsCommandOptions",
1599
- "signature": "export interface CommentsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; includeMeta?: boolean; author?: string; message?: string; force?: boolean; }"
1796
+ "signature": "export interface CommentsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; includeMeta?: boolean; fullHistory?: boolean; author?: string; message?: string; force?: boolean; }"
1600
1797
  },
1601
1798
  {
1602
1799
  "classification": "supported",
1603
1800
  "kind": "interface",
1604
1801
  "name": "CommentsResult",
1605
- "signature": "export interface CommentsResult { id: string; comments: Comment[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; }"
1802
+ "signature": "export interface CommentsResult { id: string; comments: Comment[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; }"
1606
1803
  },
1607
1804
  {
1608
1805
  "classification": "advanced_export",
@@ -1688,6 +1885,12 @@
1688
1885
  "name": "compareCriticalItems",
1689
1886
  "signature": "(left: ItemMetadata, right: ItemMetadata, statusRegistry: RuntimeStatusRegistry) => number | calls: (left: ItemMetadata, right: ItemMetadata, statusRegistry: RuntimeStatusRegistry) => number"
1690
1887
  },
1888
+ {
1889
+ "classification": "advanced_export",
1890
+ "kind": "function",
1891
+ "name": "comparePmDateVersions",
1892
+ "signature": "(left: string, right: string) => number | null | calls: (left: string, right: string) => number | null"
1893
+ },
1691
1894
  {
1692
1895
  "classification": "supported",
1693
1896
  "kind": "function",
@@ -2184,7 +2387,7 @@
2184
2387
  "classification": "advanced_export",
2185
2388
  "kind": "interface",
2186
2389
  "name": "ContractsResult",
2187
- "signature": "export interface ContractsResult { schema_version: string | null; schema_id: string | null; selected: { action: string | null; command: string | null; summary: boolean; schema_only: boolean; flags_only: boolean; availability_only: boolean; runtime_only: boolean; command_scoped: boolean; }; actions?: string[]; action_availability?: ContractsActionAvailability[]; commands: string[]; schema?: Record<string, unknown>; schema_omitted_reason?: string; command_flags_omitted_reason?: string; commander_aliases_omitted_reason?: string; command_flags?: CommandFlagSurface[]; list_projections?: ListCommandProjectionSurface[]; command_aliases?: CommandAliasSurface[]; commander_aliases?: Record<string, CommanderOptionAliasContract[]>; extension_commands?: ExtensionCommandContract[]; command_summaries?: CommandSummarySurface[]; output_policy?: { token_estimate: \"ceil(utf8_bytes / 4)\"; degradation_ladder: string[]; allows_unbounded_opt_out: boolean; }; runtime_schema?: { statuses: string[]; open_status: string; close_status: string; canceled_status: string; types: string[]; fields_by_command: Record<string, string[]>; }; extension_contracts?: { capabilities: string[]; services: string[]; policy_modes: string[]; policy_mode_scope: \"extensions.policy.mode\"; policy_surfaces: string[]; trust_modes: string[]; trust_mode_scope: \"extensions.policy.trust_mode\"; sandbox_profiles: string[]; manifest_versions: number[]; compatibility: { current: string; previous: string[]; breaking_strategy: string; }; }; governance_contracts?: { ownership_enforcement_modes: string[]; create_modes: string[]; close_validation_modes: string[]; workflow_enforcement_modes: string[]; }; mcp_tools?: McpToolContract[]; context_intents?: readonly PmContextIntentContract[]; read_output_dimensions?: readonly PmReadOutputSurfaceContract[]; error_codes?: readonly PmErrorCodeContract[]; command_output_contracts?: Array<{ budget: PmCommandOutputBudgetContract; envelope: PmCommandOutputEnvelopeContract; }>; }"
2390
+ "signature": "export interface ContractsResult { schema_version: string | null; schema_id: string | null; selected: { action: string | null; command: string | null; summary: boolean; schema_only: boolean; flags_only: boolean; availability_only: boolean; runtime_only: boolean; command_scoped: boolean; }; actions?: string[]; action_availability?: ContractsActionAvailability[]; commands: string[]; schema?: Record<string, unknown>; schema_omitted_reason?: string; command_flags_omitted_reason?: string; commander_aliases_omitted_reason?: string; command_flags?: CommandFlagSurface[]; list_projections?: ListCommandProjectionSurface[]; command_aliases?: CommandAliasSurface[]; commander_aliases?: Record<string, CommanderOptionAliasContract[]>; extension_commands?: ExtensionCommandContract[]; command_summaries?: CommandSummarySurface[]; output_policy?: { token_estimate: \"ceil(utf8_bytes / 4)\"; degradation_ladder: string[]; allows_unbounded_opt_out: boolean; }; runtime_schema?: { statuses: string[]; open_status: string; close_status: string; canceled_status: string; types: string[]; fields_by_command: Record<string, string[]>; }; relationship_kind_contracts?: Array<{ canonical: string; aliases: string[]; inverse?: string; ordering: boolean; hierarchy: boolean; }>; extension_contracts?: { capabilities: string[]; services: string[]; policy_modes: string[]; policy_mode_scope: \"extensions.policy.mode\"; policy_surfaces: string[]; trust_modes: string[]; trust_mode_scope: \"extensions.policy.trust_mode\"; sandbox_profiles: string[]; manifest_versions: number[]; compatibility: { current: string; previous: string[]; breaking_strategy: string; }; }; governance_contracts?: { ownership_enforcement_modes: string[]; create_modes: string[]; close_validation_modes: string[]; workflow_enforcement_modes: string[]; }; mcp_tools?: McpToolContract[]; context_intents?: readonly PmContextIntentContract[]; read_output_dimensions?: readonly PmReadOutputSurfaceContract[]; error_codes?: readonly PmErrorCodeContract[]; command_output_contracts?: Array<{ budget: PmCommandOutputBudgetContract; envelope: PmCommandOutputEnvelopeContract; }>; command_exit_contracts?: { vocabulary: readonly PmCommandExitOutcomeContract[]; command_sets: Array<{ commands: string[]; exit_codes: PmCommandExitContract[\"exit_codes\"]; }>; }; }"
2188
2391
  },
2189
2392
  {
2190
2393
  "classification": "supported",
@@ -2850,7 +3053,7 @@
2850
3053
  "classification": "supported",
2851
3054
  "kind": "interface",
2852
3055
  "name": "DepsResult",
2853
- "signature": "export interface DepsResult { id: string; format: DepsFormat; node_count: number; edge_count: number; edge_basis: \"deduplicated_directed\"; missing_count: number; missing_scope?: \"traversal\"; missing_reference_count?: number; missing_references?: DanglingDependencyReference[]; truncation?: { reasons: Array<\"max_depth\" | \"node_limit\" | \"edge_limit\" | \"token_budget\">; limits: { max_depth: number; node_limit: number; edge_limit: number; token_budget: number; }; estimated_tokens: number; total_node_count: number; total_edge_count: number; omitted_node_count: number; omitted_edge_count: number; }; tree?: DepsTreeNode; graph?: DepsGraphResult; context?: RelationshipContextResult; projection: OutputProjectionDeclaration; }"
3056
+ "signature": "export interface DepsResult { id: string; format: DepsFormat; node_count: number; edge_count: number; edge_basis: \"deduplicated_directed\"; legacy_alias_counts?: Record<string, number>; missing_count: number; missing_scope?: \"traversal\"; missing_reference_count?: number; missing_references?: DanglingDependencyReference[]; truncation?: { reasons: Array<\"max_depth\" | \"node_limit\" | \"edge_limit\" | \"token_budget\">; limits: { max_depth: number; node_limit: number; edge_limit: number; token_budget: number; }; estimated_tokens: number; total_node_count: number; total_edge_count: number; omitted_node_count: number; omitted_edge_count: number; }; tree?: DepsTreeNode; graph?: DepsGraphResult; context?: RelationshipContextResult; projection: OutputProjectionDeclaration; }"
2854
3057
  },
2855
3058
  {
2856
3059
  "classification": "advanced_export",
@@ -2864,6 +3067,12 @@
2864
3067
  "name": "deriveExtensionCapabilities",
2865
3068
  "signature": "(blueprint: ExtensionBlueprint) => ExtensionCapability[] | calls: (blueprint: ExtensionBlueprint) => ExtensionCapability[]"
2866
3069
  },
3070
+ {
3071
+ "classification": "contract_data",
3072
+ "kind": "function",
3073
+ "name": "derivePmBulkMutationEffect",
3074
+ "signature": "(counts: PmBulkMutationEffectCounts) => PmCommandEffectReceipt | calls: (counts: PmBulkMutationEffectCounts) => PmCommandEffectReceipt"
3075
+ },
2867
3076
  {
2868
3077
  "classification": "advanced_export",
2869
3078
  "kind": "function",
@@ -2948,6 +3157,18 @@
2948
3157
  "name": "detectRelationshipCommunities",
2949
3158
  "signature": "(graph: RelationshipGraph, options?: GraphCommunityOptions) => RelationshipQueryResult<RelationshipCommunityAnalysis> | calls: (graph: RelationshipGraph, options?: GraphCommunityOptions) => RelationshipQueryResult<RelationshipCommunityAnalysis>"
2950
3159
  },
3160
+ {
3161
+ "classification": "supported",
3162
+ "kind": "function",
3163
+ "name": "diagnoseAgentIdentity",
3164
+ "signature": "(signals?: HarnessDetectionSignals) => DiagnosedAgentIdentity | calls: (signals?: HarnessDetectionSignals) => DiagnosedAgentIdentity"
3165
+ },
3166
+ {
3167
+ "classification": "supported",
3168
+ "kind": "interface",
3169
+ "name": "DiagnosedAgentIdentity",
3170
+ "signature": "export interface DiagnosedAgentIdentity extends DetectedAgentIdentity { provenance_outcomes: Readonly<Record<string, AgentProvenanceOutcome>>; }"
3171
+ },
2951
3172
  {
2952
3173
  "classification": "supported",
2953
3174
  "kind": "function",
@@ -2972,6 +3193,12 @@
2972
3193
  "name": "discoverNearbyPmRoot",
2973
3194
  "signature": "(cwd: string, excludedRoot?: string) => string | undefined | calls: (cwd: string, excludedRoot?: string) => string | undefined"
2974
3195
  },
3196
+ {
3197
+ "classification": "advanced_export",
3198
+ "kind": "function",
3199
+ "name": "discoverProjectRuntimeVersionPins",
3200
+ "signature": "(projectRoot: string) => ProjectRuntimeVersionPin[] | calls: (projectRoot: string) => ProjectRuntimeVersionPin[]"
3201
+ },
2975
3202
  {
2976
3203
  "classification": "supported",
2977
3204
  "kind": "function",
@@ -3012,7 +3239,7 @@
3012
3239
  "classification": "supported",
3013
3240
  "kind": "interface",
3014
3241
  "name": "DuplicateClustersResult",
3015
- "signature": "export interface DuplicateClustersResult { clusters: DuplicateCluster[]; count: number; threshold: number; source: \"metadata_scan\"; cost: { item_count: number; candidate_pairs: number; scored_pairs: number; }; }"
3242
+ "signature": "export interface DuplicateClustersResult { clusters: DuplicateCluster[]; count: number; threshold: number; source: \"metadata_scan\"; filters: { statuses: string[] | null; since: string | null; }; cost: { item_count: number; candidate_pairs: number; scored_pairs: number; }; }"
3016
3243
  },
3017
3244
  {
3018
3245
  "classification": "supported",
@@ -3312,7 +3539,7 @@
3312
3539
  "classification": "supported",
3313
3540
  "kind": "value",
3314
3541
  "name": "EXIT_CODE",
3315
- "signature": "{ readonly SUCCESS: 0; readonly GENERIC_FAILURE: 1; readonly USAGE: 2; readonly NOT_FOUND: 3; readonly CONFLICT: 4; readonly DEPENDENCY_FAILED: 5; }"
3542
+ "signature": "{ readonly SUCCESS: 0; readonly GENERIC_FAILURE: 1; readonly USAGE: 2; readonly NOT_FOUND: 3; readonly CONFLICT: 4; readonly DEPENDENCY_FAILED: 5; readonly NO_EFFECT: 6; readonly PARTIAL_EFFECT: 7; }"
3316
3543
  },
3317
3544
  {
3318
3545
  "classification": "advanced_export",
@@ -4470,7 +4697,7 @@
4470
4697
  "classification": "supported",
4471
4698
  "kind": "interface",
4472
4699
  "name": "GraphAuditResult",
4473
- "signature": "export interface GraphAuditResult { subcommand: \"audit\"; finding_count: number; findings_by_severity: Record<string, number>; findings_by_code: Record<string, number>; affected_subjects_by_severity: Record<string, number>; affected_subjects_by_code: Record<string, number>; profile: RelationshipAuditReport[\"profile\"]; findings?: RelationshipAuditReport[\"findings\"]; baseline?: RelationshipAuditDelta; cache?: GraphCacheMetadata; }"
4700
+ "signature": "export interface GraphAuditResult { subcommand: \"audit\"; finding_count: number; findings_by_severity: Record<string, number>; findings_by_code: Record<string, number>; affected_subjects_by_severity: Record<string, number>; affected_subjects_by_code: Record<string, number>; profile: RelationshipAuditReport[\"profile\"]; legacy_alias_counts?: Record<string, number>; findings?: RelationshipAuditReport[\"findings\"]; baseline?: RelationshipAuditDelta; cache?: GraphCacheMetadata; }"
4474
4701
  },
4475
4702
  {
4476
4703
  "classification": "supported",
@@ -5060,6 +5287,18 @@
5060
5287
  "name": "HistoryVerificationResult",
5061
5288
  "signature": "export interface HistoryVerificationResult { ok: boolean; entries: number; errors: string[]; latest_after_hash?: string; current_item_hash?: string; current_matches_latest?: boolean; }"
5062
5289
  },
5290
+ {
5291
+ "classification": "advanced_export",
5292
+ "kind": "interface",
5293
+ "name": "HostEnvironmentBoundaryOptions",
5294
+ "signature": "export interface HostEnvironmentBoundaryOptions { codes?: HostEnvironmentFaultCodeOverrides; why?: string; nextSteps?: readonly string[]; suggestedRetry?: string; }"
5295
+ },
5296
+ {
5297
+ "classification": "advanced_export",
5298
+ "kind": "interface",
5299
+ "name": "HostEnvironmentFaultCodeOverrides",
5300
+ "signature": "export interface HostEnvironmentFaultCodeOverrides { capacity?: string; permission?: string; resource?: string; }"
5301
+ },
5063
5302
  {
5064
5303
  "classification": "supported",
5065
5304
  "kind": "interface",
@@ -5126,6 +5365,12 @@
5126
5365
  "name": "ImprovementTrend",
5127
5366
  "signature": "export interface ImprovementTrend { metric: string; direction: ImprovementDirection; baseline: ImprovementObservation; latest: ImprovementObservation; delta: number; improved: boolean; sample_count: number; }"
5128
5367
  },
5368
+ {
5369
+ "classification": "supported",
5370
+ "kind": "function",
5371
+ "name": "indexBlockedByIds",
5372
+ "signature": "(corpus: readonly ItemMetadata[]) => Map<string, string[]> | calls: (corpus: readonly ItemMetadata[]) => Map<string, string[]>"
5373
+ },
5129
5374
  {
5130
5375
  "classification": "supported",
5131
5376
  "kind": "interface",
@@ -5228,6 +5473,12 @@
5228
5473
  "name": "inspectHistoryAuthorStream",
5229
5474
  "signature": "(itemId: string, raw: string, sampleLimit?: number, acknowledgedEvents?: ReadonlySet<string>) => Pick<HistoryAuthorAttributionScan, \"acknowledged_actionable_event_count\" | \"actionable_events\" | \"actionable_unknown_event_count\" | \"checked_events\" | \"legacy_unknown_event_count\" | \"samples_truncated\" | \"samples\" | \"unknown_event_count\"> | calls: (itemId: string, raw: string, sampleLimit?: number, acknowledgedEvents?: ReadonlySet<string>) => Pick<HistoryAuthorAttributionScan, \"checked_events\" | \"unknown_event_count\" | \"legacy_unknown_event_count\" | \"actionable_unknown_event_count\" | \"acknowledged_actionable_event_count\" | \"samples\" | \"samples_truncated\" | \"actionable_events\">"
5230
5475
  },
5476
+ {
5477
+ "classification": "advanced_export",
5478
+ "kind": "function",
5479
+ "name": "inspectProjectRuntimeCompatibility",
5480
+ "signature": "(options: { executingVersion: string; projectRoot: string; argv: readonly string[]; allowStale?: boolean; }) => ProjectRuntimeCompatibilityResult | calls: (options: { executingVersion: string; projectRoot: string; argv: readonly string[]; allowStale?: boolean; }) => ProjectRuntimeCompatibilityResult"
5481
+ },
5231
5482
  {
5232
5483
  "classification": "supported",
5233
5484
  "kind": "function",
@@ -5342,18 +5593,36 @@
5342
5593
  "name": "isPmExtensionServiceNameContract",
5343
5594
  "signature": "(value: string) => value is PmExtensionServiceNameContract | calls: (value: string) => value is PmExtensionServiceNameContract"
5344
5595
  },
5596
+ {
5597
+ "classification": "contract_data",
5598
+ "kind": "function",
5599
+ "name": "isPmKnownExitCode",
5600
+ "signature": "(exitCode: number) => exitCode is PmCommandExitCode | calls: (exitCode: number) => exitCode is PmCommandExitCode"
5601
+ },
5345
5602
  {
5346
5603
  "classification": "contract_data",
5347
5604
  "kind": "function",
5348
5605
  "name": "isPmMutationReceipt",
5349
5606
  "signature": "(value: unknown) => value is PmCliMutationReceipt | calls: (value: unknown) => value is PmCliMutationReceipt"
5350
5607
  },
5608
+ {
5609
+ "classification": "contract_data",
5610
+ "kind": "function",
5611
+ "name": "isPmSuccessfulExitCode",
5612
+ "signature": "(exitCode: number) => boolean | calls: (exitCode: number) => boolean"
5613
+ },
5351
5614
  {
5352
5615
  "classification": "contract_data",
5353
5616
  "kind": "function",
5354
5617
  "name": "isPmToolAction",
5355
5618
  "signature": "(value: string) => value is PmToolAction | calls: (value: string) => value is PmToolAction"
5356
5619
  },
5620
+ {
5621
+ "classification": "advanced_export",
5622
+ "kind": "function",
5623
+ "name": "isProjectMutatingInvocation",
5624
+ "signature": "(argv: readonly string[]) => boolean | calls: (argv: readonly string[]) => boolean"
5625
+ },
5357
5626
  {
5358
5627
  "classification": "advanced_export",
5359
5628
  "kind": "function",
@@ -5454,7 +5723,7 @@
5454
5723
  "classification": "supported",
5455
5724
  "kind": "interface",
5456
5725
  "name": "ItemDocumentMergeResult",
5457
- "signature": "export interface ItemDocumentMergeResult { merged: string; conflict_fields: string[]; fields_from_theirs: string[]; union_fields: string[]; conflict_decisions: ItemMergeConflictDecision[]; preferred: MergePreferredSide; }"
5726
+ "signature": "export interface ItemDocumentMergeResult { merged: string; conflict_fields: string[]; fields_from_theirs: string[]; union_fields: string[]; conflict_decisions: ItemMergeConflictDecision[]; preferred: MergePreferredSide; conflict_resolution: \"preferred_side\" | \"stable_value_order\"; }"
5458
5727
  },
5459
5728
  {
5460
5729
  "classification": "advanced_export",
@@ -5592,13 +5861,13 @@
5592
5861
  "classification": "supported",
5593
5862
  "kind": "interface",
5594
5863
  "name": "LearningsCommandOptions",
5595
- "signature": "export interface LearningsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; author?: string; message?: string; force?: boolean; }"
5864
+ "signature": "export interface LearningsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; fullHistory?: boolean; author?: string; message?: string; force?: boolean; }"
5596
5865
  },
5597
5866
  {
5598
5867
  "classification": "supported",
5599
5868
  "kind": "interface",
5600
5869
  "name": "LearningsResult",
5601
- "signature": "export interface LearningsResult { id: string; learnings: LogNote[]; count: number; }"
5870
+ "signature": "export interface LearningsResult { id: string; learnings: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; }"
5602
5871
  },
5603
5872
  {
5604
5873
  "classification": "advanced_export",
@@ -5814,7 +6083,7 @@
5814
6083
  "classification": "supported",
5815
6084
  "kind": "function",
5816
6085
  "name": "listMergeReceipts",
5817
- "signature": "(cwd: string, options?: { includeReconciled?: boolean; }) => Promise<MergeDecisionReceipt[]> | calls: (cwd: string, options?: { includeReconciled?: boolean; }) => Promise<MergeDecisionReceipt[]>"
6086
+ "signature": "(cwd: string, options?: { includeReconciled?: boolean; includeLossless?: boolean; }) => Promise<MergeDecisionReceipt[]> | calls: (cwd: string, options?: { includeReconciled?: boolean; includeLossless?: boolean; }) => Promise<MergeDecisionReceipt[]>"
5818
6087
  },
5819
6088
  {
5820
6089
  "classification": "supported",
@@ -6072,13 +6341,13 @@
6072
6341
  "classification": "supported",
6073
6342
  "kind": "interface",
6074
6343
  "name": "MergeDecisionReceipt",
6075
- "signature": "export interface MergeDecisionReceipt { version: 1; id: string; item_path: string; item_id: string; preferred: MergePreferredSide; fields_from_theirs: string[]; union_fields: string[]; decisions: ItemMergeConflictDecision[]; state: \"pending\" | \"reconciled\"; created_at: string; reconciled_at?: string; }"
6344
+ "signature": "export interface MergeDecisionReceipt { version: 1; id: string; item_path: string; item_id: string; preferred: MergePreferredSide; conflict_resolution: \"preferred_side\" | \"stable_value_order\"; fields_from_theirs: string[]; union_fields: string[]; decisions: ItemMergeConflictDecision[]; state: \"pending\" | \"reconciled\"; created_at: string; reconciled_at?: string; }"
6076
6345
  },
6077
6346
  {
6078
6347
  "classification": "supported",
6079
6348
  "kind": "interface",
6080
6349
  "name": "MergeDecisionReceiptSummary",
6081
- "signature": "export interface MergeDecisionReceiptSummary { receipt_id: string; item_id: string; item_path: string; conflict_fields: string[]; fields_from_theirs: string[]; union_fields: string[]; preferred: MergePreferredSide; decisions: Array<{ field: string; retained_hash: string; discarded_hash: string; }>; }"
6350
+ "signature": "export interface MergeDecisionReceiptSummary { receipt_id: string; item_id: string; item_path: string; conflict_fields: string[]; fields_from_theirs: string[]; union_fields: string[]; preferred: MergePreferredSide; conflict_resolution: \"preferred_side\" | \"stable_value_order\"; decisions: Array<{ field: string; retained_hash: string; discarded_hash: string; }>; }"
6082
6351
  },
6083
6352
  {
6084
6353
  "classification": "supported",
@@ -6102,7 +6371,7 @@
6102
6371
  "classification": "supported",
6103
6372
  "kind": "interface",
6104
6373
  "name": "MergeDriverResult",
6105
- "signature": "export interface MergeDriverResult { ok: boolean; artifact: MergeDriverArtifact; output_path: string; preferred: MergePreferredSide; conflicts: string[]; history?: { strategy: string; common_entries: number; entries_from_ours: number; entries_from_theirs: number; entries_total: number; reanchored: boolean; }; relationship?: { strategy: string; common_entries: number; entries_from_ours: number; entries_from_theirs: number; entries_total: number; reanchored: boolean; }; item?: { fields_from_theirs: string[]; union_fields: string[]; }; json?: { paths_from_theirs: string[]; }; receipt?: MergeDecisionReceiptSummary; guidance: string[]; generated_at: string; }"
6374
+ "signature": "export interface MergeDriverResult { ok: boolean; artifact: MergeDriverArtifact; output_path: string; preferred: MergePreferredSide; conflicts: string[]; history?: { strategy: string; common_entries: number; entries_from_ours: number; entries_from_theirs: number; entries_total: number; reanchored: boolean; }; relationship?: { strategy: string; common_entries: number; entries_from_ours: number; entries_from_theirs: number; entries_total: number; reanchored: boolean; }; item?: { fields_from_theirs: string[]; union_fields: string[]; conflict_resolution: \"stable_value_order\"; }; json?: { paths_from_theirs: string[]; }; receipt?: MergeDecisionReceiptSummary; guidance: string[]; generated_at: string; }"
6106
6375
  },
6107
6376
  {
6108
6377
  "classification": "supported",
@@ -6128,6 +6397,12 @@
6128
6397
  "name": "mergeHistoryStreams",
6129
6398
  "signature": "(baseRaw: string, oursRaw: string, theirsRaw: string) => HistoryMergeResult | calls: (baseRaw: string, oursRaw: string, theirsRaw: string) => HistoryMergeResult"
6130
6399
  },
6400
+ {
6401
+ "classification": "supported",
6402
+ "kind": "interface",
6403
+ "name": "MergeInstallContextResolution",
6404
+ "signature": "export interface MergeInstallContextResolution { pm_root: string; workspace_start: string; source_coordinates_available: boolean; source_context_selected: boolean; source_policy: ReturnType<typeof resolveSourceContextWritePolicy>; }"
6405
+ },
6131
6406
  {
6132
6407
  "classification": "supported",
6133
6408
  "kind": "interface",
@@ -6144,7 +6419,7 @@
6144
6419
  "classification": "supported",
6145
6420
  "kind": "function",
6146
6421
  "name": "mergeItemDocuments",
6147
- "signature": "(baseRaw: string, oursRaw: string, theirsRaw: string, options?: ItemDocumentFormatOptions & { preferred?: MergePreferredSide; }) => ItemDocumentMergeResult | calls: (baseRaw: string, oursRaw: string, theirsRaw: string, options?: ItemDocumentFormatOptions & { preferred?: MergePreferredSide; }) => ItemDocumentMergeResult"
6422
+ "signature": "(baseRaw: string, oursRaw: string, theirsRaw: string, options?: ItemDocumentFormatOptions & { preferred?: MergePreferredSide; conflictResolution?: \"preferred_side\" | \"stable_value_order\"; }) => ItemDocumentMergeResult | calls: (baseRaw: string, oursRaw: string, theirsRaw: string, options?: ItemDocumentFormatOptions & { preferred?: MergePreferredSide; conflictResolution?: \"preferred_side\" | \"stable_value_order\"; }) => ItemDocumentMergeResult"
6148
6423
  },
6149
6424
  {
6150
6425
  "classification": "supported",
@@ -6332,6 +6607,12 @@
6332
6607
  "name": "NextResult",
6333
6608
  "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; }; }"
6334
6609
  },
6610
+ {
6611
+ "classification": "advanced_export",
6612
+ "kind": "function",
6613
+ "name": "normalizeAnnotationTransportOptions",
6614
+ "signature": "(options: Record<string, unknown>) => Record<string, unknown> | calls: (options: Record<string, unknown>) => Record<string, unknown>"
6615
+ },
6335
6616
  {
6336
6617
  "classification": "advanced_export",
6337
6618
  "kind": "function",
@@ -6468,13 +6749,13 @@
6468
6749
  "classification": "supported",
6469
6750
  "kind": "interface",
6470
6751
  "name": "NotesCommandOptions",
6471
- "signature": "export interface NotesCommandOptions { add?: string; addJson?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; since?: string; eventType?: string; includeMeta?: boolean; author?: string; message?: string; force?: boolean; }"
6752
+ "signature": "export interface NotesCommandOptions { add?: string; addJson?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; since?: string; eventType?: string; includeMeta?: boolean; fullHistory?: boolean; author?: string; message?: string; force?: boolean; }"
6472
6753
  },
6473
6754
  {
6474
6755
  "classification": "supported",
6475
6756
  "kind": "interface",
6476
6757
  "name": "NotesResult",
6477
- "signature": "export interface NotesResult { id: string; notes: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; structured_event_count?: number; }"
6758
+ "signature": "export interface NotesResult { id: string; notes: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; structured_event_count?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; }"
6478
6759
  },
6479
6760
  {
6480
6761
  "classification": "supported",
@@ -7022,6 +7303,12 @@
7022
7303
  "name": "parseTypeFilterSet",
7023
7304
  "signature": "(raw: string | undefined, typeRegistry: ItemTypeRegistry, label?: string) => Set<ItemType> | undefined | calls: (raw: string | undefined, typeRegistry: ItemTypeRegistry, label?: string) => Set<ItemType> | undefined"
7024
7305
  },
7306
+ {
7307
+ "classification": "supported",
7308
+ "kind": "function",
7309
+ "name": "parseUnknownAuthorHistoryEventCoordinates",
7310
+ "signature": "(values: readonly string[]) => UnknownAuthorHistoryEvent[] | calls: (values: readonly string[]) => UnknownAuthorHistoryEvent[]"
7311
+ },
7025
7312
  {
7026
7313
  "classification": "supported",
7027
7314
  "kind": "function",
@@ -7214,6 +7501,18 @@
7214
7501
  "name": "PM_CLI_ONLY_TOOL_ACTION_WAIVERS",
7215
7502
  "signature": "{ readonly help: \"Commander help rendering has no SDK operation result.\"; readonly item: \"The item namespace only groups lifecycle subcommands already exposed as actions.\"; readonly packages: \"The plural package alias only renders package-oriented help.\"; }"
7216
7503
  },
7504
+ {
7505
+ "classification": "contract_data",
7506
+ "kind": "value",
7507
+ "name": "PM_COMMAND_EXIT_CONTRACTS",
7508
+ "signature": "readonly PmCommandExitContract[]"
7509
+ },
7510
+ {
7511
+ "classification": "contract_data",
7512
+ "kind": "value",
7513
+ "name": "PM_COMMAND_EXIT_OUTCOME_CONTRACTS",
7514
+ "signature": "readonly [{ readonly exit_code: 0; readonly outcome: \"effect\"; readonly success: true; readonly meaning: \"The requested operation completed with its intended effect.\"; }, { readonly exit_code: 1; readonly outcome: \"internal_failure\"; readonly success: false; readonly meaning: \"An unexpected runtime or internal failure prevented completion.\"; }, { readonly exit_code: 2; readonly outcome: \"refused_input\"; readonly success: false; readonly meaning: \"The invocation was refused because its input or composition was invalid.\"; }, { readonly exit_code: 3; readonly outcome: \"refused_tracker_state\"; readonly success: false; readonly meaning: \"The requested tracker, item, or resource was not present.\"; }, { readonly exit_code: 4; readonly outcome: \"conflict\"; readonly success: false; readonly meaning: \"Current state or concurrency prevented the requested effect.\"; }, { readonly exit_code: 5; readonly outcome: \"dependency_failed\"; readonly success: false; readonly meaning: \"A required dependency operation failed.\"; }, { readonly exit_code: 6; readonly outcome: \"no_effect\"; readonly success: true; readonly meaning: \"The request was valid and completed, but matched nothing to change.\"; }, { readonly exit_code: 7; readonly outcome: \"partial_effect\"; readonly success: true; readonly meaning: \"The request completed and changed some, but not all, selected targets.\"; }]"
7515
+ },
7217
7516
  {
7218
7517
  "classification": "contract_data",
7219
7518
  "kind": "value",
@@ -7446,7 +7745,7 @@
7446
7745
  "classification": "contract_data",
7447
7746
  "kind": "value",
7448
7747
  "name": "PM_READ_OUTPUT_SURFACES",
7449
- "signature": "readonly [\"list\", \"context\", \"search\", \"get\", \"next\", \"health\", \"deps\", \"graph\", \"history\", \"activity\", \"validate\", \"events\", \"contracts\", \"comments\", \"notes\", \"files\", \"docs\", \"stats\", \"aggregate\"]"
7748
+ "signature": "readonly [\"list\", \"context\", \"search\", \"get\", \"next\", \"health\", \"deps\", \"graph\", \"history\", \"activity\", \"validate\", \"events\", \"contracts\", \"comments\", \"notes\", \"files\", \"docs\", \"stats\", \"aggregate\", \"package-manage\"]"
7450
7749
  },
7451
7750
  {
7452
7751
  "classification": "advanced_export",
@@ -7460,6 +7759,12 @@
7460
7759
  "name": "PM_READ_ROW_JQ_SELECTOR",
7461
7760
  "signature": "\".row_contract.row_keys[] as $key | getpath($key | split(\\\".\\\")) | if type == \\\"array\\\" then .[] else if type == \\\"object\\\" then to_entries[] else empty end end\""
7462
7761
  },
7762
+ {
7763
+ "classification": "contract_data",
7764
+ "kind": "value",
7765
+ "name": "PM_SUCCESS_EXIT_CODES",
7766
+ "signature": "readonly [0, 6, 7]"
7767
+ },
7463
7768
  {
7464
7769
  "classification": "contract_data",
7465
7770
  "kind": "value",
@@ -7488,7 +7793,7 @@
7488
7793
  "classification": "contract_data",
7489
7794
  "kind": "value",
7490
7795
  "name": "PM_TOOL_PARAMETERS_SCHEMA_VERSION",
7491
- "signature": "\"4.4.0\""
7796
+ "signature": "\"4.4.1\""
7492
7797
  },
7493
7798
  {
7494
7799
  "classification": "contract_data",
@@ -7538,6 +7843,12 @@
7538
7843
  "name": "PmBulkMutationControlOptions",
7539
7844
  "signature": "export type PmBulkMutationControlOptions = { dryRun?: boolean; rollback?: boolean; noCheckpoint?: boolean; };"
7540
7845
  },
7846
+ {
7847
+ "classification": "contract_data",
7848
+ "kind": "interface",
7849
+ "name": "PmBulkMutationEffectCounts",
7850
+ "signature": "export interface PmBulkMutationEffectCounts { applied: number; skipped: number; failed: number; unmatched: number; }"
7851
+ },
7541
7852
  {
7542
7853
  "classification": "contract_data",
7543
7854
  "kind": "type",
@@ -7622,6 +7933,54 @@
7622
7933
  "name": "PmCloseManyActionOptions",
7623
7934
  "signature": "export type PmCloseManyActionOptions = Pick<PmCloseActionOptions, \"reason\" | \"completedAt\" | \"resolution\" | \"expectedResult\" | \"actualResult\" | \"validateClose\" | \"author\" | \"message\" | \"force\"> & PmBulkMutationFilterOptions & PmBulkMutationControlOptions;"
7624
7935
  },
7936
+ {
7937
+ "classification": "contract_data",
7938
+ "kind": "type",
7939
+ "name": "PmCommandEffect",
7940
+ "signature": "export type PmCommandEffect = \"effect\" | \"no_effect\" | \"partial_effect\" | \"dependency_failed\";"
7941
+ },
7942
+ {
7943
+ "classification": "contract_data",
7944
+ "kind": "interface",
7945
+ "name": "PmCommandEffectReceipt",
7946
+ "signature": "export interface PmCommandEffectReceipt { outcome: PmCommandEffect; exit_code: 0 | 5 | 6 | 7; }"
7947
+ },
7948
+ {
7949
+ "classification": "contract_data",
7950
+ "kind": "type",
7951
+ "name": "PmCommandExitCode",
7952
+ "signature": "export type PmCommandExitCode = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;"
7953
+ },
7954
+ {
7955
+ "classification": "contract_data",
7956
+ "kind": "interface",
7957
+ "name": "PmCommandExitConformanceReport",
7958
+ "signature": "export interface PmCommandExitConformanceReport { ok: boolean; missing_commands: string[]; undeclared_observations: PmCommandExitObservation[]; unreachable_exit_codes: PmCommandExitCode[]; }"
7959
+ },
7960
+ {
7961
+ "classification": "contract_data",
7962
+ "kind": "interface",
7963
+ "name": "PmCommandExitContract",
7964
+ "signature": "export interface PmCommandExitContract { command: string; exit_codes: readonly PmCommandExitCode[]; }"
7965
+ },
7966
+ {
7967
+ "classification": "contract_data",
7968
+ "kind": "interface",
7969
+ "name": "PmCommandExitObservation",
7970
+ "signature": "export interface PmCommandExitObservation { command: string; exit_code: number; replay_id: string; }"
7971
+ },
7972
+ {
7973
+ "classification": "contract_data",
7974
+ "kind": "type",
7975
+ "name": "PmCommandExitOutcome",
7976
+ "signature": "export type PmCommandExitOutcome = \"effect\" | \"internal_failure\" | \"refused_input\" | \"refused_tracker_state\" | \"conflict\" | \"dependency_failed\" | \"no_effect\" | \"partial_effect\";"
7977
+ },
7978
+ {
7979
+ "classification": "contract_data",
7980
+ "kind": "interface",
7981
+ "name": "PmCommandExitOutcomeContract",
7982
+ "signature": "export interface PmCommandExitOutcomeContract { exit_code: PmCommandExitCode; outcome: PmCommandExitOutcome; success: boolean; meaning: string; }"
7983
+ },
7625
7984
  {
7626
7985
  "classification": "contract_data",
7627
7986
  "kind": "interface",
@@ -7704,7 +8063,7 @@
7704
8063
  "classification": "contract_data",
7705
8064
  "kind": "interface",
7706
8065
  "name": "PmErrorCodeContract",
7707
- "signature": "export interface PmErrorCodeContract { code: string; meaning: string; stability: PmErrorCodeStability; exit_code: 1 | 2 | 3 | 4 | 5; class: PmErrorCodeClass; recovery: string; sources: string[]; emitting_commands: string[]; }"
8066
+ "signature": "export interface PmErrorCodeContract { code: string; meaning: string; stability: PmErrorCodeStability; exit_code: 1 | 2 | 3 | 4 | 5; class: PmErrorCodeClass; recovery: string; sources: string[]; emitting_commands: string[]; canonical_code?: string; aliases?: string[]; }"
7708
8067
  },
7709
8068
  {
7710
8069
  "classification": "contract_data",
@@ -8378,6 +8737,24 @@
8378
8737
  "name": "projectProvenanceCoverageAnalytics",
8379
8738
  "signature": "(window: HistoryAnalyticsWindow, descriptors?: readonly HarnessSignalDescriptor[], options?: Pick<HistoryAnalyticsWindowOptions, \"minimumSample\">) => ProvenanceCoverageAnalytics | calls: (window: HistoryAnalyticsWindow, descriptors?: readonly HarnessSignalDescriptor[], options?: Pick<HistoryAnalyticsWindowOptions, \"minimumSample\">) => ProvenanceCoverageAnalytics"
8380
8739
  },
8740
+ {
8741
+ "classification": "advanced_export",
8742
+ "kind": "interface",
8743
+ "name": "ProjectRuntimeCompatibilityResult",
8744
+ "signature": "export interface ProjectRuntimeCompatibilityResult { compatible: boolean; executing_version: string; project_version?: string; source?: ProjectRuntimeVersionPin[\"source\"]; command?: string; mutating: boolean; stale?: boolean; warning?: ProjectRuntimeCompatibilityWarning; override_applied: boolean; }"
8745
+ },
8746
+ {
8747
+ "classification": "advanced_export",
8748
+ "kind": "interface",
8749
+ "name": "ProjectRuntimeCompatibilityWarning",
8750
+ "signature": "export interface ProjectRuntimeCompatibilityWarning { code: \"project_runtime_stale_read\"; executing_version: string; project_version: string; source: ProjectRuntimeVersionPin[\"source\"]; message: string; next_steps: string[]; }"
8751
+ },
8752
+ {
8753
+ "classification": "advanced_export",
8754
+ "kind": "interface",
8755
+ "name": "ProjectRuntimeVersionPin",
8756
+ "signature": "export interface ProjectRuntimeVersionPin { version: string; source: \"package.json\" | \"installed-package\" | \"package-lock.json\" | \"pnpm-lock.yaml\" | \"yarn.lock\"; }"
8757
+ },
8381
8758
  {
8382
8759
  "classification": "supported",
8383
8760
  "kind": "function",
@@ -8390,6 +8767,18 @@
8390
8767
  "name": "ProvenanceCoverageAnalytics",
8391
8768
  "signature": "export interface ProvenanceCoverageAnalytics { descriptors: AgentProvenanceDescriptorCoverage[]; observations: AgentProvenanceDimensionCoverage[]; inert: Array<{ harness: string; dimension: string; explicit_samples: number; }>; undeclared: string[]; warnings: string[]; window: HistoryAnalyticsWindowReceipt; }"
8392
8769
  },
8770
+ {
8771
+ "classification": "supported",
8772
+ "kind": "interface",
8773
+ "name": "ProvenanceResolverHealthOutcome",
8774
+ "signature": "export interface ProvenanceResolverHealthOutcome { harness: string; dimension: string; resolver: string; attempts: number; successes: number; }"
8775
+ },
8776
+ {
8777
+ "classification": "supported",
8778
+ "kind": "interface",
8779
+ "name": "ProvenanceResolverHealthScan",
8780
+ "signature": "export interface ProvenanceResolverHealthScan { outcomes: ProvenanceResolverHealthOutcome[]; warnings: string[]; events_read: number; truncated: boolean; }"
8781
+ },
8393
8782
  {
8394
8783
  "classification": "advanced_export",
8395
8784
  "kind": "function",
@@ -9662,6 +10051,18 @@
9662
10051
  "name": "resolveCalendarOutputFormat",
9663
10052
  "signature": "(options: CalendarOptions, global: GlobalOptions) => CalendarOutputFormat | calls: (options: CalendarOptions, global: GlobalOptions) => CalendarOutputFormat"
9664
10053
  },
10054
+ {
10055
+ "classification": "contract_data",
10056
+ "kind": "function",
10057
+ "name": "resolveCanonicalPmErrorCodeContract",
10058
+ "signature": "(code: string, catalog: readonly PmErrorCodeContract[]) => PmErrorCodeContract | calls: (code: string, catalog: readonly PmErrorCodeContract[]) => PmErrorCodeContract"
10059
+ },
10060
+ {
10061
+ "classification": "supported",
10062
+ "kind": "function",
10063
+ "name": "resolveCanonicalRelationshipKind",
10064
+ "signature": "(kind: unknown) => string | undefined | calls: (kind: unknown) => string | undefined"
10065
+ },
9665
10066
  {
9666
10067
  "classification": "advanced_export",
9667
10068
  "kind": "function",
@@ -9872,6 +10273,12 @@
9872
10273
  "name": "resolveLinkedTestFailureExitCode",
9873
10274
  "signature": "(execution: Pick<LinkedTestExecutionResult, \"exitCode\" | \"maxBufferExceeded\" | \"timedOut\">) => number | calls: (execution: Pick<LinkedTestExecutionResult, \"exitCode\" | \"timedOut\" | \"maxBufferExceeded\">) => number"
9874
10275
  },
10276
+ {
10277
+ "classification": "supported",
10278
+ "kind": "function",
10279
+ "name": "resolveMergeInstallContext",
10280
+ "signature": "(options: { cwd: string; explicitPath?: string; dryRun: boolean; environment: Readonly<Record<string, string | undefined>>; }) => MergeInstallContextResolution | calls: (options: { cwd: string; explicitPath?: string; dryRun: boolean; environment: Readonly<Record<string, string | undefined>>; }) => MergeInstallContextResolution"
10281
+ },
9875
10282
  {
9876
10283
  "classification": "supported",
9877
10284
  "kind": "value",
@@ -9902,6 +10309,12 @@
9902
10309
  "name": "resolvePmCliVersion",
9903
10310
  "signature": "(metaUrl: string, fallbackRelativeSegments?: string[]) => string | undefined | calls: (metaUrl: string, fallbackRelativeSegments?: string[]) => string | undefined"
9904
10311
  },
10312
+ {
10313
+ "classification": "contract_data",
10314
+ "kind": "function",
10315
+ "name": "resolvePmCommandExitContract",
10316
+ "signature": "(commandPath: string) => PmCommandExitContract | undefined | calls: (commandPath: string) => PmCommandExitContract | undefined"
10317
+ },
9905
10318
  {
9906
10319
  "classification": "contract_data",
9907
10320
  "kind": "function",
@@ -10058,6 +10471,12 @@
10058
10471
  "name": "resolveSettingsWithSemanticRuntimeDefaults",
10059
10472
  "signature": "(settings: PmSettings) => SemanticRuntimeDefaultsResolution | calls: (settings: PmSettings) => SemanticRuntimeDefaultsResolution"
10060
10473
  },
10474
+ {
10475
+ "classification": "advanced_export",
10476
+ "kind": "function",
10477
+ "name": "resolveSourceContextWritePolicy",
10478
+ "signature": "(environment: Readonly<Record<string, string | undefined>>) => SourceContextWritePolicy | calls: (environment: Readonly<Record<string, string | undefined>>) => SourceContextWritePolicy"
10479
+ },
10061
10480
  {
10062
10481
  "classification": "advanced_export",
10063
10482
  "kind": "function",
@@ -10106,6 +10525,12 @@
10106
10525
  "name": "resolveTypeWorkflows",
10107
10526
  "signature": "(schema: Pick<RuntimeSchemaSettings, \"type_workflows\"> | undefined) => NormalizedTypeWorkflow[] | calls: (schema: Pick<RuntimeSchemaSettings, \"type_workflows\"> | undefined) => NormalizedTypeWorkflow[]"
10108
10527
  },
10528
+ {
10529
+ "classification": "supported",
10530
+ "kind": "function",
10531
+ "name": "resolveUnknownAuthorAcknowledgmentSelector",
10532
+ "signature": "(rawEvents: readonly string[], allActionable: boolean) => { events: UnknownAuthorHistoryEvent[]; all_actionable: boolean; } | calls: (rawEvents: readonly string[], allActionable: boolean) => { events: UnknownAuthorHistoryEvent[]; all_actionable: boolean; }"
10533
+ },
10109
10534
  {
10110
10535
  "classification": "advanced_export",
10111
10536
  "kind": "function",
@@ -11012,6 +11437,12 @@
11012
11437
  "name": "scanMutationSecrets",
11013
11438
  "signature": "(payload: unknown) => SecretGuardFinding[] | calls: (payload: unknown) => SecretGuardFinding[]"
11014
11439
  },
11440
+ {
11441
+ "classification": "supported",
11442
+ "kind": "function",
11443
+ "name": "scanProvenanceResolverHealth",
11444
+ "signature": "(pmRoot: string, eventLimit?: number) => Promise<ProvenanceResolverHealthScan> | calls: (pmRoot: string, eventLimit?: number) => Promise<ProvenanceResolverHealthScan>"
11445
+ },
11015
11446
  {
11016
11447
  "classification": "supported",
11017
11448
  "kind": "function",
@@ -11816,6 +12247,30 @@
11816
12247
  "name": "sortLinkedArtifacts",
11817
12248
  "signature": "(artifacts: LinkedArtifact[]) => LinkedArtifact[] | calls: (artifacts: LinkedArtifact[]) => LinkedArtifact[]"
11818
12249
  },
12250
+ {
12251
+ "classification": "advanced_export",
12252
+ "kind": "value",
12253
+ "name": "SOURCE_CONTEXT_ACCESS_ENV",
12254
+ "signature": "\"PM_SOURCE_CONTEXT_ACCESS\""
12255
+ },
12256
+ {
12257
+ "classification": "advanced_export",
12258
+ "kind": "value",
12259
+ "name": "SOURCE_CONTEXT_WRITE_OVERRIDE_ENV",
12260
+ "signature": "\"PM_ALLOW_SOURCE_CONTEXT_WRITES\""
12261
+ },
12262
+ {
12263
+ "classification": "advanced_export",
12264
+ "kind": "type",
12265
+ "name": "SourceContextAccessMode",
12266
+ "signature": "export type SourceContextAccessMode = \"read_only\" | \"write\";"
12267
+ },
12268
+ {
12269
+ "classification": "advanced_export",
12270
+ "kind": "interface",
12271
+ "name": "SourceContextWritePolicy",
12272
+ "signature": "export interface SourceContextWritePolicy { access: SourceContextAccessMode; write_override_applied: boolean; source_writes_allowed: boolean; }"
12273
+ },
11819
12274
  {
11820
12275
  "classification": "advanced_export",
11821
12276
  "kind": "function",
@@ -12548,6 +13003,12 @@
12548
13003
  "name": "toReplayDocument",
12549
13004
  "signature": "(document: ItemDocument) => ReplayDocument | calls: (document: ItemDocument) => ReplayDocument"
12550
13005
  },
13006
+ {
13007
+ "classification": "advanced_export",
13008
+ "kind": "function",
13009
+ "name": "translateHostEnvironmentFault",
13010
+ "signature": "(error: unknown, operation: string, options?: HostEnvironmentBoundaryOptions) => PmCliError | null | calls: (error: unknown, operation: string, options?: HostEnvironmentBoundaryOptions) => PmCliError | null"
13011
+ },
12551
13012
  {
12552
13013
  "classification": "advanced_export",
12553
13014
  "kind": "value",
@@ -12854,6 +13315,12 @@
12854
13315
  "name": "withFlagAliasMetadata",
12855
13316
  "signature": "(flagContracts: CliFlagContract[]) => CliFlagContract[] | calls: (flagContracts: CliFlagContract[]) => CliFlagContract[]"
12856
13317
  },
13318
+ {
13319
+ "classification": "advanced_export",
13320
+ "kind": "function",
13321
+ "name": "withHostEnvironmentBoundary",
13322
+ "signature": "<T>(operation: string, run: () => Promise<T>, options?: HostEnvironmentBoundaryOptions) => Promise<T> | calls: <T>(operation: string, run: () => Promise<T>, options?: HostEnvironmentBoundaryOptions) => Promise<T>"
13323
+ },
12857
13324
  {
12858
13325
  "classification": "supported",
12859
13326
  "kind": "interface",
@@ -13002,7 +13469,7 @@
13002
13469
  "classification": "supported",
13003
13470
  "kind": "interface",
13004
13471
  "name": "WorkspaceRelationshipAssembly",
13005
- "signature": "export interface WorkspaceRelationshipAssembly { graph: RelationshipGraph; details: WorkspaceRelationshipNodeDetails[]; missingIdSet: Set<string>; dangling: DanglingDependencyReferenceSummary; duplicateRows: DuplicateDependencyRow[]; }"
13472
+ "signature": "export interface WorkspaceRelationshipAssembly { graph: RelationshipGraph; details: WorkspaceRelationshipNodeDetails[]; missingIdSet: Set<string>; dangling: DanglingDependencyReferenceSummary; duplicateRows: DuplicateDependencyRow[]; legacyAliasCounts: Record<string, number>; }"
13006
13473
  },
13007
13474
  {
13008
13475
  "classification": "supported",
@@ -14552,6 +15019,12 @@
14552
15019
  "name": "AGGREGATE_FLAG_CONTRACTS",
14553
15020
  "signature": "CliFlagContract[]"
14554
15021
  },
15022
+ {
15023
+ "classification": "contract_data",
15024
+ "kind": "function",
15025
+ "name": "analyzePmCommandExitConformance",
15026
+ "signature": "(observations: readonly PmCommandExitObservation[], expectedCommands?: readonly string[], contracts?: readonly PmCommandExitContract[]) => PmCommandExitConformanceReport | calls: (observations: readonly PmCommandExitObservation[], expectedCommands?: readonly string[], contracts?: readonly PmCommandExitContract[]) => PmCommandExitConformanceReport"
15027
+ },
14555
15028
  {
14556
15029
  "classification": "contract_data",
14557
15030
  "kind": "function",
@@ -14804,6 +15277,12 @@
14804
15277
  "name": "DEPS_FLAG_CONTRACTS",
14805
15278
  "signature": "CliFlagContract[]"
14806
15279
  },
15280
+ {
15281
+ "classification": "contract_data",
15282
+ "kind": "function",
15283
+ "name": "derivePmBulkMutationEffect",
15284
+ "signature": "(counts: PmBulkMutationEffectCounts) => PmCommandEffectReceipt | calls: (counts: PmBulkMutationEffectCounts) => PmCommandEffectReceipt"
15285
+ },
14807
15286
  {
14808
15287
  "classification": "contract_data",
14809
15288
  "kind": "value",
@@ -15086,12 +15565,24 @@
15086
15565
  "name": "isPmExtensionServiceNameContract",
15087
15566
  "signature": "(value: string) => value is PmExtensionServiceNameContract | calls: (value: string) => value is PmExtensionServiceNameContract"
15088
15567
  },
15568
+ {
15569
+ "classification": "contract_data",
15570
+ "kind": "function",
15571
+ "name": "isPmKnownExitCode",
15572
+ "signature": "(exitCode: number) => exitCode is PmCommandExitCode | calls: (exitCode: number) => exitCode is PmCommandExitCode"
15573
+ },
15089
15574
  {
15090
15575
  "classification": "contract_data",
15091
15576
  "kind": "function",
15092
15577
  "name": "isPmMutationReceipt",
15093
15578
  "signature": "(value: unknown) => value is PmCliMutationReceipt | calls: (value: unknown) => value is PmCliMutationReceipt"
15094
15579
  },
15580
+ {
15581
+ "classification": "contract_data",
15582
+ "kind": "function",
15583
+ "name": "isPmSuccessfulExitCode",
15584
+ "signature": "(exitCode: number) => boolean | calls: (exitCode: number) => boolean"
15585
+ },
15095
15586
  {
15096
15587
  "classification": "contract_data",
15097
15588
  "kind": "function",
@@ -15212,6 +15703,18 @@
15212
15703
  "name": "PM_CLI_ONLY_TOOL_ACTION_WAIVERS",
15213
15704
  "signature": "{ readonly help: \"Commander help rendering has no SDK operation result.\"; readonly item: \"The item namespace only groups lifecycle subcommands already exposed as actions.\"; readonly packages: \"The plural package alias only renders package-oriented help.\"; }"
15214
15705
  },
15706
+ {
15707
+ "classification": "contract_data",
15708
+ "kind": "value",
15709
+ "name": "PM_COMMAND_EXIT_CONTRACTS",
15710
+ "signature": "readonly PmCommandExitContract[]"
15711
+ },
15712
+ {
15713
+ "classification": "contract_data",
15714
+ "kind": "value",
15715
+ "name": "PM_COMMAND_EXIT_OUTCOME_CONTRACTS",
15716
+ "signature": "readonly [{ readonly exit_code: 0; readonly outcome: \"effect\"; readonly success: true; readonly meaning: \"The requested operation completed with its intended effect.\"; }, { readonly exit_code: 1; readonly outcome: \"internal_failure\"; readonly success: false; readonly meaning: \"An unexpected runtime or internal failure prevented completion.\"; }, { readonly exit_code: 2; readonly outcome: \"refused_input\"; readonly success: false; readonly meaning: \"The invocation was refused because its input or composition was invalid.\"; }, { readonly exit_code: 3; readonly outcome: \"refused_tracker_state\"; readonly success: false; readonly meaning: \"The requested tracker, item, or resource was not present.\"; }, { readonly exit_code: 4; readonly outcome: \"conflict\"; readonly success: false; readonly meaning: \"Current state or concurrency prevented the requested effect.\"; }, { readonly exit_code: 5; readonly outcome: \"dependency_failed\"; readonly success: false; readonly meaning: \"A required dependency operation failed.\"; }, { readonly exit_code: 6; readonly outcome: \"no_effect\"; readonly success: true; readonly meaning: \"The request was valid and completed, but matched nothing to change.\"; }, { readonly exit_code: 7; readonly outcome: \"partial_effect\"; readonly success: true; readonly meaning: \"The request completed and changed some, but not all, selected targets.\"; }]"
15717
+ },
15215
15718
  {
15216
15719
  "classification": "contract_data",
15217
15720
  "kind": "value",
@@ -15348,7 +15851,13 @@
15348
15851
  "classification": "contract_data",
15349
15852
  "kind": "value",
15350
15853
  "name": "PM_READ_OUTPUT_SURFACES",
15351
- "signature": "readonly [\"list\", \"context\", \"search\", \"get\", \"next\", \"health\", \"deps\", \"graph\", \"history\", \"activity\", \"validate\", \"events\", \"contracts\", \"comments\", \"notes\", \"files\", \"docs\", \"stats\", \"aggregate\"]"
15854
+ "signature": "readonly [\"list\", \"context\", \"search\", \"get\", \"next\", \"health\", \"deps\", \"graph\", \"history\", \"activity\", \"validate\", \"events\", \"contracts\", \"comments\", \"notes\", \"files\", \"docs\", \"stats\", \"aggregate\", \"package-manage\"]"
15855
+ },
15856
+ {
15857
+ "classification": "contract_data",
15858
+ "kind": "value",
15859
+ "name": "PM_SUCCESS_EXIT_CODES",
15860
+ "signature": "readonly [0, 6, 7]"
15352
15861
  },
15353
15862
  {
15354
15863
  "classification": "contract_data",
@@ -15378,7 +15887,7 @@
15378
15887
  "classification": "contract_data",
15379
15888
  "kind": "value",
15380
15889
  "name": "PM_TOOL_PARAMETERS_SCHEMA_VERSION",
15381
- "signature": "\"4.4.0\""
15890
+ "signature": "\"4.4.1\""
15382
15891
  },
15383
15892
  {
15384
15893
  "classification": "contract_data",
@@ -15404,6 +15913,12 @@
15404
15913
  "name": "PmBulkMutationControlOptions",
15405
15914
  "signature": "export type PmBulkMutationControlOptions = { dryRun?: boolean; rollback?: boolean; noCheckpoint?: boolean; };"
15406
15915
  },
15916
+ {
15917
+ "classification": "contract_data",
15918
+ "kind": "interface",
15919
+ "name": "PmBulkMutationEffectCounts",
15920
+ "signature": "export interface PmBulkMutationEffectCounts { applied: number; skipped: number; failed: number; unmatched: number; }"
15921
+ },
15407
15922
  {
15408
15923
  "classification": "contract_data",
15409
15924
  "kind": "type",
@@ -15428,6 +15943,54 @@
15428
15943
  "name": "PmCloseManyActionOptions",
15429
15944
  "signature": "export type PmCloseManyActionOptions = Pick<PmCloseActionOptions, \"reason\" | \"completedAt\" | \"resolution\" | \"expectedResult\" | \"actualResult\" | \"validateClose\" | \"author\" | \"message\" | \"force\"> & PmBulkMutationFilterOptions & PmBulkMutationControlOptions;"
15430
15945
  },
15946
+ {
15947
+ "classification": "contract_data",
15948
+ "kind": "type",
15949
+ "name": "PmCommandEffect",
15950
+ "signature": "export type PmCommandEffect = \"effect\" | \"no_effect\" | \"partial_effect\" | \"dependency_failed\";"
15951
+ },
15952
+ {
15953
+ "classification": "contract_data",
15954
+ "kind": "interface",
15955
+ "name": "PmCommandEffectReceipt",
15956
+ "signature": "export interface PmCommandEffectReceipt { outcome: PmCommandEffect; exit_code: 0 | 5 | 6 | 7; }"
15957
+ },
15958
+ {
15959
+ "classification": "contract_data",
15960
+ "kind": "type",
15961
+ "name": "PmCommandExitCode",
15962
+ "signature": "export type PmCommandExitCode = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;"
15963
+ },
15964
+ {
15965
+ "classification": "contract_data",
15966
+ "kind": "interface",
15967
+ "name": "PmCommandExitConformanceReport",
15968
+ "signature": "export interface PmCommandExitConformanceReport { ok: boolean; missing_commands: string[]; undeclared_observations: PmCommandExitObservation[]; unreachable_exit_codes: PmCommandExitCode[]; }"
15969
+ },
15970
+ {
15971
+ "classification": "contract_data",
15972
+ "kind": "interface",
15973
+ "name": "PmCommandExitContract",
15974
+ "signature": "export interface PmCommandExitContract { command: string; exit_codes: readonly PmCommandExitCode[]; }"
15975
+ },
15976
+ {
15977
+ "classification": "contract_data",
15978
+ "kind": "interface",
15979
+ "name": "PmCommandExitObservation",
15980
+ "signature": "export interface PmCommandExitObservation { command: string; exit_code: number; replay_id: string; }"
15981
+ },
15982
+ {
15983
+ "classification": "contract_data",
15984
+ "kind": "type",
15985
+ "name": "PmCommandExitOutcome",
15986
+ "signature": "export type PmCommandExitOutcome = \"effect\" | \"internal_failure\" | \"refused_input\" | \"refused_tracker_state\" | \"conflict\" | \"dependency_failed\" | \"no_effect\" | \"partial_effect\";"
15987
+ },
15988
+ {
15989
+ "classification": "contract_data",
15990
+ "kind": "interface",
15991
+ "name": "PmCommandExitOutcomeContract",
15992
+ "signature": "export interface PmCommandExitOutcomeContract { exit_code: PmCommandExitCode; outcome: PmCommandExitOutcome; success: boolean; meaning: string; }"
15993
+ },
15431
15994
  {
15432
15995
  "classification": "contract_data",
15433
15996
  "kind": "interface",
@@ -15486,7 +16049,7 @@
15486
16049
  "classification": "contract_data",
15487
16050
  "kind": "interface",
15488
16051
  "name": "PmErrorCodeContract",
15489
- "signature": "export interface PmErrorCodeContract { code: string; meaning: string; stability: PmErrorCodeStability; exit_code: 1 | 2 | 3 | 4 | 5; class: PmErrorCodeClass; recovery: string; sources: string[]; emitting_commands: string[]; }"
16052
+ "signature": "export interface PmErrorCodeContract { code: string; meaning: string; stability: PmErrorCodeStability; exit_code: 1 | 2 | 3 | 4 | 5; class: PmErrorCodeClass; recovery: string; sources: string[]; emitting_commands: string[]; canonical_code?: string; aliases?: string[]; }"
15490
16053
  },
15491
16054
  {
15492
16055
  "classification": "contract_data",
@@ -15746,12 +16309,24 @@
15746
16309
  "name": "REMIND_FLAG_CONTRACTS",
15747
16310
  "signature": "CliFlagContract[]"
15748
16311
  },
16312
+ {
16313
+ "classification": "contract_data",
16314
+ "kind": "function",
16315
+ "name": "resolveCanonicalPmErrorCodeContract",
16316
+ "signature": "(code: string, catalog: readonly PmErrorCodeContract[]) => PmErrorCodeContract | calls: (code: string, catalog: readonly PmErrorCodeContract[]) => PmErrorCodeContract"
16317
+ },
15749
16318
  {
15750
16319
  "classification": "contract_data",
15751
16320
  "kind": "function",
15752
16321
  "name": "resolveContextIntentContract",
15753
16322
  "signature": "(command: string, intent: string, contracts?: readonly PmContextIntentContract[]) => PmContextIntentContract | undefined | calls: (command: string, intent: string, contracts?: readonly PmContextIntentContract[]) => PmContextIntentContract | undefined"
15754
16323
  },
16324
+ {
16325
+ "classification": "contract_data",
16326
+ "kind": "function",
16327
+ "name": "resolvePmCommandExitContract",
16328
+ "signature": "(commandPath: string) => PmCommandExitContract | undefined | calls: (commandPath: string) => PmCommandExitContract | undefined"
16329
+ },
15755
16330
  {
15756
16331
  "classification": "contract_data",
15757
16332
  "kind": "function",
@@ -16118,6 +16693,12 @@
16118
16693
  "name": "AgentProvenance",
16119
16694
  "signature": "export type AgentProvenance = Readonly<Record<string, AgentProvenanceObservation | null>>;"
16120
16695
  },
16696
+ {
16697
+ "classification": "supported",
16698
+ "kind": "type",
16699
+ "name": "AgentProvenanceAbsenceReason",
16700
+ "signature": "export type AgentProvenanceAbsenceReason = \"harness_unavailable\" | \"resolver_failed\" | \"resolver_not_configured\" | \"probes_disabled\" | \"invalid_value\";"
16701
+ },
16121
16702
  {
16122
16703
  "classification": "supported",
16123
16704
  "kind": "interface",
@@ -16136,6 +16717,12 @@
16136
16717
  "name": "AgentProvenanceObservation",
16137
16718
  "signature": "export interface AgentProvenanceObservation { value: string; source: AgentModelSource; }"
16138
16719
  },
16720
+ {
16721
+ "classification": "supported",
16722
+ "kind": "interface",
16723
+ "name": "AgentProvenanceOutcome",
16724
+ "signature": "export interface AgentProvenanceOutcome { status: \"resolved\" | \"unavailable\" | \"failed\"; reason?: AgentProvenanceAbsenceReason; resolver?: AgentProvenanceResolver; rule_version: \"v1\"; }"
16725
+ },
16139
16726
  {
16140
16727
  "classification": "supported",
16141
16728
  "kind": "interface",
@@ -16308,13 +16895,13 @@
16308
16895
  "classification": "supported",
16309
16896
  "kind": "interface",
16310
16897
  "name": "CommentsCommandOptions",
16311
- "signature": "export interface CommentsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; includeMeta?: boolean; author?: string; message?: string; force?: boolean; }"
16898
+ "signature": "export interface CommentsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; includeMeta?: boolean; fullHistory?: boolean; author?: string; message?: string; force?: boolean; }"
16312
16899
  },
16313
16900
  {
16314
16901
  "classification": "supported",
16315
16902
  "kind": "interface",
16316
16903
  "name": "CommentsResult",
16317
- "signature": "export interface CommentsResult { id: string; comments: Comment[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; }"
16904
+ "signature": "export interface CommentsResult { id: string; comments: Comment[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; }"
16318
16905
  },
16319
16906
  {
16320
16907
  "classification": "supported",
@@ -16416,7 +17003,7 @@
16416
17003
  "classification": "supported",
16417
17004
  "kind": "interface",
16418
17005
  "name": "DepsResult",
16419
- "signature": "export interface DepsResult { id: string; format: DepsFormat; node_count: number; edge_count: number; edge_basis: \"deduplicated_directed\"; missing_count: number; missing_scope?: \"traversal\"; missing_reference_count?: number; missing_references?: DanglingDependencyReference[]; truncation?: { reasons: Array<\"max_depth\" | \"node_limit\" | \"edge_limit\" | \"token_budget\">; limits: { max_depth: number; node_limit: number; edge_limit: number; token_budget: number; }; estimated_tokens: number; total_node_count: number; total_edge_count: number; omitted_node_count: number; omitted_edge_count: number; }; tree?: DepsTreeNode; graph?: DepsGraphResult; context?: RelationshipContextResult; projection: OutputProjectionDeclaration; }"
17006
+ "signature": "export interface DepsResult { id: string; format: DepsFormat; node_count: number; edge_count: number; edge_basis: \"deduplicated_directed\"; legacy_alias_counts?: Record<string, number>; missing_count: number; missing_scope?: \"traversal\"; missing_reference_count?: number; missing_references?: DanglingDependencyReference[]; truncation?: { reasons: Array<\"max_depth\" | \"node_limit\" | \"edge_limit\" | \"token_budget\">; limits: { max_depth: number; node_limit: number; edge_limit: number; token_budget: number; }; estimated_tokens: number; total_node_count: number; total_edge_count: number; omitted_node_count: number; omitted_edge_count: number; }; tree?: DepsTreeNode; graph?: DepsGraphResult; context?: RelationshipContextResult; projection: OutputProjectionDeclaration; }"
16420
17007
  },
16421
17008
  {
16422
17009
  "classification": "supported",
@@ -16436,6 +17023,18 @@
16436
17023
  "name": "detectHarnessIdentity",
16437
17024
  "signature": "(signals?: HarnessDetectionSignals) => string | undefined | calls: (signals?: HarnessDetectionSignals) => string | undefined"
16438
17025
  },
17026
+ {
17027
+ "classification": "supported",
17028
+ "kind": "function",
17029
+ "name": "diagnoseAgentIdentity",
17030
+ "signature": "(signals?: HarnessDetectionSignals) => DiagnosedAgentIdentity | calls: (signals?: HarnessDetectionSignals) => DiagnosedAgentIdentity"
17031
+ },
17032
+ {
17033
+ "classification": "supported",
17034
+ "kind": "interface",
17035
+ "name": "DiagnosedAgentIdentity",
17036
+ "signature": "export interface DiagnosedAgentIdentity extends DetectedAgentIdentity { provenance_outcomes: Readonly<Record<string, AgentProvenanceOutcome>>; }"
17037
+ },
16439
17038
  {
16440
17039
  "classification": "supported",
16441
17040
  "kind": "function",
@@ -16470,7 +17069,7 @@
16470
17069
  "classification": "supported",
16471
17070
  "kind": "value",
16472
17071
  "name": "EXIT_CODE",
16473
- "signature": "{ readonly SUCCESS: 0; readonly GENERIC_FAILURE: 1; readonly USAGE: 2; readonly NOT_FOUND: 3; readonly CONFLICT: 4; readonly DEPENDENCY_FAILED: 5; }"
17072
+ "signature": "{ readonly SUCCESS: 0; readonly GENERIC_FAILURE: 1; readonly USAGE: 2; readonly NOT_FOUND: 3; readonly CONFLICT: 4; readonly DEPENDENCY_FAILED: 5; readonly NO_EFFECT: 6; readonly PARTIAL_EFFECT: 7; }"
16474
17073
  },
16475
17074
  {
16476
17075
  "classification": "supported",
@@ -16638,13 +17237,13 @@
16638
17237
  "classification": "supported",
16639
17238
  "kind": "interface",
16640
17239
  "name": "LearningsCommandOptions",
16641
- "signature": "export interface LearningsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; author?: string; message?: string; force?: boolean; }"
17240
+ "signature": "export interface LearningsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; fullHistory?: boolean; author?: string; message?: string; force?: boolean; }"
16642
17241
  },
16643
17242
  {
16644
17243
  "classification": "supported",
16645
17244
  "kind": "interface",
16646
17245
  "name": "LearningsResult",
16647
- "signature": "export interface LearningsResult { id: string; learnings: LogNote[]; count: number; }"
17246
+ "signature": "export interface LearningsResult { id: string; learnings: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; }"
16648
17247
  },
16649
17248
  {
16650
17249
  "classification": "supported",
@@ -16710,13 +17309,13 @@
16710
17309
  "classification": "supported",
16711
17310
  "kind": "interface",
16712
17311
  "name": "NotesCommandOptions",
16713
- "signature": "export interface NotesCommandOptions { add?: string; addJson?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; since?: string; eventType?: string; includeMeta?: boolean; author?: string; message?: string; force?: boolean; }"
17312
+ "signature": "export interface NotesCommandOptions { add?: string; addJson?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; since?: string; eventType?: string; includeMeta?: boolean; fullHistory?: boolean; author?: string; message?: string; force?: boolean; }"
16714
17313
  },
16715
17314
  {
16716
17315
  "classification": "supported",
16717
17316
  "kind": "interface",
16718
17317
  "name": "NotesResult",
16719
- "signature": "export interface NotesResult { id: string; notes: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; structured_event_count?: number; }"
17318
+ "signature": "export interface NotesResult { id: string; notes: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; structured_event_count?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; }"
16720
17319
  },
16721
17320
  {
16722
17321
  "classification": "supported",
@@ -17088,7 +17687,7 @@
17088
17687
  "classification": "supported",
17089
17688
  "kind": "value",
17090
17689
  "name": "_testOnlyHealthCommand",
17091
- "signature": "{ buildExtensionHealthTriageSummary: typeof buildExtensionHealthTriageSummary; buildCapabilityContractMetadata: typeof buildCapabilityContractMetadata; buildStaleInProgressHealthSummary: typeof buildStaleInProgressHealthSummary; buildVectorizationProviderDetails: typeof buildVectorizationProviderDetails; collectUnknownCapabilityGuidance: typeof collectUnknownCapabilityGuidance; isAdvisoryHealthWarning: typeof isAdvisoryHealthWarning; isDirectory: typeof isDirectory; isExpectedUnmanagedExtension: typeof isExpectedUnmanagedExtension; listItemDocumentPaths: typeof listItemDocumentPaths; normalizeEndpointForDisplay: typeof normalizeEndpointForDisplay; normalizeExtensionNameForMatch: typeof normalizeExtensionNameForMatch; parseTelemetryQueue: typeof parseTelemetryQueue; probeTelemetryEndpointHealth: typeof probeTelemetryEndpointHealth; projectHealthResult: typeof projectHealthResult; resolveActionableUnknownAuthorEventCount: (authorAttribution: HistoryAuthorAttributionScan) => number; resolveHealthSkipPolicy: typeof resolveHealthSkipPolicy; resolveUnknownAuthorEventCount: (authorAttribution: HistoryAuthorAttributionScan) => number; selectStaleItemDetail: typeof selectStaleItemDetail; summarizeHealthCheckDetails: typeof summarizeHealthCheckDetails; summarizeExtensionList: typeof summarizeExtensionList; summarizeRecordList: typeof summarizeRecordList; summarizeStringList: typeof summarizeStringList; telemetryEnvFlagEnabled: typeof telemetryEnvFlagEnabled; warningCode: typeof warningCode; }"
17690
+ "signature": "{ buildExtensionHealthTriageSummary: typeof buildExtensionHealthTriageSummary; buildCapabilityContractMetadata: typeof buildCapabilityContractMetadata; buildStaleInProgressHealthSummary: typeof buildStaleInProgressHealthSummary; buildVectorizationProviderDetails: typeof buildVectorizationProviderDetails; collectUnknownCapabilityGuidance: typeof collectUnknownCapabilityGuidance; isAdvisoryHealthWarning: typeof isAdvisoryHealthWarning; isDirectory: typeof isDirectory; isExpectedUnmanagedExtension: typeof isExpectedUnmanagedExtension; listItemDocumentPaths: typeof listItemDocumentPaths; normalizeEndpointForDisplay: typeof normalizeEndpointForDisplay; normalizeExtensionNameForMatch: typeof normalizeExtensionNameForMatch; parseTelemetryQueue: typeof parseTelemetryQueue; probeTelemetryEndpointHealth: typeof probeTelemetryEndpointHealth; projectHealthResult: typeof projectHealthResult; resolveActionableUnknownAuthorEventCount: (authorAttribution: HistoryAuthorAttributionScan) => number; resolveHealthSkipPolicy: typeof resolveHealthSkipPolicy; resolveUnknownAuthorEventCount: (authorAttribution: HistoryAuthorAttributionScan) => number; resolveVectorRefreshPolicy: typeof resolveVectorRefreshPolicy; selectStaleItemDetail: typeof selectStaleItemDetail; summarizeHealthCheckDetails: typeof summarizeHealthCheckDetails; summarizeExtensionList: typeof summarizeExtensionList; summarizeRecordList: typeof summarizeRecordList; summarizeStringList: typeof summarizeStringList; telemetryEnvFlagEnabled: typeof telemetryEnvFlagEnabled; warningCode: typeof warningCode; }"
17092
17691
  },
17093
17692
  {
17094
17693
  "classification": "supported",
@@ -17114,6 +17713,12 @@
17114
17713
  "name": "acknowledgeUnknownAuthorHistoryEvents",
17115
17714
  "signature": "(pmRoot: string, options: AcknowledgeUnknownAuthorEventsOptions) => Promise<{ acknowledged: number; history_path: string; }> | calls: (pmRoot: string, options: AcknowledgeUnknownAuthorEventsOptions) => Promise<{ acknowledged: number; history_path: string; }>"
17116
17715
  },
17716
+ {
17717
+ "classification": "supported",
17718
+ "kind": "function",
17719
+ "name": "acknowledgeUnknownAuthorHistoryEventsFromTransport",
17720
+ "signature": "(pmRoot: string, input: Record<string, unknown>) => Promise<{ acknowledged: number; history_path: string; }> | calls: (pmRoot: string, input: Record<string, unknown>) => Promise<{ acknowledged: number; history_path: string; }>"
17721
+ },
17117
17722
  {
17118
17723
  "classification": "supported",
17119
17724
  "kind": "value",
@@ -17136,7 +17741,7 @@
17136
17741
  "classification": "supported",
17137
17742
  "kind": "interface",
17138
17743
  "name": "DuplicateClustersResult",
17139
- "signature": "export interface DuplicateClustersResult { clusters: DuplicateCluster[]; count: number; threshold: number; source: \"metadata_scan\"; cost: { item_count: number; candidate_pairs: number; scored_pairs: number; }; }"
17744
+ "signature": "export interface DuplicateClustersResult { clusters: DuplicateCluster[]; count: number; threshold: number; source: \"metadata_scan\"; filters: { statuses: string[] | null; since: string | null; }; cost: { item_count: number; candidate_pairs: number; scored_pairs: number; }; }"
17140
17745
  },
17141
17746
  {
17142
17747
  "classification": "supported",
@@ -17324,6 +17929,12 @@
17324
17929
  "name": "normalizeSimilarityText",
17325
17930
  "signature": "(value: string) => string | calls: (value: string) => string"
17326
17931
  },
17932
+ {
17933
+ "classification": "supported",
17934
+ "kind": "function",
17935
+ "name": "parseUnknownAuthorHistoryEventCoordinates",
17936
+ "signature": "(values: readonly string[]) => UnknownAuthorHistoryEvent[] | calls: (values: readonly string[]) => UnknownAuthorHistoryEvent[]"
17937
+ },
17327
17938
  {
17328
17939
  "classification": "supported",
17329
17940
  "kind": "value",
@@ -17348,6 +17959,18 @@
17348
17959
  "name": "projectValidateCounts",
17349
17960
  "signature": "(result: ValidateResult) => ValidateCountsResult | calls: (result: ValidateResult) => ValidateCountsResult"
17350
17961
  },
17962
+ {
17963
+ "classification": "supported",
17964
+ "kind": "interface",
17965
+ "name": "ProvenanceResolverHealthOutcome",
17966
+ "signature": "export interface ProvenanceResolverHealthOutcome { harness: string; dimension: string; resolver: string; attempts: number; successes: number; }"
17967
+ },
17968
+ {
17969
+ "classification": "supported",
17970
+ "kind": "interface",
17971
+ "name": "ProvenanceResolverHealthScan",
17972
+ "signature": "export interface ProvenanceResolverHealthScan { outcomes: ProvenanceResolverHealthOutcome[]; warnings: string[]; events_read: number; truncated: boolean; }"
17973
+ },
17351
17974
  {
17352
17975
  "classification": "supported",
17353
17976
  "kind": "interface",
@@ -17360,6 +17983,12 @@
17360
17983
  "name": "ReindexResult",
17361
17984
  "signature": "export interface ReindexResult { ok: boolean; mode: ReindexMode; total_items: number; semantic: { enabled: boolean; stale_items: number; unchanged_items: number; embedded_items: number; vector_upserted: number; batches_completed: number; }; artifacts: { manifest: string; embeddings: string; }; warnings: string[]; generated_at: string; }"
17362
17985
  },
17986
+ {
17987
+ "classification": "supported",
17988
+ "kind": "function",
17989
+ "name": "resolveUnknownAuthorAcknowledgmentSelector",
17990
+ "signature": "(rawEvents: readonly string[], allActionable: boolean) => { events: UnknownAuthorHistoryEvent[]; all_actionable: boolean; } | calls: (rawEvents: readonly string[], allActionable: boolean) => { events: UnknownAuthorHistoryEvent[]; all_actionable: boolean; }"
17991
+ },
17363
17992
  {
17364
17993
  "classification": "supported",
17365
17994
  "kind": "interface",
@@ -17414,6 +18043,12 @@
17414
18043
  "name": "scanMutationSecrets",
17415
18044
  "signature": "(payload: unknown) => SecretGuardFinding[] | calls: (payload: unknown) => SecretGuardFinding[]"
17416
18045
  },
18046
+ {
18047
+ "classification": "supported",
18048
+ "kind": "function",
18049
+ "name": "scanProvenanceResolverHealth",
18050
+ "signature": "(pmRoot: string, eventLimit?: number) => Promise<ProvenanceResolverHealthScan> | calls: (pmRoot: string, eventLimit?: number) => Promise<ProvenanceResolverHealthScan>"
18051
+ },
17417
18052
  {
17418
18053
  "classification": "supported",
17419
18054
  "kind": "function",
@@ -17612,6 +18247,12 @@
17612
18247
  "./sdk/graph": {
17613
18248
  "classification": "supported",
17614
18249
  "symbols": [
18250
+ {
18251
+ "classification": "supported",
18252
+ "kind": "value",
18253
+ "name": "ACTIONABILITY_ORDERING_KINDS",
18254
+ "signature": "readonly string[]"
18255
+ },
17615
18256
  {
17616
18257
  "classification": "supported",
17617
18258
  "kind": "interface",
@@ -17684,6 +18325,18 @@
17684
18325
  "name": "buildRelationshipContext",
17685
18326
  "signature": "(graph: RelationshipGraph, rootId: string, details: readonly RelationshipContextNodeDetails[], options?: RelationshipContextOptions) => RelationshipContextResult | calls: (graph: RelationshipGraph, rootId: string, details: readonly RelationshipContextNodeDetails[], options?: RelationshipContextOptions) => RelationshipContextResult"
17686
18327
  },
18328
+ {
18329
+ "classification": "supported",
18330
+ "kind": "value",
18331
+ "name": "BUILTIN_RELATIONSHIP_KINDS",
18332
+ "signature": "readonly RelationshipKindDefinition[]"
18333
+ },
18334
+ {
18335
+ "classification": "supported",
18336
+ "kind": "function",
18337
+ "name": "canonicalizeRelationshipKind",
18338
+ "signature": "(kind: string) => string | calls: (kind: string) => string"
18339
+ },
17687
18340
  {
17688
18341
  "classification": "supported",
17689
18342
  "kind": "function",
@@ -17696,6 +18349,12 @@
17696
18349
  "name": "collectBlockedByIds",
17697
18350
  "signature": "(item: Pick<ItemMetadata, \"blocked_by\" | \"dependencies\">) => string[] | calls: (item: Pick<ItemMetadata, \"blocked_by\" | \"dependencies\">) => string[]"
17698
18351
  },
18352
+ {
18353
+ "classification": "supported",
18354
+ "kind": "function",
18355
+ "name": "collectBlockedByIdsFromCorpus",
18356
+ "signature": "(item: ItemMetadata, corpus: readonly ItemMetadata[]) => string[] | calls: (item: ItemMetadata, corpus: readonly ItemMetadata[]) => string[]"
18357
+ },
17699
18358
  {
17700
18359
  "classification": "supported",
17701
18360
  "kind": "function",
@@ -17946,7 +18605,7 @@
17946
18605
  "classification": "supported",
17947
18606
  "kind": "interface",
17948
18607
  "name": "GraphAuditResult",
17949
- "signature": "export interface GraphAuditResult { subcommand: \"audit\"; finding_count: number; findings_by_severity: Record<string, number>; findings_by_code: Record<string, number>; affected_subjects_by_severity: Record<string, number>; affected_subjects_by_code: Record<string, number>; profile: RelationshipAuditReport[\"profile\"]; findings?: RelationshipAuditReport[\"findings\"]; baseline?: RelationshipAuditDelta; cache?: GraphCacheMetadata; }"
18608
+ "signature": "export interface GraphAuditResult { subcommand: \"audit\"; finding_count: number; findings_by_severity: Record<string, number>; findings_by_code: Record<string, number>; affected_subjects_by_severity: Record<string, number>; affected_subjects_by_code: Record<string, number>; profile: RelationshipAuditReport[\"profile\"]; legacy_alias_counts?: Record<string, number>; findings?: RelationshipAuditReport[\"findings\"]; baseline?: RelationshipAuditDelta; cache?: GraphCacheMetadata; }"
17950
18609
  },
17951
18610
  {
17952
18611
  "classification": "supported",
@@ -18158,6 +18817,12 @@
18158
18817
  "name": "hierarchyDescendants",
18159
18818
  "signature": "(graph: RelationshipGraph, id: string, options?: GraphTraversalOptions) => RelationshipQueryResult<string[]> | calls: (graph: RelationshipGraph, id: string, options?: GraphTraversalOptions) => RelationshipQueryResult<string[]>"
18160
18819
  },
18820
+ {
18821
+ "classification": "supported",
18822
+ "kind": "function",
18823
+ "name": "indexBlockedByIds",
18824
+ "signature": "(corpus: readonly ItemMetadata[]) => Map<string, string[]> | calls: (corpus: readonly ItemMetadata[]) => Map<string, string[]>"
18825
+ },
18161
18826
  {
18162
18827
  "classification": "supported",
18163
18828
  "kind": "function",
@@ -18752,6 +19417,12 @@
18752
19417
  "name": "resetWorkspaceGraphCache",
18753
19418
  "signature": "() => void | calls: () => void"
18754
19419
  },
19420
+ {
19421
+ "classification": "supported",
19422
+ "kind": "function",
19423
+ "name": "resolveCanonicalRelationshipKind",
19424
+ "signature": "(kind: unknown) => string | undefined | calls: (kind: unknown) => string | undefined"
19425
+ },
18755
19426
  {
18756
19427
  "classification": "supported",
18757
19428
  "kind": "interface",
@@ -18816,7 +19487,7 @@
18816
19487
  "classification": "supported",
18817
19488
  "kind": "interface",
18818
19489
  "name": "WorkspaceRelationshipAssembly",
18819
- "signature": "export interface WorkspaceRelationshipAssembly { graph: RelationshipGraph; details: WorkspaceRelationshipNodeDetails[]; missingIdSet: Set<string>; dangling: DanglingDependencyReferenceSummary; duplicateRows: DuplicateDependencyRow[]; }"
19490
+ "signature": "export interface WorkspaceRelationshipAssembly { graph: RelationshipGraph; details: WorkspaceRelationshipNodeDetails[]; missingIdSet: Set<string>; dangling: DanglingDependencyReferenceSummary; duplicateRows: DuplicateDependencyRow[]; legacyAliasCounts: Record<string, number>; }"
18820
19491
  },
18821
19492
  {
18822
19493
  "classification": "supported",
@@ -18894,7 +19565,7 @@
18894
19565
  "classification": "supported",
18895
19566
  "kind": "interface",
18896
19567
  "name": "ItemDocumentMergeResult",
18897
- "signature": "export interface ItemDocumentMergeResult { merged: string; conflict_fields: string[]; fields_from_theirs: string[]; union_fields: string[]; conflict_decisions: ItemMergeConflictDecision[]; preferred: MergePreferredSide; }"
19568
+ "signature": "export interface ItemDocumentMergeResult { merged: string; conflict_fields: string[]; fields_from_theirs: string[]; union_fields: string[]; conflict_decisions: ItemMergeConflictDecision[]; preferred: MergePreferredSide; conflict_resolution: \"preferred_side\" | \"stable_value_order\"; }"
18898
19569
  },
18899
19570
  {
18900
19571
  "classification": "supported",
@@ -18912,7 +19583,7 @@
18912
19583
  "classification": "supported",
18913
19584
  "kind": "function",
18914
19585
  "name": "listMergeReceipts",
18915
- "signature": "(cwd: string, options?: { includeReconciled?: boolean; }) => Promise<MergeDecisionReceipt[]> | calls: (cwd: string, options?: { includeReconciled?: boolean; }) => Promise<MergeDecisionReceipt[]>"
19586
+ "signature": "(cwd: string, options?: { includeReconciled?: boolean; includeLossless?: boolean; }) => Promise<MergeDecisionReceipt[]> | calls: (cwd: string, options?: { includeReconciled?: boolean; includeLossless?: boolean; }) => Promise<MergeDecisionReceipt[]>"
18916
19587
  },
18917
19588
  {
18918
19589
  "classification": "supported",
@@ -18930,13 +19601,13 @@
18930
19601
  "classification": "supported",
18931
19602
  "kind": "interface",
18932
19603
  "name": "MergeDecisionReceipt",
18933
- "signature": "export interface MergeDecisionReceipt { version: 1; id: string; item_path: string; item_id: string; preferred: MergePreferredSide; fields_from_theirs: string[]; union_fields: string[]; decisions: ItemMergeConflictDecision[]; state: \"pending\" | \"reconciled\"; created_at: string; reconciled_at?: string; }"
19604
+ "signature": "export interface MergeDecisionReceipt { version: 1; id: string; item_path: string; item_id: string; preferred: MergePreferredSide; conflict_resolution: \"preferred_side\" | \"stable_value_order\"; fields_from_theirs: string[]; union_fields: string[]; decisions: ItemMergeConflictDecision[]; state: \"pending\" | \"reconciled\"; created_at: string; reconciled_at?: string; }"
18934
19605
  },
18935
19606
  {
18936
19607
  "classification": "supported",
18937
19608
  "kind": "interface",
18938
19609
  "name": "MergeDecisionReceiptSummary",
18939
- "signature": "export interface MergeDecisionReceiptSummary { receipt_id: string; item_id: string; item_path: string; conflict_fields: string[]; fields_from_theirs: string[]; union_fields: string[]; preferred: MergePreferredSide; decisions: Array<{ field: string; retained_hash: string; discarded_hash: string; }>; }"
19610
+ "signature": "export interface MergeDecisionReceiptSummary { receipt_id: string; item_id: string; item_path: string; conflict_fields: string[]; fields_from_theirs: string[]; union_fields: string[]; preferred: MergePreferredSide; conflict_resolution: \"preferred_side\" | \"stable_value_order\"; decisions: Array<{ field: string; retained_hash: string; discarded_hash: string; }>; }"
18940
19611
  },
18941
19612
  {
18942
19613
  "classification": "supported",
@@ -18960,7 +19631,7 @@
18960
19631
  "classification": "supported",
18961
19632
  "kind": "interface",
18962
19633
  "name": "MergeDriverResult",
18963
- "signature": "export interface MergeDriverResult { ok: boolean; artifact: MergeDriverArtifact; output_path: string; preferred: MergePreferredSide; conflicts: string[]; history?: { strategy: string; common_entries: number; entries_from_ours: number; entries_from_theirs: number; entries_total: number; reanchored: boolean; }; relationship?: { strategy: string; common_entries: number; entries_from_ours: number; entries_from_theirs: number; entries_total: number; reanchored: boolean; }; item?: { fields_from_theirs: string[]; union_fields: string[]; }; json?: { paths_from_theirs: string[]; }; receipt?: MergeDecisionReceiptSummary; guidance: string[]; generated_at: string; }"
19634
+ "signature": "export interface MergeDriverResult { ok: boolean; artifact: MergeDriverArtifact; output_path: string; preferred: MergePreferredSide; conflicts: string[]; history?: { strategy: string; common_entries: number; entries_from_ours: number; entries_from_theirs: number; entries_total: number; reanchored: boolean; }; relationship?: { strategy: string; common_entries: number; entries_from_ours: number; entries_from_theirs: number; entries_total: number; reanchored: boolean; }; item?: { fields_from_theirs: string[]; union_fields: string[]; conflict_resolution: \"stable_value_order\"; }; json?: { paths_from_theirs: string[]; }; receipt?: MergeDecisionReceiptSummary; guidance: string[]; generated_at: string; }"
18964
19635
  },
18965
19636
  {
18966
19637
  "classification": "supported",
@@ -18980,6 +19651,12 @@
18980
19651
  "name": "mergeHistoryStreams",
18981
19652
  "signature": "(baseRaw: string, oursRaw: string, theirsRaw: string) => HistoryMergeResult | calls: (baseRaw: string, oursRaw: string, theirsRaw: string) => HistoryMergeResult"
18982
19653
  },
19654
+ {
19655
+ "classification": "supported",
19656
+ "kind": "interface",
19657
+ "name": "MergeInstallContextResolution",
19658
+ "signature": "export interface MergeInstallContextResolution { pm_root: string; workspace_start: string; source_coordinates_available: boolean; source_context_selected: boolean; source_policy: ReturnType<typeof resolveSourceContextWritePolicy>; }"
19659
+ },
18983
19660
  {
18984
19661
  "classification": "supported",
18985
19662
  "kind": "interface",
@@ -18996,7 +19673,7 @@
18996
19673
  "classification": "supported",
18997
19674
  "kind": "function",
18998
19675
  "name": "mergeItemDocuments",
18999
- "signature": "(baseRaw: string, oursRaw: string, theirsRaw: string, options?: ItemDocumentFormatOptions & { preferred?: MergePreferredSide; }) => ItemDocumentMergeResult | calls: (baseRaw: string, oursRaw: string, theirsRaw: string, options?: ItemDocumentFormatOptions & { preferred?: MergePreferredSide; }) => ItemDocumentMergeResult"
19676
+ "signature": "(baseRaw: string, oursRaw: string, theirsRaw: string, options?: ItemDocumentFormatOptions & { preferred?: MergePreferredSide; conflictResolution?: \"preferred_side\" | \"stable_value_order\"; }) => ItemDocumentMergeResult | calls: (baseRaw: string, oursRaw: string, theirsRaw: string, options?: ItemDocumentFormatOptions & { preferred?: MergePreferredSide; conflictResolution?: \"preferred_side\" | \"stable_value_order\"; }) => ItemDocumentMergeResult"
19000
19677
  },
19001
19678
  {
19002
19679
  "classification": "supported",
@@ -19058,6 +19735,12 @@
19058
19735
  "name": "RelationshipStreamMergeResult",
19059
19736
  "signature": "export interface RelationshipStreamMergeResult { merged: string; strategy: HistoryMergeStrategy; common_entries: number; entries_from_ours: number; entries_from_theirs: number; entries_total: number; reanchored: boolean; }"
19060
19737
  },
19738
+ {
19739
+ "classification": "supported",
19740
+ "kind": "function",
19741
+ "name": "resolveMergeInstallContext",
19742
+ "signature": "(options: { cwd: string; explicitPath?: string; dryRun: boolean; environment: Readonly<Record<string, string | undefined>>; }) => MergeInstallContextResolution | calls: (options: { cwd: string; explicitPath?: string; dryRun: boolean; environment: Readonly<Record<string, string | undefined>>; }) => MergeInstallContextResolution"
19743
+ },
19061
19744
  {
19062
19745
  "classification": "supported",
19063
19746
  "kind": "function",
@@ -20832,13 +21515,13 @@
20832
21515
  "classification": "supported",
20833
21516
  "kind": "interface",
20834
21517
  "name": "CommentsCommandOptions",
20835
- "signature": "export interface CommentsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; includeMeta?: boolean; author?: string; message?: string; force?: boolean; }"
21518
+ "signature": "export interface CommentsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; includeMeta?: boolean; fullHistory?: boolean; author?: string; message?: string; force?: boolean; }"
20836
21519
  },
20837
21520
  {
20838
21521
  "classification": "supported",
20839
21522
  "kind": "interface",
20840
21523
  "name": "CommentsResult",
20841
- "signature": "export interface CommentsResult { id: string; comments: Comment[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; }"
21524
+ "signature": "export interface CommentsResult { id: string; comments: Comment[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; }"
20842
21525
  },
20843
21526
  {
20844
21527
  "classification": "advanced_export",
@@ -20940,7 +21623,7 @@
20940
21623
  "classification": "advanced_export",
20941
21624
  "kind": "interface",
20942
21625
  "name": "ContractsResult",
20943
- "signature": "export interface ContractsResult { schema_version: string | null; schema_id: string | null; selected: { action: string | null; command: string | null; summary: boolean; schema_only: boolean; flags_only: boolean; availability_only: boolean; runtime_only: boolean; command_scoped: boolean; }; actions?: string[]; action_availability?: ContractsActionAvailability[]; commands: string[]; schema?: Record<string, unknown>; schema_omitted_reason?: string; command_flags_omitted_reason?: string; commander_aliases_omitted_reason?: string; command_flags?: CommandFlagSurface[]; list_projections?: ListCommandProjectionSurface[]; command_aliases?: CommandAliasSurface[]; commander_aliases?: Record<string, CommanderOptionAliasContract[]>; extension_commands?: ExtensionCommandContract[]; command_summaries?: CommandSummarySurface[]; output_policy?: { token_estimate: \"ceil(utf8_bytes / 4)\"; degradation_ladder: string[]; allows_unbounded_opt_out: boolean; }; runtime_schema?: { statuses: string[]; open_status: string; close_status: string; canceled_status: string; types: string[]; fields_by_command: Record<string, string[]>; }; extension_contracts?: { capabilities: string[]; services: string[]; policy_modes: string[]; policy_mode_scope: \"extensions.policy.mode\"; policy_surfaces: string[]; trust_modes: string[]; trust_mode_scope: \"extensions.policy.trust_mode\"; sandbox_profiles: string[]; manifest_versions: number[]; compatibility: { current: string; previous: string[]; breaking_strategy: string; }; }; governance_contracts?: { ownership_enforcement_modes: string[]; create_modes: string[]; close_validation_modes: string[]; workflow_enforcement_modes: string[]; }; mcp_tools?: McpToolContract[]; context_intents?: readonly PmContextIntentContract[]; read_output_dimensions?: readonly PmReadOutputSurfaceContract[]; error_codes?: readonly PmErrorCodeContract[]; command_output_contracts?: Array<{ budget: PmCommandOutputBudgetContract; envelope: PmCommandOutputEnvelopeContract; }>; }"
21626
+ "signature": "export interface ContractsResult { schema_version: string | null; schema_id: string | null; selected: { action: string | null; command: string | null; summary: boolean; schema_only: boolean; flags_only: boolean; availability_only: boolean; runtime_only: boolean; command_scoped: boolean; }; actions?: string[]; action_availability?: ContractsActionAvailability[]; commands: string[]; schema?: Record<string, unknown>; schema_omitted_reason?: string; command_flags_omitted_reason?: string; commander_aliases_omitted_reason?: string; command_flags?: CommandFlagSurface[]; list_projections?: ListCommandProjectionSurface[]; command_aliases?: CommandAliasSurface[]; commander_aliases?: Record<string, CommanderOptionAliasContract[]>; extension_commands?: ExtensionCommandContract[]; command_summaries?: CommandSummarySurface[]; output_policy?: { token_estimate: \"ceil(utf8_bytes / 4)\"; degradation_ladder: string[]; allows_unbounded_opt_out: boolean; }; runtime_schema?: { statuses: string[]; open_status: string; close_status: string; canceled_status: string; types: string[]; fields_by_command: Record<string, string[]>; }; relationship_kind_contracts?: Array<{ canonical: string; aliases: string[]; inverse?: string; ordering: boolean; hierarchy: boolean; }>; extension_contracts?: { capabilities: string[]; services: string[]; policy_modes: string[]; policy_mode_scope: \"extensions.policy.mode\"; policy_surfaces: string[]; trust_modes: string[]; trust_mode_scope: \"extensions.policy.trust_mode\"; sandbox_profiles: string[]; manifest_versions: number[]; compatibility: { current: string; previous: string[]; breaking_strategy: string; }; }; governance_contracts?: { ownership_enforcement_modes: string[]; create_modes: string[]; close_validation_modes: string[]; workflow_enforcement_modes: string[]; }; mcp_tools?: McpToolContract[]; context_intents?: readonly PmContextIntentContract[]; read_output_dimensions?: readonly PmReadOutputSurfaceContract[]; error_codes?: readonly PmErrorCodeContract[]; command_output_contracts?: Array<{ budget: PmCommandOutputBudgetContract; envelope: PmCommandOutputEnvelopeContract; }>; command_exit_contracts?: { vocabulary: readonly PmCommandExitOutcomeContract[]; command_sets: Array<{ commands: string[]; exit_codes: PmCommandExitContract[\"exit_codes\"]; }>; }; }"
20944
21627
  },
20945
21628
  {
20946
21629
  "classification": "supported",
@@ -21054,7 +21737,7 @@
21054
21737
  "classification": "supported",
21055
21738
  "kind": "interface",
21056
21739
  "name": "DepsResult",
21057
- "signature": "export interface DepsResult { id: string; format: DepsFormat; node_count: number; edge_count: number; edge_basis: \"deduplicated_directed\"; missing_count: number; missing_scope?: \"traversal\"; missing_reference_count?: number; missing_references?: DanglingDependencyReference[]; truncation?: { reasons: Array<\"max_depth\" | \"node_limit\" | \"edge_limit\" | \"token_budget\">; limits: { max_depth: number; node_limit: number; edge_limit: number; token_budget: number; }; estimated_tokens: number; total_node_count: number; total_edge_count: number; omitted_node_count: number; omitted_edge_count: number; }; tree?: DepsTreeNode; graph?: DepsGraphResult; context?: RelationshipContextResult; projection: OutputProjectionDeclaration; }"
21740
+ "signature": "export interface DepsResult { id: string; format: DepsFormat; node_count: number; edge_count: number; edge_basis: \"deduplicated_directed\"; legacy_alias_counts?: Record<string, number>; missing_count: number; missing_scope?: \"traversal\"; missing_reference_count?: number; missing_references?: DanglingDependencyReference[]; truncation?: { reasons: Array<\"max_depth\" | \"node_limit\" | \"edge_limit\" | \"token_budget\">; limits: { max_depth: number; node_limit: number; edge_limit: number; token_budget: number; }; estimated_tokens: number; total_node_count: number; total_edge_count: number; omitted_node_count: number; omitted_edge_count: number; }; tree?: DepsTreeNode; graph?: DepsGraphResult; context?: RelationshipContextResult; projection: OutputProjectionDeclaration; }"
21058
21741
  },
21059
21742
  {
21060
21743
  "classification": "supported",
@@ -21126,7 +21809,7 @@
21126
21809
  "classification": "supported",
21127
21810
  "kind": "value",
21128
21811
  "name": "EXIT_CODE",
21129
- "signature": "{ readonly SUCCESS: 0; readonly GENERIC_FAILURE: 1; readonly USAGE: 2; readonly NOT_FOUND: 3; readonly CONFLICT: 4; readonly DEPENDENCY_FAILED: 5; }"
21812
+ "signature": "{ readonly SUCCESS: 0; readonly GENERIC_FAILURE: 1; readonly USAGE: 2; readonly NOT_FOUND: 3; readonly CONFLICT: 4; readonly DEPENDENCY_FAILED: 5; readonly NO_EFFECT: 6; readonly PARTIAL_EFFECT: 7; }"
21130
21813
  },
21131
21814
  {
21132
21815
  "classification": "advanced_export",
@@ -21552,13 +22235,13 @@
21552
22235
  "classification": "supported",
21553
22236
  "kind": "interface",
21554
22237
  "name": "LearningsCommandOptions",
21555
- "signature": "export interface LearningsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; author?: string; message?: string; force?: boolean; }"
22238
+ "signature": "export interface LearningsCommandOptions { add?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; fullHistory?: boolean; author?: string; message?: string; force?: boolean; }"
21556
22239
  },
21557
22240
  {
21558
22241
  "classification": "supported",
21559
22242
  "kind": "interface",
21560
22243
  "name": "LearningsResult",
21561
- "signature": "export interface LearningsResult { id: string; learnings: LogNote[]; count: number; }"
22244
+ "signature": "export interface LearningsResult { id: string; learnings: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; }"
21562
22245
  },
21563
22246
  {
21564
22247
  "classification": "advanced_export",
@@ -21780,13 +22463,13 @@
21780
22463
  "classification": "supported",
21781
22464
  "kind": "interface",
21782
22465
  "name": "NotesCommandOptions",
21783
- "signature": "export interface NotesCommandOptions { add?: string; addJson?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; since?: string; eventType?: string; includeMeta?: boolean; author?: string; message?: string; force?: boolean; }"
22466
+ "signature": "export interface NotesCommandOptions { add?: string; addJson?: string; stdin?: boolean; file?: string; edit?: number; delete?: number; limit?: string; since?: string; eventType?: string; includeMeta?: boolean; fullHistory?: boolean; author?: string; message?: string; force?: boolean; }"
21784
22467
  },
21785
22468
  {
21786
22469
  "classification": "supported",
21787
22470
  "kind": "interface",
21788
22471
  "name": "NotesResult",
21789
- "signature": "export interface NotesResult { id: string; notes: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; structured_event_count?: number; }"
22472
+ "signature": "export interface NotesResult { id: string; notes: LogNote[]; count: number; total_count?: number; returned_count?: number; has_more?: boolean; limit?: number; structured_event_count?: number; mutation_receipt?: AnnotationMutationReceipt; omission_receipt?: AnnotationOmissionReceipt; }"
21790
22473
  },
21791
22474
  {
21792
22475
  "classification": "supported",
@@ -21990,7 +22673,7 @@
21990
22673
  "classification": "contract_data",
21991
22674
  "kind": "interface",
21992
22675
  "name": "PmErrorCodeContract",
21993
- "signature": "export interface PmErrorCodeContract { code: string; meaning: string; stability: PmErrorCodeStability; exit_code: 1 | 2 | 3 | 4 | 5; class: PmErrorCodeClass; recovery: string; sources: string[]; emitting_commands: string[]; }"
22676
+ "signature": "export interface PmErrorCodeContract { code: string; meaning: string; stability: PmErrorCodeStability; exit_code: 1 | 2 | 3 | 4 | 5; class: PmErrorCodeClass; recovery: string; sources: string[]; emitting_commands: string[]; canonical_code?: string; aliases?: string[]; }"
21994
22677
  },
21995
22678
  {
21996
22679
  "classification": "supported",
@@ -23824,7 +24507,11 @@
23824
24507
  "field_invalid",
23825
24508
  "field_mcp_input_collision",
23826
24509
  "github_source_entry_unbuilt",
24510
+ "history_author_acknowledge_required_values_missing",
24511
+ "history_author_acknowledge_selector_conflict",
23827
24512
  "history_author_acknowledge_selector_required",
24513
+ "history_author_acknowledge_target_not_actionable",
24514
+ "history_author_acknowledge_target_unreadable",
23828
24515
  "history_drift_chain_mismatch",
23829
24516
  "history_drift_hash_mismatch",
23830
24517
  "history_drift_missing_stream",
@@ -23833,6 +24520,10 @@
23833
24520
  "history_stream_over_compact_threshold",
23834
24521
  "history_target_out_of_range",
23835
24522
  "history_unknown_author_events",
24523
+ "host_environment_capacity_fault",
24524
+ "host_environment_operation_invalid",
24525
+ "host_environment_permission_fault",
24526
+ "host_environment_resource_fault",
23836
24527
  "improvement_metric_contract_conflict",
23837
24528
  "improvement_observation_conflict",
23838
24529
  "init_existing_settings_requires_force",
@@ -23880,7 +24571,9 @@
23880
24571
  "malformed_plan_step_evidence",
23881
24572
  "manifest_capabilities_absent",
23882
24573
  "merge_conflict_markers_detected",
24574
+ "merge_decisions_unreviewed",
23883
24575
  "merge_git_config_unwritable",
24576
+ "merge_reconcile_discards_require_acceptance",
23884
24577
  "merge_root_not_found",
23885
24578
  "missing_directory",
23886
24579
  "missing_lifecycle_target",
@@ -23904,6 +24597,8 @@
23904
24597
  "profile_name_not_normalized",
23905
24598
  "profile_summary_empty",
23906
24599
  "profile_title_empty",
24600
+ "project_runtime_stale_mutation",
24601
+ "project_runtime_stale_read",
23907
24602
  "redundant_edge",
23908
24603
  "reindex_already_running",
23909
24604
  "reserved_item_field",
@@ -23969,6 +24664,7 @@
23969
24664
  "validate_lifecycle_dependency_cycles",
23970
24665
  "validate_lifecycle_dependency_cycles_error",
23971
24666
  "validate_lifecycle_stale_blockers",
24667
+ "validate_merge_decisions_unreviewed",
23972
24668
  "validate_merge_fence_drift",
23973
24669
  "validate_metadata_custom_profile_missing_required_fields",
23974
24670
  "validate_metadata_duplicate_issue_codes",
@@ -24001,6 +24697,9 @@
24001
24697
  "workspace_snapshot_manifest_mismatch",
24002
24698
  "workspace_snapshot_name_reserved_fingerprint",
24003
24699
  "workspace_snapshot_not_found",
24700
+ "workspace_snapshot_permission_denied",
24701
+ "workspace_snapshot_resource_exhausted",
24702
+ "workspace_snapshot_storage_exhausted",
24004
24703
  "wrong_item_type"
24005
24704
  ],
24006
24705
  "package": "@unbrained/pm-cli",