@unbrained/pm-cli 2026.8.7 → 2026.8.8

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 (226) hide show
  1. package/.claude-plugin/marketplace.json +2 -2
  2. package/CHANGELOG.md +35 -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 +155 -691
  11. package/dist/cli-bundle/chunks/chunk-2ZMXX3Q6.js +2068 -0
  12. package/dist/cli-bundle/chunks/chunk-ALDHXLPS.js +3 -0
  13. package/dist/cli-bundle/chunks/chunk-CBLA33YK.js +8 -0
  14. package/dist/cli-bundle/chunks/chunk-GKA54IJM.js +5 -0
  15. package/dist/cli-bundle/chunks/chunk-KRY7SRUO.js +2 -0
  16. package/dist/cli-bundle/chunks/chunk-MNJ4NNSY.js +26 -0
  17. package/dist/cli-bundle/chunks/chunk-NUXRRNAB.js +77 -0
  18. package/dist/cli-bundle/chunks/chunk-OJPCFDDY.js +13 -0
  19. package/dist/cli-bundle/chunks/chunk-PFSD3DAN.js +194 -0
  20. package/dist/cli-bundle/chunks/chunk-QWRRFYK3.js +2 -0
  21. package/dist/cli-bundle/chunks/chunk-SQ7QZFQ6.js +2 -0
  22. package/dist/cli-bundle/chunks/{register-list-query-FJZCJ67O.js → register-list-query-WFZAMJHZ.js} +8 -8
  23. package/dist/cli-bundle/chunks/register-mutation-SOKKOTHQ.js +20 -0
  24. package/dist/cli-bundle/chunks/register-operations-5XQETS6E.js +2 -0
  25. package/dist/cli-bundle/chunks/register-setup-2HL5ZHMK.js +2 -0
  26. package/dist/cli-bundle/focused-chunks/chunk-54EU2UVO.js +2 -0
  27. package/dist/cli-bundle/focused-chunks/{chunk-VZFU2R4M.js → chunk-5FLBTZJQ.js} +2 -2
  28. package/dist/cli-bundle/focused-chunks/chunk-5GJ57YKN.js +2 -0
  29. package/dist/cli-bundle/focused-chunks/{chunk-HNL6IFGS.js → chunk-ANTMGYLI.js} +2 -2
  30. package/dist/cli-bundle/focused-chunks/chunk-CMDS3KYT.js +14 -0
  31. package/dist/cli-bundle/focused-chunks/{chunk-NBJKQP4S.js → chunk-DMKOMTTY.js} +2 -2
  32. package/dist/cli-bundle/focused-chunks/{chunk-CIXVQPB7.js → chunk-F5B3HBEZ.js} +2 -2
  33. package/dist/cli-bundle/focused-chunks/{chunk-R2LEMEV5.js → chunk-FI6DWU2M.js} +2 -2
  34. package/dist/cli-bundle/focused-chunks/{chunk-3K4XV2BF.js → chunk-FNOKJG6N.js} +2 -2
  35. package/dist/cli-bundle/focused-chunks/{chunk-RW5IYD4J.js → chunk-FPDYXZBK.js} +2 -2
  36. package/dist/cli-bundle/focused-chunks/{chunk-QHRTT7WT.js → chunk-GWI6YIKJ.js} +2 -2
  37. package/dist/cli-bundle/focused-chunks/{chunk-MHMTKV5V.js → chunk-HCUC62AB.js} +2 -2
  38. package/dist/cli-bundle/focused-chunks/{chunk-MOTJFQ3F.js → chunk-HGNKPSCB.js} +12 -12
  39. package/dist/cli-bundle/focused-chunks/{chunk-4VJQTS3P.js → chunk-IAS7PMLG.js} +2 -2
  40. package/dist/cli-bundle/focused-chunks/{chunk-TIKDBG4D.js → chunk-PL2EYDJK.js} +27 -27
  41. package/dist/cli-bundle/focused-chunks/chunk-SM2PJGP3.js +2 -0
  42. package/dist/cli-bundle/focused-chunks/{chunk-RPNYG5MO.js → chunk-TCSAPH33.js} +2 -2
  43. package/dist/cli-bundle/focused-chunks/chunk-U646T7Z6.js +18 -0
  44. package/dist/cli-bundle/focused-chunks/chunk-YKPE4PPY.js +2 -0
  45. package/dist/cli-bundle/focused-chunks/{chunk-YZEZAPJK.js → chunk-YSAHYUXX.js} +2 -2
  46. package/dist/cli-bundle/focused-chunks/{chunk-73JUDYXT.js → chunk-ZOLDTUU7.js} +2 -2
  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/output/output.js +9 -2
  60. package/dist/core/sentry/helpers.d.ts +10 -0
  61. package/dist/core/sentry/helpers.js +59 -4
  62. package/dist/core/shared/constants.d.ts +2 -0
  63. package/dist/core/shared/constants.js +4 -2
  64. package/dist/sdk/annotations.d.ts +40 -0
  65. package/dist/sdk/annotations.js +61 -9
  66. package/dist/sdk/author-attribution.d.ts +12 -0
  67. package/dist/sdk/author-attribution.js +73 -11
  68. package/dist/sdk/cli-contracts/command-exit-contracts.d.ts +118 -0
  69. package/dist/sdk/cli-contracts/command-exit-contracts.js +152 -0
  70. package/dist/sdk/cli-contracts/completeness.js +5 -3
  71. package/dist/sdk/cli-contracts/flag-contracts.js +5 -2
  72. package/dist/sdk/cli-contracts/runtime-contracts.d.ts +11 -0
  73. package/dist/sdk/cli-contracts/runtime-contracts.js +29 -2
  74. package/dist/sdk/cli-contracts/tool-parameter-tables.js +15 -2
  75. package/dist/sdk/cli-contracts/tool-schema.d.ts +1 -1
  76. package/dist/sdk/cli-contracts/tool-schema.js +6 -3
  77. package/dist/sdk/comments.d.ts +7 -0
  78. package/dist/sdk/comments.js +2 -2
  79. package/dist/sdk/completion.js +9 -5
  80. package/dist/sdk/contracts.d.ts +1 -0
  81. package/dist/sdk/contracts.js +3 -2
  82. package/dist/sdk/environment/host-environment-errors.d.ts +27 -0
  83. package/dist/sdk/environment/host-environment-errors.js +124 -0
  84. package/dist/sdk/environment/project-runtime-compatibility.d.ts +65 -0
  85. package/dist/sdk/environment/project-runtime-compatibility.js +385 -0
  86. package/dist/sdk/environment/source-context.d.ts +23 -0
  87. package/dist/sdk/environment/source-context.js +29 -0
  88. package/dist/sdk/error-code-catalog.d.ts +6 -0
  89. package/dist/sdk/error-code-catalog.js +62 -8
  90. package/dist/sdk/generated-error-code-catalog.js +629 -3
  91. package/dist/sdk/governance/health.d.ts +11 -3
  92. package/dist/sdk/governance/health.js +5 -5
  93. package/dist/sdk/index.d.ts +7 -3
  94. package/dist/sdk/index.js +9 -5
  95. package/dist/sdk/learnings.d.ts +15 -0
  96. package/dist/sdk/learnings.js +2 -2
  97. package/dist/sdk/lifecycle/close-many.d.ts +6 -1
  98. package/dist/sdk/lifecycle/close-many.js +43 -5
  99. package/dist/sdk/lifecycle/update-many.d.ts +2 -1
  100. package/dist/sdk/lifecycle/update-many.js +29 -5
  101. package/dist/sdk/merge/index.d.ts +1 -1
  102. package/dist/sdk/merge/index.js +3 -3
  103. package/dist/sdk/merge/install.d.ts +21 -0
  104. package/dist/sdk/merge/install.js +50 -20
  105. package/dist/sdk/notes.d.ts +7 -0
  106. package/dist/sdk/notes.js +2 -2
  107. package/dist/sdk/read-output-contracts.js +83 -4
  108. package/dist/sdk/runtime.d.ts +1 -1
  109. package/dist/sdk/runtime.js +9 -25
  110. package/dist/sdk/test/execution.js +4 -2
  111. package/dist/sdk/test/parsers.js +5 -2
  112. package/dist/sdk/workspace-snapshot.d.ts +9 -0
  113. package/dist/sdk/workspace-snapshot.js +48 -16
  114. package/docs/AGENT_RUNTIME_PRIMITIVES.md +11 -4
  115. package/docs/README.md +1 -0
  116. package/docs/RELEASING.md +27 -2
  117. package/docs/SCRIPTING.md +27 -1
  118. package/docs/SDK_CONTEXT_INTEGRITY.md +66 -0
  119. package/docs/SDK_RUNTIME_BOUNDARIES.md +58 -0
  120. package/docs/SELF_DESCRIBING_CONTEXT_CONTRACTS.md +13 -0
  121. package/docs/TESTING.md +17 -0
  122. package/marketplace.json +2 -2
  123. package/package.json +5 -3
  124. package/packages/pm-beads/package.json +1 -1
  125. package/packages/pm-calendar/package.json +1 -1
  126. package/packages/pm-command-kit/package.json +1 -1
  127. package/packages/pm-digital-twin/package.json +1 -1
  128. package/packages/pm-governance-audit/package.json +1 -1
  129. package/packages/pm-guide-shell/package.json +1 -1
  130. package/packages/pm-kanban/package.json +1 -1
  131. package/packages/pm-lifecycle-hooks/package.json +1 -1
  132. package/packages/pm-linked-test-adapters/package.json +1 -1
  133. package/packages/pm-search-advanced/package.json +1 -1
  134. package/packages/pm-templates/package.json +1 -1
  135. package/packages/pm-todos/package.json +1 -1
  136. package/packages/pm-vcs/package.json +1 -1
  137. package/plugins/pm-claude/.claude-plugin/plugin.json +1 -1
  138. package/plugins/pm-codex/.codex-plugin/plugin.json +1 -1
  139. package/sdk/public-surface.json +529 -34
  140. package/dist/cli-bundle/chunks/append-7BXBFDGD.js +0 -2
  141. package/dist/cli-bundle/chunks/chunk-2AXF3VSK.js +0 -2
  142. package/dist/cli-bundle/chunks/chunk-2XS43CCV.js +0 -2
  143. package/dist/cli-bundle/chunks/chunk-3A6KWB72.js +0 -8
  144. package/dist/cli-bundle/chunks/chunk-3ISTDB42.js +0 -8
  145. package/dist/cli-bundle/chunks/chunk-4MTI7XOV.js +0 -5
  146. package/dist/cli-bundle/chunks/chunk-6BX5UDCN.js +0 -3
  147. package/dist/cli-bundle/chunks/chunk-6QPO7KLR.js +0 -2
  148. package/dist/cli-bundle/chunks/chunk-7MXHZHSQ.js +0 -5
  149. package/dist/cli-bundle/chunks/chunk-7ZPMJW4U.js +0 -2
  150. package/dist/cli-bundle/chunks/chunk-A6KGKEWT.js +0 -2
  151. package/dist/cli-bundle/chunks/chunk-AGYNSNCI.js +0 -2
  152. package/dist/cli-bundle/chunks/chunk-B4H7FEFH.js +0 -5
  153. package/dist/cli-bundle/chunks/chunk-B4KLBBMN.js +0 -2
  154. package/dist/cli-bundle/chunks/chunk-BXCSXK4J.js +0 -2
  155. package/dist/cli-bundle/chunks/chunk-CALJHNBL.js +0 -23
  156. package/dist/cli-bundle/chunks/chunk-CFIGP5LY.js +0 -2
  157. package/dist/cli-bundle/chunks/chunk-CHOQ2VAW.js +0 -2
  158. package/dist/cli-bundle/chunks/chunk-CS6MRHG7.js +0 -2
  159. package/dist/cli-bundle/chunks/chunk-CUGNQQKH.js +0 -2
  160. package/dist/cli-bundle/chunks/chunk-D4FPS43D.js +0 -164
  161. package/dist/cli-bundle/chunks/chunk-E2ZSLTOP.js +0 -2
  162. package/dist/cli-bundle/chunks/chunk-FB7G2HY2.js +0 -2
  163. package/dist/cli-bundle/chunks/chunk-H5Y5YE6A.js +0 -2
  164. package/dist/cli-bundle/chunks/chunk-H5Y6UV6E.js +0 -2
  165. package/dist/cli-bundle/chunks/chunk-H7KGWPDF.js +0 -2
  166. package/dist/cli-bundle/chunks/chunk-HFSD77TQ.js +0 -2
  167. package/dist/cli-bundle/chunks/chunk-HX2GTA6L.js +0 -2
  168. package/dist/cli-bundle/chunks/chunk-J2IEKAVR.js +0 -2
  169. package/dist/cli-bundle/chunks/chunk-JC6FKIFM.js +0 -2
  170. package/dist/cli-bundle/chunks/chunk-K44PYFXH.js +0 -2
  171. package/dist/cli-bundle/chunks/chunk-K4KGEEBT.js +0 -2
  172. package/dist/cli-bundle/chunks/chunk-KFLK5TRH.js +0 -21
  173. package/dist/cli-bundle/chunks/chunk-KL6IEBV2.js +0 -2
  174. package/dist/cli-bundle/chunks/chunk-KWQZDZSS.js +0 -2
  175. package/dist/cli-bundle/chunks/chunk-KZ4X3DGU.js +0 -3
  176. package/dist/cli-bundle/chunks/chunk-LD77HJMQ.js +0 -13
  177. package/dist/cli-bundle/chunks/chunk-LEPJJ6QC.js +0 -2
  178. package/dist/cli-bundle/chunks/chunk-ME2JJ4LA.js +0 -3
  179. package/dist/cli-bundle/chunks/chunk-NE5VRDAI.js +0 -2
  180. package/dist/cli-bundle/chunks/chunk-NFLJ3FHD.js +0 -2
  181. package/dist/cli-bundle/chunks/chunk-NG6OXIBR.js +0 -19
  182. package/dist/cli-bundle/chunks/chunk-NYIGHWQY.js +0 -8
  183. package/dist/cli-bundle/chunks/chunk-NZ75GNSA.js +0 -2
  184. package/dist/cli-bundle/chunks/chunk-PCJWJNC2.js +0 -2
  185. package/dist/cli-bundle/chunks/chunk-PD3225AM.js +0 -2
  186. package/dist/cli-bundle/chunks/chunk-PDEGKG7P.js +0 -2
  187. package/dist/cli-bundle/chunks/chunk-PIE5HBNA.js +0 -2
  188. package/dist/cli-bundle/chunks/chunk-PW2H7YJR.js +0 -56
  189. package/dist/cli-bundle/chunks/chunk-RSIC5OPE.js +0 -2
  190. package/dist/cli-bundle/chunks/chunk-TPKN3S7S.js +0 -2
  191. package/dist/cli-bundle/chunks/chunk-TPXAXTCO.js +0 -2
  192. package/dist/cli-bundle/chunks/chunk-UFWUJO4V.js +0 -2
  193. package/dist/cli-bundle/chunks/chunk-UQLZQVFW.js +0 -55
  194. package/dist/cli-bundle/chunks/chunk-VT3Z5G7D.js +0 -2
  195. package/dist/cli-bundle/chunks/chunk-WOD3WWUN.js +0 -2
  196. package/dist/cli-bundle/chunks/chunk-WSJEIGJF.js +0 -3
  197. package/dist/cli-bundle/chunks/chunk-WYNUU7ZW.js +0 -2008
  198. package/dist/cli-bundle/chunks/chunk-YGPNCCXZ.js +0 -2
  199. package/dist/cli-bundle/chunks/close-CMY3BAUG.js +0 -2
  200. package/dist/cli-bundle/chunks/close-many-SA4XZCTK.js +0 -2
  201. package/dist/cli-bundle/chunks/comments-EZ556ZD3.js +0 -2
  202. package/dist/cli-bundle/chunks/copy-ZSGPA52X.js +0 -2
  203. package/dist/cli-bundle/chunks/create-I5DVV4YG.js +0 -2
  204. package/dist/cli-bundle/chunks/delete-RL3JACSW.js +0 -2
  205. package/dist/cli-bundle/chunks/deps-S7UBCECS.js +0 -2
  206. package/dist/cli-bundle/chunks/docs-ZZNVBBYO.js +0 -2
  207. package/dist/cli-bundle/chunks/files-27C337VT.js +0 -2
  208. package/dist/cli-bundle/chunks/focus-5Z2SG7LU.js +0 -2
  209. package/dist/cli-bundle/chunks/history-compact-HJQK67CZ.js +0 -2
  210. package/dist/cli-bundle/chunks/history-redact-PWC6PDWA.js +0 -2
  211. package/dist/cli-bundle/chunks/history-repair-N3CY4WBF.js +0 -2
  212. package/dist/cli-bundle/chunks/learnings-4FH23XDT.js +0 -2
  213. package/dist/cli-bundle/chunks/profile-5Y5XXH5N.js +0 -2
  214. package/dist/cli-bundle/chunks/register-mutation-YGYPW3BL.js +0 -20
  215. package/dist/cli-bundle/chunks/register-operations-WMDSUMQF.js +0 -2
  216. package/dist/cli-bundle/chunks/register-setup-DL7FFABC.js +0 -2
  217. package/dist/cli-bundle/chunks/restore-6KYBV5BY.js +0 -2
  218. package/dist/cli-bundle/chunks/schema-EQGKBYXJ.js +0 -2
  219. package/dist/cli-bundle/chunks/update-QVTYOD6I.js +0 -2
  220. package/dist/cli-bundle/chunks/update-many-DJSBU525.js +0 -2
  221. package/dist/cli-bundle/focused-chunks/chunk-2ECLECMK.js +0 -12
  222. package/dist/cli-bundle/focused-chunks/chunk-4EX25PXM.js +0 -8
  223. package/dist/cli-bundle/focused-chunks/chunk-DLTS3IHM.js +0 -2
  224. package/dist/cli-bundle/focused-chunks/chunk-DQ6FKGL3.js +0 -14
  225. package/dist/cli-bundle/focused-chunks/chunk-JLG2C4EQ.js +0 -2
  226. package/dist/cli-bundle/focused-chunks/chunk-ZJIMJHDB.js +0 -2
@@ -1,2 +1,2 @@
1
- import{s as r,t as T,u as j,v as q,w as f}from"./focused-chunks/chunk-TIKDBG4D.js";import"./focused-chunks/chunk-NBJKQP4S.js";import"./focused-chunks/chunk-4VJQTS3P.js";import"./focused-chunks/chunk-73JUDYXT.js";import{V as A,W as B,X as C,n as k,o as v,p as E,q as R,r as U,y as z}from"./focused-chunks/chunk-DQ6FKGL3.js";import"./focused-chunks/chunk-MHMTKV5V.js";import{$ as x,X as n,Y as d,Z as p,_ as s,aa as i,ba as l,ca as m,da as u,ea as a,fa as c,ga as g,ha as y,ia as b,qa as w,ra as h,sa as D,ta as I,ua as _}from"./focused-chunks/chunk-2ECLECMK.js";import"./focused-chunks/chunk-QHRTT7WT.js";import"./focused-chunks/chunk-DLTS3IHM.js";import"./focused-chunks/chunk-4EX25PXM.js";import"./focused-chunks/chunk-MOTJFQ3F.js";import"./focused-chunks/chunk-RW5IYD4J.js";import"./focused-chunks/chunk-R2LEMEV5.js";import"./focused-chunks/chunk-ZJIMJHDB.js";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},o=new e.Error().stack;o&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[o]="708c1c46-ce32-56ff-812f-71f825ad7ec4")}catch{}})();export{k as HISTORY_AUTHOR_ATTRIBUTION_BASELINE,n as PM_MUTATION_ACTION_CONTRACTS,q as _testOnlyHealthCommand,h as _testOnlySimilarity,B as _testOnlyValidateCommand,U as acknowledgeUnknownAuthorHistoryEvents,v as classifyHistoryAuthorEvent,p as evaluateMutationGuard,_ as evaluateSimilarityGovernance,I as findDuplicateClusters,D as findSimilarItems,i as getMutationActionContract,E as inspectHistoryAuthorStream,y as inspectStaleInProgressItems,s as isMutationAction,a as jaccardSimilarity,x as listMutationActions,l as normalizeSimilarityText,u as prepareSimilarityText,A as projectValidateCounts,T as runGc,j as runHealth,f as runReindex,r as runUpgrade,C as runValidate,R as scanHistoryAuthorAttribution,d as scanMutationSecrets,b as scanStaleInProgressItems,z as scanStorageIntegrity,c as scoreItemSimilarity,g as scorePreparedItemSimilarity,w as similarityAdvisoryWarnings,m as tokenizeSimilarityText};
1
+ import{s as r,t as T,u as A,v as B,w as f}from"./focused-chunks/chunk-PL2EYDJK.js";import"./focused-chunks/chunk-DMKOMTTY.js";import{K as k,L as v,M as E,N as R,O as U,P as j,Q as q,R as z,Y as C,ta as F,ua as G,va as H}from"./focused-chunks/chunk-CMDS3KYT.js";import"./focused-chunks/chunk-IAS7PMLG.js";import"./focused-chunks/chunk-ZOLDTUU7.js";import"./focused-chunks/chunk-HCUC62AB.js";import{a as w,b as h,c as D,d as I,e as _}from"./focused-chunks/chunk-5GJ57YKN.js";import{ia as n,ja as d,ka as p,la as s,ma as x,na as i,oa as l,pa as m,qa as u,ra as a,sa as c,ta as g,ua as y,va as b}from"./focused-chunks/chunk-U646T7Z6.js";import"./focused-chunks/chunk-GWI6YIKJ.js";import"./focused-chunks/chunk-SM2PJGP3.js";import"./focused-chunks/chunk-HGNKPSCB.js";import"./focused-chunks/chunk-FPDYXZBK.js";import"./focused-chunks/chunk-FI6DWU2M.js";import"./focused-chunks/chunk-54EU2UVO.js";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},o=new e.Error().stack;o&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[o]="708c1c46-ce32-56ff-812f-71f825ad7ec4")}catch{}})();export{k as HISTORY_AUTHOR_ATTRIBUTION_BASELINE,n as PM_MUTATION_ACTION_CONTRACTS,B as _testOnlyHealthCommand,h as _testOnlySimilarity,G as _testOnlyValidateCommand,z as acknowledgeUnknownAuthorHistoryEvents,q as acknowledgeUnknownAuthorHistoryEventsFromTransport,v as classifyHistoryAuthorEvent,p as evaluateMutationGuard,_ as evaluateSimilarityGovernance,I as findDuplicateClusters,D as findSimilarItems,i as getMutationActionContract,E as inspectHistoryAuthorStream,y as inspectStaleInProgressItems,s as isMutationAction,a as jaccardSimilarity,x as listMutationActions,l as normalizeSimilarityText,j as parseUnknownAuthorHistoryEventCoordinates,u as prepareSimilarityText,F as projectValidateCounts,U as resolveUnknownAuthorAcknowledgmentSelector,T as runGc,A as runHealth,f as runReindex,r as runUpgrade,H as runValidate,R as scanHistoryAuthorAttribution,d as scanMutationSecrets,b as scanStaleInProgressItems,C as scanStorageIntegrity,c as scoreItemSimilarity,g as scorePreparedItemSimilarity,w as similarityAdvisoryWarnings,m as tokenizeSimilarityText};
2
2
  //# sourceMappingURL=sdk-governance.js.map
@@ -1,2 +1,2 @@
1
- import{B as ne,C as ie,D as se,E as oe,F as ae,G as pe,H as de,I as ce,J as le,K as he,L as fe,M as ge,N as ue,O as me,P as ye,Q as we,R as be,a as Ie,b as De,c as Te,d as Ce,e as $e,f as Oe,g as H,h as B,i as W,j,k as z,l as F,m as U,n as L,o as V,p as K,q,r as J,s as Z,t as Q,u as X,v as Y,w as ee,x as te,y as re,z as He}from"./focused-chunks/chunk-RPNYG5MO.js";import{c as O,d as P,e as N,f as M,g as v,h as k}from"./focused-chunks/chunk-MHMTKV5V.js";import{a as Pe,b as Ne,c as Me,d as ve}from"./focused-chunks/chunk-VZFU2R4M.js";import"./focused-chunks/chunk-MOTJFQ3F.js";import{$ as _,aa as S,ba as Ee,ca as Se,da as f,ea as xe}from"./focused-chunks/chunk-RW5IYD4J.js";import"./focused-chunks/chunk-R2LEMEV5.js";import{aa as b,la as $}from"./focused-chunks/chunk-ZJIMJHDB.js";import{createHash as Re}from"node:crypto";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="4586a8b2-07c8-53d4-9c5d-ca557ee07977")}catch{}})();var A=1;function g(e){e?.throwIfAborted()}function l(e,t){if(typeof e!="string"||e.trim().length===0)throw new TypeError(`Relationship graph ${t} must be non-empty`);return e.trim()}function u(e,t,r={}){let n=Date.parse(r.createdAt??new Date().toISOString());if(!Number.isFinite(n))throw new TypeError("Relationship graph createdAt must be a valid timestamp");let i=e.nodes(),a=e.edges(),s=t.list();return Object.freeze({version:A,fingerprint:Re("sha256").update(b({nodes:i,edges:a,kinds:s})).digest("hex"),created_at:new Date(n).toISOString(),nodes:i,edges:a,kinds:s})}function _e(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function y(e){if(!_e(e))throw new TypeError("Relationship graph snapshot must be an object");if(e.version!==A)throw new TypeError(`Unsupported relationship graph snapshot version: ${String(e.version)}`);if(!Array.isArray(e.nodes)||e.nodes.some(i=>typeof i!="string"))throw new TypeError("Relationship graph snapshot nodes must be strings");if(!Array.isArray(e.edges)||!Array.isArray(e.kinds))throw new TypeError("Relationship graph snapshot edges and kinds must be arrays");if(typeof e.created_at!="string"||!Number.isFinite(Date.parse(e.created_at)))throw new TypeError("Relationship graph snapshot created_at must be valid");if(typeof e.fingerprint!="string")throw new TypeError("Relationship graph snapshot fingerprint must be a string");let t=new _([]);for(let i of e.kinds)t.register(i);let r=new f(e.nodes,e.edges,t),n=u(r,t,{createdAt:e.created_at});if(n.fingerprint!==e.fingerprint)throw new TypeError("Relationship graph snapshot fingerprint mismatch");return{snapshot:n,registry:t,graph:r}}async function c(e,t){l(e.name,"adapter name");let r=l(t.workspace,"workspace");g(t.signal);let n=await e.read({...t,workspace:r});return g(t.signal),n===null?null:y(n)}async function R(e,t){let r=l(t.workspace,"workspace"),n=y(t.snapshot).snapshot,i=await c(e,{workspace:r,signal:t.signal});if(i?.snapshot.fingerprint===n.fingerprint)return{adapter:e.name,workspace:r,disposition:"current",fingerprint:n.fingerprint,previous_fingerprint:i.snapshot.fingerprint,node_count:n.nodes.length,edge_count:n.edges.length};if(g(t.signal),await e.replace({workspace:r,signal:t.signal,snapshot:n,expected_fingerprint:i?.snapshot.fingerprint??null}),(await c(e,{workspace:r,signal:t.signal}))?.snapshot.fingerprint!==n.fingerprint)throw new Error(`Relationship graph adapter "${e.name}" did not expose the replaced snapshot`);return{adapter:e.name,workspace:r,disposition:"written",fingerprint:n.fingerprint,...i?{previous_fingerprint:i.snapshot.fingerprint}:{},node_count:n.nodes.length,edge_count:n.edges.length}}function ke(e,t={}){let r=e.map(y),n=new Map;for(let s of r)for(let o of s.snapshot.kinds){let d=n.get(o.kind);if(d&&b(d)!==b(o))throw new TypeError(`Conflicting federated relationship kind: ${o.kind}`);n.set(o.kind,o)}let i=new _([...n.values()].sort((s,o)=>s.kind.localeCompare(o.kind))),a=new f(new Set(r.flatMap(s=>[...s.snapshot.nodes])),r.flatMap(s=>[...s.snapshot.edges]),i);return u(a,i,t)}var m=class{name;#e=new Map;constructor(t="memory"){this.name=l(t,"adapter name")}async read(t){g(t.signal);let r=this.#e.get(l(t.workspace,"workspace"));return r?structuredClone(r):null}async replace(t){g(t.signal);let r=l(t.workspace,"workspace"),n=this.#e.get(r);if(t.expected_fingerprint!==void 0&&(n?.fingerprint??null)!==t.expected_fingerprint)throw new Error(`Relationship graph adapter conflict for ${r}`);this.#e.set(r,structuredClone(y(t.snapshot).snapshot))}async clear(t){g(t.signal);let r=l(t.workspace,"workspace"),n=this.#e.get(r);if(t.expected_fingerprint!==void 0&&(n?.fingerprint??null)!==t.expected_fingerprint)throw new Error(`Relationship graph adapter conflict for ${r}`);this.#e.delete(r)}};(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="423d6e5d-93e5-5f29-93e0-11ddca9c3156")}catch{}})();function x(e,t){if(!Number.isInteger(e)||e<1)throw new TypeError(`Relationship graph ${t} must be a positive integer`);return e}function Ae(e){let t=x(e.nodeCount,"nodeCount"),r=x(e.edgeStride??1,"edgeStride"),n=e.topology??"chain";if(!["chain","star","disconnected"].includes(n))throw new TypeError(`Unsupported relationship graph topology: ${n}`);let i=(e.kind??"related").trim(),a=(e.idPrefix??"node").trim();if(!i||!a)throw new TypeError("Relationship graph kind and idPrefix must be non-empty");let s=n==="disconnected"?0:Math.floor((t-1)/r);return{node_count:t,edge_count:s,edge_basis:"fixture_generated",nodes:{*[Symbol.iterator](){for(let o=0;o<t;o+=1)yield`${a}-${o}`}},edges:{*[Symbol.iterator](){if(n!=="disconnected")for(let o=r;o<t;o+=r)yield{source:`${a}-${n==="star"?0:o-r}`,target:`${a}-${o}`,kind:i}}}}}function h(e,t){if(!e)throw new Error(`Relationship graph adapter conformance: ${t}`)}async function I(e,t={}){let r=t.workspace?.trim()||"pm-graph-conformance",n=S(),i=u(new f(["a","b"],[{source:"a",target:"b",kind:"related"}],n),n,{createdAt:"2026-01-01T00:00:00.000Z"}),a=u(new f(["a","b","c"],[{source:"a",target:"b",kind:"related"},{source:"b",target:"c",kind:"blocked_by"}],n),n,{createdAt:"2026-01-02T00:00:00.000Z"}),s=[];h(await c(e,{workspace:r})===null,"workspace must start empty"),s.push({name:"empty-read",passed:!0});let o=await R(e,{workspace:r,snapshot:i});h(o.disposition==="written","first sync must write"),s.push({name:"atomic-replace",passed:!0}),(await e.read({workspace:r})).nodes.push("mutated-reader-copy"),h((await c(e,{workspace:r}))?.snapshot.nodes.length===2,"reads must not mutate stored state"),s.push({name:"read-isolation",passed:!0}),h((await R(e,{workspace:r,snapshot:i})).disposition==="current","identical sync must be idempotent"),s.push({name:"idempotent-sync",passed:!0}),await e.replace({workspace:r,snapshot:a,expected_fingerprint:i.fingerprint}),h((await c(e,{workspace:r}))?.snapshot.fingerprint===a.fingerprint,"replacement must become visible"),s.push({name:"replacement-visibility",passed:!0});let w=!1;try{await e.replace({workspace:r,snapshot:i,expected_fingerprint:i.fingerprint})}catch{w=!0}return h(w,"stale compare-and-swap must fail"),s.push({name:"stale-cas",passed:!0}),e.clear&&(await e.clear({workspace:r,expected_fingerprint:a.fingerprint}),h(await c(e,{workspace:r})===null,"clear must remove the workspace"),s.push({name:"clear",passed:!0})),{adapter:e.name,workspace:r,cases:Object.freeze(s),clear_supported:e.clear!==void 0}}function Ge(e){return I(new m,e?{workspace:e}:{})}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="2c3df51e-6b10-5da6-8340-126465d9c434")}catch{}})();import{createHash as D}from"node:crypto";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="54a3448c-719c-5404-a9b9-c3072a2fdce2")}catch{}})();function T(e,t){if(typeof e!="string"||e.trim().length===0)throw new TypeError(`Relationship backfill ${t} must be non-empty`);return e.trim()}function pt(e,t){let r=T(t.migrationId,"migrationId"),n=T(t.author,"author"),i=Date.parse(t.timestamp);if(!Number.isFinite(i))throw new TypeError("Relationship backfill timestamp must be valid");let a=new Date(i).toISOString(),s=k(e,void 0,t.registry),o=s.graph.nodes(),d=s.graph.edges().map(p=>{let E=D("sha256").update(JSON.stringify([r,p.kind,p.source,p.target,p.createdAt??null,p.author??null,p.payload??null])).digest("hex").slice(0,24);return Object.freeze({eventId:`backfill:${r}:${E}`,relationshipId:`migration:${r}:${E}`,action:"add",edge:p,author:n,timestamp:a,reason:`Backfill ${r} from legacy item metadata`})}),w=D("sha256").update(JSON.stringify({migrationId:r,nodes:o,events:d})).digest("hex"),C=new Set([...t.existingEventIds??[]].filter(p=>typeof p=="string").map(p=>p.trim()).filter(Boolean)),G=d.filter(p=>!C.has(p.eventId));return Object.freeze({migration_id:r,fingerprint:w,nodes:o,events:Object.freeze(G),edge_count:d.length,skipped_existing_count:d.length-G.length,duplicate_dependency_rows:s.duplicateRows.length,dangling_reference_count:s.dangling.active.length+s.dangling.legacy_terminal.length})}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="b6d6f773-8336-5e0e-8dfb-d5729caa18d9")}catch{}})();export{ae as GRAPH_DURABLE_CACHE_MIN_ITEMS,oe as GRAPH_DURABLE_CACHE_VERSION,$ as GRAPH_SUBCOMMAND_VALUES,m as MemoryRelationshipGraphAdapter,A as RELATIONSHIP_GRAPH_SNAPSHOT_VERSION,Ie as RelationshipEventLog,De as RelationshipEventStore,f as RelationshipGraph,_ as RelationshipKindRegistry,ee as WorkspaceGraphCache,Ce as analyzeGraphImpact,$e as analyzeKnowledgeGraph,Te as analyzeRelationshipExecution,se as analyzeRelationshipSchedule,k as assembleWorkspaceRelationshipGraph,Ge as assertMemoryRelationshipGraphAdapterConformance,Se as assertRelationshipEdgeAllowed,I as assertRelationshipGraphAdapterConformance,Z as auditWorkspaceRelationshipGraph,He as buildRelationshipContext,he as clearDurableGraphCache,Pe as collectBlockedByIds,M as collectDanglingDependencyReferences,Me as collectDependencyBlockedIds,N as collectDuplicateDependencyRows,J as collectDuplicateRelationshipEdgeGroups,v as collectMissingDependencyTargetIds,X as collectNewOrderingCycleWarnings,K as collectOrderingCycles,Oe as compareRelationshipSnapshots,ve as computeActionabilityReport,ne as computeRelationshipCentrality,V as computeRelationshipDominators,Y as computeWorkspaceGraphFingerprint,Ae as createRelationshipGraphScaleFixture,u as createRelationshipGraphSnapshot,S as createRelationshipKindRegistry,xe as dependencyToRelationship,U as detectRelationshipCommunities,Q as diffRelationshipAuditSnapshots,pe as durableGraphCachePath,fe as durableGraphCacheStatus,z as enumerateRelationshipPaths,ke as federateRelationshipGraphSnapshots,L as findRedundantRelationshipEdges,ie as findRelationshipCutStructure,F as forEachMatchedRelationshipEdge,q as formatDuplicateEdgeGroup,de as graphAuditBaselinePath,H as hierarchyAncestors,B as hierarchyDescendants,Ee as isOrderingRelationshipKind,ue as loadGraphAuditBaseline,c as loadRelationshipGraphAdapter,O as normalizeDependencyGraphTarget,ce as openDurableGraphCache,W as orderingPredecessors,j as orderingSuccessors,we as parseGraphSubcommand,y as parseRelationshipGraphSnapshot,le as persistDurableGraphResult,pt as planRelationshipEventBackfill,ye as planRelationshipRemediation,re as resetWorkspaceGraphCache,Ne as resolveItemBlockers,P as resolveWorkspaceRelationshipKindRegistry,be as runGraph,me as saveGraphAuditBaseline,ge as shouldPersistDurableGraphCache,R as syncRelationshipGraphAdapter,te as workspaceGraphCache};
1
+ import{B as ne,C as ie,D as se,E as oe,F as ae,G as pe,H as de,I as ce,J as le,K as he,L as fe,M as ge,N as ue,O as me,P as ye,Q as we,R as be,a as Ie,b as De,c as Te,d as Ce,e as $e,f as Oe,g as H,h as B,i as W,j,k as z,l as F,m as U,n as L,o as V,p as K,q,r as J,s as Z,t as Q,u as X,v as Y,w as ee,x as te,y as re,z as He}from"./focused-chunks/chunk-TCSAPH33.js";import{c as O,d as P,e as N,f as M,g as v,h as k}from"./focused-chunks/chunk-HCUC62AB.js";import{a as Pe,b as Ne,c as Me,d as ve}from"./focused-chunks/chunk-5FLBTZJQ.js";import"./focused-chunks/chunk-HGNKPSCB.js";import{$ as _,aa as S,ba as Ee,ca as Se,da as f,ea as xe}from"./focused-chunks/chunk-FPDYXZBK.js";import"./focused-chunks/chunk-FI6DWU2M.js";import{aa as b,la as $}from"./focused-chunks/chunk-54EU2UVO.js";import{createHash as Re}from"node:crypto";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="4586a8b2-07c8-53d4-9c5d-ca557ee07977")}catch{}})();var A=1;function g(e){e?.throwIfAborted()}function l(e,t){if(typeof e!="string"||e.trim().length===0)throw new TypeError(`Relationship graph ${t} must be non-empty`);return e.trim()}function u(e,t,r={}){let n=Date.parse(r.createdAt??new Date().toISOString());if(!Number.isFinite(n))throw new TypeError("Relationship graph createdAt must be a valid timestamp");let i=e.nodes(),a=e.edges(),s=t.list();return Object.freeze({version:A,fingerprint:Re("sha256").update(b({nodes:i,edges:a,kinds:s})).digest("hex"),created_at:new Date(n).toISOString(),nodes:i,edges:a,kinds:s})}function _e(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function y(e){if(!_e(e))throw new TypeError("Relationship graph snapshot must be an object");if(e.version!==A)throw new TypeError(`Unsupported relationship graph snapshot version: ${String(e.version)}`);if(!Array.isArray(e.nodes)||e.nodes.some(i=>typeof i!="string"))throw new TypeError("Relationship graph snapshot nodes must be strings");if(!Array.isArray(e.edges)||!Array.isArray(e.kinds))throw new TypeError("Relationship graph snapshot edges and kinds must be arrays");if(typeof e.created_at!="string"||!Number.isFinite(Date.parse(e.created_at)))throw new TypeError("Relationship graph snapshot created_at must be valid");if(typeof e.fingerprint!="string")throw new TypeError("Relationship graph snapshot fingerprint must be a string");let t=new _([]);for(let i of e.kinds)t.register(i);let r=new f(e.nodes,e.edges,t),n=u(r,t,{createdAt:e.created_at});if(n.fingerprint!==e.fingerprint)throw new TypeError("Relationship graph snapshot fingerprint mismatch");return{snapshot:n,registry:t,graph:r}}async function c(e,t){l(e.name,"adapter name");let r=l(t.workspace,"workspace");g(t.signal);let n=await e.read({...t,workspace:r});return g(t.signal),n===null?null:y(n)}async function R(e,t){let r=l(t.workspace,"workspace"),n=y(t.snapshot).snapshot,i=await c(e,{workspace:r,signal:t.signal});if(i?.snapshot.fingerprint===n.fingerprint)return{adapter:e.name,workspace:r,disposition:"current",fingerprint:n.fingerprint,previous_fingerprint:i.snapshot.fingerprint,node_count:n.nodes.length,edge_count:n.edges.length};if(g(t.signal),await e.replace({workspace:r,signal:t.signal,snapshot:n,expected_fingerprint:i?.snapshot.fingerprint??null}),(await c(e,{workspace:r,signal:t.signal}))?.snapshot.fingerprint!==n.fingerprint)throw new Error(`Relationship graph adapter "${e.name}" did not expose the replaced snapshot`);return{adapter:e.name,workspace:r,disposition:"written",fingerprint:n.fingerprint,...i?{previous_fingerprint:i.snapshot.fingerprint}:{},node_count:n.nodes.length,edge_count:n.edges.length}}function ke(e,t={}){let r=e.map(y),n=new Map;for(let s of r)for(let o of s.snapshot.kinds){let d=n.get(o.kind);if(d&&b(d)!==b(o))throw new TypeError(`Conflicting federated relationship kind: ${o.kind}`);n.set(o.kind,o)}let i=new _([...n.values()].sort((s,o)=>s.kind.localeCompare(o.kind))),a=new f(new Set(r.flatMap(s=>[...s.snapshot.nodes])),r.flatMap(s=>[...s.snapshot.edges]),i);return u(a,i,t)}var m=class{name;#e=new Map;constructor(t="memory"){this.name=l(t,"adapter name")}async read(t){g(t.signal);let r=this.#e.get(l(t.workspace,"workspace"));return r?structuredClone(r):null}async replace(t){g(t.signal);let r=l(t.workspace,"workspace"),n=this.#e.get(r);if(t.expected_fingerprint!==void 0&&(n?.fingerprint??null)!==t.expected_fingerprint)throw new Error(`Relationship graph adapter conflict for ${r}`);this.#e.set(r,structuredClone(y(t.snapshot).snapshot))}async clear(t){g(t.signal);let r=l(t.workspace,"workspace"),n=this.#e.get(r);if(t.expected_fingerprint!==void 0&&(n?.fingerprint??null)!==t.expected_fingerprint)throw new Error(`Relationship graph adapter conflict for ${r}`);this.#e.delete(r)}};(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="423d6e5d-93e5-5f29-93e0-11ddca9c3156")}catch{}})();function x(e,t){if(!Number.isInteger(e)||e<1)throw new TypeError(`Relationship graph ${t} must be a positive integer`);return e}function Ae(e){let t=x(e.nodeCount,"nodeCount"),r=x(e.edgeStride??1,"edgeStride"),n=e.topology??"chain";if(!["chain","star","disconnected"].includes(n))throw new TypeError(`Unsupported relationship graph topology: ${n}`);let i=(e.kind??"related").trim(),a=(e.idPrefix??"node").trim();if(!i||!a)throw new TypeError("Relationship graph kind and idPrefix must be non-empty");let s=n==="disconnected"?0:Math.floor((t-1)/r);return{node_count:t,edge_count:s,edge_basis:"fixture_generated",nodes:{*[Symbol.iterator](){for(let o=0;o<t;o+=1)yield`${a}-${o}`}},edges:{*[Symbol.iterator](){if(n!=="disconnected")for(let o=r;o<t;o+=r)yield{source:`${a}-${n==="star"?0:o-r}`,target:`${a}-${o}`,kind:i}}}}}function h(e,t){if(!e)throw new Error(`Relationship graph adapter conformance: ${t}`)}async function I(e,t={}){let r=t.workspace?.trim()||"pm-graph-conformance",n=S(),i=u(new f(["a","b"],[{source:"a",target:"b",kind:"related"}],n),n,{createdAt:"2026-01-01T00:00:00.000Z"}),a=u(new f(["a","b","c"],[{source:"a",target:"b",kind:"related"},{source:"b",target:"c",kind:"blocked_by"}],n),n,{createdAt:"2026-01-02T00:00:00.000Z"}),s=[];h(await c(e,{workspace:r})===null,"workspace must start empty"),s.push({name:"empty-read",passed:!0});let o=await R(e,{workspace:r,snapshot:i});h(o.disposition==="written","first sync must write"),s.push({name:"atomic-replace",passed:!0}),(await e.read({workspace:r})).nodes.push("mutated-reader-copy"),h((await c(e,{workspace:r}))?.snapshot.nodes.length===2,"reads must not mutate stored state"),s.push({name:"read-isolation",passed:!0}),h((await R(e,{workspace:r,snapshot:i})).disposition==="current","identical sync must be idempotent"),s.push({name:"idempotent-sync",passed:!0}),await e.replace({workspace:r,snapshot:a,expected_fingerprint:i.fingerprint}),h((await c(e,{workspace:r}))?.snapshot.fingerprint===a.fingerprint,"replacement must become visible"),s.push({name:"replacement-visibility",passed:!0});let w=!1;try{await e.replace({workspace:r,snapshot:i,expected_fingerprint:i.fingerprint})}catch{w=!0}return h(w,"stale compare-and-swap must fail"),s.push({name:"stale-cas",passed:!0}),e.clear&&(await e.clear({workspace:r,expected_fingerprint:a.fingerprint}),h(await c(e,{workspace:r})===null,"clear must remove the workspace"),s.push({name:"clear",passed:!0})),{adapter:e.name,workspace:r,cases:Object.freeze(s),clear_supported:e.clear!==void 0}}function Ge(e){return I(new m,e?{workspace:e}:{})}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="2c3df51e-6b10-5da6-8340-126465d9c434")}catch{}})();import{createHash as D}from"node:crypto";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="54a3448c-719c-5404-a9b9-c3072a2fdce2")}catch{}})();function T(e,t){if(typeof e!="string"||e.trim().length===0)throw new TypeError(`Relationship backfill ${t} must be non-empty`);return e.trim()}function pt(e,t){let r=T(t.migrationId,"migrationId"),n=T(t.author,"author"),i=Date.parse(t.timestamp);if(!Number.isFinite(i))throw new TypeError("Relationship backfill timestamp must be valid");let a=new Date(i).toISOString(),s=k(e,void 0,t.registry),o=s.graph.nodes(),d=s.graph.edges().map(p=>{let E=D("sha256").update(JSON.stringify([r,p.kind,p.source,p.target,p.createdAt??null,p.author??null,p.payload??null])).digest("hex").slice(0,24);return Object.freeze({eventId:`backfill:${r}:${E}`,relationshipId:`migration:${r}:${E}`,action:"add",edge:p,author:n,timestamp:a,reason:`Backfill ${r} from legacy item metadata`})}),w=D("sha256").update(JSON.stringify({migrationId:r,nodes:o,events:d})).digest("hex"),C=new Set([...t.existingEventIds??[]].filter(p=>typeof p=="string").map(p=>p.trim()).filter(Boolean)),G=d.filter(p=>!C.has(p.eventId));return Object.freeze({migration_id:r,fingerprint:w,nodes:o,events:Object.freeze(G),edge_count:d.length,skipped_existing_count:d.length-G.length,duplicate_dependency_rows:s.duplicateRows.length,dangling_reference_count:s.dangling.active.length+s.dangling.legacy_terminal.length})}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="b6d6f773-8336-5e0e-8dfb-d5729caa18d9")}catch{}})();export{ae as GRAPH_DURABLE_CACHE_MIN_ITEMS,oe as GRAPH_DURABLE_CACHE_VERSION,$ as GRAPH_SUBCOMMAND_VALUES,m as MemoryRelationshipGraphAdapter,A as RELATIONSHIP_GRAPH_SNAPSHOT_VERSION,Ie as RelationshipEventLog,De as RelationshipEventStore,f as RelationshipGraph,_ as RelationshipKindRegistry,ee as WorkspaceGraphCache,Ce as analyzeGraphImpact,$e as analyzeKnowledgeGraph,Te as analyzeRelationshipExecution,se as analyzeRelationshipSchedule,k as assembleWorkspaceRelationshipGraph,Ge as assertMemoryRelationshipGraphAdapterConformance,Se as assertRelationshipEdgeAllowed,I as assertRelationshipGraphAdapterConformance,Z as auditWorkspaceRelationshipGraph,He as buildRelationshipContext,he as clearDurableGraphCache,Pe as collectBlockedByIds,M as collectDanglingDependencyReferences,Me as collectDependencyBlockedIds,N as collectDuplicateDependencyRows,J as collectDuplicateRelationshipEdgeGroups,v as collectMissingDependencyTargetIds,X as collectNewOrderingCycleWarnings,K as collectOrderingCycles,Oe as compareRelationshipSnapshots,ve as computeActionabilityReport,ne as computeRelationshipCentrality,V as computeRelationshipDominators,Y as computeWorkspaceGraphFingerprint,Ae as createRelationshipGraphScaleFixture,u as createRelationshipGraphSnapshot,S as createRelationshipKindRegistry,xe as dependencyToRelationship,U as detectRelationshipCommunities,Q as diffRelationshipAuditSnapshots,pe as durableGraphCachePath,fe as durableGraphCacheStatus,z as enumerateRelationshipPaths,ke as federateRelationshipGraphSnapshots,L as findRedundantRelationshipEdges,ie as findRelationshipCutStructure,F as forEachMatchedRelationshipEdge,q as formatDuplicateEdgeGroup,de as graphAuditBaselinePath,H as hierarchyAncestors,B as hierarchyDescendants,Ee as isOrderingRelationshipKind,ue as loadGraphAuditBaseline,c as loadRelationshipGraphAdapter,O as normalizeDependencyGraphTarget,ce as openDurableGraphCache,W as orderingPredecessors,j as orderingSuccessors,we as parseGraphSubcommand,y as parseRelationshipGraphSnapshot,le as persistDurableGraphResult,pt as planRelationshipEventBackfill,ye as planRelationshipRemediation,re as resetWorkspaceGraphCache,Ne as resolveItemBlockers,P as resolveWorkspaceRelationshipKindRegistry,be as runGraph,me as saveGraphAuditBaseline,ge as shouldPersistDurableGraphCache,R as syncRelationshipGraphAdapter,te as workspaceGraphCache};
2
2
  //# sourceMappingURL=sdk-graph.js.map
@@ -1,2 +1,2 @@
1
- import{a as T,b as p,c as b,d as m,e as _,f as M,g as y,h as E,l as R}from"./focused-chunks/chunk-CIXVQPB7.js";import{b as o,c as n,d as i,e as f,f as D,g as s,h as d,i as a,j as g,k as A,t as u,v as l,w as c,x as I}from"./focused-chunks/chunk-DQ6FKGL3.js";import"./focused-chunks/chunk-MHMTKV5V.js";import"./focused-chunks/chunk-YZEZAPJK.js";import"./focused-chunks/chunk-4EX25PXM.js";import"./focused-chunks/chunk-MOTJFQ3F.js";import"./focused-chunks/chunk-RW5IYD4J.js";import"./focused-chunks/chunk-R2LEMEV5.js";import"./focused-chunks/chunk-ZJIMJHDB.js";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},r=new e.Error().stack;r&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[r]="27725b9d-2a1d-54ae-8191-12ebace6ef6a")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},r=new e.Error().stack;r&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[r]="00dc29ff-60e0-5755-b7f1-4f69e438e87f")}catch{}})();export{m as ITEM_LATEST_TIMESTAMP_FIELDS,b as ITEM_UNION_COLLECTION_FIELDS,y as MERGE_DRIVER_ARTIFACT_VALUES,n as PM_GITATTRIBUTES_END,o as PM_GITATTRIBUTES_START,s as auditMergeAttributeFence,d as auditMergeDriverConfiguration,f as buildMergeAttributePatterns,i as findGitWorkspaceRoot,A as installMergeFence,l as listMergeReceipts,c as markMergeReceiptReconciled,T as mergeHistoryStreams,_ as mergeItemDocuments,M as mergeJsonDocuments,p as mergeRelationshipEventStreams,a as refreshMergeAttributeFenceIfInstalled,D as resolveProjectMergeTypeFolders,E as runMergeDriver,g as runMergeInstall,I as runMergeReceiptReport,R as runMergeReconcile,u as summarizeMergeReceipt};
1
+ import{a as p,b,c as m,d as M,e as _,f as y,g as E,h as R,l as D}from"./focused-chunks/chunk-F5B3HBEZ.js";import{T as u,V as c,W as I,X as T,d as o,e as n,f,g as i,h as s,i as A,j as d,k as l,l as g,m as a,n as w}from"./focused-chunks/chunk-CMDS3KYT.js";import"./focused-chunks/chunk-IAS7PMLG.js";import"./focused-chunks/chunk-ZOLDTUU7.js";import"./focused-chunks/chunk-HCUC62AB.js";import"./focused-chunks/chunk-YSAHYUXX.js";import"./focused-chunks/chunk-U646T7Z6.js";import"./focused-chunks/chunk-GWI6YIKJ.js";import"./focused-chunks/chunk-SM2PJGP3.js";import"./focused-chunks/chunk-HGNKPSCB.js";import"./focused-chunks/chunk-FPDYXZBK.js";import"./focused-chunks/chunk-FI6DWU2M.js";import"./focused-chunks/chunk-54EU2UVO.js";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},r=new e.Error().stack;r&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[r]="a8072065-092c-564b-a84f-cf687f795a92")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},r=new e.Error().stack;r&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[r]="00dc29ff-60e0-5755-b7f1-4f69e438e87f")}catch{}})();export{M as ITEM_LATEST_TIMESTAMP_FIELDS,m as ITEM_UNION_COLLECTION_FIELDS,E as MERGE_DRIVER_ARTIFACT_VALUES,n as PM_GITATTRIBUTES_END,o as PM_GITATTRIBUTES_START,d as auditMergeAttributeFence,l as auditMergeDriverConfiguration,s as buildMergeAttributePatterns,i as findGitWorkspaceRoot,w as installMergeFence,c as listMergeReceipts,I as markMergeReceiptReconciled,p as mergeHistoryStreams,_ as mergeItemDocuments,y as mergeJsonDocuments,b as mergeRelationshipEventStreams,g as refreshMergeAttributeFenceIfInstalled,f as resolveMergeInstallContext,A as resolveProjectMergeTypeFolders,R as runMergeDriver,a as runMergeInstall,T as runMergeReceiptReport,D as runMergeReconcile,u as summarizeMergeReceipt};
2
2
  //# sourceMappingURL=sdk-merge.js.map
@@ -1,2 +1,2 @@
1
- import{$ as ve,$a as mo,A as oe,Aa as b,B as te,Ba as y,C as re,Ca as g,D as ne,Da as C,E as fe,Ea as w,F as de,Fa as I,G as pe,Ga as Xe,H as se,Ha as qe,I as xe,Ia as ze,J as ae,Ja as Ge,K as me,Ka as He,L as ie,La as Je,M as le,Ma as Ke,N as ue,Na as Qe,O as ce,Oa as Ye,P as be,Pa as Ze,Q as ye,Qa as $e,R as ge,Ra as eo,S as Ce,Sa as oo,T as we,Ta as to,U as Ie,Ua as ro,V as Te,Va as no,W as he,Wa as fo,X as ke,Xa as po,Y as _e,Ya as so,Z as De,Za as xo,_ as Se,_a as ao,aa as Fe,ab as io,b as N,ba as Ee,bb as lo,c as V,ca as Pe,cb as uo,d as W,da as Oe,ea as Re,fa as Ue,ga as je,ha as Ae,i as r,ia as Be,ja as Le,k as X,ka as Me,l as q,la as Ne,m as z,ma as Ve,n as G,na as We,oa as n,pa as f,qa as d,ra as p,s as H,sa as s,t as J,ta as x,u as K,ua as a,v as Q,va as m,w as Y,wa as i,x as Z,xa as l,y as $,ya as u,z as ee,za as c}from"./focused-chunks/chunk-3K4XV2BF.js";import{r as M}from"./focused-chunks/chunk-2ECLECMK.js";import"./focused-chunks/chunk-QHRTT7WT.js";import"./focused-chunks/chunk-DLTS3IHM.js";import"./focused-chunks/chunk-VZFU2R4M.js";import"./focused-chunks/chunk-YZEZAPJK.js";import"./focused-chunks/chunk-4EX25PXM.js";import{Ta as O,Ua as R,Va as U,Wa as j,Ya as A,Za as B,_a as L,ga as E,za as P}from"./focused-chunks/chunk-MOTJFQ3F.js";import"./focused-chunks/chunk-RW5IYD4J.js";import{l as T,m as h,n as k,o as _,p as D,q as S,r as v,s as F}from"./focused-chunks/chunk-R2LEMEV5.js";import"./focused-chunks/chunk-ZJIMJHDB.js";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},o=new e.Error().stack;o&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[o]="5133d678-01f4-5164-aea7-2cc5ed42dd58")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},o=new e.Error().stack;o&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[o]="5e04dc9d-8e2d-5ef2-bf8b-6b18bd87c3bc")}catch{}})();export{Z as BRIEF_LIST_FIELDS,ye as CONTEXT_EVALUATION_METRIC_NAMES,n as CONTEXT_OUTPUT_VALUES,Te as CONTEXT_PACKING_PROFILES,le as CONTEXT_RELEVANCE_SERVICE,me as CONTEXT_RELEVANCE_SIGNAL_NAMES,Ee as CONTEXT_SIGNAL_SET_VERSION,Fe as CONTEXT_SIGNAL_STORE_FORMAT_VERSION,Ue as ContextSignalStore,ke as ContextUsageValidationError,Ye as DEFAULT_CHILD_SAMPLE_LIMIT,Y as DEFAULT_COMPACT_LIST_FIELDS,j as DEFAULT_DERIVED_INDEX_MINIMUM_ITEMS,Ae as DEFAULT_WORKSPACE_MEMORY_MINIMUM_ITEMS,Re as JsonFileContextSignalStoreAdapter,$ as LIST_COMMAND_DEFAULT_PROJECTIONS,K as LIST_SORT_FIELDS,Q as LIST_SORT_ORDER_VALUES,Qe as MAX_CHILD_PROJECTION_ITEMS,Xe as NEXT_OUTPUT_VALUES,F as QUERY_CURSOR_CONTRACT,ne as _testOnly,de as _testOnlyAggregateCommand,eo as _testOnlyGetCommand,ze as _testOnlyNextCommand,io as _testOnlySearchCommand,A as acquireItemMetadataDerivedIndexLock,w as applyContextTagProjection,ee as applyFilterValueEcho,b as buildChildrenByParent,oo as buildCompactSearchFilterSummary,oe as buildContentFilterEcho,Oe as buildContextSignalSnapshot,te as buildGovernanceMissingFilterEcho,Ze as buildItemChildrenRollup,ie as buildItemContextRelevanceCandidates,to as buildVerboseSearchFilters,Be as buildWorkspaceMemorySnapshot,mo as classifyImplicitSemanticFallbackReason,ao as collectErrorCauseCodes,m as collectSubtreeIds,i as compareCriticalItems,h as createQueryFingerprint,ro as createSearchCursorFingerprint,D as decodeQueryCursor,_ as decodeQueryCursorState,ue as defaultScoreContextCandidates,k as encodeQueryCursor,ge as evaluateContextRanking,g as mergeSortedWarnings,he as packContextCandidates,l as packRankedContextItems,v as paginateQueryRows,x as parseContextDepth,f as parseContextFocusFields,a as parseContextSections,Pe as parseContextSignalSnapshot,N as parseIntegerLimit,M as parseLimit,X as parseMultiValueFilter,V as parsePriority,G as parsePriorityFilterSet,q as parseStringFilterSet,W as parseType,z as parseTypeFilterSet,Ge as partitionDecisionEntries,d as projectContextFocusRows,O as queryItemMetadataIndex,R as queryLinkedFileMetadataIndex,U as querySimilarItemMetadataIndex,ve as readContextUsageAffinity,E as readHistoryEntries,B as readItemMetadataDerivedIndexState,je as readWorkspaceContextSignals,Le as readWorkspaceMemory,_e as recordContextUsageServing,De as recordContextUsageTouch,Se as recordContextUsageTouches,L as refreshItemMetadataDerivedIndex,se as renderCalendarMarkdown,xe as renderCalendarToon,C as renderContextMarkdown,Je as renderNextMarkdown,pe as resolveCalendarOutputFormat,J as resolveContentFieldFilters,p as resolveContextOutputFormat,s as resolveContextTokenBudget,so as resolveHybridSemanticWeight,H as resolveMissingMetadataFilters,qe as resolveNextOutputFormat,S as resolveQueryCursorStart,fo as resolveSearchMaxResults,no as resolveSearchPage,po as resolveSearchScoreThreshold,xo as resolveSearchTuning,r as runActivity,fe as runAggregate,ae as runCalendar,I as runContext,Ie as runContextEvaluationCorpus,Ce as runContextEvaluationScenario,uo as runDuplicates,$e as runGet,Ke as runHistory,re as runList,He as runNext,lo as runSearch,ce as scoreContextCandidates,be as scoreContextCandidatesWithActiveExtensions,Ve as searchWorkspaceMemory,We as searchWorkspaceMemoryReadResult,T as selectCursorSemanticOptions,Ne as selectWorkspaceMemory,Me as selectWorkspaceMemoryRollups,we as summarizeContextEvaluationReports,y as toContextFocusItem,u as toContextPackingSummary,c as toContextRankingSummary,P as verifyHistoryChain};
1
+ import{$ as ve,$a as mo,A as oe,Aa as b,B as te,Ba as y,C as re,Ca as g,D as ne,Da as C,E as fe,Ea as w,F as de,Fa as I,G as pe,Ga as Xe,H as se,Ha as qe,I as xe,Ia as ze,J as ae,Ja as Ge,K as me,Ka as He,L as ie,La as Je,M as le,Ma as Ke,N as ue,Na as Qe,O as ce,Oa as Ye,P as be,Pa as Ze,Q as ye,Qa as $e,R as ge,Ra as eo,S as Ce,Sa as oo,T as we,Ta as to,U as Ie,Ua as ro,V as Te,Va as no,W as he,Wa as fo,X as ke,Xa as po,Y as _e,Ya as so,Z as De,Za as xo,_ as Se,_a as ao,aa as Fe,ab as io,b as N,ba as Ee,bb as lo,c as V,ca as Pe,cb as uo,d as W,da as Oe,ea as Re,fa as Ue,ga as je,ha as Ae,i as r,ia as Be,ja as Le,k as X,ka as Me,l as q,la as Ne,m as z,ma as Ve,n as G,na as We,oa as n,pa as f,qa as d,ra as p,s as H,sa as s,t as J,ta as x,u as K,ua as a,v as Q,va as m,w as Y,wa as i,x as Z,xa as l,y as $,ya as u,z as ee,za as c}from"./focused-chunks/chunk-FNOKJG6N.js";import"./focused-chunks/chunk-5GJ57YKN.js";import"./focused-chunks/chunk-5FLBTZJQ.js";import"./focused-chunks/chunk-YSAHYUXX.js";import{E as M}from"./focused-chunks/chunk-U646T7Z6.js";import"./focused-chunks/chunk-GWI6YIKJ.js";import"./focused-chunks/chunk-SM2PJGP3.js";import{Ta as O,Ua as R,Va as U,Wa as j,Ya as A,Za as B,_a as L,ga as E,za as P}from"./focused-chunks/chunk-HGNKPSCB.js";import"./focused-chunks/chunk-FPDYXZBK.js";import{l as T,m as h,n as k,o as _,p as D,q as S,r as v,s as F}from"./focused-chunks/chunk-FI6DWU2M.js";import"./focused-chunks/chunk-54EU2UVO.js";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},o=new e.Error().stack;o&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[o]="5133d678-01f4-5164-aea7-2cc5ed42dd58")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},o=new e.Error().stack;o&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[o]="5e04dc9d-8e2d-5ef2-bf8b-6b18bd87c3bc")}catch{}})();export{Z as BRIEF_LIST_FIELDS,ye as CONTEXT_EVALUATION_METRIC_NAMES,n as CONTEXT_OUTPUT_VALUES,Te as CONTEXT_PACKING_PROFILES,le as CONTEXT_RELEVANCE_SERVICE,me as CONTEXT_RELEVANCE_SIGNAL_NAMES,Ee as CONTEXT_SIGNAL_SET_VERSION,Fe as CONTEXT_SIGNAL_STORE_FORMAT_VERSION,Ue as ContextSignalStore,ke as ContextUsageValidationError,Ye as DEFAULT_CHILD_SAMPLE_LIMIT,Y as DEFAULT_COMPACT_LIST_FIELDS,j as DEFAULT_DERIVED_INDEX_MINIMUM_ITEMS,Ae as DEFAULT_WORKSPACE_MEMORY_MINIMUM_ITEMS,Re as JsonFileContextSignalStoreAdapter,$ as LIST_COMMAND_DEFAULT_PROJECTIONS,K as LIST_SORT_FIELDS,Q as LIST_SORT_ORDER_VALUES,Qe as MAX_CHILD_PROJECTION_ITEMS,Xe as NEXT_OUTPUT_VALUES,F as QUERY_CURSOR_CONTRACT,ne as _testOnly,de as _testOnlyAggregateCommand,eo as _testOnlyGetCommand,ze as _testOnlyNextCommand,io as _testOnlySearchCommand,A as acquireItemMetadataDerivedIndexLock,w as applyContextTagProjection,ee as applyFilterValueEcho,b as buildChildrenByParent,oo as buildCompactSearchFilterSummary,oe as buildContentFilterEcho,Oe as buildContextSignalSnapshot,te as buildGovernanceMissingFilterEcho,Ze as buildItemChildrenRollup,ie as buildItemContextRelevanceCandidates,to as buildVerboseSearchFilters,Be as buildWorkspaceMemorySnapshot,mo as classifyImplicitSemanticFallbackReason,ao as collectErrorCauseCodes,m as collectSubtreeIds,i as compareCriticalItems,h as createQueryFingerprint,ro as createSearchCursorFingerprint,D as decodeQueryCursor,_ as decodeQueryCursorState,ue as defaultScoreContextCandidates,k as encodeQueryCursor,ge as evaluateContextRanking,g as mergeSortedWarnings,he as packContextCandidates,l as packRankedContextItems,v as paginateQueryRows,x as parseContextDepth,f as parseContextFocusFields,a as parseContextSections,Pe as parseContextSignalSnapshot,N as parseIntegerLimit,M as parseLimit,X as parseMultiValueFilter,V as parsePriority,G as parsePriorityFilterSet,q as parseStringFilterSet,W as parseType,z as parseTypeFilterSet,Ge as partitionDecisionEntries,d as projectContextFocusRows,O as queryItemMetadataIndex,R as queryLinkedFileMetadataIndex,U as querySimilarItemMetadataIndex,ve as readContextUsageAffinity,E as readHistoryEntries,B as readItemMetadataDerivedIndexState,je as readWorkspaceContextSignals,Le as readWorkspaceMemory,_e as recordContextUsageServing,De as recordContextUsageTouch,Se as recordContextUsageTouches,L as refreshItemMetadataDerivedIndex,se as renderCalendarMarkdown,xe as renderCalendarToon,C as renderContextMarkdown,Je as renderNextMarkdown,pe as resolveCalendarOutputFormat,J as resolveContentFieldFilters,p as resolveContextOutputFormat,s as resolveContextTokenBudget,so as resolveHybridSemanticWeight,H as resolveMissingMetadataFilters,qe as resolveNextOutputFormat,S as resolveQueryCursorStart,fo as resolveSearchMaxResults,no as resolveSearchPage,po as resolveSearchScoreThreshold,xo as resolveSearchTuning,r as runActivity,fe as runAggregate,ae as runCalendar,I as runContext,Ie as runContextEvaluationCorpus,Ce as runContextEvaluationScenario,uo as runDuplicates,$e as runGet,Ke as runHistory,re as runList,He as runNext,lo as runSearch,ce as scoreContextCandidates,be as scoreContextCandidatesWithActiveExtensions,Ve as searchWorkspaceMemory,We as searchWorkspaceMemoryReadResult,T as selectCursorSemanticOptions,Ne as selectWorkspaceMemory,Me as selectWorkspaceMemoryRollups,we as summarizeContextEvaluationReports,y as toContextFocusItem,u as toContextPackingSummary,c as toContextRankingSummary,P as verifyHistoryChain};
2
2
  //# sourceMappingURL=sdk-query.js.map
@@ -1,2 +1,2 @@
1
- import{$ as ab,$a as fc,Aa as Gb,Ab as Gc,Ba as Hb,Bb as Hc,Ca as Ib,Cb as Ic,Da as Jb,Db as Jc,Ea as Kb,Eb as Kc,Fa as Lb,Fb as Lc,Ga as Mb,Gb as Mc,Ha as Nb,Hb as Nc,Ia as Ob,Ib as Oc,Ja as Pb,Jb as Pc,K as La,Ka as Qb,Kb as Qc,L as Ma,La as Rb,Lb as Rc,M as Na,Ma as Sb,Mb as Sc,N as Oa,Na as Tb,Nb as Tc,O as Pa,Oa as Ub,Ob as Uc,P as Qa,Pa as Vb,Pb as Vc,Q as Ra,Qa as Wb,R as Sa,Ra as Xb,S as Ta,Sa as Yb,T as Ua,Ta as Zb,U as Va,Ua as _b,V as Wa,Va as $b,W as Xa,Wa as ac,X as Ya,Xa as bc,Y as Za,Ya as cc,Z as _a,Za as dc,_ as $a,_a as ec,a as $,aa as bb,ab as gc,b as aa,ba as cb,bb as hc,c as ba,ca as db,cb as ic,da as eb,db as jc,ea as fb,eb as kc,fa as gb,fb as lc,ga as hb,gb as mc,ha as ib,hb as nc,ia as jb,ib as oc,ja as kb,jb as pc,ka as qb,kb as qc,la as rb,lb as rc,ma as sb,mb as sc,n as ga,na as tb,nb as tc,o as ha,oa as ub,ob as uc,pa as vb,pb as vc,qa as wb,qb as wc,ra as xb,rb as xc,sa as yb,sb as yc,ta as zb,tb as zc,ua as Ab,ub as Ac,va as Bb,vb as Bc,wa as Cb,wb as Cc,xa as Db,xb as Dc,ya as Eb,yb as Ec,za as Fb,zb as Fc}from"./chunks/chunk-WYNUU7ZW.js";import"./chunks/chunk-CS6MRHG7.js";import{Fa as lb,Ga as mb,Ha as nb,Ia as ob,Ja as pb,sa as Ja,ta as Ka}from"./chunks/chunk-KFLK5TRH.js";import"./chunks/chunk-HFSD77TQ.js";import{a as Ba}from"./chunks/chunk-PCJWJNC2.js";import"./chunks/chunk-4MTI7XOV.js";import{m as Fa,n as Ga,o as Ha,p as Ia}from"./chunks/chunk-UQLZQVFW.js";import"./chunks/chunk-2XS43CCV.js";import"./chunks/chunk-J2IEKAVR.js";import"./chunks/chunk-KL6IEBV2.js";import"./chunks/chunk-WSJEIGJF.js";import"./chunks/chunk-7ZPMJW4U.js";import"./chunks/chunk-AGYNSNCI.js";import"./chunks/chunk-HX2GTA6L.js";import"./chunks/chunk-H5Y6UV6E.js";import{a as Aa}from"./chunks/chunk-PDEGKG7P.js";import{a as Ca}from"./chunks/chunk-KWQZDZSS.js";import{a as za}from"./chunks/chunk-ME2JJ4LA.js";import"./chunks/chunk-6BX5UDCN.js";import"./chunks/chunk-PW2H7YJR.js";import"./chunks/chunk-CHOQ2VAW.js";import{c as ca,d as da,f as ea,g as fa}from"./chunks/chunk-CALJHNBL.js";import{D as Ea,e as ja,m as Da}from"./chunks/chunk-B4H7FEFH.js";import{U as oa,i as ka,j as la,ja as pa,k as ma,ka as qa,l as na,oa as ra}from"./chunks/chunk-LD77HJMQ.js";import"./chunks/chunk-TPXAXTCO.js";import"./chunks/chunk-3ISTDB42.js";import"./chunks/chunk-PIE5HBNA.js";import"./chunks/chunk-NFLJ3FHD.js";import"./chunks/chunk-7MXHZHSQ.js";import"./chunks/chunk-CUGNQQKH.js";import"./chunks/chunk-NE5VRDAI.js";import"./chunks/chunk-TPKN3S7S.js";import"./chunks/chunk-CFIGP5LY.js";import{a as ya}from"./chunks/chunk-K44PYFXH.js";import{b as wa,c as xa}from"./chunks/chunk-2AXF3VSK.js";import"./chunks/chunk-JC6FKIFM.js";import"./chunks/chunk-FB7G2HY2.js";import{u as ia}from"./chunks/chunk-NZ75GNSA.js";import"./chunks/chunk-B4KLBBMN.js";import"./chunks/chunk-H7KGWPDF.js";import"./chunks/chunk-PD3225AM.js";import"./chunks/chunk-H5Y5YE6A.js";import"./chunks/chunk-WOD3WWUN.js";import{a as sa,b as ta,c as ua,e as va}from"./chunks/chunk-YGPNCCXZ.js";import"./chunks/chunk-E2ZSLTOP.js";import{pa as X,qa as Y,sa as Z,ta as _}from"./chunks/chunk-NG6OXIBR.js";import"./chunks/chunk-VT3Z5G7D.js";import"./chunks/chunk-RSIC5OPE.js";import"./chunks/chunk-K4KGEEBT.js";import"./chunks/chunk-A6KGKEWT.js";import{a as S}from"./chunks/chunk-NYIGHWQY.js";import"./chunks/chunk-KZ4X3DGU.js";import{$c as F,A as e,C as f,Da as p,Gf as P,Hf as Q,If as R,Ja as q,La as r,Nc as y,Nf as T,Oa as s,Pa as t,Pc as z,R as g,Ra as u,S as h,Wc as A,Xc as B,Yc as C,Yf as U,Zc as D,Zf as V,_c as E,_f as W,aa as i,ad as G,b as a,ba as j,c as b,ca as k,cd as H,d as c,ed as I,f as d,fd as J,ga as l,hd as K,ia as m,id as L,ja as n,jf as M,ka as o,kf as N,lc as v,uc as w,wc as x,yf as O}from"./chunks/chunk-D4FPS43D.js";export{A as BASELINE_ITEM_FORMAT_VERSION,i as BUILTIN_ITEM_TYPE_VALUES,o as CONFIDENCE_TEXT_VALUES,oa as CONTEXT_OUTPUT_VALUES,B as CURRENT_ITEM_FORMAT_VERSION,sa as DEFAULT_TERMINAL_TRANSITION_POLICY,l as DEPENDENCY_KIND_VALUES,e as EXIT_CODE,n as ISSUE_SEVERITY_VALUES,j as ITEM_TYPE_VALUES,qa as NEXT_OUTPUT_VALUES,$ as PM_CLI_EXPECTED_ERROR_NAME,da as PM_GITIGNORE_END,ca as PM_GITIGNORE_START,f as PmCliError,qb as PmClient,m as RISK_VALUES,ga as SEARCH_EXTENSION_FLAG_DEFINITIONS,k as STATUS_VALUES,O as acquireLock,wb as aggregate,Vc as analyzeSdkActionCoverage,Ib as append,N as appendHistoryEntry,va as applyTerminalOrderingPolicy,L as canonicalDocument,qc as claim,rc as claimNext,E as classifyItemFormatVersion,ha as clearWorkspaceContractsCache,pc as close,wa as closeItem,zc as closeTask,zb as comments,fb as commitImportedItem,Kb as config,rb as context,tc as copy,nc as create,M as createHistoryEntry,aa as createPmCliExpectedError,uc as deleteItem,Gb as deps,Fb as docs,yb as duplicates,C as effectiveItemFormatVersion,eb as emptyImportedDocument,fa as ensurePmGitignore,db as ensureTrackerInitialized,Ac as extension,Cc as extensionActivate,Dc as extensionDeactivate,Bc as extensionList,Cb as files,Db as filesDiscover,Eb as filesLookup,wc as focus,hc as gc,R as generateItemId,ub as get,v as getActiveExtensionRegistrations,Rc as getContracts,u as getHistoryPath,t as getItemPath,ea as getPmGitignoreBlock,s as getSettingsPath,Qc as getWorkspaceContracts,Hb as graph,gc as health,lc as historyCompact,mc as historyCompactBulk,ic as historyRedact,jc as historyRepair,kc as historyRepairAll,Jb as init,ba as isPmCliExpectedError,H as isTerminalStatus,h as isTimestampLiteral,Z as jaccardSimilarity,Bb as learnings,sb as list,W as listAllItemMetadata,Fa as loadCreateTemplateOptions,U as locateItem,vb as next,D as normalizeItemFormatVersion,Q as normalizeItemId,I as normalizeItemMetadata,P as normalizeRawItemId,X as normalizeSimilarityText,G as normalizeStatusInput,Ab as notes,g as nowIso,Nc as packageActivate,Mc as packageCatalog,Oc as packageDeactivate,Kc as packageDescribe,Ic as packageDoctor,Gc as packageInstall,Ec as packageLifecycle,Fc as packageList,Jc as packageManage,Lc as packageReload,Hc as packageUninstall,S as parseTags,a as pathExists,yc as pauseTask,ac as profile,dc as profileApply,ec as profileLint,bc as profileList,cc as profileShow,Ma as readBooleanOption,Na as readCsvListOption,b as readFileIfExists,V as readLocatedItem,Sc as readRequiredString,T as readSettings,La as readStringOption,sc as release,d as removeFileIfExists,la as renderCalendarMarkdown,ma as renderCalendarToon,ib as renderGuideMarkdown,ua as requireTerminalReason,ka as resolveCalendarOutputFormat,gb as resolveGuideOutputFormat,q as resolveImplicitPmRoot,p as resolveItemTypeRegistry,r as resolvePmRoot,z as resolveRuntimeFieldRegistry,y as resolveRuntimeStatusRegistry,ta as resolveTerminalReason,vc as restore,Uc as runAction,x as runActiveOnReadHooks,w as runActiveOnWriteHooks,ja as runAggregate,na as runCalendar,xa as runClose,jb as runCompletion,pa as runContext,Aa as runCopy,Ba as runDelete,Ka as runDuplicates,Ca as runFocus,Da as runGet,hb as runGuide,ia as runList,ra as runNext,kb as runReindex,ya as runRestore,Ea as runSearch,Ja as runStats,Ha as runTemplatesList,Ga as runTemplatesSave,Ia as runTemplatesShow,lb as runTestRunsList,nb as runTestRunsLogs,pb as runTestRunsResume,mb as runTestRunsStatus,ob as runTestRunsStop,za as runUpdate,Tc as runWithActiveExtensions,F as scanItemFormatVersions,Lb as schema,Sb as schemaAddField,Qb as schemaAddStatus,Ob as schemaAddType,Wb as schemaApplyPreset,Xb as schemaInferTypes,Mb as schemaList,Ub as schemaListFields,_b as schemaRemapStatus,Tb as schemaRemoveField,Rb as schemaRemoveStatus,Pb as schemaRemoveType,Zb as schemaRenameField,Yb as schemaRenameType,Nb as schemaShow,Vb as schemaShowField,$b as schemaShowStatus,_ as scoreItemSimilarity,tb as search,cb as selectImportAuthor,K as serializeItemDocument,J as splitFrontMatter,xc as startTask,xb as stats,Pa as toEstimatedMinutesValue,Ua as toImportBoolean,Ya as toImportConfidence,Ta as toImportInteger,ab as toImportLinkedDocs,$a as toImportLinkedFiles,bb as toImportLinkedTests,_a as toImportLogEntries,Za as toImportNormalizedEnum,Xa as toImportNumberMap,Qa as toImportPriority,Sa as toImportStatus,Va as toImportStringList,Wa as toImportStringMap,Ra as toImportTags,Oa as toNonEmptyImportString,Y as tokenizeSimilarityText,oc as update,Pc as upgrade,fc as validate,c as writeFileAtomic};
1
+ import{$a as sb,$b as sc,Aa as Oa,Ab as Tb,Ac as Tc,Ba as Pa,Bb as Ub,Bc as Uc,Ca as Qa,Cb as Vb,Cc as Vc,Da as Ra,Db as Wb,Ea as Sa,Eb as Xb,Fa as Ta,Fb as Yb,G as Aa,Ga as Ua,Gb as Zb,H as Ba,Ha as Va,Hb as _b,I as Ca,Ia as Wa,Ib as $b,Ja as Xa,Jb as ac,Ka as Ya,Kb as bc,La as Za,Lb as cc,Ma as _a,Mb as dc,Na as $a,Nb as ec,Oa as ab,Ob as fc,Pa as bb,Pb as gc,Qa as cb,Qb as hc,Ra as db,Rb as ic,Sa as eb,Sb as jc,Ta as fb,Tb as kc,Ua as gb,Ub as lc,Va as hb,Vb as mc,Wa as ib,Wb as nc,Xa as jb,Xb as oc,Ya as kb,Yb as pc,Za as qb,Zb as qc,_a as rb,_b as rc,a as $,ab as tb,ac as tc,b as aa,bb as ub,bc as uc,c as ba,cb as vb,cc as vc,db as wb,dc as wc,eb as xb,ec as xc,fb as yb,fc as yc,ga as Fa,gb as zb,gc as zc,ha as Ga,hb as Ab,hc as Ac,ia as Ha,ib as Bb,ic as Bc,ja as Ia,jb as Cb,jc as Cc,kb as Db,kc as Dc,lb as Eb,lc as Ec,mb as Fb,mc as Fc,n as ga,nb as Gb,nc as Gc,o as ha,ob as Hb,oc as Hc,pb as Ib,pc as Ic,qb as Jb,qc as Jc,rb as Kb,rc as Kc,sb as Lb,sc as Lc,tb as Mb,tc as Mc,ub as Nb,uc as Nc,vb as Ob,vc as Oc,w as ya,wb as Pb,wc as Pc,xa as La,xb as Qb,xc as Qc,ya as Ma,yb as Rb,yc as Rc,za as Na,zb as Sb,zc as Sc}from"./chunks/chunk-2ZMXX3Q6.js";import"./chunks/chunk-ALDHXLPS.js";import{E as Ea,f as ja,n as Da}from"./chunks/chunk-GKA54IJM.js";import{W as za,dc as Ja,ec as Ka,n as sa,o as ta,p as ua,qc as lb,r as va,rc as mb,s as wa,sc as nb,t as xa,tc as ob,uc as pb}from"./chunks/chunk-MNJ4NNSY.js";import{c as ca,d as da,f as ea,g as fa}from"./chunks/chunk-NUXRRNAB.js";import{$ as na,Ia as oa,X as ia,Y as ka,Z as la,Za as pa,_ as ma,_a as qa,cb as ra}from"./chunks/chunk-OJPCFDDY.js";import{$c as E,A as e,Bf as O,C as f,Fa as p,Fg as T,Kf as P,La as q,Lf as Q,Mf as R,Na as r,P as g,Q as h,Qa as s,Qc as y,Ra as t,Rh as X,Sc as z,Sf as S,Sh as Y,Ta as u,Ug as U,Uh as Z,Vg as V,Vh as _,Wg as W,Xc as A,Yc as B,Zc as C,_c as D,ad as F,bd as G,c as a,ca as i,d as b,da as j,dd as H,e as c,ea as k,f as d,fd as I,gd as J,ia as l,id as K,jd as L,ka as m,kf as M,la as n,lc as v,lf as N,ma as o,uc as w,wc as x}from"./chunks/chunk-PFSD3DAN.js";export{A as BASELINE_ITEM_FORMAT_VERSION,i as BUILTIN_ITEM_TYPE_VALUES,o as CONFIDENCE_TEXT_VALUES,oa as CONTEXT_OUTPUT_VALUES,B as CURRENT_ITEM_FORMAT_VERSION,sa as DEFAULT_TERMINAL_TRANSITION_POLICY,l as DEPENDENCY_KIND_VALUES,e as EXIT_CODE,n as ISSUE_SEVERITY_VALUES,j as ITEM_TYPE_VALUES,qa as NEXT_OUTPUT_VALUES,$ as PM_CLI_EXPECTED_ERROR_NAME,da as PM_GITIGNORE_END,ca as PM_GITIGNORE_START,f as PmCliError,qb as PmClient,m as RISK_VALUES,ga as SEARCH_EXTENSION_FLAG_DEFINITIONS,k as STATUS_VALUES,O as acquireLock,wb as aggregate,Vc as analyzeSdkActionCoverage,Ib as append,N as appendHistoryEntry,va as applyTerminalOrderingPolicy,L as canonicalDocument,qc as claim,rc as claimNext,E as classifyItemFormatVersion,ha as clearWorkspaceContractsCache,pc as close,wa as closeItem,zc as closeTask,zb as comments,fb as commitImportedItem,Kb as config,rb as context,tc as copy,nc as create,M as createHistoryEntry,aa as createPmCliExpectedError,uc as deleteItem,Gb as deps,Fb as docs,yb as duplicates,C as effectiveItemFormatVersion,eb as emptyImportedDocument,fa as ensurePmGitignore,db as ensureTrackerInitialized,Ac as extension,Cc as extensionActivate,Dc as extensionDeactivate,Bc as extensionList,Cb as files,Db as filesDiscover,Eb as filesLookup,wc as focus,hc as gc,R as generateItemId,ub as get,v as getActiveExtensionRegistrations,Rc as getContracts,u as getHistoryPath,t as getItemPath,ea as getPmGitignoreBlock,s as getSettingsPath,Qc as getWorkspaceContracts,Hb as graph,gc as health,lc as historyCompact,mc as historyCompactBulk,ic as historyRedact,jc as historyRepair,kc as historyRepairAll,Jb as init,ba as isPmCliExpectedError,H as isTerminalStatus,h as isTimestampLiteral,Z as jaccardSimilarity,Bb as learnings,sb as list,W as listAllItemMetadata,Fa as loadCreateTemplateOptions,U as locateItem,vb as next,D as normalizeItemFormatVersion,Q as normalizeItemId,I as normalizeItemMetadata,P as normalizeRawItemId,X as normalizeSimilarityText,G as normalizeStatusInput,Ab as notes,g as nowIso,Nc as packageActivate,Mc as packageCatalog,Oc as packageDeactivate,Kc as packageDescribe,Ic as packageDoctor,Gc as packageInstall,Ec as packageLifecycle,Fc as packageList,Jc as packageManage,Lc as packageReload,Hc as packageUninstall,S as parseTags,a as pathExists,yc as pauseTask,ac as profile,dc as profileApply,ec as profileLint,bc as profileList,cc as profileShow,Ma as readBooleanOption,Na as readCsvListOption,b as readFileIfExists,V as readLocatedItem,Sc as readRequiredString,T as readSettings,La as readStringOption,sc as release,d as removeFileIfExists,la as renderCalendarMarkdown,ma as renderCalendarToon,ib as renderGuideMarkdown,ua as requireTerminalReason,ka as resolveCalendarOutputFormat,gb as resolveGuideOutputFormat,q as resolveImplicitPmRoot,p as resolveItemTypeRegistry,r as resolvePmRoot,z as resolveRuntimeFieldRegistry,y as resolveRuntimeStatusRegistry,ta as resolveTerminalReason,vc as restore,Uc as runAction,x as runActiveOnReadHooks,w as runActiveOnWriteHooks,ja as runAggregate,na as runCalendar,xa as runClose,jb as runCompletion,pa as runContext,Aa as runCopy,Ba as runDelete,Ka as runDuplicates,Ca as runFocus,Da as runGet,hb as runGuide,ia as runList,ra as runNext,kb as runReindex,ya as runRestore,Ea as runSearch,Ja as runStats,Ha as runTemplatesList,Ga as runTemplatesSave,Ia as runTemplatesShow,lb as runTestRunsList,nb as runTestRunsLogs,pb as runTestRunsResume,mb as runTestRunsStatus,ob as runTestRunsStop,za as runUpdate,Tc as runWithActiveExtensions,F as scanItemFormatVersions,Lb as schema,Sb as schemaAddField,Qb as schemaAddStatus,Ob as schemaAddType,Wb as schemaApplyPreset,Xb as schemaInferTypes,Mb as schemaList,Ub as schemaListFields,_b as schemaRemapStatus,Tb as schemaRemoveField,Rb as schemaRemoveStatus,Pb as schemaRemoveType,Zb as schemaRenameField,Yb as schemaRenameType,Nb as schemaShow,Vb as schemaShowField,$b as schemaShowStatus,_ as scoreItemSimilarity,tb as search,cb as selectImportAuthor,K as serializeItemDocument,J as splitFrontMatter,xc as startTask,xb as stats,Pa as toEstimatedMinutesValue,Ua as toImportBoolean,Ya as toImportConfidence,Ta as toImportInteger,ab as toImportLinkedDocs,$a as toImportLinkedFiles,bb as toImportLinkedTests,_a as toImportLogEntries,Za as toImportNormalizedEnum,Xa as toImportNumberMap,Qa as toImportPriority,Sa as toImportStatus,Va as toImportStringList,Wa as toImportStringMap,Ra as toImportTags,Oa as toNonEmptyImportString,Y as tokenizeSimilarityText,oc as update,Pc as upgrade,fc as validate,c as writeFileAtomic};
2
2
  //# sourceMappingURL=sdk-runtime.js.map
@@ -1,2 +1,2 @@
1
- import{A as t,B as u,C as v,D as w,E as x,F as y,G as z,H as A,I as B,J as C,K as D,L as E,M as F,N as G,O as H,P as I,Q as J,R as K,S as L,T as M,U as N,V as O,W as P,X as Q,Y as R,f as c,g as d,l as e,m as f,n as g,o as h,p as i,q as j,r as k,s as l,t as m,u as n,v as o,w as p,x as q,y as r,z as s}from"./chunks/chunk-3A6KWB72.js";import"./chunks/chunk-WYNUU7ZW.js";import"./chunks/chunk-CS6MRHG7.js";import"./chunks/chunk-KFLK5TRH.js";import"./chunks/chunk-HFSD77TQ.js";import"./chunks/chunk-PCJWJNC2.js";import"./chunks/chunk-4MTI7XOV.js";import"./chunks/chunk-UQLZQVFW.js";import"./chunks/chunk-2XS43CCV.js";import"./chunks/chunk-J2IEKAVR.js";import"./chunks/chunk-KL6IEBV2.js";import"./chunks/chunk-WSJEIGJF.js";import"./chunks/chunk-7ZPMJW4U.js";import"./chunks/chunk-AGYNSNCI.js";import"./chunks/chunk-HX2GTA6L.js";import"./chunks/chunk-H5Y6UV6E.js";import"./chunks/chunk-PDEGKG7P.js";import"./chunks/chunk-KWQZDZSS.js";import"./chunks/chunk-ME2JJ4LA.js";import"./chunks/chunk-6BX5UDCN.js";import{a,j as b}from"./chunks/chunk-PW2H7YJR.js";import"./chunks/chunk-CHOQ2VAW.js";import"./chunks/chunk-CALJHNBL.js";import"./chunks/chunk-B4H7FEFH.js";import"./chunks/chunk-LD77HJMQ.js";import"./chunks/chunk-TPXAXTCO.js";import"./chunks/chunk-3ISTDB42.js";import"./chunks/chunk-PIE5HBNA.js";import"./chunks/chunk-NFLJ3FHD.js";import"./chunks/chunk-7MXHZHSQ.js";import"./chunks/chunk-CUGNQQKH.js";import"./chunks/chunk-NE5VRDAI.js";import"./chunks/chunk-TPKN3S7S.js";import"./chunks/chunk-CFIGP5LY.js";import"./chunks/chunk-K44PYFXH.js";import"./chunks/chunk-2AXF3VSK.js";import"./chunks/chunk-JC6FKIFM.js";import"./chunks/chunk-FB7G2HY2.js";import"./chunks/chunk-NZ75GNSA.js";import"./chunks/chunk-B4KLBBMN.js";import"./chunks/chunk-H7KGWPDF.js";import"./chunks/chunk-PD3225AM.js";import"./chunks/chunk-H5Y5YE6A.js";import"./chunks/chunk-WOD3WWUN.js";import"./chunks/chunk-YGPNCCXZ.js";import"./chunks/chunk-E2ZSLTOP.js";import"./chunks/chunk-NG6OXIBR.js";import"./chunks/chunk-VT3Z5G7D.js";import"./chunks/chunk-RSIC5OPE.js";import"./chunks/chunk-K4KGEEBT.js";import"./chunks/chunk-A6KGKEWT.js";import"./chunks/chunk-NYIGHWQY.js";import"./chunks/chunk-KZ4X3DGU.js";import"./chunks/chunk-D4FPS43D.js";export{e as activateExtensionForTest,M as assertExtensionBlueprint,L as assertExtensionCapabilityUsage,t as assertExtensionDeactivated,P as assertExtensionManifestCompatible,O as assertExtensionManifestMatchesBlueprint,Q as assertExtensionPreflight,u as assertPackageManifest,N as assertProjectProfile,v as assertRegisteredCommandContract,F as assertRegisteredCommandOverride,B as assertRegisteredExporter,w as assertRegisteredFlags,x as assertRegisteredHook,A as assertRegisteredImporter,C as assertRegisteredItemField,D as assertRegisteredItemType,K as assertRegisteredMigration,G as assertRegisteredParserOverride,H as assertRegisteredPreflightOverride,E as assertRegisteredProfile,I as assertRegisteredRendererOverride,y as assertRegisteredSearchProvider,J as assertRegisteredServiceOverride,z as assertRegisteredVectorStoreAdapter,R as createExtensionTestHarness,f as deactivateExtensionForTest,a as describeExtensionActivation,c as describeExtensionBlueprint,d as lintExtensionBlueprint,b as renderExtensionSurfaceMarkdown,g as runRegisteredCommandForTest,l as runRegisteredCommandOverrideForTest,s as runRegisteredExporterForTest,i as runRegisteredHookForTest,r as runRegisteredImporterForTest,q as runRegisteredMigrationForTest,h as runRegisteredMutationGuardForTest,j as runRegisteredParserOverrideForTest,k as runRegisteredPreflightOverrideForTest,m as runRegisteredRendererOverrideForTest,o as runRegisteredSearchProviderForTest,n as runRegisteredServiceOverrideForTest,p as runRegisteredVectorStoreAdapterForTest};
1
+ import{A as t,B as u,C as v,D as w,E as x,F as y,G as z,H as A,I as B,J as C,K as D,L as E,M as F,N as G,O as H,P as I,Q as J,R as K,S as L,T as M,U as N,V as O,W as P,X as Q,Y as R,f as c,g as d,l as e,m as f,n as g,o as h,p as i,q as j,r as k,s as l,t as m,u as n,v as o,w as p,x as q,y as r,z as s}from"./chunks/chunk-CBLA33YK.js";import"./chunks/chunk-2ZMXX3Q6.js";import"./chunks/chunk-ALDHXLPS.js";import"./chunks/chunk-GKA54IJM.js";import"./chunks/chunk-MNJ4NNSY.js";import{o as a,wa as b}from"./chunks/chunk-NUXRRNAB.js";import"./chunks/chunk-OJPCFDDY.js";import"./chunks/chunk-PFSD3DAN.js";export{e as activateExtensionForTest,M as assertExtensionBlueprint,L as assertExtensionCapabilityUsage,t as assertExtensionDeactivated,P as assertExtensionManifestCompatible,O as assertExtensionManifestMatchesBlueprint,Q as assertExtensionPreflight,u as assertPackageManifest,N as assertProjectProfile,v as assertRegisteredCommandContract,F as assertRegisteredCommandOverride,B as assertRegisteredExporter,w as assertRegisteredFlags,x as assertRegisteredHook,A as assertRegisteredImporter,C as assertRegisteredItemField,D as assertRegisteredItemType,K as assertRegisteredMigration,G as assertRegisteredParserOverride,H as assertRegisteredPreflightOverride,E as assertRegisteredProfile,I as assertRegisteredRendererOverride,y as assertRegisteredSearchProvider,J as assertRegisteredServiceOverride,z as assertRegisteredVectorStoreAdapter,R as createExtensionTestHarness,f as deactivateExtensionForTest,a as describeExtensionActivation,c as describeExtensionBlueprint,d as lintExtensionBlueprint,b as renderExtensionSurfaceMarkdown,g as runRegisteredCommandForTest,l as runRegisteredCommandOverrideForTest,s as runRegisteredExporterForTest,i as runRegisteredHookForTest,r as runRegisteredImporterForTest,q as runRegisteredMigrationForTest,h as runRegisteredMutationGuardForTest,j as runRegisteredParserOverrideForTest,k as runRegisteredPreflightOverrideForTest,m as runRegisteredRendererOverrideForTest,o as runRegisteredSearchProviderForTest,n as runRegisteredServiceOverrideForTest,p as runRegisteredVectorStoreAdapterForTest};
2
2
  //# sourceMappingURL=sdk-testing.js.map
@@ -1,2 +1,3 @@
1
- import{a as lE,b as fE,c as uE,d as TE,e as hE,f as AE,g as CE,h as EE,i as gE}from"./chunks/chunk-6QPO7KLR.js";import{a as aE,b as pE,c as cE,d as dE,e as mE,f as t_,g as r_,h as o_,i as n_,j as i_,k as s_,l as a_,m as p_,n as c_,o as d_,p as m_,q as __,r as l_}from"./chunks/chunk-UFWUJO4V.js";import{A as XE,B as YE,C as qE,D as JE,E as QE,F as ZE,G as eg,H as tg,I as rg,J as og,K as ng,L as ig,M as sg,N as ag,O as pg,P as cg,Q as dg,R as mg,S as _g,T as lg,U as fg,V as ug,W as Tg,X as hg,Y as Ag,a as SE,b as OE,c as yE,d as RE,e as NE,f as IE,g as xE,h as bE,i as PE,j as LE,k as wE,l as ME,m as kE,n as DE,o as GE,p as FE,q as vE,r as UE,s as HE,t as BE,u as VE,v as WE,w as $E,x as zE,y as jE,z as KE}from"./chunks/chunk-3A6KWB72.js";import{$ as ad,$a as _m,A as IC,Aa as Ud,Ab as Um,B as xC,Ba as Hd,Bb as Hm,C as bC,Ca as Bd,Cb as Bm,D as PC,Da as Vd,Db as Vm,E as LC,Ea as Wd,Eb as Wm,F as wC,Fa as $d,Fb as $m,G as MC,Ga as zd,Gb as zm,H as kC,Ha as jd,Hb as jm,I as UC,Ia as Kd,Ib as Km,J as fp,Ja as Xd,Jb as Xm,K as $c,Ka as Yd,Kb as Ym,L as zc,La as qd,Lb as qm,M as jc,Ma as Jd,Mb as Jm,N as Kc,Na as Qd,Nb as Qm,O as Xc,Oa as Zd,Ob as Zm,P as Yc,Pa as em,Pb as e_,Q as qc,Qa as tm,R as Jc,Ra as rm,S as Qc,Sa as om,T as Zc,Ta as nm,U as ed,Ua as im,V as td,Va as sm,W as rd,Wa as am,X as od,Xa as pm,Y as nd,Ya as cm,Z as id,Za as dm,_ as sd,_a as mm,a as ni,aa as pd,ab as lm,b as ii,ba as cd,bb as fm,c as si,ca as dd,cb as um,d as ih,da as md,db as Tm,e as sh,ea as _d,eb as hm,f as pi,fa as ld,fb as Am,g as lh,ga as fd,gb as Cm,h as fh,ha as ud,hb as Em,i as uh,ia as Td,ib as gm,j as Th,ja as le,jb as Sm,k as hh,ka as b,kb as Om,l as Ah,la as yd,lb as ym,m as Ch,ma as Rd,mb as Rm,n as Eh,na as Nd,nb as Nm,o as li,oa as Id,ob as Im,p as gh,pa as xd,pb as xm,q as Sh,qa as bd,qb as bm,r as Oh,ra as Pd,rb as Pm,s as yh,sa as Ld,sb as Lm,t as Rh,ta as wd,tb as wm,u as Nh,ua as Md,ub as Mm,v as as,va as kd,vb as km,w as Ta,wa as Dd,wb as Dm,x as ha,xa as Gd,xb as Gm,y as Aa,ya as Fd,yb as Fm,z as Ca,za as vd,zb as vm}from"./chunks/chunk-WYNUU7ZW.js";import{a as DC,b as GC,c as FC,d as vC}from"./chunks/chunk-CS6MRHG7.js";import{$ as iE,A as Ap,Aa as Hc,B as Cp,Ba as Bc,C as Ep,Ca as Vc,D as gp,Da as Wc,E as Sp,Ea as hd,F as Op,Fa as Ad,G as yp,Ga as Cd,H as Rp,Ha as Ed,I as XC,Ia as gd,J as YC,Ja as Sd,K as pc,Ka as Od,L as cc,M as dc,N as mc,O as _c,P as lc,Q as fc,R as uc,S as qC,T as JC,U as QC,V as ZC,W as eE,X as tE,Y as rE,Z as oE,_ as nE,a as Ni,b as Yi,ba as Tc,c as qi,ca as hc,d as Ji,da as Ac,e as pC,ea as Cc,f as ya,fa as Ec,g as cC,ga as gc,h as dC,ha as Sc,i as Ra,ia as Oc,j as Na,ja as yc,k as Ia,ka as Rc,l as mC,la as Nc,ma as Ic,n as _C,na as xc,o as lC,oa as bc,p as fC,pa as Pc,q as xa,qa as Lc,r as ba,ra as wc,s as uC,sa as Mc,t as Ya,ta as sE,u as qa,ua as kc,v as Ja,va as Dc,w as Qa,wa as Gc,x as up,xa as Fc,y as Tp,ya as vc,z as hp,za as Uc}from"./chunks/chunk-KFLK5TRH.js";import"./chunks/chunk-HFSD77TQ.js";import{a as ga}from"./chunks/chunk-PCJWJNC2.js";import{a as hi}from"./chunks/chunk-4MTI7XOV.js";import{a as re,b as oe,c as ne,d as ie,e as se,f as ae,g as pe,h as ce,i as de,j as me,k as _e,l as Np,m as Ip,n as xp,o as bp,p as Pp,q as Lp,r as wp,s as Mp,t as kp,u as Dp,v as Gp,w as Fp,x as vp,y as Up}from"./chunks/chunk-UQLZQVFW.js";import{a as ss}from"./chunks/chunk-2XS43CCV.js";import{b as ja,c as Ka,d as Xa}from"./chunks/chunk-J2IEKAVR.js";import{a as za}from"./chunks/chunk-KL6IEBV2.js";import{b as Pa,c as La,d as wa,e as Ma,f as ka,g as Da,h as Ga,i as Fa,j as va,k as Ua,l as Ha,m as Ba,n as Va,o as Wa,p as $a}from"./chunks/chunk-WSJEIGJF.js";import{a as Ks}from"./chunks/chunk-7ZPMJW4U.js";import{a as WC,b as $C,c as zC,d as jC}from"./chunks/chunk-AGYNSNCI.js";import{a as is}from"./chunks/chunk-HX2GTA6L.js";import{a as Ai,b as Ci,c as Ei,d as gi,e as Si,f as Oi,g as yi,h as Ri}from"./chunks/chunk-H5Y6UV6E.js";import{a as Ea}from"./chunks/chunk-PDEGKG7P.js";import{a as Sa}from"./chunks/chunk-KWQZDZSS.js";import{a as js}from"./chunks/chunk-ME2JJ4LA.js";import{a as te,b as Za,c as ep}from"./chunks/chunk-6BX5UDCN.js";import{A as ip,B as sp,a as QA,d as J,e as Q,f as Z,g as ee,h as ia,j as sa,k as aa,l as pa,p as ca,q as da,r as ma,s as _a,t as la,u as fa,v as ua,w as tp,x as rp,y as op,z as np}from"./chunks/chunk-PW2H7YJR.js";import"./chunks/chunk-CHOQ2VAW.js";import{D as ta,E as ra,F as oa,G as na,a as mh,b as _h,c as ci,d as di,f as mi,g as _i,h as ZA,i as eC,j as Xs,k as Ys,l as qs,m as Js,n as tC,o as Qs,p as Zs,q as ea}from"./chunks/chunk-CALJHNBL.js";import{a as _E}from"./chunks/chunk-OAC5NIV4.js";import{A as yC,B as RC,C as NC,D as mp,E as _p,F as lp,G as zp,H as jp,I as Kp,J as Xp,K as Yp,L as qp,M as Jp,N as Qp,O as Zp,P as ec,Q as tc,R as rc,S as oc,T as nc,U as ic,V as sc,W as ac,a as ah,b as ph,c as ch,d as dh,e as Ti,f as tA,g as zA,h as rC,i as oC,j as nC,k as iC,l as sC,m as Oa,n as aC,o as ap,p as pp,q as cp,r as dp,s as TC,t as hC,u as AC,v as CC,w as EC,x as gC,y as SC,z as OC}from"./chunks/chunk-B4H7FEFH.js";import{$ as Fi,A as TA,B as hA,C as AA,D as CA,E as EA,F as gA,G as SA,H as OA,I as yA,J as RA,K as NA,L as IA,M as xA,N as bA,O as PA,P as LA,Q as wA,R as MA,S as kA,T as DA,U as Y,V as Li,W as wi,X as Mi,Y as ki,Z as Di,_ as Gi,a as Ph,aa as vi,b as Lh,ba as Ui,c as wh,ca as Hi,d as Mh,da as Bi,e as kh,ea as Vi,f as Dh,fa as Wi,g as Gh,ga as $i,h as fi,ha as zi,i as Ii,ia as ji,j as xi,ja as q,k as bi,ka as Ki,l as Pi,la as GA,m as rA,ma as FA,n as oA,na as vA,o as nA,oa as Xi,p as iA,pa as UA,q as sA,r as aA,ra as HC,s as pA,sa as BC,t as cA,ta as VC,u as dA,v as mA,w as _A,x as lA,y as fA,z as uA}from"./chunks/chunk-LD77HJMQ.js";import{a as Hp,b as Bp,c as Vp,d as Wp,e as KC,n as $p}from"./chunks/chunk-TPXAXTCO.js";import"./chunks/chunk-3ISTDB42.js";import{a as Lr,b as wr,c as Mr,d as kr,e as Dr,f as Gr,g as Fr,h as vr,i as Ur,j as Hr,k as Br,l as Vr,m as Wr,n as $r,o as zr,p as jr,q as X}from"./chunks/chunk-PIE5HBNA.js";import{A as ti,B as ri,C as oi,a as Kr,b as Xr,c as Yr,d as qr,e as Jr,f as Qr,g as Zr,h as eo,i as to,j as ro,k as oo,l as no,m as io,n as so,o as ao,p as po,q as co,r as Kn,s as Xn,t as Yn,u as qn,v as Jn,x as Qn,y as Zn,z as ei}from"./chunks/chunk-NFLJ3FHD.js";import{A as Hs,B as Bs,C as Vs,D as Ws,E as $s,P as zs,p as Is,s as ws,t as Ms,u as ks,v as Ds,w as Gs,x as Fs,y as vs,z as Us}from"./chunks/chunk-7MXHZHSQ.js";import{a as xs,b as JA,c as bs,d as Ps,e as Ls}from"./chunks/chunk-CUGNQQKH.js";import{b as ls,c as fs,d as us,e as Ts,f as hs,g as As,h as Cs,i as Es,j as gs,k as Ss,l as Os,m as ys,n as Rs,o as Ns}from"./chunks/chunk-NE5VRDAI.js";import{a as jA,b as KA,c as XA,d as YA,e as qA,f as ps,g as cs,h as ds,i as ms,j as _s,k as D}from"./chunks/chunk-TPKN3S7S.js";import{a as ns}from"./chunks/chunk-CFIGP5LY.js";import{a as os}from"./chunks/chunk-K44PYFXH.js";import{b as ts,c as rs}from"./chunks/chunk-2AXF3VSK.js";import{a as Qi,b as Zi,c as es}from"./chunks/chunk-JC6FKIFM.js";import"./chunks/chunk-FB7G2HY2.js";import{a as Ih,b as xh,c as bh,d as Bh,e as Vh,f as Wh,g as $h,k as zh,l as jh,m as Kh,n as Xh,o as Yh,p as qh,q as Jh,r as Qh,s as Zh,t as eA,u as ui}from"./chunks/chunk-NZ75GNSA.js";import{a as oh,b as nh}from"./chunks/chunk-B4KLBBMN.js";import"./chunks/chunk-H7KGWPDF.js";import{a as qT,b as JT,c as QT,d as ZT,e as eh,h as th,i as rh,j as ai}from"./chunks/chunk-PD3225AM.js";import{a as Fh,b as vh,c as Uh,d as Hh}from"./chunks/chunk-H5Y5YE6A.js";import{$ as dn,A as Go,Aa as Fn,B as Fo,Ba as vn,C as vo,Ca as Un,D as Uo,Da as Hn,E as Ho,Ea as Bn,F as Bo,Fa as Vn,G as Vo,Ga as Wn,H as Wo,Ha as $n,I as $o,Ia as zn,J as zo,Ja as jn,K as jo,L as Ko,M as Xo,N as Yo,O as qo,P as Jo,Q as Qo,R as Zo,S as en,T as tn,U as rn,V as on,W as nn,X as sn,Y as an,Z as pn,_ as cn,aa as mn,b as mo,ba as _n,c as _o,ca as ln,d as lo,da as fn,e as fo,ea as un,f as uo,fa as Tn,g as To,ga as hn,h as ho,ha as An,i as Ao,ia as Cn,j as Co,ja as En,k as Eo,ka as gn,l as go,la as Sn,m as So,ma as On,n as Oo,na as yn,o as yo,oa as Rn,p as Ro,pa as Nn,q as No,qa as In,r as Io,ra as xn,s as xo,sa as bn,t as bo,ta as Pn,u as Po,ua as Ln,v as Lo,va as wn,w as wo,wa as Mn,x as Mo,xa as kn,y as ko,ya as Dn,z as Do,za as Gn}from"./chunks/chunk-WOD3WWUN.js";import{a as HA,b as BA,c as VA,d as WA,e as $A}from"./chunks/chunk-YGPNCCXZ.js";import"./chunks/chunk-E2ZSLTOP.js";import{$ as bT,A as z,Aa as WT,Ba as $T,C as dT,Ca as zT,Da as jT,E as mT,Ha as K,I as _T,Ia as KT,J as lT,Ja as XT,K as fT,Ka as YT,L as uT,M as TT,O as hT,P as AT,Q as CT,R as ET,S as gT,T as ST,U as OT,V as yT,W as RT,X as NT,Y as j,Z as IT,_ as xT,a as W_,aa as PT,b as $_,ba as LT,c as z_,ca as wT,d as j_,da as MT,e as Wl,ea as kT,f as $l,fa as DT,ga as GT,h as Au,ha as FT,ia as vT,j as Cu,ja as hr,k as Eu,ka as Ar,l as gu,la as Cr,m as Su,ma as Er,n as Mu,na as gr,oa as Sr,p as ku,pa as Or,qa as yr,r as Du,ra as Rr,s as Gu,sa as Nr,t as Fu,ta as Ir,u as vu,ua as xr,v as Bu,va as br,w as Vu,wa as Pr,x as Yu,xa as UT,y as qu,ya as HT,z as Ju,za as BT}from"./chunks/chunk-NG6OXIBR.js";import{a as fu,b as uu}from"./chunks/chunk-VT3Z5G7D.js";import{b as Wu,c as $u,d as zu}from"./chunks/chunk-RSIC5OPE.js";import{a as Uu}from"./chunks/chunk-K4KGEEBT.js";import{a as VT}from"./chunks/chunk-A6KGKEWT.js";import{a as _r,b as Ou,c as yu,d as Ru,e as Nu,f as Iu,g as xu,h as bu,i as Pu,j as Lu,k as wu}from"./chunks/chunk-NYIGHWQY.js";import{k as Hu}from"./chunks/chunk-KZ4X3DGU.js";import{$ as J_,$b as qe,$c as ct,$d as If,$e as Zt,$f as sT,A as Le,Aa as el,Ab as Ye,Ac as Fl,Ad as rf,Ae as eu,Af as nr,B as G_,Bb as x,Bc as vl,Be as tu,Bf as ir,C as we,Cb as dl,Cc as Ul,Ce as ru,Cf as sr,Da as Ve,Dc as $,Dd as of,De as bt,Df as ar,E as F_,Ea as tl,Eb as ml,Ec as Hl,Ed as nf,Ee as Pt,Ef as pr,Fa as rl,Fc as Bl,Fd as sf,Fe as Lt,Ga as ol,Gb as _l,Gc as Vl,Ge as wt,Gf as cr,H as v_,Ha as nl,Hd as af,He as Mt,Hf as dr,Id as pf,Ie as kt,If as mr,Ja as We,Jd as cf,Je as Dt,K as U_,Ka as $e,Kd as df,Ke as Gt,La as M,Lc as zl,Ld as mf,Le as Ft,Lf as ju,Md as _f,Me as vt,Mf as Ku,N as H_,Nc as rt,Nd as lf,Ne as Ut,Nf as lr,Oa as ze,Oc as jl,Od as ff,Oe as Ht,Of as Xu,P as B,Pa as je,Pc as ot,Pd as uf,Pe as Bt,Pf as Qu,Q as V,Qd as Tf,Qe as Vt,Qf as Zu,R as Me,Ra as Ke,Rc as Kl,Rd as hf,Re as Wt,Rf as eT,S as ke,Sd as Af,Se as $t,Sf as tT,T as B_,Tb as ll,Td as Cf,Te as zt,Ub as fl,Uc as Xl,Ud as Ef,Ue as jt,Uf as rT,V as V_,Vb as ul,Vc as Yl,Vd as gf,Ve as Kt,Vf as oT,W as K_,Wc as nt,Wd as Sf,We as Xt,Wf as nT,X as X_,Xb as Tl,Xc as it,Xd as Of,Xe as Yt,Xf as iT,Yb as hl,Yc as st,Yd as yf,Ye as qt,Yf as fr,Z as Y_,Zc as at,Zd as Rf,Ze as Jt,Zf as ur,_ as q_,_b as Al,_c as pt,_d as Nf,_e as Qt,_f as Tr,aa as De,ad as dt,ae as xf,af as ou,b as Ie,ba as Ge,bb as il,bc as Je,bd as ql,be as bf,bf as nu,bg as aT,c as xe,ca as Fe,cc as Qe,cd as Jl,ce as Pf,cg as pT,d as be,de as Lf,df as iu,dg as cT,ec as Cl,ed as mt,ee as wf,ef as su,f as Pe,fc as El,fd as _t,fe as Mf,ga as ve,gc as gl,gd as Ql,ge as kf,h as b_,hc as Sl,hd as lt,he as Df,hf as au,i as P_,ia as Ue,ib as k,ic as Ol,id as ft,ie as Gf,if as pu,j as L_,ja as He,jb as W,jc as yl,jd as Zl,je as Ff,jf as er,ka as Be,kb as sl,kc as Rl,kd as ut,ke as vf,kf as tr,lb as al,lc as Ze,ld as Tt,le as Uf,mb as h,mc as Nl,md as ht,me as Hf,nb as pl,nc as Il,nd as At,ne as Bf,oc as xl,od as Ct,oe as Vf,of as cu,pc as bl,pd as Et,pe as Wf,pf as du,q as w_,qc as Pl,qd as gt,qe as $f,qf as mu,rc as Ll,rd as St,re as zf,rf as _u,sc as wl,sd as Ot,se as jf,t as M_,tc as Ml,td as yt,te as Kf,tf as lu,uc as et,ud as Rt,ue as Xf,v as k_,vc as kl,vd as Nt,ve as Yf,wc as tt,wd as It,we as qf,wf as Tu,xd as xt,xe as Jf,xf as hu,ya as Q_,yb as cl,yc as Dl,yd as ef,ye as Qf,yf as rr,z as D_,za as Z_,zb as Xe,zc as Gl,zd as tf,ze as Zf,zf as or}from"./chunks/chunk-D4FPS43D.js";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="cc0d4dd1-20e8-59d4-acb5-9f8ed639d35f")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="fa4eb88d-f50e-59fa-be7f-0cfb42931a73")}catch{}})();var f="https://schema.unbrained.dev/pm/corpus-shape/v1";function A(e,t){if(!Number.isSafeInteger(e)||e<=0)throw new TypeError(`Corpus shape ${t} must be a positive safe integer`);return e}function y(e,t){if(!Number.isSafeInteger(e)||e<0)throw new TypeError(`Corpus shape ${t} must be a non-negative safe integer`);return e}function ue(e){if(!(typeof e!="object"||e===null||Object.isFrozen(e))){for(let t of Object.values(e))ue(t);Object.freeze(e)}}function C(e){if(e.schema!==f)throw new TypeError(`Unsupported corpus shape schema: ${e.schema}`);if(e.name.trim().length===0||e.description.trim().length===0)throw new TypeError("Corpus shape name and description must be non-empty");if(A(e.hierarchy_depth,"hierarchy_depth"),A(e.hierarchy_fanout,"hierarchy_fanout"),y(e.age_span_days,"age_span_days"),A(e.history_entries_per_item,"history_entries_per_item"),y(e.comments_per_100_items,"comments_per_100_items"),y(e.notes_per_100_items,"notes_per_100_items"),y(e.learnings_per_100_items,"learnings_per_100_items"),A(e.author_cardinality,"author_cardinality"),A(e.component_count,"component_count"),e.edge_kind_mix.length===0||e.edge_kind_mix.some(r=>r.kind.trim().length===0||r.weight<=0))throw new TypeError("Corpus shape edge_kind_mix requires non-empty kinds with positive weights");if(e.terminal_statuses.some(r=>!e.custom_statuses.includes(r)))throw new TypeError("Corpus shape terminal_statuses must be declared in custom_statuses");let t=structuredClone(e);return ue(t),t}var P=[{kind:"implements",weight:5},{kind:"blocked_by",weight:2},{kind:"discovered_from",weight:2},{kind:"verifies",weight:2},{kind:"supersedes",weight:1},{kind:"related",weight:4}],E=Object.freeze({scratch:C({schema:f,name:"scratch",description:"Seconds-old, shallow project with minimal history.",hierarchy_depth:2,hierarchy_fanout:50,age_span_days:0,history_entries_per_item:1,comments_per_100_items:2,notes_per_100_items:1,learnings_per_100_items:1,edge_kind_mix:[{kind:"related",weight:1}],author_cardinality:2,component_count:1,include_cycles:!1,custom_types:[],custom_statuses:[],terminal_statuses:[],custom_fields:[]}),representative:C({schema:f,name:"representative",description:"Medium-lived project with rich evidence and typed lineage.",hierarchy_depth:5,hierarchy_fanout:8,age_span_days:730,history_entries_per_item:12,comments_per_100_items:30,notes_per_100_items:12,learnings_per_100_items:10,edge_kind_mix:P,author_cardinality:32,component_count:1,include_cycles:!1,custom_types:["Experiment"],custom_statuses:["review"],terminal_statuses:[],custom_fields:["domain"]}),"deep-graph":C({schema:f,name:"deep-graph",description:"Deep typed relationship graph with deterministic cycles.",hierarchy_depth:16,hierarchy_fanout:2,age_span_days:3650,history_entries_per_item:6,comments_per_100_items:15,notes_per_100_items:8,learnings_per_100_items:8,edge_kind_mix:P,author_cardinality:16,component_count:1,include_cycles:!0,custom_types:[],custom_statuses:[],terminal_statuses:[],custom_fields:[]}),"multi-decade":C({schema:f,name:"multi-decade",description:"Thirty-year event history with dense per-item evolution.",hierarchy_depth:6,hierarchy_fanout:6,age_span_days:10958,history_entries_per_item:24,comments_per_100_items:40,notes_per_100_items:20,learnings_per_100_items:16,edge_kind_mix:P,author_cardinality:64,component_count:1,include_cycles:!1,custom_types:["Program"],custom_statuses:["archived"],terminal_statuses:["archived"],custom_fields:["portfolio"]}),"disconnected-archive":C({schema:f,name:"disconnected-archive",description:"Multiple disconnected historical project components.",hierarchy_depth:4,hierarchy_fanout:10,age_span_days:7305,history_entries_per_item:8,comments_per_100_items:10,notes_per_100_items:5,learnings_per_100_items:6,edge_kind_mix:P,author_cardinality:24,component_count:5,include_cycles:!1,custom_types:["Archive"],custom_statuses:["archived"],terminal_statuses:["archived"],custom_fields:["archive_source"]})});function f_(){return Object.keys(E).sort().map(e=>E[e])}function u_(e){let t=e.trim().toLowerCase();if(!Object.hasOwn(E,t))throw new TypeError(`Unknown corpus shape "${e}". Available: ${Object.keys(E).join(", ")}`);return E[t]}var fe=new WeakMap;function Te(e,t){if(e===0)return[];let r=fe.get(t);r===void 0&&(r=t.edge_kind_mix.flatMap(n=>Array.from({length:n.weight},()=>n.kind)),fe.set(t,r));let o=[r[e%r.length]];return t.include_cycles&&e>2&&e%17===0&&o.push("related"),[...new Set(o)]}function T_(e,t,r,o=42){if(y(t,"item index"),A(r,"item count"),t>=r)throw new RangeError(`Corpus item index ${t} exceeds ${r}`);let n=Math.min(e.component_count,r),p=t%n,i=Math.floor(t/n),s=0,c=1;for(let H=0;H<e.hierarchy_depth;H+=1)s=Math.min(Number.MAX_SAFE_INTEGER,s+c),c=Math.min(Number.MAX_SAFE_INTEGER,c*e.hierarchy_fanout);let a=i%s,m=i-a,_=a===0?void 0:p+(m+Math.floor((a-1)/e.hierarchy_fanout))*n,d=Date.UTC(2026,0,1),I=e.age_span_days*864e5,Ne=new Date(d+(r===1?0:Math.round(t/(r-1)*I))).toISOString(),w=(t*37+o)%100;return{index:t,id:`pm-s${t.toString(36).padStart(7,"0")}`,..._===void 0?{}:{parent:`pm-s${_.toString(36).padStart(7,"0")}`},component:p,timestamp:Ne,author:`pm-corpus-agent-${(t+o)%Math.min(e.author_cardinality,r)}`,history_entry_count:e.history_entries_per_item,dependency_kinds:Te(t,e),has_comment:w<e.comments_per_100_items,has_note:w<e.notes_per_100_items,has_learning:w<e.learnings_per_100_items,...e.custom_types.length>0&&t%11===0?{custom_type:e.custom_types[t%e.custom_types.length]}:{},...e.custom_statuses.length>0&&t%13===0?{custom_status:e.custom_statuses[t%e.custom_statuses.length]}:{}}}var G=class{shape;authors=new Set;components=new Set;depths=new Map;childCounts=new Map;edgeKinds={};expectedEdgeKinds={};annotations={comments:0,notes:0,learnings:0};annotationFields;planMismatches=[];itemCount=0;observedDepth=0;observedFanout=0;historyEntryCount=0;firstTimestamp=null;lastTimestamp=null;constructor(t){this.shape=t,this.annotationFields=[["comments","has_comment",t.comments_per_100_items],["notes","has_note",t.notes_per_100_items],["learnings","has_learning",t.learnings_per_100_items]]}recordMismatch(t,r){t&&this.planMismatches.push(r)}recordEdgeKinds(t,r){for(let o of r)t[o]=(t[o]??0)+1}add(t){this.itemCount+=1,this.authors.add(t.author),this.components.add(t.component),this.recordMismatch(this.depths.has(t.id),`duplicate_id:${t.id}`);let r=1;if(t.parent!==void 0){let o=this.depths.get(t.parent);this.recordMismatch(o===void 0,`parent_missing:${t.parent}`),r=(o??0)+1;let n=(this.childCounts.get(t.parent)??0)+1;this.childCounts.set(t.parent,n),this.observedFanout=Math.max(this.observedFanout,n)}this.depths.set(t.id,r),this.observedDepth=Math.max(this.observedDepth,r),this.historyEntryCount+=t.history_entry_count,this.recordMismatch(t.history_entry_count!==this.shape.history_entries_per_item,"history_entries_per_item:drift"),this.firstTimestamp=this.firstTimestamp===null||t.timestamp<this.firstTimestamp?t.timestamp:this.firstTimestamp,this.lastTimestamp=this.lastTimestamp===null||t.timestamp>this.lastTimestamp?t.timestamp:this.lastTimestamp;for(let[o,n]of this.annotationFields)this.annotations[o]+=Number(t[n]);this.recordEdgeKinds(this.edgeKinds,t.dependency_kinds),this.recordEdgeKinds(this.expectedEdgeKinds,Te(t.index,this.shape))}finish(){let t=Math.min(this.shape.author_cardinality,this.itemCount),r=Math.min(this.shape.component_count,this.itemCount),o=[...this.planMismatches,...this.itemCount===0?["item_count:empty"]:[],...this.authors.size===t?[]:[`author_count:${this.authors.size}!=${t}`],...this.components.size===r?[]:[`component_count:${this.components.size}!=${r}`],...this.observedDepth<=this.shape.hierarchy_depth?[]:[`hierarchy_depth:${this.observedDepth}>${this.shape.hierarchy_depth}`],...this.observedFanout<=this.shape.hierarchy_fanout?[]:[`hierarchy_fanout:${this.observedFanout}>${this.shape.hierarchy_fanout}`]];for(let[i,,s]of this.annotationFields){let c=Math.floor(this.itemCount/100),a=this.itemCount%100,m=c*s+Math.max(0,s+a-100),_=c*s+Math.min(s,a),d=this.annotations[i];(d<m||d>_)&&o.push(`${i}:${d}!in[${m},${_}]`)}let n=new Set([...Object.keys(this.edgeKinds),...Object.keys(this.expectedEdgeKinds)]);for(let i of[...n].sort()){let s=this.edgeKinds[i]??0,c=this.expectedEdgeKinds[i]??0;s!==c&&o.push(`edge_kind:${i}:${s}!=${c}`)}let p=[...new Set(o)];return{shape:this.shape.name,item_count:this.itemCount,author_count:this.authors.size,component_count:this.components.size,hierarchy_depth:this.observedDepth,hierarchy_fanout:this.observedFanout,timestamp_range:{first:this.firstTimestamp,last:this.lastTimestamp},history_entry_count:this.historyEntryCount,annotations:{...this.annotations},edge_kinds:{...this.edgeKinds},matches_declaration:p.length===0,mismatches:p}}};function he(e){return new G(e)}function h_(e,t){let r=he(e);for(let o of t)r.add(o);return r.finish()}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="80b8e2af-4dcf-59e8-bfbf-38124db887bf")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="8c9a34bd-b77a-55ab-a5d1-3594cecfeb3f")}catch{}})();async function A_(){let e=M(process.cwd(),process.env.PM_PATH);await z(e,(t,r)=>j(t,r,{apply_runtime_defaults:!0}))}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="f48b9002-59dc-54d3-95de-36bf0d11b39a")}catch{}})();var Ae="https://schema.unbrained.dev/pm/workspace-recipe/v1";function F(e,t){if(e===null||typeof e=="boolean"||typeof e=="string")return e;if(typeof e=="number"){if(!Number.isFinite(e))throw new Error(`Workspace recipe JSON number must be finite at ${t}`);return e}if(Array.isArray(e))return Object.freeze(e.map((r,o)=>F(r,`${t}[${o}]`)));if(typeof e!="object"||Object.getPrototypeOf(e)!==Object.prototype&&Object.getPrototypeOf(e)!==null)throw new Error(`Workspace recipe input must contain JSON values at ${t}`);return Object.freeze(Object.fromEntries(Object.entries(e).map(([r,o])=>[r,F(o,`${t}.${r}`)])))}function Ce(e){if(e.schema!==Ae)throw new Error(`Unsupported workspace recipe schema: ${e.schema}`);let t=B(e);if(e.operations.some(r=>r.action.trim().length===0||r.input===null||Array.isArray(r.input)))throw new Error("Workspace recipe operations require an action and object input");return Object.freeze({...t,operations:Object.freeze(e.operations.map((r,o)=>Object.freeze({action:r.action,input:F(r.input,`operations[${o}].input`)})))})}async function Ee(e,t){let r=Ce(e);return V(r,t)}async function C_(e,t){return Ee(e,async()=>{let r=[];for(let[o,n]of e.operations.entries())r.push(await t(n,o));return r})}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="a108f4d2-80c3-540e-821c-5acdf68eb7fa")}catch{}})();async function E_(){await K()}import g from"node:fs";import v from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="6748a283-bc93-5783-98c1-d1a7f2fdce4e")}catch{}})();var ge=300*1e3,g_=3;function Gg(e){return(e?.trim()||"development").replace(/[^a-zA-Z0-9._-]/g,"_").replace(/^\./,"_")}function Fg(e,t){let r=t.trim();if(!/^[a-zA-Z0-9_-][a-zA-Z0-9._-]*$/.test(r))throw new TypeError("Compile-cache generation must be a safe non-empty filename token.");g.mkdirSync(e,{recursive:!0});let o=v.join(e,r);g.mkdirSync(o,{recursive:!0});let n=new Date;g.utimesSync(o,n,n);let p=g.readdirSync(e).filter(a=>a!==r).flatMap(a=>{try{return[{name:a,mtimeMs:g.statSync(v.join(e,a)).mtimeMs}]}catch(m){if(m instanceof Error&&"code"in m&&m.code==="ENOENT")return[];throw m}}).sort((a,m)=>m.mtimeMs-a.mtimeMs||a.name.localeCompare(m.name)),i=p.filter(a=>n.getTime()-a.mtimeMs<ge),s=Math.max(0,g_-1-i.length),c=p.filter(a=>n.getTime()-a.mtimeMs>=ge).slice(s).map(a=>a.name).sort((a,m)=>a.localeCompare(m));for(let a of c)g.rmSync(v.join(e,a),{recursive:!0,force:!0,maxRetries:3,retryDelay:50});return{retained:r,removed:c}}import{createHash as S_}from"node:crypto";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="4586a8b2-07c8-53d4-9c5d-ca557ee07977")}catch{}})();var U=1;function S(e){e?.throwIfAborted()}function u(e,t){if(typeof e!="string"||e.trim().length===0)throw new TypeError(`Relationship graph ${t} must be non-empty`);return e.trim()}function O(e,t,r={}){let o=Date.parse(r.createdAt??new Date().toISOString());if(!Number.isFinite(o))throw new TypeError("Relationship graph createdAt must be a valid timestamp");let n=e.nodes(),p=e.edges(),i=t.list();return Object.freeze({version:U,fingerprint:S_("sha256").update(x({nodes:n,edges:p,kinds:i})).digest("hex"),created_at:new Date(o).toISOString(),nodes:n,edges:p,kinds:i})}function O_(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function N(e){if(!O_(e))throw new TypeError("Relationship graph snapshot must be an object");if(e.version!==U)throw new TypeError(`Unsupported relationship graph snapshot version: ${String(e.version)}`);if(!Array.isArray(e.nodes)||e.nodes.some(n=>typeof n!="string"))throw new TypeError("Relationship graph snapshot nodes must be strings");if(!Array.isArray(e.edges)||!Array.isArray(e.kinds))throw new TypeError("Relationship graph snapshot edges and kinds must be arrays");if(typeof e.created_at!="string"||!Number.isFinite(Date.parse(e.created_at)))throw new TypeError("Relationship graph snapshot created_at must be valid");if(typeof e.fingerprint!="string")throw new TypeError("Relationship graph snapshot fingerprint must be a string");let t=new k([]);for(let n of e.kinds)t.register(n);let r=new h(e.nodes,e.edges,t),o=O(r,t,{createdAt:e.created_at});if(o.fingerprint!==e.fingerprint)throw new TypeError("Relationship graph snapshot fingerprint mismatch");return{snapshot:o,registry:t,graph:r}}async function l(e,t){u(e.name,"adapter name");let r=u(t.workspace,"workspace");S(t.signal);let o=await e.read({...t,workspace:r});return S(t.signal),o===null?null:N(o)}async function L(e,t){let r=u(t.workspace,"workspace"),o=N(t.snapshot).snapshot,n=await l(e,{workspace:r,signal:t.signal});if(n?.snapshot.fingerprint===o.fingerprint)return{adapter:e.name,workspace:r,disposition:"current",fingerprint:o.fingerprint,previous_fingerprint:n.snapshot.fingerprint,node_count:o.nodes.length,edge_count:o.edges.length};if(S(t.signal),await e.replace({workspace:r,signal:t.signal,snapshot:o,expected_fingerprint:n?.snapshot.fingerprint??null}),(await l(e,{workspace:r,signal:t.signal}))?.snapshot.fingerprint!==o.fingerprint)throw new Error(`Relationship graph adapter "${e.name}" did not expose the replaced snapshot`);return{adapter:e.name,workspace:r,disposition:"written",fingerprint:o.fingerprint,...n?{previous_fingerprint:n.snapshot.fingerprint}:{},node_count:o.nodes.length,edge_count:o.edges.length}}function y_(e,t={}){let r=e.map(N),o=new Map;for(let i of r)for(let s of i.snapshot.kinds){let c=o.get(s.kind);if(c&&x(c)!==x(s))throw new TypeError(`Conflicting federated relationship kind: ${s.kind}`);o.set(s.kind,s)}let n=new k([...o.values()].sort((i,s)=>i.kind.localeCompare(s.kind))),p=new h(new Set(r.flatMap(i=>[...i.snapshot.nodes])),r.flatMap(i=>[...i.snapshot.edges]),n);return O(p,n,t)}var R=class{name;#e=new Map;constructor(t="memory"){this.name=u(t,"adapter name")}async read(t){S(t.signal);let r=this.#e.get(u(t.workspace,"workspace"));return r?structuredClone(r):null}async replace(t){S(t.signal);let r=u(t.workspace,"workspace"),o=this.#e.get(r);if(t.expected_fingerprint!==void 0&&(o?.fingerprint??null)!==t.expected_fingerprint)throw new Error(`Relationship graph adapter conflict for ${r}`);this.#e.set(r,structuredClone(N(t.snapshot).snapshot))}async clear(t){S(t.signal);let r=u(t.workspace,"workspace"),o=this.#e.get(r);if(t.expected_fingerprint!==void 0&&(o?.fingerprint??null)!==t.expected_fingerprint)throw new Error(`Relationship graph adapter conflict for ${r}`);this.#e.delete(r)}};(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="423d6e5d-93e5-5f29-93e0-11ddca9c3156")}catch{}})();function Se(e,t){if(!Number.isInteger(e)||e<1)throw new TypeError(`Relationship graph ${t} must be a positive integer`);return e}function R_(e){let t=Se(e.nodeCount,"nodeCount"),r=Se(e.edgeStride??1,"edgeStride"),o=e.topology??"chain";if(!["chain","star","disconnected"].includes(o))throw new TypeError(`Unsupported relationship graph topology: ${o}`);let n=(e.kind??"related").trim(),p=(e.idPrefix??"node").trim();if(!n||!p)throw new TypeError("Relationship graph kind and idPrefix must be non-empty");let i=o==="disconnected"?0:Math.floor((t-1)/r);return{node_count:t,edge_count:i,edge_basis:"fixture_generated",nodes:{*[Symbol.iterator](){for(let s=0;s<t;s+=1)yield`${p}-${s}`}},edges:{*[Symbol.iterator](){if(o!=="disconnected")for(let s=r;s<t;s+=r)yield{source:`${p}-${o==="star"?0:s-r}`,target:`${p}-${s}`,kind:n}}}}}function T(e,t){if(!e)throw new Error(`Relationship graph adapter conformance: ${t}`)}async function Oe(e,t={}){let r=t.workspace?.trim()||"pm-graph-conformance",o=W(),n=O(new h(["a","b"],[{source:"a",target:"b",kind:"related"}],o),o,{createdAt:"2026-01-01T00:00:00.000Z"}),p=O(new h(["a","b","c"],[{source:"a",target:"b",kind:"related"},{source:"b",target:"c",kind:"blocked_by"}],o),o,{createdAt:"2026-01-02T00:00:00.000Z"}),i=[];T(await l(e,{workspace:r})===null,"workspace must start empty"),i.push({name:"empty-read",passed:!0});let s=await L(e,{workspace:r,snapshot:n});T(s.disposition==="written","first sync must write"),i.push({name:"atomic-replace",passed:!0}),(await e.read({workspace:r})).nodes.push("mutated-reader-copy"),T((await l(e,{workspace:r}))?.snapshot.nodes.length===2,"reads must not mutate stored state"),i.push({name:"read-isolation",passed:!0}),T((await L(e,{workspace:r,snapshot:n})).disposition==="current","identical sync must be idempotent"),i.push({name:"idempotent-sync",passed:!0}),await e.replace({workspace:r,snapshot:p,expected_fingerprint:n.fingerprint}),T((await l(e,{workspace:r}))?.snapshot.fingerprint===p.fingerprint,"replacement must become visible"),i.push({name:"replacement-visibility",passed:!0});let a=!1;try{await e.replace({workspace:r,snapshot:n,expected_fingerprint:n.fingerprint})}catch{a=!0}return T(a,"stale compare-and-swap must fail"),i.push({name:"stale-cas",passed:!0}),e.clear&&(await e.clear({workspace:r,expected_fingerprint:p.fingerprint}),T(await l(e,{workspace:r})===null,"clear must remove the workspace"),i.push({name:"clear",passed:!0})),{adapter:e.name,workspace:r,cases:Object.freeze(i),clear_supported:e.clear!==void 0}}function N_(e){return Oe(new R,e?{workspace:e}:{})}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="2c3df51e-6b10-5da6-8340-126465d9c434")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="5133d678-01f4-5164-aea7-2cc5ed42dd58")}catch{}})();import{createHash as ye}from"node:crypto";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="54a3448c-719c-5404-a9b9-c3072a2fdce2")}catch{}})();function Re(e,t){if(typeof e!="string"||e.trim().length===0)throw new TypeError(`Relationship backfill ${t} must be non-empty`);return e.trim()}function pS(e,t){let r=Re(t.migrationId,"migrationId"),o=Re(t.author,"author"),n=Date.parse(t.timestamp);if(!Number.isFinite(n))throw new TypeError("Relationship backfill timestamp must be valid");let p=new Date(n).toISOString(),i=D(e,void 0,t.registry),s=i.graph.nodes(),c=i.graph.edges().map(d=>{let I=ye("sha256").update(JSON.stringify([r,d.kind,d.source,d.target,d.createdAt??null,d.author??null,d.payload??null])).digest("hex").slice(0,24);return Object.freeze({eventId:`backfill:${r}:${I}`,relationshipId:`migration:${r}:${I}`,action:"add",edge:d,author:o,timestamp:p,reason:`Backfill ${r} from legacy item metadata`})}),a=ye("sha256").update(JSON.stringify({migrationId:r,nodes:s,events:c})).digest("hex"),m=new Set([...t.existingEventIds??[]].filter(d=>typeof d=="string").map(d=>d.trim()).filter(Boolean)),_=c.filter(d=>!m.has(d.eventId));return Object.freeze({migration_id:r,fingerprint:a,nodes:s,events:Object.freeze(_),edge_count:c.length,skipped_existing_count:c.length-_.length,duplicate_dependency_rows:i.duplicateRows.length,dangling_reference_count:i.dangling.active.length+i.dangling.legacy_terminal.length})}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="7fc669d4-1db2-5636-8304-2c111a684726")}catch{}})();function dS(e){return e}function mS(e){return e}function _S(e){return e}function lS(e){return e}function fS(e){return e}function uS(e){return e}function TS(e){return e}function hS(e){return e}function AS(e){return e}function CS(e){return e}function ES(e){return e}function gS(e){return e}function SS(e){return e}function OS(e){return{handled:!0,result:e}}function yS(){return{handled:!1}}function RS(e){return e}function NS(e){return e}function IS(e){return e}function xS(e){return e}function bS(e){return e}function PS(e){return e}function LS(e){return e}function wS(e){return e}function MS(e){return e}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="5bbfab95-010d-5507-ab01-f8f43943d295")}catch{}})();function I_(e={},t={}){return new b(t).extension(void 0,{...e,migrate:!0})}function x_(e={},t={}){return new b(t).packageMigrate(e)}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="99a9b24a-4bc7-50da-8333-e76086f0e303")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="708c1c46-ce32-56ff-812f-71f825ad7ec4")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="5e04dc9d-8e2d-5ef2-bf8b-6b18bd87c3bc")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="346cbfc0-a42a-5ae6-b95a-af3bd63fc6d1")}catch{}})();export{Fr as ACTIVITY_COMMANDER_STRING_OPTION_CONTRACTS,Ln as ACTIVITY_FLAG_CONTRACTS,Ct as AGENT_PROVENANCE_DIMENSIONS,To as AGGREGATE_FLAG_CONTRACTS,rn as APPEND_FLAG_CONTRACTS,nt as BASELINE_ITEM_FORMAT_VERSION,qh as BRIEF_LIST_FIELDS,E as BUILTIN_CORPUS_SHAPES,Et as BUILTIN_HARNESS_SIGNAL_DESCRIPTORS,De as BUILTIN_ITEM_TYPE_VALUES,oe as BUILTIN_PROFILES,kr as CALENDAR_COMMANDER_STRING_OPTION_CONTRACTS,Pn as CALENDAR_FLAG_CONTRACTS,on as CLAIM_FLAG_CONTRACTS,qn as CLOSE_ACTION_OPTION_KEYS,en as CLOSE_FLAG_CONTRACTS,tn as CLOSE_MANY_FLAG_CONTRACTS,dn as CLOSE_TASK_FLAG_CONTRACTS,ho as COMMENTS_FLAG_CONTRACTS,Q_ as COMMON_MUTATION_COMMAND_OPTION_KEYS,Wn as COMPLETION_FLAG_CONTRACTS,Be as CONFIDENCE_TEXT_VALUES,wo as CONFIG_FLAG_CONTRACTS,Dr as CONTEXT_COMMANDER_STRING_OPTION_CONTRACTS,pA as CONTEXT_EVALUATION_METRIC_NAMES,Mn as CONTEXT_FLAG_CONTRACTS,Y as CONTEXT_OUTPUT_VALUES,lA as CONTEXT_PACKING_PROFILES,nA as CONTEXT_RELEVANCE_SERVICE,rA as CONTEXT_RELEVANCE_SIGNAL_NAMES,gA as CONTEXT_SIGNAL_SET_VERSION,EA as CONTEXT_SIGNAL_STORE_FORMAT_VERSION,Vn as CONTRACTS_FLAG_CONTRACTS,Nn as COPY_FLAG_CONTRACTS,Br as CREATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS,Wr as CREATE_COMMANDER_REPEATABLE_OPTION_CONTRACTS,Vr as CREATE_COMMANDER_STRING_OPTION_CONTRACTS,w_ as CREATE_DIRECT_CLOSE_REASON_DEFAULT,On as CREATE_FLAG_CONTRACTS,it as CURRENT_ITEM_FORMAT_VERSION,RA as ContextSignalStore,uA as ContextUsageValidationError,Ph as DEFAULT_AUTHOR_IDENTITY_VOCABULARY,oC as DEFAULT_CHILD_SAMPLE_LIMIT,Yh as DEFAULT_COMPACT_LIST_FIELDS,tT as DEFAULT_DERIVED_INDEX_MINIMUM_ITEMS,_p as DEFAULT_EVAL_QUERIES_RELATIVE_PATH,HA as DEFAULT_TERMINAL_TRANSITION_POLICY,bA as DEFAULT_WORKSPACE_MEMORY_MINIMUM_ITEMS,sn as DELETE_FLAG_CONTRACTS,ve as DEPENDENCY_KIND_VALUES,Gn as DEPS_FLAG_CONTRACTS,go as DOCS_FLAG_CONTRACTS,En as DUPLICATES_FLAG_CONTRACTS,vn as EVAL_FLAG_CONTRACTS,pp as EVAL_QUERY_SET_CONTRACT,cp as EVAL_QUERY_SET_EXAMPLE,ap as EVAL_QUERY_SET_SCHEMA_ID,wn as EVENTS_FLAG_CONTRACTS,_n as EVENT_FLAG_CONTRACTS,Lr as EXECUTABLE_COMMAND_ALIASES,Le as EXIT_CODE,Wo as EXTENSION_ACTIVATE_FLAG_CONTRACTS,Vo as EXTENSION_ADOPT_ALL_FLAG_CONTRACTS,qo as EXTENSION_ADOPT_FLAG_CONTRACTS,lh as EXTENSION_CAPABILITIES,L_ as EXTENSION_CAPABILITY_CONTRACT,b_ as EXTENSION_CAPABILITY_CONTRACT_VERSION,P_ as EXTENSION_CAPABILITY_LEGACY_ALIASES,qe as EXTENSION_CAPABILITY_REGISTRATION_SURFACES,Yo as EXTENSION_CATALOG_FLAG_CONTRACTS,$o as EXTENSION_DEACTIVATE_FLAG_CONTRACTS,Bo as EXTENSION_DESCRIBE_FLAG_CONTRACTS,Xo as EXTENSION_DOCTOR_FLAG_CONTRACTS,Ho as EXTENSION_EXPLORE_FLAG_CONTRACTS,Mo as EXTENSION_FLAG_CONTRACTS,Do as EXTENSION_INIT_FLAG_CONTRACTS,vo as EXTENSION_INSTALL_FLAG_CONTRACTS,jo as EXTENSION_MANAGE_FLAG_CONTRACTS,zo as EXTENSION_MIGRATE_FLAG_CONTRACTS,fh as EXTENSION_POLICY_MODES,uh as EXTENSION_POLICY_SURFACES,Ko as EXTENSION_RELOAD_FLAG_CONTRACTS,hh as EXTENSION_SANDBOX_PROFILES,ko as EXTENSION_SCOPE_FLAG_CONTRACTS,Th as EXTENSION_TRUST_MODES,Uo as EXTENSION_UNINSTALL_FLAG_CONTRACTS,jA as EXTERNAL_DEPENDENCY_SOURCE_KIND,KA as EXTERNAL_DEPENDENCY_SOURCE_KIND_ALIAS,Eo as FILES_FLAG_CONTRACTS,In as FOCUS_FLAG_CONTRACTS,An as GC_FLAG_CONTRACTS,kn as GET_FLAG_CONTRACTS,fo as GLOBAL_FLAG_CONTRACTS,Yp as GRAPH_DURABLE_CACHE_MIN_ITEMS,Xp as GRAPH_DURABLE_CACHE_VERSION,Fn as GRAPH_FLAG_CONTRACTS,Gt as GRAPH_SUBCOMMAND_VALUES,Dn as GUIDE_FLAG_CONTRACTS,gn as HEALTH_FLAG_CONTRACTS,No as HISTORY_AUTHOR_ACKNOWLEDGE_FLAG_CONTRACTS,cC as HISTORY_AUTHOR_ATTRIBUTION_BASELINE,$C as HISTORY_COMPACT_BULK_DEFAULT_MIN_ENTRIES,Io as HISTORY_COMPACT_FLAG_CONTRACTS,So as HISTORY_FLAG_CONTRACTS,yo as HISTORY_REDACT_FLAG_CONTRACTS,Ro as HISTORY_REPAIR_FLAG_CONTRACTS,tp as INIT_AGENT_GUIDANCE_MODE_VALUES,Lo as INIT_FLAG_CONTRACTS,Jo as INSTALL_FLAG_CONTRACTS,He as ISSUE_SEVERITY_VALUES,Rn as ITEM_COMPLETE_FLAG_CONTRACTS,PC as ITEM_LATEST_TIMESTAMP_FIELDS,k_ as ITEM_METADATA_KEY_ORDER,yn as ITEM_MUTATE_FLAG_CONTRACTS,Ge as ITEM_TYPE_VALUES,bC as ITEM_UNION_COLLECTION_FIELDS,yA as JsonFileContextSignalStoreAdapter,Co as LEARNINGS_FLAG_CONTRACTS,Ms as LINKED_TEST_ENV_NAME_PATTERN,ks as LINKED_TEST_PM_CONTEXT_MODE_VALUES,ws as LINKED_TEST_PROTECTED_ENV_KEYS,wr as LIST_COMMANDER_STRING_OPTION_CONTRACTS,Jh as LIST_COMMAND_DEFAULT_PROJECTIONS,Ch as LIST_FILTER_EXTENSION_FLAG_DEFINITIONS,uo as LIST_FILTER_FLAG_CONTRACTS,Kh as LIST_SORT_FIELDS,Xh as LIST_SORT_ORDER_VALUES,rC as MAX_CHILD_PROJECTION_ITEMS,mn as MEET_FLAG_CONTRACTS,MC as MERGE_DRIVER_ARTIFACT_VALUES,Oo as MERGE_FLAG_CONTRACTS,R as MemoryRelationshipGraphAdapter,Gr as NEXT_COMMANDER_STRING_OPTION_CONTRACTS,Hn as NEXT_FLAG_CONTRACTS,Ki as NEXT_OUTPUT_VALUES,Ao as NOTES_FLAG_CONTRACTS,Go as PACKAGE_FLAG_CONTRACTS,Fo as PACKAGE_INIT_FLAG_CONTRACTS,cn as PAUSE_TASK_FLAG_CONTRACTS,Yn as PLAN_CREATE_METADATA_PARAMETER_KEYS,Po as PLAN_FLAG_CONTRACTS,ha as PLAN_SHOW_DEPTH_VALUES,Ta as PLAN_SUBCOMMANDS,Aa as PLAN_TEMPLATE_NAMES,ni as PM_CLI_EXPECTED_ERROR_NAME,vt as PM_CLI_ONLY_TOOL_ACTION_WAIVERS,Jt as PM_COMMAND_OUTPUT_BUDGET_CONTRACTS,rE as PM_COMMAND_OUTPUT_ENVELOPE_CONTRACTS,pc as PM_COMMAND_VISIBILITY_CONTRACTS,gh as PM_CONTEXT_INTENTS_FILE,Kf as PM_CONTEXT_INTENT_CONTRACTS,Dt as PM_CORE_COMMAND_NAMES,f as PM_CORPUS_SHAPE_SCHEMA,ZC as PM_ERROR_CODE_CATALOG,qC as PM_ERROR_CODE_EXIT_CLASS_CONTRACTS,bt as PM_EXTENSION_CAPABILITY_CONTRACTS,Ft as PM_EXTENSION_PACKAGE_ACTION_SUBCOMMANDS,Lt as PM_EXTENSION_POLICY_MODE_CONTRACTS,kt as PM_EXTENSION_POLICY_SURFACE_CONTRACTS,Mt as PM_EXTENSION_SANDBOX_PROFILE_CONTRACTS,Pt as PM_EXTENSION_SERVICE_NAME_CONTRACTS,wt as PM_EXTENSION_TRUST_MODE_CONTRACTS,eC as PM_GITATTRIBUTES_END,ZA as PM_GITATTRIBUTES_START,di as PM_GITIGNORE_END,ci as PM_GITIGNORE_START,fc as PM_MCP_PROMPT_CONTRACTS,lc as PM_MCP_RESOURCE_CONTRACTS,mc as PM_MCP_TOOL_COMMAND_CONTRACTS,cf as PM_MODE_PAIRED_OUTPUT_PROJECTION_CONTRACTS,hr as PM_MUTATION_ACTION_CONTRACTS,Kt as PM_OUTPUT_BUDGET_CLASSES,jt as PM_OUTPUT_DEGRADATION_STEPS,eE as PM_OUTPUT_ENVELOPE_KINDS,Q as PM_PACKAGE_CONVENTIONAL_RESOURCE_ROOTS,J as PM_PACKAGE_RESOURCE_KINDS,oi as PM_PROVIDER_TOOL_PARAMETERS_SCHEMA,ti as PM_PROVIDER_TOOL_PARAMETERS_SCHEMA_VERSION,Uf as PM_READ_OUTPUT_COMPOSITION_OPTION_FLAGS,Gf as PM_READ_OUTPUT_DIMENSIONS,vf as PM_READ_OUTPUT_OPTION_FLAGS,Lf as PM_READ_OUTPUT_SESSION_MAX_SEEN_ITEM_IDS,Pf as PM_READ_OUTPUT_SESSION_MIN_TOKENS,Ff as PM_READ_OUTPUT_SURFACES,Hf as PM_READ_OUTPUT_SURFACE_CONTRACTS,pf as PM_READ_ROW_CONTRACTS,af as PM_READ_ROW_JQ_SELECTOR,Ut as PM_TOOL_ACTIONS,Jn as PM_TOOL_ACTION_PARAMETER_CONTRACTS,ri as PM_TOOL_PARAMETERS_SCHEMA,ei as PM_TOOL_PARAMETERS_SCHEMA_MAJOR,Zn as PM_TOOL_PARAMETERS_SCHEMA_VERSION,Kn as PM_TOOL_RESERVED_CUSTOM_FIELD_PROPERTIES,Ae as PM_WORKSPACE_RECIPE_SCHEMA,bo as PROFILE_FLAG_CONTRACTS,de as PROFILE_LINT_CODES,ce as PROFILE_LINT_DIMENSIONS,re as PROFILE_NAMES,Lp as PROFILE_SUBCOMMANDS,we as PmCliError,b as PmClient,yf as QUERY_CURSOR_CONTRACT,Zo as REINDEX_FLAG_CONTRACTS,qu as REINDEX_LOCK_ID,U as RELATIONSHIP_GRAPH_SNAPSHOT_VERSION,an as RELEASE_FLAG_CONTRACTS,ln as REMIND_FLAG_CONTRACTS,$ as RESERVED_ITEM_FIELD_NAMES,nn as RESTORE_FLAG_CONTRACTS,Ue as RISK_VALUES,ih as RelationshipEventLog,sh as RelationshipEventStore,h as RelationshipGraph,k as RelationshipKindRegistry,xo as SCHEMA_FLAG_CONTRACTS,Mr as SEARCH_COMMANDER_STRING_OPTION_CONTRACTS,Eh as SEARCH_EXTENSION_FLAG_DEFINITIONS,Bn as SEARCH_FLAG_CONTRACTS,D_ as SETTINGS_DEFAULTS,Ap as SNAPSHOT_SCHEMA,pn as START_TASK_FLAG_CONTRACTS,Cn as STATS_FLAG_CONTRACTS,Fe as STATUS_VALUES,lo as SUBCOMMAND_GLOBAL_FLAG_CONTRACTS,of as SUPPRESS_HOST_OUTPUT_MARKER,Tn as TELEMETRY_FLAG_CONTRACTS,kc as TELEMETRY_SUBCOMMANDS,un as TEST_ALL_FLAG_CONTRACTS,fn as TEST_FLAG_CONTRACTS,hn as TEST_RUNS_FLAG_CONTRACTS,bc as TEST_RUN_MEASUREMENT_LIMIT,so as TOOL_ACTIVITY_OPTION_CONTRACTS,Xr as TOOL_AGGREGATE_OPTION_CONTRACTS,ro as TOOL_BULK_MUTATION_FILTER_OPTION_CONTRACT_SOURCE,io as TOOL_CALENDAR_OPTION_CONTRACTS,no as TOOL_CLOSE_MANY_FILTER_OPTION_CONTRACTS,ao as TOOL_CONTEXT_OPTION_CONTRACTS,Zr as TOOL_CREATE_OPTION_CONTRACTS,Qr as TOOL_CREATE_OPTION_CONTRACT_SOURCE,po as TOOL_DEPS_OPTION_CONTRACTS,co as TOOL_GRAPH_OPTION_CONTRACTS,Kr as TOOL_LIST_FILTER_OPTION_CONTRACTS,Yr as TOOL_SEARCH_FILTER_OPTION_CONTRACTS,Jr as TOOL_SHARED_CREATE_UPDATE_OPTION_CONTRACTS,qr as TOOL_SHARED_CREATE_UPDATE_OPTION_CONTRACT_SOURCE,oo as TOOL_UPDATE_MANY_FILTER_OPTION_CONTRACTS,to as TOOL_UPDATE_OPTION_CONTRACTS,eo as TOOL_UPDATE_OPTION_CONTRACT_SOURCE,M_ as TYPE_TO_FOLDER,$r as UPDATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS,jr as UPDATE_COMMANDER_REPEATABLE_OPTION_CONTRACTS,zr as UPDATE_COMMANDER_STRING_OPTION_CONTRACTS,xn as UPDATE_FLAG_CONTRACTS,bn as UPDATE_MANY_FLAG_CONTRACTS,Qo as UPGRADE_FLAG_CONTRACTS,Sn as VALIDATE_FLAG_CONTRACTS,Un as WORKSPACE_FLAG_CONTRACTS,or as WORKSPACE_HISTORY_ID,Bp as WorkspaceGraphCache,mh as WorkspaceTransactionInterruptedError,ai as _testOnly,tA as _testOnlyAggregateCommand,ep as _testOnlyConfigCommand,aC as _testOnlyGetCommand,ba as _testOnlyHealthCommand,ip as _testOnlyInit,rp as _testOnlyInitAgentGuidance,gE as _testOnlyItemTransaction,VC as _testOnlyMutationEvents,FA as _testOnlyNextCommand,NC as _testOnlySearchCommand,JA as _testOnlySimilarity,Np as _testOnlyTemplates,Ja as _testOnlyValidateCommand,Ia as acknowledgeUnknownAuthorHistoryEvents,rT as acquireItemMetadataDerivedIndexLock,rr as acquireLock,ME as activateExtensionForTest,Tl as activateExtensions,At as agentSessionEnvironment,bd as aggregate,Cc as analyzeAgentProvenanceDescriptorCoverage,ph as analyzeGraphImpact,ch as analyzeKnowledgeGraph,Ht as analyzePmToolActionParity,DC as analyzeReconciliationDiscard,ah as analyzeRelationshipExecution,Kp as analyzeRelationshipSchedule,e_ as analyzeSdkActionCoverage,X as analyzeSdkCliParameterCompleteness,Bd as append,tr as appendHistoryEntry,sr as appendWorkspaceAuditEvent,ir as appendWorkspaceHistoryChange,yu as applyAcceptanceCriteriaMutations,i_ as applyBootstrapPagerPolicy,Qf as applyContextIntentProjection,ji as applyContextTagProjection,Qh as applyFilterValueEcho,QT as applyHistoryPatch,__ as applyInvocationAuthorOverride,Da as applyPathMigrations,$f as applyReadOutputDimensions,Mf as applyReadOutputSessionReferences,Vl as applyRegisteredItemFieldDefaultsAndValidation,va as applyStandaloneNote,ma as applyStoredExtensionMigrationState,Nu as applyTagRemovals,$A as applyTerminalOrderingPolicy,Ua as artifactKey,H_ as asRecordClone,U_ as asRecordOrNull,D as assembleWorkspaceRelationshipGraph,lg as assertExtensionBlueprint,_g as assertExtensionCapabilityUsage,XE as assertExtensionDeactivated,Tg as assertExtensionManifestCompatible,ug as assertExtensionManifestMatchesBlueprint,hg as assertExtensionPreflight,zC as assertHistoryCompactTarget,FC as assertHistoryRepairTarget,N_ as assertMemoryRelationshipGraphAdapterConformance,bu as assertNoUnknownCsvKeys,YE as assertPackageManifest,Su as assertParentReferenceIsNotSelf,fg as assertProjectProfile,df as assertProjectionModeChoice,qE as assertRegisteredCommandContract,sg as assertRegisteredCommandOverride,rg as assertRegisteredExporter,JE as assertRegisteredFlags,QE as assertRegisteredHook,tg as assertRegisteredImporter,og as assertRegisteredItemField,ng as assertRegisteredItemType,mg as assertRegisteredMigration,ag as assertRegisteredParserOverride,pg as assertRegisteredPreflightOverride,ig as assertRegisteredProfile,cg as assertRegisteredRendererOverride,ZE as assertRegisteredSearchProvider,dg as assertRegisteredServiceOverride,eg as assertRegisteredVectorStoreAdapter,al as assertRelationshipEdgeAllowed,Oe as assertRelationshipGraphAdapterConformance,tu as attachContextIntentReceipt,Tf as attachOutputOmissionReceipt,ou as attachOutputTokenAccounting,ru as attachReadOutputContracts,kf as attachReadOutputSessionReceipt,Js as auditMergeAttributeFence,tC as auditMergeDriverConfiguration,Rs as auditWorkspaceRelationshipGraph,ut as boundAgentEpisodeIdentity,bf as boundReadOutputRows,Vi as buildChildrenByParent,TC as buildCompactSearchFilterSummary,Zh as buildContentFilterEcho,OA as buildContextSignalSnapshot,T_ as buildCorpusShapeItemPlan,aa as buildExtensionDescribeResult,eA as buildGovernanceMissingFilterEcho,Hu as buildInvalidTypeError,nC as buildItemChildrenRollup,CE as buildItemCompletionMutations,oA as buildItemContextRelevanceCandidates,pT as buildItemNotFoundError,sC as buildItemSchedule,Ys as buildMergeAttributePatterns,Qn as buildPmActionToolInputSchema,KC as buildRelationshipContext,_T as buildSearchCorpus,fT as buildSemanticCorpusInput,ET as buildVectorizationEmbeddingIdentity,gT as buildVectorizationEmbeddingMetadata,hC as buildVerboseSearchFilters,PA as buildWorkspaceMemorySnapshot,ft as canonicalDocument,Z_ as canonicalizeCommandOptionKey,LE as checkExtensionManifestCompatibility,Om as claim,ym as claimNext,dC as classifyHistoryAuthorEvent,RC as classifyImplicitSemanticFallbackReason,pt as classifyItemFormatVersion,Fc as classifyLinkedTestFailure,Ml as clearActiveExtensionHooks,ec as clearDurableGraphCache,vT as clearFocusedItem,li as clearWorkspaceContractsCache,Sm as close,ts as closeItem,wm as closeTask,p_ as coalesceRepeatedListFlags,Fh as collectBlockedByIds,ms as collectDanglingDependencyReferences,Uh as collectDependencyBlockedIds,ds as collectDuplicateDependencyRows,ys as collectDuplicateRelationshipEdgeGroups,yC as collectErrorCauseCodes,_s as collectMissingDependencyTargetIds,Is as collectNewOrderingCycleWarnings,Ss as collectOrderingCycles,yh as collectPackageContextIntentContracts,ee as collectPackageExtensionDirectories,Hl as collectRegisteredItemFieldNames,Xl as collectRuntimeCreateFieldValues,Bu as collectRuntimeFilterValues,Yl as collectRuntimeUpdateFieldValues,Fi as collectSubtreeIds,Je as collectUsedExtensionCapabilities,el as commandOptionFlagLabel,wd as comments,_d as commitImportedItem,EE as commitItemCompletion,AE as commitItemMutations,_h as commitWorkspaceTransaction,_o as compactFlagAliasContracts,vi as compareCriticalItems,dh as compareRelationshipSnapshots,B_ as compareTimestampStrings,Dh as compileHistoryProvenanceMatcher,qf as composeContextIntentContracts,yE as composeExtension,PE as composeExtensionPackage,Hh as computeActionabilityReport,uu as computeHistoryDiff,zp as computeRelationshipCentrality,gs as computeRelationshipDominators,Hp as computeWorkspaceGraphFingerprint,Wd as config,wl as consumeAfterCommandAffectedItems,yd as context,eu as contextIntentRowId,Nm as copy,vc as countFailureCategories,If as countReadOutputRows,Em as create,W_ as createCheckpointId,hl as createCoreCommandHookContext,he as createCorpusShapeMeasurement,cl as createEmptyExtensionRegistrationRegistry,pi as createExtensionCommandSdk,Ye as createExtensionContributionInventory,Ag as createExtensionTestHarness,er as createHistoryEntry,HT as createLazyModule,aT as createMutationGuardSdk,mf as createOutputOmissionReceipt,ii as createPmCliExpectedError,l_ as createPmCliProgram,Yt as createPmCommandOutputBudget,Af as createQueryFingerprint,R_ as createRelationshipGraphScaleFixture,O as createRelationshipGraphSnapshot,W as createRelationshipKindRegistry,AC as createSearchCursorFingerprint,Al as createSerialQueue,Pu as createStdinTokenResolver,Cp as createWorkspaceSnapshot,kE as deactivateExtensionForTest,yS as declineServiceOverride,Zf as decodeContextIntentCursor,UT as decodeHtmlEntitiesInOptions,gf as decodeQueryCursor,Ef as decodeQueryCursorState,Ba as dedupeLinkedArtifacts,iA as defaultScoreContextCandidates,PS as defineAfterCommandHook,xS as defineBeforeCommandHook,bS as defineBeforeMutationHook,_S as defineCommand,CS as defineCommandOverride,C as defineCorpusShape,IS as defineExporter,SE as defineExtension,OE as defineExtensionBlueprint,dS as defineExtensionManifest,lS as defineFlag,NS as defineImporter,uS as defineItemField,fS as defineItemType,TS as defineMigration,MS as defineOnIndexHook,wS as defineOnReadHook,LS as defineOnWriteHook,ES as defineParserOverride,qt as definePmCommandOutputBudget,tE as definePmCommandOutputEnvelope,JC as definePmErrorCodeCatalog,gS as definePreflightOverride,mS as defineProjectProfile,RS as defineRendererOverride,hS as defineSearchProvider,SS as defineServiceOverride,AS as defineVectorStoreAdapter,Ce as defineWorkspaceRecipe,Im as deleteItem,Rp as deleteWorkspaceSnapshot,pl as dependencyToRelationship,Ud as deps,NE as deriveExtensionCapabilities,ta as deriveSchemaEvolutionMigrationId,bT as deriveTelemetryCommandResolution,zu as describeAllowedTransitions,QA as describeExtensionActivation,IE as describeExtensionBlueprint,Ni as describeItemOwnershipConflict,ae as describeProfileComposition,pe as describeProjectProfile,aE as describeUnknownError,yt as detectAgentIdentity,It as detectHarnessIdentity,Cs as detectRelationshipCommunities,Ns as diffRelationshipAuditSnapshots,wc as diffTestRunMeasurements,fl as discoverExtensions,$e as discoverNearbyPmRoot,vd as docs,Ld as duplicates,qp as durableGraphCachePath,tc as durableGraphCacheStatus,st as effectiveItemFormatVersion,YT as emitTelemetryErrorEvent,md as emptyImportedDocument,Cf as encodeQueryCursor,Tu as enforceHistoryStreamPolicyForItem,hu as enforceHistoryStreamPolicyForItems,XC as enrichCliFlagInvocationContract,YC as enrichCliFlagInvocationContracts,eh as ensureMaterializedHistoryTarget,_i as ensurePmGitignore,Pa as ensureScope,xT as ensureSentryInit,dd as ensureTrackerInitialized,hs as enumerateRelationshipPaths,Zt as estimatePmOutputTokens,cA as evaluateContextRanking,Cr as evaluateMutationGuard,yc as evaluateProvenanceCoverage,Ls as evaluateSimilarityGovernance,$u as evaluateTransition,uT as executeEmbeddingBatchesWithRetry,AT as executeVectorDelete,CT as executeVectorReset,hT as executeVectorUpsert,C_ as executeWorkspaceRecipe,Fa as expandAddGlobEntries,Mm as extension,Dm as extensionActivate,Gm as extensionDeactivate,km as extensionList,I_ as extensionMigrate,qT as extractPatchFailureContext,Ya as extractReferencedPmItemIdsFromCommand,y_ as federateRelationshipGraphSnapshots,Dd as files,Gd as filesDiscover,Fd as filesLookup,Ps as findDuplicateClusters,Xs as findGitWorkspaceRoot,ia as findInstalledNpmPackageCandidate,Es as findRedundantRelationshipEdges,jp as findRelationshipCutStructure,bs as findSimilarItems,XT as finishTelemetryCommand,X_ as flattenFlagListValue,E_ as flushTelemetryQueue,bm as focus,As as forEachMatchedRelationshipEdge,Os as formatDuplicateEdgeGroup,Up as formatProfileApplyHuman,vp as formatProfileLintHuman,Gp as formatProfileListHuman,Fp as formatProfileShowHuman,na as formatSchemaEvolutionMigrationHuman,fm as gc,mr as generateItemId,Id as get,bl as getActiveCommandResult,Xf as getActiveContextIntentContracts,Ze as getActiveExtensionRegistrations,qm as getContracts,GT as getFocusedItem,Ke as getHistoryPath,nh as getItemAt,je as getItemPath,Sr as getMutationActionContract,mi as getPmGitignoreBlock,ze as getSettingsPath,Ym as getWorkspaceContracts,nr as getWorkspaceHistoryPath,Hd as graph,Jp as graphAuditBaselinePath,Sc as groupHistoryByEpisode,OS as handleServiceOverride,$n as hasSubcommandFlagContractsForCommand,ST as hasVectorizationEmbeddingIdentityChanged,OT as hasVectorizationVectorDimensionChanged,au as hashDocument,pu as hashEmptyDocument,lm as health,ls as hierarchyAncestors,fs as hierarchyDescendants,Am as historyCompact,Cm as historyCompactBulk,kh as historyEntryMatchesProvenance,um as historyRedact,Tm as historyRepair,hm as historyRepairAll,yT as inferConsistentVectorDimension,Xt as inferPmOutputBudgetClass,Vd as init,Ra as inspectHistoryAuthorStream,br as inspectStaleInProgressItems,Ep as inspectWorkspaceSnapshot,ea as installMergeFence,dE as isCommanderError,gi as isErrnoError,XA as isExternalDependencySourceKind,sf as isHostOutputSuppressed,Er as isMutationAction,sl as isOrderingRelationshipKind,Eu as isPlaceholderReferenceToken,si as isPmCliExpectedError,Vt as isPmExtensionCapabilityContract,$t as isPmExtensionPolicyModeContract,zt as isPmExtensionPolicySurfaceContract,Wt as isPmExtensionServiceNameContract,nE as isPmMutationReceipt,Bt as isPmToolAction,BT as isPureSnakeCaseAlias,zf as isReadOutputBudgetExceeded,lf as isReadRowContract,fp as isRuntimeRecord,$T as isTerminalPlanMode,Jl as isTerminalStatus,ke as isTimestampLiteral,TE as itemDocumentToMutationOptions,iC as itemHasSchedule,Nr as jaccardSimilarity,kd as learnings,il as levenshteinDistanceWithinLimit,Ai as limitAnnotationEntries,xE as lintExtensionBlueprint,me as lintProjectProfile,Rd as list,a_ as listAliasPluralKeys,iT as listAllDocumentCandidatesCached,Tr as listAllItemMetadata,sT as listAllItemMetadataLight,f_ as listBuiltinCorpusShapes,_C as listMergeReceipts,gr as listMutationActions,HC as listMutationEvents,dc as listPmCommandsForTier,_c as listPmMcpToolsForProfile,se as listProfiles,gp as listWorkspaceSnapshots,Rh as loadContextIntentRuntimeLayers,Ip as loadCreateTemplateOptions,ul as loadExtensions,oc as loadGraphAuditBaseline,z_ as loadMutationCheckpoint,l as loadRelationshipGraphAdapter,fr as locateItem,xu as looksLikeGenericKeyValueEntry,xf as mapReadOutputRows,lC as markMergeReceiptReconciled,Vu as matchesRuntimeFilters,jT as maybeRunFirstUseTelemetryPrompt,h_ as measureCorpusShapePlan,Ru as mergeAdditiveTags,RE as mergeExtensionBlueprints,IC as mergeHistoryStreams,LC as mergeItemDocuments,wC as mergeJsonDocuments,c_ as mergeLinkedTestTwoTokenEntries,xC as mergeRelationshipEventStreams,$i as mergeSortedWarnings,WT as migrateItemFilesToFormat,cT as mutateItem,ar as mutateWorkspaceJsonWithHistory,xd as next,d_ as normalizeBootstrapInvocation,ps as normalizeDependencyGraphTarget,qA as normalizeDependencySeedId,YA as normalizeDependencySourceKind,Xe as normalizeExtensionContributionInventory,at as normalizeItemFormatVersion,dr as normalizeItemId,mt as normalizeItemMetadata,s_ as normalizeLegacyExtensionActionSyntax,Ga as normalizeLinkedPath,Cu as normalizeParentReferenceValue,ne as normalizeProfileName,cr as normalizeRawItemId,_u as normalizeReplayPatchOps,Or as normalizeSimilarityText,ql as normalizeStatusForRegistry,dt as normalizeStatusInput,jl as normalizeStatusInputWithRegistry,cE as normalizeThrownExitCode,Md as notes,Me as nowIso,Qp as openDurableGraphCache,us as orderingPredecessors,Ts as orderingSuccessors,fA as packContextCandidates,Ui as packRankedContextItems,jm as packageActivate,zm as packageCatalog,Km as packageDeactivate,Wm as packageDescribe,Bm as packageDoctor,Um as packageInstall,Fm as packageLifecycle,vm as packageList,Vm as packageManage,x_ as packageMigrate,$m as packageReload,Hm as packageUninstall,Of as paginateQueryRows,La as parseAddEntries,wa as parseAddGlobEntries,Ei as parseAnnotationTextInput,lE as parseAtomicMutationControls,n_ as parseBootstrapCommandName,t_ as parseBootstrapGlobalOptions,o_ as parseBootstrapHelpRequest,m_ as parseBootstrapTypeValue,Di as parseContextDepth,Li as parseContextFocusFields,Sh as parseContextIntentDeclarations,Gi as parseContextSections,SA as parseContextSignalSnapshot,Iu as parseCsvKv,dp as parseEvalQuerySet,sc as parseGraphSubcommand,wh as parseHistoryProvenanceFilters,Ih as parseIntegerLimit,Ql as parseItemDocument,fE as parseItemMutationBatch,Uu as parseLimit,Vs as parseLinkedTestAssertionEqualsMap,Ws as parseLinkedTestAssertionGteMap,Fs as parseLinkedTestBoolean,vs as parseLinkedTestContextMode,Gs as parseLinkedTestEnvClear,Ds as parseLinkedTestEnvSet,$s as parseLinkedTestJsonEntries,Bs as parseLinkedTestMinLines,Hs as parseLinkedTestRegexList,Us as parseLinkedTestStringList,ka as parseMigrateEntries,Bh as parseMultiValueFilter,iE as parseMutationReceipt,wu as parseOptionalNonNegativeInteger,Lu as parseOptionalNumber,xh as parsePriority,$h as parsePriorityFilterSet,wf as parseReadOutputSession,Bl as parseRegisteredItemFieldAssignments,N as parseRelationshipGraphSnapshot,Ma as parseRemoveEntries,Du as parseStatusFilterCsv,Vh as parseStringFilterSet,_r as parseTags,Pc as parseTestRunMeasurements,bh as parseType,Wh as parseTypeFilterSet,vA as partitionDecisionEntries,fu as patchPathToChangedField,Ie as pathExists,Lm as pauseTask,Zp as persistDurableGraphResult,ju as persistSelectedItemFormat,xA as planCompletedAtBackfill,_e as planProfileApplication,pS as planRelationshipEventBackfill,ic as planRelationshipRemediation,ra as planSchemaEvolutionMigration,Sp as planWorkspaceSnapshotRestore,wE as preflightExtension,Rr as prepareSimilarityText,su as printError,iu as printResult,am as profile,dm as profileApply,mm as profileLint,pm as profileList,cm as profileShow,Ll as projectAfterCommandItemSnapshot,wi as projectContextFocusRows,xc as projectFleetAttributionAnalytics,Mh as projectHistoryProvenance,Nc as projectProvenanceCoverageAnalytics,qa as projectValidateCounts,Fg as pruneCompileCacheGenerations,Qu as queryItemMetadataIndex,Zu as queryLinkedFileMetadataIndex,eT as querySimilarItemMetadataIndex,Lc as queryTestRunMeasurementsBelow,Zi as quoteCommandArg,Qi as quoteWindowsCommandArg,Ci as readAnnotationEntries,Rt as readAuthorEnvironment,zc as readBooleanOption,CA as readContextUsageAffinity,jc as readCsvListOption,da as readExtensionMigrationState,xe as readFileIfExists,vr as readFirstStringFromCommanderOptions,Ur as readFirstValueFromCommanderOptions,Oc as readHistoryAnalyticsWindow,rf as readHistoryEntries,hc as readImprovementLedger,oT as readItemMetadataDerivedIndexState,ur as readLocatedItem,Nf as readOutputRowCollections,Rf as readOutputRowPaths,Df as readOutputSessionRemainingTokens,Z as readPmPackageManifest,Jm as readRequiredString,lr as readSettings,Ku as readSettingsWithMetadata,Hr as readStringArrayFromCommanderOptions,$c as readStringOption,pE as readThrownExitCode,RT as readVectorizationStatusLedger,Oh as readWorkspaceContextIntentContracts,NA as readWorkspaceContextSignals,LA as readWorkspaceMemory,Qe as reconcileExtensionCapabilityUsage,Pl as recordAfterCommandAffectedItem,TA as recordContextUsageServing,hA as recordContextUsageTouch,AA as recordContextUsageTouches,Tc as recordImprovementObservation,nT as refreshItemMetadataDerivedIndex,Qs as refreshMergeAttributeFenceIfInstalled,IT as refreshSearchArtifactsForMutation,gt as registerHarnessSignalDescriptors,Rm as release,Pe as removeFileIfExists,$a as renameArtifactsResultKey,xi as renderCalendarMarkdown,bi as renderCalendarToon,zi as renderContextMarkdown,pa as renderExtensionDescribeMarkdown,sa as renderExtensionSurfaceMarkdown,ud as renderGuideMarkdown,UA as renderNextMarkdown,es as renderPmCommand,uc as renderPmCommandVisibilityMarkdown,Fu as renderRowsAsCsv,vu as renderRowsAsTable,ZT as replayHistoryToTarget,du as replayToCanonicalItemDocument,cu as replayToItemDocument,VA as requireTerminalReason,WA as requireTerminalReasonWithRecovery,Nl as resetActiveExtensionRuntimeState,Wp as resetWorkspaceGraphCache,Tt as resolveAgentSessionContextFromSignals,Ri as resolveAnnotationIndex,Si as resolveAnnotationInput,tf as resolveAuthor,xt as resolveAuthorIdentity,Au as resolveBodyFileContent,u_ as resolveBuiltinCorpusShape,Ii as resolveCalendarOutputFormat,ef as resolveClaimPrincipal,ol as resolveCommandOptionPolicyState,Gg as resolveCompileCacheGeneration,IA as resolveCompletionTimestamp,J_ as resolveConfiguredPmPackageRoot,jh as resolveContentFieldFilters,Jf as resolveContextIntentContract,Mi as resolveContextOutputFormat,ki as resolveContextTokenBudget,dT as resolveEmbeddingProviders,fa as resolveExtensionInstallSourceIdentity,ca as resolveExtensionMigrationStatePath,ll as resolveExtensionRoots,K_ as resolveFlagValueKind,ld as resolveGuideOutputFormat,Ac as resolveHistoryEpisodeGroupIdentity,Lh as resolveHistoryProvenanceDimensions,th as resolveHistorySubject,JT as resolveHistoryTarget,SC as resolveHybridSemanticWeight,We as resolveImplicitPmRoot,V_ as resolveIsoOrRelative,vh as resolveItemBlockers,uE as resolveItemMutationDocument,Ve as resolveItemTypeRegistry,zl as resolveItemTypesFilePath,Uc as resolveLinkedTestFailureExitCode,zh as resolveMissingMetadataFilters,_f as resolveModePairedOutputOmissionReceipt,GA as resolveNextOutputFormat,uf as resolveOutputOmissionReceipt,q_ as resolvePmCliVersion,Qt as resolvePmCommandOutputBudget,oE as resolvePmCommandOutputEnvelope,cc as resolvePmCommandVisibilityTier,QC as resolvePmErrorCodeContract,Y_ as resolvePmPackageRootFromModule,M as resolvePmRoot,Xn as resolvePmToolCustomFieldCollision,Mu as resolvePriority,ie as resolveProfile,qs as resolveProjectMergeTypeFolders,Sf as resolveQueryCursorStart,Wf as resolveReadOutputDimensions,jf as resolveReadOutputEncoding,Bf as resolveReadOutputSurface,ff as resolveReadRowContract,Wl as resolveRegisteredSearchProvider,$l as resolveRegisteredVectorStoreAdapter,ot as resolveRuntimeFieldRegistry,rt as resolveRuntimeStatusRegistry,mT as resolveSearchCorpusFields,EC as resolveSearchMaxResults,CC as resolveSearchPage,gC as resolveSearchScoreThreshold,OC as resolveSearchTuning,lT as resolveSemanticCorpusCharacterLimit,Yu as resolveSettingsWithSemanticRuntimeDefaults,Wc as resolveStartTaskInProgressStatus,zn as resolveSubcommandFlagContractsForCommand,G_ as resolveTelemetryErrorCategory,BA as resolveTerminalReason,rl as resolveTypeDefinition,tl as resolveTypeName,Gu as resolveTypeSynonym,Wu as resolveTypeWorkflows,TT as resolveVectorStores,cs as resolveWorkspaceRelationshipKindRegistry,xm as restore,j_ as restoreCheckpointItems,yp as restoreWorkspaceSnapshot,Op as restoreWorkspaceSnapshotWithRecovery,Zm as runAction,kl as runActiveBeforeMutationHooks,Gl as runActiveCommandHandler,Dl as runActiveOnIndexHooks,tt as runActiveOnReadHooks,et as runActiveOnWriteHooks,Fl as runActiveParserOverride,vl as runActivePreflightOverride,Ul as runActiveServiceOverride,fi as runActivity,_l as runAfterCommandHooks,Ti as runAggregate,yi as runAnnotationCommand,hi as runAppend,ml as runBeforeCommandHooks,Pi as runCalendar,Yi as runClaim,qi as runClaimNext,rs as runClose,ns as runCloseMany,is as runComments,Td as runCompletion,Za as runConfig,q as runContext,_A as runContextEvaluationCorpus,dA as runContextEvaluationScenario,Ea as runCopy,zs as runCreate,ga as runDelete,$p as runDeps,za as runDocs,sE as runDuplicates,lp as runEval,Tp as runEvent,ua as runExtension,la as runExtensionMigrateAction,_a as runExtensionMigrations,ja as runFiles,Xa as runFilesDiscover,Ka as runFilesLookup,Ic as runFleetAttributionAnalytics,Sa as runFocus,ya as runGc,Oa as runGet,ac as runGraph,fd as runGuide,xa as runHealth,zA as runHistory,WC as runHistoryCompact,jC as runHistoryCompactBulk,rh as runHistoryRedact,GC as runHistoryRepair,vC as runHistoryRepairAll,sp as runInit,op as runInitAgentGuidance,ss as runLearnings,Wa as runLinkedArtifacts,Hc as runLinkedTests,ui as runList,up as runMeet,kC as runMergeDriver,Zs as runMergeInstall,fC as runMergeReceiptReport,UC as runMergeReconcile,Xi as runNext,as as runNotes,Ca as runPlan,Dp as runProfileApply,kp as runProfileLint,wp as runProfileList,Mp as runProfileShow,Rc as runProvenanceCoverageAnalytics,DE as runRegisteredCommandForTest,HE as runRegisteredCommandOverrideForTest,KE as runRegisteredExporterForTest,FE as runRegisteredHookForTest,jE as runRegisteredImporterForTest,zE as runRegisteredMigrationForTest,GE as runRegisteredMutationGuardForTest,vE as runRegisteredParserOverrideForTest,UE as runRegisteredPreflightOverrideForTest,BE as runRegisteredRendererOverrideForTest,WE as runRegisteredSearchProviderForTest,VE as runRegisteredServiceOverrideForTest,$E as runRegisteredVectorStoreAdapterForTest,le as runReindex,Ji as runRelease,hp as runRemind,os as runRestore,oa as runSchemaEvolutionMigration,mp as runSearch,A_ as runSearchRefreshWorkerEntrypoint,hd as runStartBackgroundRun,Mc as runStats,Dc as runTelemetry,bp as runTemplatesList,xp as runTemplatesSave,Pp as runTemplatesShow,Bc as runTest,Vc as runTestAll,Ad as runTestRunsList,Ed as runTestRunsLogs,Sd as runTestRunsResume,Cd as runTestRunsStatus,gd as runTestRunsStop,Od as runTestRunsWorker,js as runUpdate,Ks as runUpdateMany,te as runUpgrade,Qa as runValidate,Qm as runWithActiveExtensions,ht as runWithAgentSessionContext,Yf as runWithContextIntentContracts,Nh as runWithDiscoveredContextIntentContracts,St as runWithHarnessDetectionSignals,Ot as runWithWorkspaceHarnessSignalDescriptors,Ee as runWithWorkspaceRecipe,pC as runWorkspaceTransactionGc,nc as saveGraphAuditBaseline,Na as scanHistoryAuthorAttribution,ct as scanItemFormatVersions,Ar as scanMutationSecrets,Pr as scanStaleInProgressItems,uC as scanStorageIntegrity,$d as schema,Jd as schemaAddField,Yd as schemaAddStatus,Kd as schemaAddType,tm as schemaApplyPreset,rm as schemaInferTypes,zd as schemaList,Zd as schemaListFields,im as schemaRemapStatus,Qd as schemaRemoveField,qd as schemaRemoveStatus,Xd as schemaRemoveType,nm as schemaRenameField,om as schemaRenameType,jd as schemaShow,em as schemaShowField,sm as schemaShowStatus,sA as scoreContextCandidates,aA as scoreContextCandidatesWithActiveExtensions,Ir as scoreItemSimilarity,xr as scorePreparedItemSimilarity,Nd as search,kA as searchWorkspaceMemory,DA as searchWorkspaceMemoryReadResult,hf as selectCursorSemanticOptions,cd as selectImportAuthor,MA as selectWorkspaceMemory,wA as selectWorkspaceMemoryRollups,MT as sentryCaptureCliError,wT as sentryFinishCommandSpan,DT as sentryFlush,kT as sentryLogCliUsageError,PT as sentrySetCommandContext,LT as sentryStartCommandSpan,lt as serializeItemDocument,_E as serializeNdjsonRows,Il as setActiveCommandContext,xl as setActiveCommandResult,El as setActiveExtensionCommands,Cl as setActiveExtensionHooks,gl as setActiveExtensionParsers,Sl as setActiveExtensionPreflight,Rl as setActiveExtensionRegistrations,yl as setActiveExtensionRenderers,Ol as setActiveExtensionServices,FT as setFocusedItem,zT as shouldCompletePlanOnClose,rc as shouldPersistDurableGraphCache,Ju as shouldRunSearchRefreshInForeground,xs as similarityAdvisoryWarnings,Ha as sortLinkedArtifacts,Ou as splitAcceptanceCriteria,VT as splitCommaList,_t as splitFrontMatter,x as stableStringify,dl as stableValueEquals,Pm as startTask,KT as startTelemetryCommand,Pd as stats,Kl as statusIsTerminal,r_ as stripGlobalBootstrapTokens,BC as subscribeMutationEvents,Ec as summarizeAgentModelProvenance,gc as summarizeAgentProvenance,mA as summarizeContextEvaluationReports,Gc as summarizeContextPreflight,Gh as summarizeHistoryProvenance,np as summarizeInitResult,mC as summarizeMergeReceipt,nf as suppressHostOutput,L as syncRelationshipGraphAdapter,bE as synthesizeExtensionManifest,jn as toCompletionFlagString,Wi as toContextFocusItem,Hi as toContextPackingSummary,Bi as toContextRankingSummary,v_ as toErrorMessage,Xc as toEstimatedMinutesValue,Ah as toExtensionFlagDefinitions,Zc as toImportBoolean,od as toImportConfidence,Qc as toImportInteger,ad as toImportLinkedDocs,sd as toImportLinkedFiles,pd as toImportLinkedTests,id as toImportLogEntries,nd as toImportNormalizedEnum,rd as toImportNumberMap,Yc as toImportPriority,Jc as toImportStatus,ed as toImportStringList,td as toImportStringMap,qc as toImportTags,Zl as toItemRecord,Kc as toNonEmptyImportString,F_ as toNonEmptyStringOrUndefined,mu as toReplayDocument,yr as tokenizeSimilarityText,gm as update,Xm as upgrade,_m as validate,hE as validateItemMutationRows,Va as validateLinkedPaths,gu as validateMissingParentReference,Vf as validateReadOutputOptions,ku as validateSprintOrReleaseValue,nl as validateTypeOptions,lu as verifyHistoryChain,oh as verifyHistoryEntries,mo as withFlagAliasMetadata,Vp as workspaceGraphCache,Oi as wrapOwnershipConflict,mE as wrapThrownErrorForSentry,Nt as writeAuthorEnvironment,be as writeFileAtomic,$_ as writeMutationCheckpoint,Xu as writeSettings,nu as writeStdout,NT as writeVectorizationStatusLedger,pr as writeWorkspaceJsonWithHistory};
1
+ import{a as zC,b as KC,c as XC,d as YC,e as qC,f as Tl,g as gl,h as Al,i as Cl,j as El,k as yl,l as Sl,m as Ol,n as Rl,o as Il,p as Nl,q as xl,r as bl}from"./chunks/chunk-SQ7QZFQ6.js";import{A as ME,B as kE,C as DE,D as vE,E as GE,F as FE,G as UE,H as HE,I as jE,J as VE,K as WE,L as BE,M as $E,N as zE,O as KE,P as XE,Q as YE,R as qE,S as JE,T as QE,U as ZE,V as ey,W as ty,X as ry,Y as ny,a as aE,b as pE,c as cE,d as dE,e as mE,f as lE,g as uE,h as fE,i as _E,j as hE,k as TE,l as gE,m as AE,n as CE,o as EE,p as yE,q as SE,r as OE,s as RE,t as IE,u as NE,v as xE,w as bE,x as PE,y as wE,z as LE}from"./chunks/chunk-CBLA33YK.js";import{a as JC}from"./chunks/chunk-OAC5NIV4.js";import{a as QC,b as ZC,c as eE,d as tE,e as rE,f as nE,g as oE,h as iE,i as sE}from"./chunks/chunk-KRY7SRUO.js";import{$ as Te,$a as jd,$b as jm,A as As,Aa as cd,Ab as fm,Ac as fl,B as ia,Ba as dd,Bb as _m,Bc as _l,C as ba,Ca as md,Cb as hm,Cc as hl,D as Pa,Da as ld,Db as Tm,E as wa,Ea as ud,Eb as gm,F as La,Fa as fd,Fb as Am,G as Ma,Ga as _d,Gb as Cm,H as ka,Ha as hd,Hb as Em,I as Da,Ia as Td,Ib as ym,J as pC,Ja as gd,Jb as Sm,K as cC,Ka as Ad,Kb as Om,L as dC,La as Cd,Lb as Rm,M as mC,Ma as Ed,Mb as Im,N as lC,Na as yd,Nb as Nm,O as uC,Oa as Sd,Ob as xm,P as fC,Pa as Od,Pb as bm,Q as _C,Qa as Rd,Qb as Pm,R as hC,Ra as Id,Rb as wm,S as TC,Sa as Nd,Sb as Lm,T as gC,Ta as xd,Tb as Mm,U as AC,Ua as bd,Ub as km,V as CC,Va as Pd,Vb as Dm,W as le,Wa as wd,Wb as vm,X as ue,Xa as Ld,Xb as Gm,Y as fe,Ya as Se,Yb as Fm,Z as _e,Za as P,Zb as Um,_ as he,_a as Hd,_b as Hm,a as _i,aa as ge,ab as Vd,ac as Vm,b as hi,ba as Ae,bb as Wd,bc as Wm,c as Ti,ca as Ce,cb as Bd,cc as Bm,d as bT,da as Ee,db as $d,dc as $m,e as PT,ea as ye,eb as zd,ec as zm,f as Ai,fa as Vp,fb as Kd,fc as Km,g as GT,ga as Wp,gb as Xd,gc as Xm,h as FT,ha as Bp,hb as Yd,hc as Ym,i as UT,ia as $p,ib as qd,ic as qm,j as HT,ja as zp,jb as Jd,jc as Jm,k as jT,ka as Kp,kb as Qd,kc as Qm,l as VT,la as Xp,lb as Zd,lc as Zm,m as WT,ma as Yp,mb as em,mc as el,n as BT,na as qp,nb as tm,nc as tl,o as Oi,oa as Jp,ob as rm,oc as rl,p as $T,pa as Qp,pb as nm,pc as nl,q as zT,qa as Zp,qb as om,qc as ol,r as KT,ra as ec,rb as im,rc as il,s as XT,sa as tc,sb as sm,sc as sl,t as YT,ta as NC,tb as am,tc as al,u as qT,ua as xC,ub as pm,uc as pl,v as xi,va as bC,vb as cm,vc as cl,w as _s,wa as PC,wb as dm,wc as dl,x as hs,xa as sd,xb as mm,xc as ml,y as Ts,ya as ad,yb as lm,yc as ll,z as gs,za as pd,zb as um,zc as ul}from"./chunks/chunk-2ZMXX3Q6.js";import{a as me,f as hp,g as Tp}from"./chunks/chunk-ALDHXLPS.js";import{$ as Ec,A as oC,B as iC,C as sC,D as aC,E as xp,F as bp,G as Pp,H as rc,I as nc,J as oc,K as ic,L as wC,M as sc,N as ac,O as pc,P as cc,Q as dc,R as mc,S as lc,T as uc,U as fc,V as _c,W as hc,X as Tc,Y as gc,Z as Ac,_ as Cc,a as wT,aa as yc,b as LT,ba as Sc,c as MT,d as kT,f as Ni,g as Rg,h as SA,i as GA,j as FA,k as UA,l as HA,m as jA,n as va,o as VA,p as Op,q as Rp,r as Ip,s as Np,t as JA,u as QA,v as ZA,w as eC,x as tC,y as rC,z as nC}from"./chunks/chunk-GKA54IJM.js";import{$a as mp,$b as $c,A as EA,Aa as Ba,Ab as Pc,B as yA,Ba as zA,Bb as wc,C as Us,Cb as kC,D as Hs,Da as KA,Db as DC,E as bA,Ea as XA,Eb as vC,F as js,Fa as YA,Fb as GC,G as Vs,Ga as $a,Gb as FC,H as Ws,Ha as za,Hb as UC,I as Bs,Ia as qA,Ib as HC,J as $s,Ja as Ka,Jb as jC,K as zs,Ka as Xa,Kb as VC,L as Ks,La as Ya,Lb as WC,M as Xs,Ma as qa,Mb as BC,N as Ys,Na as Ja,O as qs,Oa as Qa,Ob as Lc,P as Js,Pa as Za,Pb as Mc,Q as Qs,Qa as ep,Qb as kc,R as Zs,Ra as tp,Rb as Dc,S as ea,Sa as rp,Sb as vc,T as ta,Ta as np,Tb as Gc,U as ra,Ua as op,Ub as Fc,V as na,Va as ip,Vb as Uc,W as oa,Wa as sp,Wb as Hc,X as WA,Xa as ap,Xb as jc,Y as Ga,Ya as pp,Yb as Vc,Za as cp,Zb as Wc,_a as dp,_b as Bc,a as bi,ab as lp,ac as zc,b as Pi,ba as Fa,bb as up,bc as Kc,c as wi,cb as fp,cc as Xc,d as Li,db as _p,dc as Yc,e as Mi,eb as wp,ec as $C,f as ki,fb as Lp,fc as qc,g as Di,gb as Mp,gc as Jc,h as vi,hb as OC,hc as Qc,i as Gi,ib as RC,ic as Zc,j as Fi,jb as IC,jc as ed,k as as,kb as kp,kc as td,l as ps,lb as Dp,lc as rd,m as cs,mb as vp,mc as nd,n as dA,nb as Gp,nc as od,o as mA,ob as Fp,oc as id,p as lA,pb as Up,pc as Md,q as uA,qb as Hp,qc as kd,r as fA,rb as jp,rc as Dd,s as us,sb as LC,sc as vd,t as fs,ta as BA,tb as MC,tc as Gd,u as _A,ua as $A,ub as Oc,uc as Fd,v as hA,va as Ua,vb as Rc,vc as Ud,w as TA,wa as Ha,wb as Ic,x as gA,xa as ja,xb as Nc,y as AA,ya as Va,yb as xc,z as CA,za as Wa,zb as bc}from"./chunks/chunk-MNJ4NNSY.js";import{Ca as ya,Da as Sa,Ea as Oa,Fa as Ra,Ga as Ia,Ha as Na,Ia as xa,J as fa,Ja as gp,K as _a,Ka as Ap,L as ha,La as Cp,M as Ta,Ma as Ep,Na as yp,Oa as Sp,a as DT,b as vT,c as Ci,d as Ei,f as yi,g as Si,h as ds,i as ms,j as ls,l as PA,m as wA,n as LA,o as MA,p as kA,q as DA,qa as ae,r as sa,ra as pe,s as aa,sa as ce,t as pa,ta as de,u as ca,ua as ga,v as da,w as vA,wa as Aa,x as ma,xa as Ca,y as la,ya as Ea,z as ua}from"./chunks/chunk-NUXRRNAB.js";import{$ as Vi,$a as sA,A as dg,Aa as Qg,Ab as Ds,B as mg,Ba as Zg,Bb as vs,C as lg,Ca as eA,Cb as Gs,D as ug,Da as tA,Db as Fs,E as fg,Ea as rA,Fa as nA,Fb as EC,Ga as oA,Gb as yC,Ha as iA,Hb as SC,Ia as ie,Ja as Wi,Ka as Bi,La as $i,Ma as zi,N as _g,Na as Ki,O as hg,Oa as Xi,P as Tg,Pa as Yi,Q as gg,Qa as qi,R as Ag,Ra as Ji,S as Cg,Sa as Qi,T as Eg,Ta as Zi,U as yg,Ua as es,V as Sg,Va as ts,W as Og,Wa as rs,X as Ii,Xa as ns,Y as Ui,Ya as os,Z as Hi,Za as se,_ as ji,_a as is,a as CT,aa as Ig,ab as aA,b as ET,ba as Ng,bb as pA,c as yT,ca as xg,cb as ss,d as ST,da as bg,db as cA,e as OT,ea as Pg,eb as OA,fa as wg,fb as RA,ga as Lg,gb as IA,h as RT,ha as Mg,hb as NA,i as IT,ia as kg,ib as xA,j as gi,ja as Dg,jb as Cs,k as NT,ka as vg,kb as Es,l as xT,la as Gg,lb as ys,m as JT,ma as Fg,mb as Ss,n as QT,na as Ug,nb as Os,o as ZT,oa as Hg,ob as V,p as eg,pa as jg,q as tg,qa as Vg,qb as Rs,r as rg,ra as Wg,rb as Is,s as ng,sa as Bg,sb as Ns,t as og,ta as $g,tb as xs,u as ig,ua as zg,ub as bs,v as sg,va as Kg,vb as Ps,w as Ri,wa as Xg,wb as ws,x as ag,xa as Yg,xb as Ls,y as pg,ya as qg,yb as Ms,z as cg,za as Jg,zb as ks}from"./chunks/chunk-OJPCFDDY.js";import{$ as Au,$b as at,$c as At,$d as qf,$e as cr,$f as th,$g as Mh,$h as mT,$i as Pn,$j as wo,A as F,Aa as yu,Ab as st,Ac as pf,Ad as If,Ae as S_,Af as j_,Ag as _h,Ah as Qh,Ai as rn,Aj as no,Ak as oi,B as su,Ba as Su,Bb as b,Bc as cf,Bd as Nf,Be as O_,Bf as ur,Bh as Zh,Bi as nn,Bj as oo,Bk as ii,C as U,Ca as Ou,Cb as ku,Cc as df,Ce as R_,Cf as fr,Ch as eT,Ci as on,Cj as io,Ck as si,Dc as ee,De as I_,Df as _r,Dg as hh,Dh as tT,Di as sn,Dj as so,Dk as ai,E as au,Eb as Du,Ec as mf,Ed as xf,Ee as Ht,Ef as hr,Eg as Th,Eh as rT,Ei as an,Ej as ao,Ek as pi,F as pu,Fa as Ze,Fc as lf,Fd as bf,Fe as jt,Ff as Tr,Fg as Or,Fh as nT,Fi as pn,Fj as po,Fk as ci,Ga as Ru,Gb as vu,Gc as uf,Gd as Pf,Ge as Vt,Gf as gr,Gg as gh,Gh as oT,Gi as cn,Gj as co,Gk as di,Ha as Iu,Hc as ff,He as Wt,Hf as Ar,Hg as Ah,Hh as iT,Hi as dn,Hj as mo,Hk as mi,I as cu,Ia as Nu,Ic as _f,Id as wf,Ie as Bt,If as V_,Ig as Ch,Ih as sT,Ii as mn,Ij as lo,Ik as li,Ja as xu,Jd as Lf,Je as $t,Jg as Eh,Jh as aT,Ji as ln,Jj as uo,Jk as ui,Kd as Mf,Ke as zt,Kf as Cr,Kg as te,Kh as pT,Ki as un,Kj as fo,Kk as fi,L as du,La as et,Ld as kf,Le as Kt,Lf as Er,Lg as yh,Lh as xr,Li as fn,Lj as _o,Lk as oe,Ma as tt,Md as Df,Me as Xt,Mf as yr,Mg as Sh,Mh as br,Mi as _n,Mj as ho,N as J,Na as H,Nd as vf,Ne as Yt,Ng as Oh,Nh as Pr,Ni as hn,Nj as To,O as Q,Oc as hf,Od as Gf,Oe as qt,Of as W_,Og as Rh,Oh as wr,Oi as Tn,Oj as go,P as Be,Pd as Ff,Pe as Jt,Pf as B_,Ph as Lr,Pi as gn,Pj as Ao,Q as $e,Qa as rt,Qc as ut,Qd as Uf,Qe as Qt,Qf as $_,Qg as Ih,Qh as Mr,Qi as An,Qj as Co,R as mu,Ra as nt,Rc as Tf,Rd as Hf,Re as Zt,Rf as z_,Rg as Nh,Rh as kr,Ri as Cn,Rj as Eo,Sc as ft,Sd as jf,Se as er,Sf as Sr,Sg as xh,Sh as Dr,Si as En,Sj as yo,T as lu,Ta as ot,Tb as Gu,Td as Vf,Te as tr,Tf as K_,Tg as bh,Th as vr,Ti as yn,Tj as So,U as uu,Ub as Fu,Uc as gf,Ud as Wf,Ue as rr,Uf as X_,Ug as Rr,Uh as Gr,Ui as Sn,Uj as Oo,V as fu,Vb as Uu,Vc as Af,Vd as Bf,Ve as nr,Vf as Y_,Vg as Ir,Vh as Fr,Vi as On,Vj as Ro,W as _u,Wc as Cf,Wd as $f,We as or,Wf as q_,Wg as Nr,Wh as Ur,Wi as Rn,Wj as Io,X as hu,Xb as Hu,Xc as _t,Xd as zf,Xe as ir,Xf as J_,Xg as Ph,Xh as Hr,Xi as In,Xj as No,Y as Tu,Yb as ju,Yc as ht,Yd as Kf,Ye as sr,Yf as Q_,Yh as jr,Yi as Nn,Yj as xo,Z as gu,Zc as Tt,Zd as Xf,Ze as ar,Zf as Z_,Zg as wh,Zh as cT,Zi as xn,Zj as bo,_b as Vu,_c as gt,_d as Yf,_e as pr,_f as eh,_g as Lh,_h as dT,_i as bn,_j as Po,aa as Cu,ad as Ct,ae as Jf,af as dr,ag as rh,ai as lT,aj as wn,ak as Lo,ba as Eu,bc as pt,bd as Et,be as Qf,bf as N_,bg as nh,bi as uT,bj as Ln,bk as Mo,c as He,ca as ze,cb as bu,cc as ct,cd as Ef,ce as Zf,cf as x_,ch as kh,ci as fT,cj as Mn,ck as ko,d as je,da as Ke,dd as yf,de as e_,dg as oh,di as _T,dj as kn,dk as Do,e as Ve,ea as Xe,ec as Wu,ee as t_,ef as b_,eh as Dh,ei as hT,ej as Dn,ek as vo,f as We,fc as Bu,fd as yt,fe as r_,ff as P_,fg as ih,fj as vn,fk as Go,gc as $u,gd as St,ge as n_,gg as sh,gj as Gn,gk as Fo,h as Zl,hc as zu,hd as Sf,he as o_,hg as ah,hj as Fn,hk as Uo,i as eu,ia as Ye,ib as j,ic as Ku,id as Ot,ie as i_,if as w_,ig as ph,ih as vh,ii as ne,ij as Un,ik as Ho,j as tu,jb as Z,jc as Xu,jd as Rt,je as s_,jf as L_,jg as ch,jh as Gh,ji as TT,jj as Hn,jk as jo,ka as qe,kb as Pu,kc as Yu,kd as Of,ke as a_,kf as mr,kh as Fh,ki as gT,kj as jn,kk as Vo,la as Je,lb as wu,lc as dt,ld as It,le as p_,lf as lr,lh as Uh,li as AT,lj as Vn,lk as Wo,ma as Qe,mb as g,mc as qu,md as Nt,me as c_,mh as Hh,mi as Vr,mj as Wn,mk as Bo,nb as Lu,nc as Ju,nd as xt,ne as d_,ni as Wr,nj as Bn,nk as $o,oc as Qu,od as bt,oe as m_,oh as jh,oi as Br,oj as $n,ok as zo,pc as Zu,pd as Pt,pe as l_,pf as M_,ph as Vh,pi as $r,pj as zn,pk as Ko,q as ru,qc as ef,qd as wt,qe as u_,qf as k_,qh as Wh,qi as zr,qj as Kn,qk as Xo,rc as tf,rd as Lt,re as f_,rf as D_,rh as Bh,ri as Kr,rj as Xn,rk as Yo,sc as rf,sd as Mt,se as __,sf as v_,sh as $h,si as Xr,sj as Yn,sk as qo,t as nu,tc as nf,td as kt,te as h_,th as zh,ti as Yr,tj as qn,tk as Jo,uc as mt,ud as Dt,ue as T_,uf as G_,ug as dh,uh as Kh,ui as qr,uj as Jn,uk as Qo,v as ou,vc as of,vd as vt,ve as g_,vg as mh,vh as Xh,vi as Jr,vj as Qn,vk as Zo,wc as lt,wd as Gt,we as A_,wg as lh,wh as Yh,wi as Qr,wj as Zn,wk as ei,xd as Ft,xe as C_,xf as F_,xh as qh,xi as Zr,xj as eo,xk as ti,yb as Mu,yc as sf,yd as Ut,ye as E_,yf as U_,yg as uh,yh as re,yi as en,yj as to,yk as ri,z as iu,zb as it,zc as af,zd as Rf,ze as y_,zf as H_,zg as fh,zh as Jh,zi as tn,zj as ro,zk as ni}from"./chunks/chunk-PFSD3DAN.js";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="cc0d4dd1-20e8-59d4-acb5-9f8ed639d35f")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="fa4eb88d-f50e-59fa-be7f-0cfb42931a73")}catch{}})();var _="https://schema.unbrained.dev/pm/corpus-shape/v1";function A(e,t){if(!Number.isSafeInteger(e)||e<=0)throw new TypeError(`Corpus shape ${t} must be a positive safe integer`);return e}function R(e,t){if(!Number.isSafeInteger(e)||e<0)throw new TypeError(`Corpus shape ${t} must be a non-negative safe integer`);return e}function Re(e){if(!(typeof e!="object"||e===null||Object.isFrozen(e))){for(let t of Object.values(e))Re(t);Object.freeze(e)}}function C(e){if(e.schema!==_)throw new TypeError(`Unsupported corpus shape schema: ${e.schema}`);if(e.name.trim().length===0||e.description.trim().length===0)throw new TypeError("Corpus shape name and description must be non-empty");if(A(e.hierarchy_depth,"hierarchy_depth"),A(e.hierarchy_fanout,"hierarchy_fanout"),R(e.age_span_days,"age_span_days"),A(e.history_entries_per_item,"history_entries_per_item"),R(e.comments_per_100_items,"comments_per_100_items"),R(e.notes_per_100_items,"notes_per_100_items"),R(e.learnings_per_100_items,"learnings_per_100_items"),A(e.author_cardinality,"author_cardinality"),A(e.component_count,"component_count"),e.edge_kind_mix.length===0||e.edge_kind_mix.some(r=>r.kind.trim().length===0||r.weight<=0))throw new TypeError("Corpus shape edge_kind_mix requires non-empty kinds with positive weights");if(e.terminal_statuses.some(r=>!e.custom_statuses.includes(r)))throw new TypeError("Corpus shape terminal_statuses must be declared in custom_statuses");let t=structuredClone(e);return Re(t),t}var w=[{kind:"implements",weight:5},{kind:"blocked_by",weight:2},{kind:"discovered_from",weight:2},{kind:"verifies",weight:2},{kind:"supersedes",weight:1},{kind:"related",weight:4}],E=Object.freeze({scratch:C({schema:_,name:"scratch",description:"Seconds-old, shallow project with minimal history.",hierarchy_depth:2,hierarchy_fanout:50,age_span_days:0,history_entries_per_item:1,comments_per_100_items:2,notes_per_100_items:1,learnings_per_100_items:1,edge_kind_mix:[{kind:"related",weight:1}],author_cardinality:2,component_count:1,include_cycles:!1,custom_types:[],custom_statuses:[],terminal_statuses:[],custom_fields:[]}),representative:C({schema:_,name:"representative",description:"Medium-lived project with rich evidence and typed lineage.",hierarchy_depth:5,hierarchy_fanout:8,age_span_days:730,history_entries_per_item:12,comments_per_100_items:30,notes_per_100_items:12,learnings_per_100_items:10,edge_kind_mix:w,author_cardinality:32,component_count:1,include_cycles:!1,custom_types:["Experiment"],custom_statuses:["review"],terminal_statuses:[],custom_fields:["domain"]}),"deep-graph":C({schema:_,name:"deep-graph",description:"Deep typed relationship graph with deterministic cycles.",hierarchy_depth:16,hierarchy_fanout:2,age_span_days:3650,history_entries_per_item:6,comments_per_100_items:15,notes_per_100_items:8,learnings_per_100_items:8,edge_kind_mix:w,author_cardinality:16,component_count:1,include_cycles:!0,custom_types:[],custom_statuses:[],terminal_statuses:[],custom_fields:[]}),"multi-decade":C({schema:_,name:"multi-decade",description:"Thirty-year event history with dense per-item evolution.",hierarchy_depth:6,hierarchy_fanout:6,age_span_days:10958,history_entries_per_item:24,comments_per_100_items:40,notes_per_100_items:20,learnings_per_100_items:16,edge_kind_mix:w,author_cardinality:64,component_count:1,include_cycles:!1,custom_types:["Program"],custom_statuses:["archived"],terminal_statuses:["archived"],custom_fields:["portfolio"]}),"disconnected-archive":C({schema:_,name:"disconnected-archive",description:"Multiple disconnected historical project components.",hierarchy_depth:4,hierarchy_fanout:10,age_span_days:7305,history_entries_per_item:8,comments_per_100_items:10,notes_per_100_items:5,learnings_per_100_items:6,edge_kind_mix:w,author_cardinality:24,component_count:5,include_cycles:!1,custom_types:["Archive"],custom_statuses:["archived"],terminal_statuses:["archived"],custom_fields:["archive_source"]})});function Pl(){return Object.keys(E).sort().map(e=>E[e])}function wl(e){let t=e.trim().toLowerCase();if(!Object.hasOwn(E,t))throw new TypeError(`Unknown corpus shape "${e}". Available: ${Object.keys(E).join(", ")}`);return E[t]}var Oe=new WeakMap;function Ie(e,t){if(e===0)return[];let r=Oe.get(t);r===void 0&&(r=t.edge_kind_mix.flatMap(o=>Array.from({length:o.weight},()=>o.kind)),Oe.set(t,r));let n=[r[e%r.length]];return t.include_cycles&&e>2&&e%17===0&&n.push("related"),[...new Set(n)]}function Ll(e,t,r,n=42){if(R(t,"item index"),A(r,"item count"),t>=r)throw new RangeError(`Corpus item index ${t} exceeds ${r}`);let o=Math.min(e.component_count,r),s=t%o,i=Math.floor(t/o),a=0,c=1;for(let q=0;q<e.hierarchy_depth;q+=1)a=Math.min(Number.MAX_SAFE_INTEGER,a+c),c=Math.min(Number.MAX_SAFE_INTEGER,c*e.hierarchy_fanout);let p=i%a,m=i-p,u=p===0?void 0:s+(m+Math.floor((p-1)/e.hierarchy_fanout))*o,d=Date.UTC(2026,0,1),x=e.age_span_days*864e5,Ue=new Date(d+(r===1?0:Math.round(t/(r-1)*x))).toISOString(),G=(t*37+n)%100;return{index:t,id:`pm-s${t.toString(36).padStart(7,"0")}`,...u===void 0?{}:{parent:`pm-s${u.toString(36).padStart(7,"0")}`},component:s,timestamp:Ue,author:`pm-corpus-agent-${(t+n)%Math.min(e.author_cardinality,r)}`,history_entry_count:e.history_entries_per_item,dependency_kinds:Ie(t,e),has_comment:G<e.comments_per_100_items,has_note:G<e.notes_per_100_items,has_learning:G<e.learnings_per_100_items,...e.custom_types.length>0&&t%11===0?{custom_type:e.custom_types[t%e.custom_types.length]}:{},...e.custom_statuses.length>0&&t%13===0?{custom_status:e.custom_statuses[t%e.custom_statuses.length]}:{}}}var W=class{shape;authors=new Set;components=new Set;depths=new Map;childCounts=new Map;edgeKinds={};expectedEdgeKinds={};annotations={comments:0,notes:0,learnings:0};annotationFields;planMismatches=[];itemCount=0;observedDepth=0;observedFanout=0;historyEntryCount=0;firstTimestamp=null;lastTimestamp=null;constructor(t){this.shape=t,this.annotationFields=[["comments","has_comment",t.comments_per_100_items],["notes","has_note",t.notes_per_100_items],["learnings","has_learning",t.learnings_per_100_items]]}recordMismatch(t,r){t&&this.planMismatches.push(r)}recordEdgeKinds(t,r){for(let n of r)t[n]=(t[n]??0)+1}add(t){this.itemCount+=1,this.authors.add(t.author),this.components.add(t.component),this.recordMismatch(this.depths.has(t.id),`duplicate_id:${t.id}`);let r=1;if(t.parent!==void 0){let n=this.depths.get(t.parent);this.recordMismatch(n===void 0,`parent_missing:${t.parent}`),r=(n??0)+1;let o=(this.childCounts.get(t.parent)??0)+1;this.childCounts.set(t.parent,o),this.observedFanout=Math.max(this.observedFanout,o)}this.depths.set(t.id,r),this.observedDepth=Math.max(this.observedDepth,r),this.historyEntryCount+=t.history_entry_count,this.recordMismatch(t.history_entry_count!==this.shape.history_entries_per_item,"history_entries_per_item:drift"),this.firstTimestamp=this.firstTimestamp===null||t.timestamp<this.firstTimestamp?t.timestamp:this.firstTimestamp,this.lastTimestamp=this.lastTimestamp===null||t.timestamp>this.lastTimestamp?t.timestamp:this.lastTimestamp;for(let[n,o]of this.annotationFields)this.annotations[n]+=Number(t[o]);this.recordEdgeKinds(this.edgeKinds,t.dependency_kinds),this.recordEdgeKinds(this.expectedEdgeKinds,Ie(t.index,this.shape))}finish(){let t=Math.min(this.shape.author_cardinality,this.itemCount),r=Math.min(this.shape.component_count,this.itemCount),n=[...this.planMismatches,...this.itemCount===0?["item_count:empty"]:[],...this.authors.size===t?[]:[`author_count:${this.authors.size}!=${t}`],...this.components.size===r?[]:[`component_count:${this.components.size}!=${r}`],...this.observedDepth<=this.shape.hierarchy_depth?[]:[`hierarchy_depth:${this.observedDepth}>${this.shape.hierarchy_depth}`],...this.observedFanout<=this.shape.hierarchy_fanout?[]:[`hierarchy_fanout:${this.observedFanout}>${this.shape.hierarchy_fanout}`]];for(let[i,,a]of this.annotationFields){let c=Math.floor(this.itemCount/100),p=this.itemCount%100,m=c*a+Math.max(0,a+p-100),u=c*a+Math.min(a,p),d=this.annotations[i];(d<m||d>u)&&n.push(`${i}:${d}!in[${m},${u}]`)}let o=new Set([...Object.keys(this.edgeKinds),...Object.keys(this.expectedEdgeKinds)]);for(let i of[...o].sort()){let a=this.edgeKinds[i]??0,c=this.expectedEdgeKinds[i]??0;a!==c&&n.push(`edge_kind:${i}:${a}!=${c}`)}let s=[...new Set(n)];return{shape:this.shape.name,item_count:this.itemCount,author_count:this.authors.size,component_count:this.components.size,hierarchy_depth:this.observedDepth,hierarchy_fanout:this.observedFanout,timestamp_range:{first:this.firstTimestamp,last:this.lastTimestamp},history_entry_count:this.historyEntryCount,annotations:{...this.annotations},edge_kinds:{...this.edgeKinds},matches_declaration:s.length===0,mismatches:s}}};function Ne(e){return new W(e)}function Ml(e,t){let r=Ne(e);for(let n of t)r.add(n);return r.finish()}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="80b8e2af-4dcf-59e8-bfbf-38124db887bf")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="8c9a34bd-b77a-55ab-a5d1-3594cecfeb3f")}catch{}})();async function kl(){let e=H(process.cwd(),process.env.PM_PATH);await te(e,(t,r)=>re(t,r,{apply_runtime_defaults:!0}))}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="f48b9002-59dc-54d3-95de-36bf0d11b39a")}catch{}})();var xe="https://schema.unbrained.dev/pm/workspace-recipe/v1";function B(e,t){if(e===null||typeof e=="boolean"||typeof e=="string")return e;if(typeof e=="number"){if(!Number.isFinite(e))throw new Error(`Workspace recipe JSON number must be finite at ${t}`);return e}if(Array.isArray(e))return Object.freeze(e.map((r,n)=>B(r,`${t}[${n}]`)));if(typeof e!="object"||Object.getPrototypeOf(e)!==Object.prototype&&Object.getPrototypeOf(e)!==null)throw new Error(`Workspace recipe input must contain JSON values at ${t}`);return Object.freeze(Object.fromEntries(Object.entries(e).map(([r,n])=>[r,B(n,`${t}.${r}`)])))}function be(e){if(e.schema!==xe)throw new Error(`Unsupported workspace recipe schema: ${e.schema}`);let t=J(e);if(e.operations.some(r=>r.action.trim().length===0||r.input===null||Array.isArray(r.input)))throw new Error("Workspace recipe operations require an action and object input");return Object.freeze({...t,operations:Object.freeze(e.operations.map((r,n)=>Object.freeze({action:r.action,input:B(r.input,`operations[${n}].input`)})))})}async function Pe(e,t){let r=be(e);return Q(r,t)}async function Dl(e,t){return Pe(e,async()=>{let r=[];for(let[n,o]of e.operations.entries())r.push(await t(o,n));return r})}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="a108f4d2-80c3-540e-821c-5acdf68eb7fa")}catch{}})();async function vl(){await ne()}import y from"node:fs";import $ from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="6748a283-bc93-5783-98c1-d1a7f2fdce4e")}catch{}})();var we=300*1e3,Gl=3;function Ey(e){return(e?.trim()||"development").replace(/[^a-zA-Z0-9._-]/g,"_").replace(/^\./,"_")}function yy(e,t){let r=t.trim();if(!/^[a-zA-Z0-9_-][a-zA-Z0-9._-]*$/.test(r))throw new TypeError("Compile-cache generation must be a safe non-empty filename token.");y.mkdirSync(e,{recursive:!0});let n=$.join(e,r);y.mkdirSync(n,{recursive:!0});let o=new Date;y.utimesSync(n,o,o);let s=y.readdirSync(e).filter(p=>p!==r).flatMap(p=>{try{return[{name:p,mtimeMs:y.statSync($.join(e,p)).mtimeMs}]}catch(m){if(m instanceof Error&&"code"in m&&m.code==="ENOENT")return[];throw m}}).sort((p,m)=>m.mtimeMs-p.mtimeMs||p.name.localeCompare(m.name)),i=s.filter(p=>o.getTime()-p.mtimeMs<we),a=Math.max(0,Gl-1-i.length),c=s.filter(p=>o.getTime()-p.mtimeMs>=we).slice(a).map(p=>p.name).sort((p,m)=>p.localeCompare(m));for(let p of c)y.rmSync($.join(e,p),{recursive:!0,force:!0,maxRetries:3,retryDelay:50});return{retained:r,removed:c}}import Le from"node:fs";import M from"node:path";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="962636b0-ed3b-5ad0-ae0c-904435025986")}catch{}})();var D="@unbrained/pm-cli",Fl=new Set(["append","claim","changelog","close","close-many","close-task","comments","config","copy","create","dedupe-merge","delete","deps","docs","extension","event","events","files","focus","gc","history-author-acknowledge","history-compact","history-redact","history-repair","init","install","item","learnings","meet","merge","normalize","notes","package","packages","pause-task","plan","profile","reindex","release","remind","restore","schema","start-task","test","test-all","test-runs","test-runs-worker","telemetry","templates","twin","update","update-many","upgrade","vcs","workspace"]),Me=new Set(["--author","--output-budget","--output-format","--output-include","--output-limit","--output-session","--path","--pm-path"]),X=/\b(\d{4})\.(\d{1,2})\.(\d{1,2})(?:-(\d+))?\b/u;function l(e,t){return e.some(r=>t.includes(r.split("=",1)[0]))}function z(e,t){return["activate","adopt","adopt-all","deactivate","init","install","migrate","reload","uninstall"].includes(t[0]??"")||l(e,["--activate","--adopt","--adopt-all","--deactivate","--fix-managed-state","--init","--install","--output","--reload","--scaffold","--uninstall"])}var Ul={changelog:(e,t)=>{if(t[0]==="generate")return!l(e,["--check"]);let r=e.indexOf("export");return t[0]==="export"&&(l(e,["--output"])||r>=0&&e[r+1]!==void 0&&!e[r+1].startsWith("-"))},comments:e=>l(e,["--add","--delete","--edit","--file","--stdin"]),config:(e,t)=>(t[0]==="project"||t[0]==="global"?t[1]:t[0])==="set",deps:()=>!1,docs:e=>l(e,["--add","--add-glob","--migrate","--remove"]),duplicates:()=>!1,events:()=>!1,extension:z,files:(e,t)=>l(e,["--add","--add-glob","--migrate","--remove"])||t[0]==="discover"&&l(e,["--apply"]),health:e=>!l(e,["--check-only","--no-refresh","--skip-vectors"]),learnings:e=>l(e,["--add","--delete","--edit","--file","--stdin"]),merge:(e,t)=>t[0]!=="report",notes:e=>l(e,["--add","--delete","--edit","--file","--stdin"]),package:z,packages:z,profile:(e,t)=>t[0]==="apply",schema:(e,t)=>["add-field","add-status","add-type","remove-field","remove-status","remove-type","remap-status","rename-field","rename-type"].includes(t[0]??"")&&!(l(e,["--infer"])&&!l(e,["--apply"])),telemetry:(e,t)=>t.slice(0,2).some(r=>["clear","flush"].includes(r)),templates:(e,t)=>t[0]==="save",test:e=>l(e,["--add","--add-json","--background","--measure","--remove","--resume","--run","--stop"]),validate:e=>l(e,["--auto-fix","--prune-missing"]),vcs:(e,t)=>["abandon","create","merge","propose","ref-create"].includes(t[0]??""),workspace:(e,t)=>t[0]==="snapshot"&&["create","delete","restore"].includes(t[1]??"")};function k(e){let t=e.match(X);return t?[Number(t[1]),Number(t[2]),Number(t[3]),Number(t[4]??0)]:null}function L(e,t){let r=k(e),n=k(t);if(!r||!n)return null;for(let o=0;o<r.length;o+=1){let s=r[o]-n[o];if(s!==0)return Math.sign(s)}return 0}function K(e){try{let t=JSON.parse(Le.readFileSync(e,"utf8"));return typeof t=="object"&&t!==null&&!Array.isArray(t)?t:null}catch{return null}}function Hl(e){let t=[];for(let r of["dependencies","devDependencies","optionalDependencies","peerDependencies"]){let n=e[r];if(typeof n!="object"||n===null)continue;let o=n[D],s=typeof o=="string"?o.trim():"",i=/^[<!]/u.test(s)?void 0:s.match(X)?.[0];i&&t.push(i)}return t.sort((r,n)=>L(n,r))[0]}function jl(e){let r=K(M.join(e,"package-lock.json"))?.packages;if(typeof r!="object"||r===null)return;let n=r["node_modules/@unbrained/pm-cli"];if(typeof n!="object"||n===null)return;let o=n.version;return typeof o=="string"?o:void 0}function Vl(e,t){try{let r=Le.readFileSync(M.join(e,t),"utf8").split(/\r?\n/u),n=r.findIndex(c=>c.includes(D));if(n<0)return;let o=r[n].match(/^\s*/u)[0].length,s=[r[n]];for(let c=n+1;c<r.length;c+=1){let p=r[c],m=p.trim(),u=p.match(/^\s*/u)[0].length;if(m.length>0&&u<=o)break;s.push(p)}return s.join(`
2
+ `).match(/^\s*version(?::\s*|\s+)["']?(\d{4}\.\d{1,2}\.\d{1,2}(?:-\d+)?)/mu)?.[1]??s[0].match(X)?.[0]}catch{return}}function Wl(e){let t=[],r=K(M.join(e,"package.json")),n=r?Hl(r):void 0;n&&t.push({version:n,source:"package.json"});let s=K(M.join(e,"node_modules","@unbrained","pm-cli","package.json"))?.version;typeof s=="string"&&k(s)&&t.push({version:s,source:"installed-package"});let i=jl(e);i&&k(i)&&t.push({version:i,source:"package-lock.json"});for(let a of["pnpm-lock.yaml","yarn.lock"]){let c=Vl(e,a);c&&t.push({version:c,source:a})}return t}function ke(e){for(let t=0;t<e.length;t+=1){let r=e[t];if(Me.has(r)){t+=1;continue}if(!r.startsWith("-"))return{command:r.toLowerCase(),index:t}}}function Bl(e){let t=ke(e);if(!t||l(e,["--help","-h","--dry-run"]))return!1;let{command:r,index:n}=t,o=[];for(let i=n+1;i<e.length;i+=1){let a=e[i];if(Me.has(a)){i+=1;continue}a.startsWith("-")||o.push(a.toLowerCase())}let s=Ul[r];return s?s(e,o):Fl.has(r)}function $l(e){let t=ke(e.argv)?.command,r=Bl(e.argv),o=Wl(e.projectRoot).filter(a=>L(a.version,e.executingVersion)!==null).sort((a,c)=>L(c.version,a.version))[0],s=o!==void 0&&L(e.executingVersion,o.version)===-1,i=s&&!r?{code:"project_runtime_stale_read",executing_version:e.executingVersion,project_version:o.version,source:o.source,message:"This read is using an older pm runtime than the project requires.",next_steps:[`Run the command through the project's installed ${D} ${o.version}.`,"Install the project dependencies with its declared package manager if the local executable is missing."]}:void 0;return{compatible:!r||!s||e.allowStale===!0,executing_version:e.executingVersion,...o?{project_version:o.version,source:o.source}:{},...t?{command:t}:{},mutating:r,stale:s,...i?{warning:i}:{},override_applied:s&&r&&e.allowStale===!0}}function xy(e){let t=$l(e);if(t.compatible)return t;throw new U(`pm ${t.executing_version} cannot mutate a project pinned to newer pm ${t.project_version}.`,F.CONFLICT,{code:"project_runtime_stale_mutation",reason:t.source,why:"An older runtime can write storage, history, and merge contracts it does not understand.",nextSteps:[`Run this command through the project's installed ${D} ${t.project_version}.`,"For an intentional recovery only, set PM_ALLOW_STALE_CLI=1 for this invocation and record why.","Read-only commands remain available without an override."]})}import{createHash as zl}from"node:crypto";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="4586a8b2-07c8-53d4-9c5d-ca557ee07977")}catch{}})();var Y=1;function S(e){e?.throwIfAborted()}function h(e,t){if(typeof e!="string"||e.trim().length===0)throw new TypeError(`Relationship graph ${t} must be non-empty`);return e.trim()}function O(e,t,r={}){let n=Date.parse(r.createdAt??new Date().toISOString());if(!Number.isFinite(n))throw new TypeError("Relationship graph createdAt must be a valid timestamp");let o=e.nodes(),s=e.edges(),i=t.list();return Object.freeze({version:Y,fingerprint:zl("sha256").update(b({nodes:o,edges:s,kinds:i})).digest("hex"),created_at:new Date(n).toISOString(),nodes:o,edges:s,kinds:i})}function Kl(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function N(e){if(!Kl(e))throw new TypeError("Relationship graph snapshot must be an object");if(e.version!==Y)throw new TypeError(`Unsupported relationship graph snapshot version: ${String(e.version)}`);if(!Array.isArray(e.nodes)||e.nodes.some(o=>typeof o!="string"))throw new TypeError("Relationship graph snapshot nodes must be strings");if(!Array.isArray(e.edges)||!Array.isArray(e.kinds))throw new TypeError("Relationship graph snapshot edges and kinds must be arrays");if(typeof e.created_at!="string"||!Number.isFinite(Date.parse(e.created_at)))throw new TypeError("Relationship graph snapshot created_at must be valid");if(typeof e.fingerprint!="string")throw new TypeError("Relationship graph snapshot fingerprint must be a string");let t=new j([]);for(let o of e.kinds)t.register(o);let r=new g(e.nodes,e.edges,t),n=O(r,t,{createdAt:e.created_at});if(n.fingerprint!==e.fingerprint)throw new TypeError("Relationship graph snapshot fingerprint mismatch");return{snapshot:n,registry:t,graph:r}}async function f(e,t){h(e.name,"adapter name");let r=h(t.workspace,"workspace");S(t.signal);let n=await e.read({...t,workspace:r});return S(t.signal),n===null?null:N(n)}async function v(e,t){let r=h(t.workspace,"workspace"),n=N(t.snapshot).snapshot,o=await f(e,{workspace:r,signal:t.signal});if(o?.snapshot.fingerprint===n.fingerprint)return{adapter:e.name,workspace:r,disposition:"current",fingerprint:n.fingerprint,previous_fingerprint:o.snapshot.fingerprint,node_count:n.nodes.length,edge_count:n.edges.length};if(S(t.signal),await e.replace({workspace:r,signal:t.signal,snapshot:n,expected_fingerprint:o?.snapshot.fingerprint??null}),(await f(e,{workspace:r,signal:t.signal}))?.snapshot.fingerprint!==n.fingerprint)throw new Error(`Relationship graph adapter "${e.name}" did not expose the replaced snapshot`);return{adapter:e.name,workspace:r,disposition:"written",fingerprint:n.fingerprint,...o?{previous_fingerprint:o.snapshot.fingerprint}:{},node_count:n.nodes.length,edge_count:n.edges.length}}function Xl(e,t={}){let r=e.map(N),n=new Map;for(let i of r)for(let a of i.snapshot.kinds){let c=n.get(a.kind);if(c&&b(c)!==b(a))throw new TypeError(`Conflicting federated relationship kind: ${a.kind}`);n.set(a.kind,a)}let o=new j([...n.values()].sort((i,a)=>i.kind.localeCompare(a.kind))),s=new g(new Set(r.flatMap(i=>[...i.snapshot.nodes])),r.flatMap(i=>[...i.snapshot.edges]),o);return O(s,o,t)}var I=class{name;#e=new Map;constructor(t="memory"){this.name=h(t,"adapter name")}async read(t){S(t.signal);let r=this.#e.get(h(t.workspace,"workspace"));return r?structuredClone(r):null}async replace(t){S(t.signal);let r=h(t.workspace,"workspace"),n=this.#e.get(r);if(t.expected_fingerprint!==void 0&&(n?.fingerprint??null)!==t.expected_fingerprint)throw new Error(`Relationship graph adapter conflict for ${r}`);this.#e.set(r,structuredClone(N(t.snapshot).snapshot))}async clear(t){S(t.signal);let r=h(t.workspace,"workspace"),n=this.#e.get(r);if(t.expected_fingerprint!==void 0&&(n?.fingerprint??null)!==t.expected_fingerprint)throw new Error(`Relationship graph adapter conflict for ${r}`);this.#e.delete(r)}};(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="423d6e5d-93e5-5f29-93e0-11ddca9c3156")}catch{}})();function De(e,t){if(!Number.isInteger(e)||e<1)throw new TypeError(`Relationship graph ${t} must be a positive integer`);return e}function Yl(e){let t=De(e.nodeCount,"nodeCount"),r=De(e.edgeStride??1,"edgeStride"),n=e.topology??"chain";if(!["chain","star","disconnected"].includes(n))throw new TypeError(`Unsupported relationship graph topology: ${n}`);let o=(e.kind??"related").trim(),s=(e.idPrefix??"node").trim();if(!o||!s)throw new TypeError("Relationship graph kind and idPrefix must be non-empty");let i=n==="disconnected"?0:Math.floor((t-1)/r);return{node_count:t,edge_count:i,edge_basis:"fixture_generated",nodes:{*[Symbol.iterator](){for(let a=0;a<t;a+=1)yield`${s}-${a}`}},edges:{*[Symbol.iterator](){if(n!=="disconnected")for(let a=r;a<t;a+=r)yield{source:`${s}-${n==="star"?0:a-r}`,target:`${s}-${a}`,kind:o}}}}}function T(e,t){if(!e)throw new Error(`Relationship graph adapter conformance: ${t}`)}async function ve(e,t={}){let r=t.workspace?.trim()||"pm-graph-conformance",n=Z(),o=O(new g(["a","b"],[{source:"a",target:"b",kind:"related"}],n),n,{createdAt:"2026-01-01T00:00:00.000Z"}),s=O(new g(["a","b","c"],[{source:"a",target:"b",kind:"related"},{source:"b",target:"c",kind:"blocked_by"}],n),n,{createdAt:"2026-01-02T00:00:00.000Z"}),i=[];T(await f(e,{workspace:r})===null,"workspace must start empty"),i.push({name:"empty-read",passed:!0});let a=await v(e,{workspace:r,snapshot:o});T(a.disposition==="written","first sync must write"),i.push({name:"atomic-replace",passed:!0}),(await e.read({workspace:r})).nodes.push("mutated-reader-copy"),T((await f(e,{workspace:r}))?.snapshot.nodes.length===2,"reads must not mutate stored state"),i.push({name:"read-isolation",passed:!0}),T((await v(e,{workspace:r,snapshot:o})).disposition==="current","identical sync must be idempotent"),i.push({name:"idempotent-sync",passed:!0}),await e.replace({workspace:r,snapshot:s,expected_fingerprint:o.fingerprint}),T((await f(e,{workspace:r}))?.snapshot.fingerprint===s.fingerprint,"replacement must become visible"),i.push({name:"replacement-visibility",passed:!0});let p=!1;try{await e.replace({workspace:r,snapshot:o,expected_fingerprint:o.fingerprint})}catch{p=!0}return T(p,"stale compare-and-swap must fail"),i.push({name:"stale-cas",passed:!0}),e.clear&&(await e.clear({workspace:r,expected_fingerprint:s.fingerprint}),T(await f(e,{workspace:r})===null,"clear must remove the workspace"),i.push({name:"clear",passed:!0})),{adapter:e.name,workspace:r,cases:Object.freeze(i),clear_supported:e.clear!==void 0}}function ql(e){return ve(new I,e?{workspace:e}:{})}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="2c3df51e-6b10-5da6-8340-126465d9c434")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="5133d678-01f4-5164-aea7-2cc5ed42dd58")}catch{}})();import{createHash as Ge}from"node:crypto";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="54a3448c-719c-5404-a9b9-c3072a2fdce2")}catch{}})();function Fe(e,t){if(typeof e!="string"||e.trim().length===0)throw new TypeError(`Relationship backfill ${t} must be non-empty`);return e.trim()}function Zy(e,t){let r=Fe(t.migrationId,"migrationId"),n=Fe(t.author,"author"),o=Date.parse(t.timestamp);if(!Number.isFinite(o))throw new TypeError("Relationship backfill timestamp must be valid");let s=new Date(o).toISOString(),i=V(e,void 0,t.registry),a=i.graph.nodes(),c=i.graph.edges().map(d=>{let x=Ge("sha256").update(JSON.stringify([r,d.kind,d.source,d.target,d.createdAt??null,d.author??null,d.payload??null])).digest("hex").slice(0,24);return Object.freeze({eventId:`backfill:${r}:${x}`,relationshipId:`migration:${r}:${x}`,action:"add",edge:d,author:n,timestamp:s,reason:`Backfill ${r} from legacy item metadata`})}),p=Ge("sha256").update(JSON.stringify({migrationId:r,nodes:a,events:c})).digest("hex"),m=new Set([...t.existingEventIds??[]].filter(d=>typeof d=="string").map(d=>d.trim()).filter(Boolean)),u=c.filter(d=>!m.has(d.eventId));return Object.freeze({migration_id:r,fingerprint:p,nodes:a,events:Object.freeze(u),edge_count:c.length,skipped_existing_count:c.length-u.length,duplicate_dependency_rows:i.duplicateRows.length,dangling_reference_count:i.dangling.active.length+i.dangling.legacy_terminal.length})}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="7fc669d4-1db2-5636-8304-2c111a684726")}catch{}})();function tS(e){return e}function rS(e){return e}function nS(e){return e}function oS(e){return e}function iS(e){return e}function sS(e){return e}function aS(e){return e}function pS(e){return e}function cS(e){return e}function dS(e){return e}function mS(e){return e}function lS(e){return e}function uS(e){return e}function fS(e){return{handled:!0,result:e}}function _S(){return{handled:!1}}function hS(e){return e}function TS(e){return e}function gS(e){return e}function AS(e){return e}function CS(e){return e}function ES(e){return e}function yS(e){return e}function SS(e){return e}function OS(e){return e}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="5bbfab95-010d-5507-ab01-f8f43943d295")}catch{}})();function Jl(e={},t={}){return new P(t).extension(void 0,{...e,migrate:!0})}function Ql(e={},t={}){return new P(t).packageMigrate(e)}(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="99a9b24a-4bc7-50da-8333-e76086f0e303")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="708c1c46-ce32-56ff-812f-71f825ad7ec4")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="5e04dc9d-8e2d-5ef2-bf8b-6b18bd87c3bc")}catch{}})();(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof globalThis<"u"?globalThis:typeof self<"u"?self:{},t=new e.Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="ae84c7af-bfa7-577d-b9f3-2bd9450d5755")}catch{}})();export{Xr as ACTIVITY_COMMANDER_STRING_OPTION_CONTRACTS,Vo as ACTIVITY_FLAG_CONTRACTS,Pt as AGENT_PROVENANCE_DIMENSIONS,Nn as AGGREGATE_FLAG_CONTRACTS,fo as APPEND_FLAG_CONTRACTS,_t as BASELINE_ITEM_FORMAT_VERSION,Cg as BRIEF_LIST_FIELDS,E as BUILTIN_CORPUS_SHAPES,wt as BUILTIN_HARNESS_SIGNAL_DESCRIPTORS,ze as BUILTIN_ITEM_TYPE_VALUES,ue as BUILTIN_PROFILES,$r as CALENDAR_COMMANDER_STRING_OPTION_CONTRACTS,jo as CALENDAR_FLAG_CONTRACTS,_o as CLAIM_FLAG_CONTRACTS,ai as CLOSE_ACTION_OPTION_KEYS,lo as CLOSE_FLAG_CONTRACTS,uo as CLOSE_MANY_FLAG_CONTRACTS,Eo as CLOSE_TASK_FLAG_CONTRACTS,xn as COMMENTS_FLAG_CONTRACTS,yu as COMMON_MUTATION_COMMAND_OPTION_KEYS,ei as COMPLETION_FLAG_CONTRACTS,Qe as CONFIDENCE_TEXT_VALUES,Wn as CONFIG_FLAG_CONTRACTS,zr as CONTEXT_COMMANDER_STRING_OPTION_CONTRACTS,Lg as CONTEXT_EVALUATION_METRIC_NAMES,Bo as CONTEXT_FLAG_CONTRACTS,ie as CONTEXT_OUTPUT_VALUES,Gg as CONTEXT_PACKING_PROFILES,xg as CONTEXT_RELEVANCE_SERVICE,Ig as CONTEXT_RELEVANCE_SIGNAL_NAMES,$g as CONTEXT_SIGNAL_SET_VERSION,Bg as CONTEXT_SIGNAL_STORE_FORMAT_VERSION,Zo as CONTRACTS_FLAG_CONTRACTS,Go as COPY_FLAG_CONTRACTS,Qr as CREATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS,en as CREATE_COMMANDER_REPEATABLE_OPTION_CONTRACTS,Zr as CREATE_COMMANDER_STRING_OPTION_CONTRACTS,ru as CREATE_DIRECT_CLOSE_REASON_DEFAULT,ko as CREATE_FLAG_CONTRACTS,ht as CURRENT_ITEM_FORMAT_VERSION,Yg as ContextSignalStore,Ug as ContextUsageValidationError,eg as DEFAULT_AUTHOR_IDENTITY_VOCABULARY,FA as DEFAULT_CHILD_SAMPLE_LIMIT,Ag as DEFAULT_COMPACT_LIST_FIELDS,Rh as DEFAULT_DERIVED_INDEX_MINIMUM_ITEMS,bp as DEFAULT_EVAL_QUERIES_RELATIVE_PATH,dA as DEFAULT_TERMINAL_TRANSITION_POLICY,Zg as DEFAULT_WORKSPACE_MEMORY_MINIMUM_ITEMS,To as DELETE_FLAG_CONTRACTS,Ye as DEPENDENCY_KIND_VALUES,Ko as DEPS_FLAG_CONTRACTS,Ln as DOCS_FLAG_CONTRACTS,wo as DUPLICATES_FLAG_CONTRACTS,Yo as EVAL_FLAG_CONTRACTS,Rp as EVAL_QUERY_SET_CONTRACT,Ip as EVAL_QUERY_SET_EXAMPLE,Op as EVAL_QUERY_SET_SCHEMA_ID,Wo as EVENTS_FLAG_CONTRACTS,So as EVENT_FLAG_CONTRACTS,Vr as EXECUTABLE_COMMAND_ALIASES,F as EXIT_CODE,eo as EXTENSION_ACTIVATE_FLAG_CONTRACTS,Zn as EXTENSION_ADOPT_ALL_FLAG_CONTRACTS,ao as EXTENSION_ADOPT_FLAG_CONTRACTS,GT as EXTENSION_CAPABILITIES,tu as EXTENSION_CAPABILITY_CONTRACT,Zl as EXTENSION_CAPABILITY_CONTRACT_VERSION,eu as EXTENSION_CAPABILITY_LEGACY_ALIASES,at as EXTENSION_CAPABILITY_REGISTRATION_SURFACES,so as EXTENSION_CATALOG_FLAG_CONTRACTS,to as EXTENSION_DEACTIVATE_FLAG_CONTRACTS,Qn as EXTENSION_DESCRIBE_FLAG_CONTRACTS,io as EXTENSION_DOCTOR_FLAG_CONTRACTS,Jn as EXTENSION_EXPLORE_FLAG_CONTRACTS,Bn as EXTENSION_FLAG_CONTRACTS,zn as EXTENSION_INIT_FLAG_CONTRACTS,Yn as EXTENSION_INSTALL_FLAG_CONTRACTS,no as EXTENSION_MANAGE_FLAG_CONTRACTS,ro as EXTENSION_MIGRATE_FLAG_CONTRACTS,FT as EXTENSION_POLICY_MODES,UT as EXTENSION_POLICY_SURFACES,oo as EXTENSION_RELOAD_FLAG_CONTRACTS,jT as EXTENSION_SANDBOX_PROFILES,$n as EXTENSION_SCOPE_FLAG_CONTRACTS,HT as EXTENSION_TRUST_MODES,qn as EXTENSION_UNINSTALL_FLAG_CONTRACTS,OA as EXTERNAL_DEPENDENCY_SOURCE_KIND,RA as EXTERNAL_DEPENDENCY_SOURCE_KIND_ALIAS,wn as FILES_FLAG_CONTRACTS,Fo as FOCUS_FLAG_CONTRACTS,bo as GC_FLAG_CONTRACTS,$o as GET_FLAG_CONTRACTS,Rn as GLOBAL_FLAG_CONTRACTS,mc as GRAPH_DURABLE_CACHE_MIN_ITEMS,dc as GRAPH_DURABLE_CACHE_VERSION,Xo as GRAPH_FLAG_CONTRACTS,Kt as GRAPH_SUBCOMMAND_VALUES,zo as GUIDE_FLAG_CONTRACTS,Lo as HEALTH_FLAG_CONTRACTS,Gn as HISTORY_AUTHOR_ACKNOWLEDGE_FLAG_CONTRACTS,BA as HISTORY_AUTHOR_ATTRIBUTION_BASELINE,xC as HISTORY_COMPACT_BULK_DEFAULT_MIN_ENTRIES,Fn as HISTORY_COMPACT_FLAG_CONTRACTS,Mn as HISTORY_FLAG_CONTRACTS,Dn as HISTORY_REDACT_FLAG_CONTRACTS,vn as HISTORY_REPAIR_FLAG_CONTRACTS,gp as INIT_AGENT_GUIDANCE_MODE_VALUES,Vn as INIT_FLAG_CONTRACTS,po as INSTALL_FLAG_CONTRACTS,Je as ISSUE_SEVERITY_VALUES,vo as ITEM_COMPLETE_FLAG_CONTRACTS,mC as ITEM_LATEST_TIMESTAMP_FIELDS,ou as ITEM_METADATA_KEY_ORDER,Do as ITEM_MUTATE_FLAG_CONTRACTS,Ke as ITEM_TYPE_VALUES,dC as ITEM_UNION_COLLECTION_FIELDS,Xg as JsonFileContextSignalStoreAdapter,Pn as LEARNINGS_FLAG_CONTRACTS,$s as LINKED_TEST_ENV_NAME_PATTERN,zs as LINKED_TEST_PM_CONTEXT_MODE_VALUES,Bs as LINKED_TEST_PROTECTED_ENV_KEYS,Wr as LIST_COMMANDER_STRING_OPTION_CONTRACTS,Eg as LIST_COMMAND_DEFAULT_PROJECTIONS,WT as LIST_FILTER_EXTENSION_FLAG_DEFINITIONS,In as LIST_FILTER_FLAG_CONTRACTS,Tg as LIST_SORT_FIELDS,gg as LIST_SORT_ORDER_VALUES,GA as MAX_CHILD_PROJECTION_ITEMS,yo as MEET_FLAG_CONTRACTS,fC as MERGE_DRIVER_ARTIFACT_VALUES,kn as MERGE_FLAG_CONTRACTS,I as MemoryRelationshipGraphAdapter,Kr as NEXT_COMMANDER_STRING_OPTION_CONTRACTS,Jo as NEXT_FLAG_CONTRACTS,is as NEXT_OUTPUT_VALUES,bn as NOTES_FLAG_CONTRACTS,Kn as PACKAGE_FLAG_CONTRACTS,Xn as PACKAGE_INIT_FLAG_CONTRACTS,Co as PAUSE_TASK_FLAG_CONTRACTS,si as PLAN_CREATE_METADATA_PARAMETER_KEYS,jn as PLAN_FLAG_CONTRACTS,Pa as PLAN_SHOW_DEPTH_VALUES,ba as PLAN_SUBCOMMANDS,wa as PLAN_TEMPLATE_NAMES,_i as PM_CLI_EXPECTED_ERROR_NAME,Yt as PM_CLI_ONLY_TOOL_ACTION_WAIVERS,hA as PM_COMMAND_EXIT_CONTRACTS,_A as PM_COMMAND_EXIT_OUTCOME_CONTRACTS,pr as PM_COMMAND_OUTPUT_BUDGET_CONTRACTS,jC as PM_COMMAND_OUTPUT_ENVELOPE_CONTRACTS,Oc as PM_COMMAND_VISIBILITY_CONTRACTS,$T as PM_CONTEXT_INTENTS_FILE,T_ as PM_CONTEXT_INTENT_CONTRACTS,zt as PM_CORE_COMMAND_NAMES,_ as PM_CORPUS_SHAPE_SCHEMA,FC as PM_ERROR_CODE_CATALOG,kC as PM_ERROR_CODE_EXIT_CLASS_CONTRACTS,Ht as PM_EXTENSION_CAPABILITY_CONTRACTS,Xt as PM_EXTENSION_PACKAGE_ACTION_SUBCOMMANDS,Vt as PM_EXTENSION_POLICY_MODE_CONTRACTS,$t as PM_EXTENSION_POLICY_SURFACE_CONTRACTS,Bt as PM_EXTENSION_SANDBOX_PROFILE_CONTRACTS,jt as PM_EXTENSION_SERVICE_NAME_CONTRACTS,Wt as PM_EXTENSION_TRUST_MODE_CONTRACTS,DA as PM_GITATTRIBUTES_END,kA as PM_GITATTRIBUTES_START,Ei as PM_GITIGNORE_END,Ci as PM_GITIGNORE_START,Pc as PM_MCP_PROMPT_CONTRACTS,bc as PM_MCP_RESOURCE_CONTRACTS,Nc as PM_MCP_TOOL_COMMAND_CONTRACTS,Mf as PM_MODE_PAIRED_OUTPUT_PROJECTION_CONTRACTS,xr as PM_MUTATION_ACTION_CONTRACTS,or as PM_OUTPUT_BUDGET_CLASSES,nr as PM_OUTPUT_DEGRADATION_STEPS,UC as PM_OUTPUT_ENVELOPE_KINDS,pe as PM_PACKAGE_CONVENTIONAL_RESOURCE_ROOTS,ae as PM_PACKAGE_RESOURCE_KINDS,fi as PM_PROVIDER_TOOL_PARAMETERS_SCHEMA,li as PM_PROVIDER_TOOL_PARAMETERS_SCHEMA_VERSION,c_ as PM_READ_OUTPUT_COMPOSITION_OPTION_FLAGS,s_ as PM_READ_OUTPUT_DIMENSIONS,p_ as PM_READ_OUTPUT_OPTION_FLAGS,t_ as PM_READ_OUTPUT_SESSION_MAX_SEEN_ITEM_IDS,e_ as PM_READ_OUTPUT_SESSION_MIN_TOKENS,a_ as PM_READ_OUTPUT_SURFACES,d_ as PM_READ_OUTPUT_SURFACE_CONTRACTS,Lf as PM_READ_ROW_CONTRACTS,wf as PM_READ_ROW_JQ_SELECTOR,TA as PM_SUCCESS_EXIT_CODES,qt as PM_TOOL_ACTIONS,pi as PM_TOOL_ACTION_PARAMETER_CONTRACTS,ui as PM_TOOL_PARAMETERS_SCHEMA,mi as PM_TOOL_PARAMETERS_SCHEMA_MAJOR,di as PM_TOOL_PARAMETERS_SCHEMA_VERSION,oi as PM_TOOL_RESERVED_CUSTOM_FIELD_PROPERTIES,xe as PM_WORKSPACE_RECIPE_SCHEMA,Hn as PROFILE_FLAG_CONTRACTS,Ce as PROFILE_LINT_CODES,Ae as PROFILE_LINT_DIMENSIONS,le as PROFILE_NAMES,Kp as PROFILE_SUBCOMMANDS,U as PmCliError,P as PmClient,Xf as QUERY_CURSOR_CONTRACT,mo as REINDEX_FLAG_CONTRACTS,Ch as REINDEX_LOCK_ID,Y as RELATIONSHIP_GRAPH_SNAPSHOT_VERSION,go as RELEASE_FLAG_CONTRACTS,Oo as REMIND_FLAG_CONTRACTS,ee as RESERVED_ITEM_FIELD_NAMES,ho as RESTORE_FLAG_CONTRACTS,qe as RISK_VALUES,bT as RelationshipEventLog,PT as RelationshipEventStore,g as RelationshipGraph,j as RelationshipKindRegistry,Un as SCHEMA_FLAG_CONTRACTS,Br as SEARCH_COMMANDER_STRING_OPTION_CONTRACTS,BT as SEARCH_EXTENSION_FLAG_DEFINITIONS,Qo as SEARCH_FLAG_CONTRACTS,iu as SETTINGS_DEFAULTS,kp as SNAPSHOT_SCHEMA,PA as SOURCE_CONTEXT_ACCESS_ENV,wA as SOURCE_CONTEXT_WRITE_OVERRIDE_ENV,Ao as START_TASK_FLAG_CONTRACTS,Po as STATS_FLAG_CONTRACTS,Xe as STATUS_VALUES,On as SUBCOMMAND_GLOBAL_FLAG_CONTRACTS,xf as SUPPRESS_HOST_OUTPUT_MARKER,No as TELEMETRY_FLAG_CONTRACTS,qc as TELEMETRY_SUBCOMMANDS,Io as TEST_ALL_FLAG_CONTRACTS,Ro as TEST_FLAG_CONTRACTS,xo as TEST_RUNS_FLAG_CONTRACTS,$c as TEST_RUN_MEASUREMENT_LIMIT,gn as TOOL_ACTIVITY_OPTION_CONTRACTS,sn as TOOL_AGGREGATE_OPTION_CONTRACTS,fn as TOOL_BULK_MUTATION_FILTER_OPTION_CONTRACT_SOURCE,Tn as TOOL_CALENDAR_OPTION_CONTRACTS,hn as TOOL_CLOSE_MANY_FILTER_OPTION_CONTRACTS,An as TOOL_CONTEXT_OPTION_CONTRACTS,mn as TOOL_CREATE_OPTION_CONTRACTS,dn as TOOL_CREATE_OPTION_CONTRACT_SOURCE,Cn as TOOL_DEPS_OPTION_CONTRACTS,En as TOOL_GRAPH_OPTION_CONTRACTS,on as TOOL_LIST_FILTER_OPTION_CONTRACTS,an as TOOL_SEARCH_FILTER_OPTION_CONTRACTS,cn as TOOL_SHARED_CREATE_UPDATE_OPTION_CONTRACTS,pn as TOOL_SHARED_CREATE_UPDATE_OPTION_CONTRACT_SOURCE,_n as TOOL_UPDATE_MANY_FILTER_OPTION_CONTRACTS,un as TOOL_UPDATE_OPTION_CONTRACTS,ln as TOOL_UPDATE_OPTION_CONTRACT_SOURCE,nu as TYPE_TO_FOLDER,tn as UPDATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS,nn as UPDATE_COMMANDER_REPEATABLE_OPTION_CONTRACTS,rn as UPDATE_COMMANDER_STRING_OPTION_CONTRACTS,Uo as UPDATE_FLAG_CONTRACTS,Ho as UPDATE_MANY_FLAG_CONTRACTS,co as UPGRADE_FLAG_CONTRACTS,Mo as VALIDATE_FLAG_CONTRACTS,qo as WORKSPACE_FLAG_CONTRACTS,fr as WORKSPACE_HISTORY_ID,nc as WorkspaceGraphCache,DT as WorkspaceTransactionInterruptedError,gi as _testOnly,Rg as _testOnlyAggregateCommand,Tp as _testOnlyConfigCommand,VA as _testOnlyGetCommand,za as _testOnlyHealthCommand,yp as _testOnlyInit,Ap as _testOnlyInitAgentGuidance,sE as _testOnlyItemTransaction,SC as _testOnlyMutationEvents,aA as _testOnlyNextCommand,aC as _testOnlySearchCommand,bA as _testOnlySimilarity,Vp as _testOnlyTemplates,fp as _testOnlyValidateCommand,Ba as acknowledgeUnknownAuthorHistoryEvents,Wa as acknowledgeUnknownAuthorHistoryEventsFromTransport,Ih as acquireItemMetadataDerivedIndexLock,ur as acquireLock,gE as activateExtensionForTest,Hu as activateExtensions,bt as agentSessionEnvironment,$d as aggregate,Dc as analyzeAgentProvenanceDescriptorCoverage,LT as analyzeGraphImpact,MT as analyzeKnowledgeGraph,EA as analyzePmCommandExitConformance,Jt as analyzePmToolActionParity,hC as analyzeReconciliationDiscard,wT as analyzeRelationshipExecution,cc as analyzeRelationshipSchedule,hl as analyzeSdkActionCoverage,oe as analyzeSdkCliParameterCompleteness,nm as append,lr as appendHistoryEntry,Tr as appendWorkspaceAuditEvent,hr as appendWorkspaceHistoryChange,X_ as applyAcceptanceCriteriaMutations,El as applyBootstrapPagerPolicy,y_ as applyContextIntentProjection,os as applyContextTagProjection,yg as applyFilterValueEcho,yT as applyHistoryPatch,xl as applyInvocationAuthorOverride,Qa as applyPathMigrations,f_ as applyReadOutputDimensions,n_ as applyReadOutputSessionReferences,uf as applyRegisteredItemFieldDefaultsAndValidation,tp as applyStandaloneNote,Oa as applyStoredExtensionMigrationState,q_ as applyTagRemovals,fA as applyTerminalOrderingPolicy,rp as artifactKey,du as asRecordClone,cu as asRecordOrNull,V as assembleWorkspaceRelationshipGraph,QE as assertExtensionBlueprint,JE as assertExtensionCapabilityUsage,ME as assertExtensionDeactivated,ty as assertExtensionManifestCompatible,ey as assertExtensionManifestMatchesBlueprint,ry as assertExtensionPreflight,bC as assertHistoryCompactTarget,gC as assertHistoryRepairTarget,ql as assertMemoryRelationshipGraphAdapterConformance,Z_ as assertNoUnknownCsvKeys,kE as assertPackageManifest,z_ as assertParentReferenceIsNotSelf,ZE as assertProjectProfile,xy as assertProjectRuntimeCompatibility,kf as assertProjectionModeChoice,DE as assertRegisteredCommandContract,$E as assertRegisteredCommandOverride,jE as assertRegisteredExporter,vE as assertRegisteredFlags,GE as assertRegisteredHook,HE as assertRegisteredImporter,VE as assertRegisteredItemField,WE as assertRegisteredItemType,qE as assertRegisteredMigration,zE as assertRegisteredParserOverride,KE as assertRegisteredPreflightOverride,BE as assertRegisteredProfile,XE as assertRegisteredRendererOverride,FE as assertRegisteredSearchProvider,YE as assertRegisteredServiceOverride,UE as assertRegisteredVectorStoreAdapter,wu as assertRelationshipEdgeAllowed,ve as assertRelationshipGraphAdapterConformance,R_ as attachContextIntentReceipt,Hf as attachOutputOmissionReceipt,N_ as attachOutputTokenAccounting,I_ as attachReadOutputContracts,o_ as attachReadOutputSessionReceipt,da as auditMergeAttributeFence,vA as auditMergeDriverConfiguration,Gs as auditWorkspaceRelationshipGraph,It as boundAgentEpisodeIdentity,Zf as boundReadOutputRows,es as buildChildrenByParent,JA as buildCompactSearchFilterSummary,Sg as buildContentFilterEcho,Kg as buildContextSignalSnapshot,Ll as buildCorpusShapeItemPlan,Ca as buildExtensionDescribeResult,Og as buildGovernanceMissingFilterEcho,dh as buildInvalidTypeError,UA as buildItemChildrenRollup,oE as buildItemCompletionMutations,Ng as buildItemContextRelevanceCandidates,Lh as buildItemNotFoundError,jA as buildItemSchedule,pa as buildMergeAttributePatterns,ci as buildPmActionToolInputSchema,wC as buildRelationshipContext,vh as buildSearchCorpus,Fh as buildSemanticCorpusInput,Bh as buildVectorizationEmbeddingIdentity,$h as buildVectorizationEmbeddingMetadata,QA as buildVerboseSearchFilters,eA as buildWorkspaceMemorySnapshot,Rt as canonicalDocument,Su as canonicalizeCommandOptionKey,hE as checkExtensionManifestCompatibility,Um as claim,Hm as claimNext,$A as classifyHistoryAuthorEvent,OC as classifyHostEnvironmentFault,sC as classifyImplicitSemanticFallbackReason,At as classifyItemFormatVersion,Zc as classifyLinkedTestFailure,nf as clearActiveExtensionHooks,hc as clearDurableGraphCache,pT as clearFocusedItem,Oi as clearWorkspaceContractsCache,Fm as close,us as closeItem,Xm as closeTask,Ol as coalesceRepeatedListFlags,ag as collectBlockedByIds,Ss as collectDanglingDependencyReferences,cg as collectDependencyBlockedIds,ys as collectDuplicateDependencyRows,vs as collectDuplicateRelationshipEdgeGroups,iC as collectErrorCauseCodes,Os as collectMissingDependencyTargetIds,Us as collectNewOrderingCycleWarnings,ks as collectOrderingCycles,XT as collectPackageContextIntentContracts,de as collectPackageExtensionDirectories,mf as collectRegisteredItemFieldNames,Af as collectRuntimeCreateFieldValues,mh as collectRuntimeFilterValues,Cf as collectRuntimeUpdateFieldValues,Yi as collectSubtreeIds,pt as collectUsedExtensionCapabilities,Ou as commandOptionFlagLabel,Xd as comments,xd as commitImportedItem,iE as commitItemCompletion,nE as commitItemMutations,vT as commitWorkspaceTransaction,Sn as compactFlagAliasContracts,qi as compareCriticalItems,L as comparePmDateVersions,kT as compareRelationshipSnapshots,mu as compareTimestampStrings,ig as compileHistoryProvenanceMatcher,C_ as composeContextIntentContracts,cE as composeExtension,_E as composeExtensionPackage,dg as computeActionabilityReport,U_ as computeHistoryDiff,ac as computeRelationshipCentrality,Ms as computeRelationshipDominators,rc as computeWorkspaceGraphFingerprint,im as config,rf as consumeAfterCommandAffectedItems,Hd as context,O_ as contextIntentRowId,Vm as copy,ed as countFailureCategories,Jf as countReadOutputRows,vm as create,uu as createCheckpointId,ju as createCoreCommandHookContext,Ne as createCorpusShapeMeasurement,Mu as createEmptyExtensionRegistrationRegistry,Ai as createExtensionCommandSdk,st as createExtensionContributionInventory,ny as createExtensionTestHarness,mr as createHistoryEntry,dT as createLazyModule,wh as createMutationGuardSdk,Df as createOutputOmissionReceipt,hi as createPmCliExpectedError,bl as createPmCliProgram,sr as createPmCommandOutputBudget,Vf as createQueryFingerprint,Yl as createRelationshipGraphScaleFixture,O as createRelationshipGraphSnapshot,Z as createRelationshipKindRegistry,ZA as createSearchCursorFingerprint,Vu as createSerialQueue,eh as createStdinTokenResolver,Dp as createWorkspaceSnapshot,AE as deactivateExtensionForTest,_S as declineServiceOverride,S_ as decodeContextIntentCursor,cT as decodeHtmlEntitiesInOptions,$f as decodeQueryCursor,Bf as decodeQueryCursorState,op as dedupeLinkedArtifacts,bg as defaultScoreContextCandidates,ES as defineAfterCommandHook,AS as defineBeforeCommandHook,CS as defineBeforeMutationHook,nS as defineCommand,dS as defineCommandOverride,C as defineCorpusShape,gS as defineExporter,aE as defineExtension,pE as defineExtensionBlueprint,tS as defineExtensionManifest,oS as defineFlag,TS as defineImporter,sS as defineItemField,iS as defineItemType,aS as defineMigration,OS as defineOnIndexHook,SS as defineOnReadHook,yS as defineOnWriteHook,mS as defineParserOverride,ar as definePmCommandOutputBudget,HC as definePmCommandOutputEnvelope,DC as definePmErrorCodeCatalog,lS as definePreflightOverride,rS as defineProjectProfile,hS as defineRendererOverride,pS as defineSearchProvider,uS as defineServiceOverride,cS as defineVectorStoreAdapter,be as defineWorkspaceRecipe,Wm as deleteItem,jp as deleteWorkspaceSnapshot,Lu as dependencyToRelationship,tm as deps,mE as deriveExtensionCapabilities,yA as derivePmBulkMutationEffect,fa as deriveSchemaEvolutionMigrationId,Zh as deriveTelemetryCommandResolution,_h as describeAllowedTransitions,MA as describeExtensionActivation,lE as describeExtensionBlueprint,Fi as describeItemOwnershipConflict,Te as describeProfileComposition,ge as describeProjectProfile,zC as describeUnknownError,Dt as detectAgentIdentity,Ft as detectHarnessIdentity,ws as detectRelationshipCommunities,Fs as diffRelationshipAuditSnapshots,Xc as diffTestRunMeasurements,Fu as discoverExtensions,tt as discoverNearbyPmRoot,Wl as discoverProjectRuntimeVersionPins,em as docs,Kd as duplicates,lc as durableGraphCachePath,Tc as durableGraphCacheStatus,Tt as effectiveItemFormatVersion,AT as emitTelemetryErrorEvent,Nd as emptyImportedDocument,Wf as encodeQueryCursor,H_ as enforceHistoryStreamPolicyForItem,j_ as enforceHistoryStreamPolicyForItems,LC as enrichCliFlagInvocationContract,MC as enrichCliFlagInvocationContracts,OT as ensureMaterializedHistoryTarget,Si as ensurePmGitignore,Ka as ensureScope,Qh as ensureSentryInit,Id as ensureTrackerInitialized,bs as enumerateRelationshipPaths,dr as estimatePmOutputTokens,Mg as evaluateContextRanking,Pr as evaluateMutationGuard,Hc as evaluateProvenanceCoverage,Ws as evaluateSimilarityGovernance,fh as evaluateTransition,Uh as executeEmbeddingBatchesWithRetry,Vh as executeVectorDelete,Wh as executeVectorReset,jh as executeVectorUpsert,Dl as executeWorkspaceRecipe,ep as expandAddGlobEntries,Ym as extension,Jm as extensionActivate,Qm as extensionDeactivate,qm as extensionList,Jl as extensionMigrate,CT as extractPatchFailureContext,lp as extractReferencedPmItemIdsFromCommand,Xl as federateRelationshipGraphSnapshots,Jd as files,Qd as filesDiscover,Zd as filesLookup,Vs as findDuplicateClusters,aa as findGitWorkspaceRoot,ga as findInstalledNpmPackageCandidate,Ls as findRedundantRelationshipEdges,pc as findRelationshipCutStructure,js as findSimilarItems,gT as finishTelemetryCommand,gu as flattenFlagListValue,vl as flushTelemetryQueue,$m as focus,Ps as forEachMatchedRelationshipEdge,Ds as formatDuplicateEdgeGroup,tc as formatProfileApplyHuman,ec as formatProfileLintHuman,Qp as formatProfileListHuman,Zp as formatProfileShowHuman,Ta as formatSchemaEvolutionMigrationHuman,Pm as gc,yr as generateItemId,Wd as get,Zu as getActiveCommandResult,g_ as getActiveContextIntentContracts,dt as getActiveExtensionRegistrations,ll as getContracts,sT as getFocusedItem,ot as getHistoryPath,xT as getItemAt,nt as getItemPath,Mr as getMutationActionContract,yi as getPmGitignoreBlock,rt as getSettingsPath,ml as getWorkspaceContracts,_r as getWorkspaceHistoryPath,rm as graph,uc as graphAuditBaselinePath,Fc as groupHistoryByEpisode,fS as handleServiceOverride,ti as hasSubcommandFlagContractsForCommand,zh as hasVectorizationEmbeddingIdentityChanged,Kh as hasVectorizationVectorDimensionChanged,w_ as hashDocument,L_ as hashEmptyDocument,bm as health,Rs as hierarchyAncestors,Is as hierarchyDescendants,km as historyCompact,Dm as historyCompactBulk,og as historyEntryMatchesProvenance,wm as historyRedact,Lm as historyRepair,Mm as historyRepairAll,Xh as inferConsistentVectorDimension,ir as inferPmOutputBudgetClass,om as init,Ua as inspectHistoryAuthorStream,$l as inspectProjectRuntimeCompatibility,Hr as inspectStaleInProgressItems,vp as inspectWorkspaceSnapshot,ua as installMergeFence,YC as isCommanderError,Mi as isErrnoError,IA as isExternalDependencySourceKind,Pf as isHostOutputSuppressed,wr as isMutationAction,Pu as isOrderingRelationshipKind,B_ as isPlaceholderReferenceToken,Ti as isPmCliExpectedError,Zt as isPmExtensionCapabilityContract,tr as isPmExtensionPolicyModeContract,rr as isPmExtensionPolicySurfaceContract,er as isPmExtensionServiceNameContract,AA as isPmKnownExitCode,WC as isPmMutationReceipt,gA as isPmSuccessfulExitCode,Qt as isPmToolAction,Bl as isProjectMutatingInvocation,mT as isPureSnakeCaseAlias,__ as isReadOutputBudgetExceeded,Gf as isReadRowContract,Fa as isRuntimeRecord,fT as isTerminalPlanMode,yf as isTerminalStatus,$e as isTimestampLiteral,tE as itemDocumentToMutationOptions,HA as itemHasSchedule,Gr as jaccardSimilarity,qd as learnings,bu as levenshteinDistanceWithinLimit,Pi as limitAnnotationEntries,uE as lintExtensionBlueprint,Ee as lintProjectProfile,jd as list,Sl as listAliasPluralKeys,bh as listAllDocumentCandidatesCached,Nr as listAllItemMetadata,Ph as listAllItemMetadataLight,Pl as listBuiltinCorpusShapes,KA as listMergeReceipts,Lr as listMutationActions,EC as listMutationEvents,Ic as listPmCommandsForTier,xc as listPmMcpToolsForProfile,he as listProfiles,Gp as listWorkspaceSnapshots,YT as loadContextIntentRuntimeLayers,Wp as loadCreateTemplateOptions,Uu as loadExtensions,Ac as loadGraphAuditBaseline,_u as loadMutationCheckpoint,f as loadRelationshipGraphAdapter,Rr as locateItem,Q_ as looksLikeGenericKeyValueEntry,Qf as mapReadOutputRows,XA as markMergeReceiptReconciled,lh as matchesRuntimeFilters,hT as maybeRunFirstUseTelemetryPrompt,Ml as measureCorpusShapePlan,Y_ as mergeAdditiveTags,dE as mergeExtensionBlueprints,pC as mergeHistoryStreams,lC as mergeItemDocuments,uC as mergeJsonDocuments,Rl as mergeLinkedTestTwoTokenEntries,cC as mergeRelationshipEventStreams,rs as mergeSortedWarnings,uT as migrateItemFilesToFormat,Mh as mutateItem,gr as mutateWorkspaceJsonWithHistory,Bd as next,bi as normalizeAnnotationTransportOptions,Il as normalizeBootstrapInvocation,Cs as normalizeDependencyGraphTarget,xA as normalizeDependencySeedId,NA as normalizeDependencySourceKind,it as normalizeExtensionContributionInventory,gt as normalizeItemFormatVersion,Er as normalizeItemId,yt as normalizeItemMetadata,yl as normalizeLegacyExtensionActionSyntax,Za as normalizeLinkedPath,W_ as normalizeParentReferenceValue,fe as normalizeProfileName,Cr as normalizeRawItemId,v_ as normalizeReplayPatchOps,kr as normalizeSimilarityText,Ef as normalizeStatusForRegistry,Et as normalizeStatusInput,Tf as normalizeStatusInputWithRegistry,XC as normalizeThrownExitCode,Yd as notes,Be as nowIso,fc as openDurableGraphCache,Ns as orderingPredecessors,xs as orderingSuccessors,Fg as packContextCandidates,Ji as packRankedContextItems,pl as packageActivate,al as packageCatalog,cl as packageDeactivate,il as packageDescribe,nl as packageDoctor,tl as packageInstall,Zm as packageLifecycle,el as packageList,ol as packageManage,Ql as packageMigrate,sl as packageReload,rl as packageUninstall,Kf as paginateQueryRows,Xa as parseAddEntries,Ya as parseAddGlobEntries,Li as parseAnnotationTextInput,QC as parseAtomicMutationControls,Cl as parseBootstrapCommandName,Tl as parseBootstrapGlobalOptions,Al as parseBootstrapHelpRequest,Nl as parseBootstrapTypeValue,Ki as parseContextDepth,Wi as parseContextFocusFields,zT as parseContextIntentDeclarations,Xi as parseContextSections,zg as parseContextSignalSnapshot,J_ as parseCsvKv,Np as parseEvalQuerySet,yc as parseGraphSubcommand,rg as parseHistoryProvenanceFilters,JT as parseIntegerLimit,Sf as parseItemDocument,ZC as parseItemMutationBatch,ch as parseLimit,ea as parseLinkedTestAssertionEqualsMap,ta as parseLinkedTestAssertionGteMap,Ys as parseLinkedTestBoolean,qs as parseLinkedTestContextMode,Xs as parseLinkedTestEnvClear,Ks as parseLinkedTestEnvSet,ra as parseLinkedTestJsonEntries,Zs as parseLinkedTestMinLines,Qs as parseLinkedTestRegexList,Js as parseLinkedTestStringList,Ja as parseMigrateEntries,mg as parseMultiValueFilter,BC as parseMutationReceipt,rh as parseOptionalNonNegativeInteger,th as parseOptionalNumber,QT as parsePriority,fg as parsePriorityFilterSet,r_ as parseReadOutputSession,lf as parseRegisteredItemFieldAssignments,N as parseRelationshipGraphSnapshot,qa as parseRemoveEntries,ih as parseStatusFilterCsv,lg as parseStringFilterSet,Sr as parseTags,zc as parseTestRunMeasurements,ZT as parseType,ug as parseTypeFilterSet,Va as parseUnknownAuthorHistoryEventCoordinates,pA as partitionDecisionEntries,F_ as patchPathToChangedField,He as pathExists,Km as pauseTask,_c as persistDurableGraphResult,hh as persistSelectedItemFormat,Qg as planCompletedAtBackfill,ye as planProfileApplication,Zy as planRelationshipEventBackfill,Ec as planRelationshipRemediation,_a as planSchemaEvolutionMigration,Fp as planWorkspaceSnapshotRestore,TE as preflightExtension,vr as prepareSimilarityText,P_ as printError,b_ as printResult,Sm as profile,Im as profileApply,Nm as profileLint,Om as profileList,Rm as profileShow,tf as projectAfterCommandItemSnapshot,Bi as projectContextFocusRows,Bc as projectFleetAttributionAnalytics,ng as projectHistoryProvenance,Vc as projectProvenanceCoverageAnalytics,up as projectValidateCounts,yy as pruneCompileCacheGenerations,yh as queryItemMetadataIndex,Sh as queryLinkedFileMetadataIndex,Oh as querySimilarItemMetadataIndex,Kc as queryTestRunMeasurementsBelow,ms as quoteCommandArg,ds as quoteWindowsCommandArg,wi as readAnnotationEntries,vt as readAuthorEnvironment,ad as readBooleanOption,Wg as readContextUsageAffinity,pd as readCsvListOption,Sa as readExtensionMigrationState,je as readFileIfExists,Yr as readFirstStringFromCommanderOptions,qr as readFirstValueFromCommanderOptions,Uc as readHistoryAnalyticsWindow,Nf as readHistoryEntries,Mc as readImprovementLedger,Nh as readItemMetadataDerivedIndexState,Ir as readLocatedItem,qf as readOutputRowCollections,Yf as readOutputRowPaths,i_ as readOutputSessionRemainingTokens,ce as readPmPackageManifest,ul as readRequiredString,Or as readSettings,Th as readSettingsWithMetadata,Jr as readStringArrayFromCommanderOptions,sd as readStringOption,KC as readThrownExitCode,Yh as readVectorizationStatusLedger,KT as readWorkspaceContextIntentContracts,qg as readWorkspaceContextSignals,tA as readWorkspaceMemory,ct as reconcileExtensionCapabilityUsage,ef as recordAfterCommandAffectedItem,Hg as recordContextUsageServing,jg as recordContextUsageTouch,Vg as recordContextUsageTouches,Lc as recordImprovementObservation,xh as refreshItemMetadataDerivedIndex,ma as refreshMergeAttributeFenceIfInstalled,Jh as refreshSearchArtifactsForMutation,Lt as registerHarnessSignalDescriptors,jm as release,We as removeFileIfExists,ap as renameArtifactsResultKey,Hi as renderCalendarMarkdown,ji as renderCalendarToon,ns as renderContextMarkdown,Ea as renderExtensionDescribeMarkdown,Aa as renderExtensionSurfaceMarkdown,wd as renderGuideMarkdown,cA as renderNextMarkdown,ls as renderPmCommand,wc as renderPmCommandVisibilityMarkdown,ah as renderRowsAsCsv,ph as renderRowsAsTable,ST as replayHistoryToTarget,k_ as replayToCanonicalItemDocument,M_ as replayToItemDocument,lA as requireTerminalReason,uA as requireTerminalReasonWithRecovery,qu as resetActiveExtensionRuntimeState,ic as resetWorkspaceGraphCache,Nt as resolveAgentSessionContextFromSignals,Gi as resolveAnnotationIndex,ki as resolveAnnotationInput,If as resolveAuthor,Ut as resolveAuthorIdentity,V_ as resolveBodyFileContent,wl as resolveBuiltinCorpusShape,Ui as resolveCalendarOutputFormat,vC as resolveCanonicalPmErrorCodeContract,Rf as resolveClaimPrincipal,Nu as resolveCommandOptionPolicyState,Ey as resolveCompileCacheGeneration,Jg as resolveCompletionTimestamp,Eu as resolveConfiguredPmPackageRoot,hg as resolveContentFieldFilters,E_ as resolveContextIntentContract,$i as resolveContextOutputFormat,zi as resolveContextTokenBudget,kh as resolveEmbeddingProviders,Na as resolveExtensionInstallSourceIdentity,ya as resolveExtensionMigrationStatePath,Gu as resolveExtensionRoots,Tu as resolveFlagValueKind,bd as resolveGuideOutputFormat,kc as resolveHistoryEpisodeGroupIdentity,tg as resolveHistoryProvenanceDimensions,RT as resolveHistorySubject,ET as resolveHistoryTarget,nC as resolveHybridSemanticWeight,et as resolveImplicitPmRoot,lu as resolveIsoOrRelative,pg as resolveItemBlockers,eE as resolveItemMutationDocument,Ze as resolveItemTypeRegistry,hf as resolveItemTypesFilePath,td as resolveLinkedTestFailureExitCode,sa as resolveMergeInstallContext,_g as resolveMissingMetadataFilters,vf as resolveModePairedOutputOmissionReceipt,sA as resolveNextOutputFormat,Uf as resolveOutputOmissionReceipt,Cu as resolvePmCliVersion,CA as resolvePmCommandExitContract,cr as resolvePmCommandOutputBudget,VC as resolvePmCommandOutputEnvelope,Rc as resolvePmCommandVisibilityTier,GC as resolvePmErrorCodeContract,Au as resolvePmPackageRootFromModule,H as resolvePmRoot,ii as resolvePmToolCustomFieldCollision,nh as resolvePriority,_e as resolveProfile,ca as resolveProjectMergeTypeFolders,zf as resolveQueryCursorStart,u_ as resolveReadOutputDimensions,h_ as resolveReadOutputEncoding,m_ as resolveReadOutputSurface,Ff as resolveReadRowContract,ff as resolveRegisteredSearchProvider,_f as resolveRegisteredVectorStoreAdapter,ft as resolveRuntimeFieldRegistry,ut as resolveRuntimeStatusRegistry,Dh as resolveSearchCorpusFields,tC as resolveSearchMaxResults,eC as resolveSearchPage,rC as resolveSearchScoreThreshold,oC as resolveSearchTuning,Gh as resolveSemanticCorpusCharacterLimit,Ah as resolveSettingsWithSemanticRuntimeDefaults,LA as resolveSourceContextWritePolicy,id as resolveStartTaskInProgressStatus,ri as resolveSubcommandFlagContractsForCommand,su as resolveTelemetryErrorCategory,mA as resolveTerminalReason,Iu as resolveTypeDefinition,Ru as resolveTypeName,sh as resolveTypeSynonym,uh as resolveTypeWorkflows,ja as resolveUnknownAuthorAcknowledgmentSelector,Hh as resolveVectorStores,Es as resolveWorkspaceRelationshipKindRegistry,Bm as restore,hu as restoreCheckpointItems,Hp as restoreWorkspaceSnapshot,Up as restoreWorkspaceSnapshotWithRecovery,_l as runAction,of as runActiveBeforeMutationHooks,af as runActiveCommandHandler,sf as runActiveOnIndexHooks,lt as runActiveOnReadHooks,mt as runActiveOnWriteHooks,pf as runActiveParserOverride,cf as runActivePreflightOverride,df as runActiveServiceOverride,Ri as runActivity,vu as runAfterCommandHooks,Ni as runAggregate,vi as runAnnotationCommand,xi as runAppend,Du as runBeforeCommandHooks,Vi as runCalendar,as as runClaim,ps as runClaimNext,fs as runClose,hs as runCloseMany,Ts as runComments,Ld as runCompletion,hp as runConfig,se as runContext,vg as runContextEvaluationCorpus,kg as runContextEvaluationScenario,Ma as runCopy,na as runCreate,ka as runDelete,sc as runDeps,pp as runDocs,$C as runDuplicates,Pp as runEval,Lp as runEvent,xa as runExtension,Ia as runExtensionMigrateAction,Ra as runExtensionMigrations,cp as runFiles,mp as runFilesDiscover,dp as runFilesLookup,Wc as runFleetAttributionAnalytics,Da as runFocus,Ga as runGc,va as runGet,Sc as runGraph,Pd as runGuide,$a as runHealth,SA as runHistory,NC as runHistoryCompact,PC as runHistoryCompactBulk,IT as runHistoryRedact,TC as runHistoryRepair,AC as runHistoryRepairAll,Sp as runInit,Cp as runInitAgentGuidance,gs as runLearnings,sp as runLinkedArtifacts,rd as runLinkedTests,Ii as runList,wp as runMeet,_C as runMergeDriver,la as runMergeInstall,YA as runMergeReceiptReport,CC as runMergeReconcile,ss as runNext,As as runNotes,La as runPlan,Jp as runProfileApply,qp as runProfileLint,Xp as runProfileList,Yp as runProfileShow,jc as runProvenanceCoverageAnalytics,CE as runRegisteredCommandForTest,RE as runRegisteredCommandOverrideForTest,LE as runRegisteredExporterForTest,yE as runRegisteredHookForTest,wE as runRegisteredImporterForTest,PE as runRegisteredMigrationForTest,EE as runRegisteredMutationGuardForTest,SE as runRegisteredParserOverrideForTest,OE as runRegisteredPreflightOverrideForTest,IE as runRegisteredRendererOverrideForTest,xE as runRegisteredSearchProviderForTest,NE as runRegisteredServiceOverrideForTest,bE as runRegisteredVectorStoreAdapterForTest,Se as runReindex,cs as runRelease,Mp as runRemind,_s as runRestore,ha as runSchemaEvolutionMigration,xp as runSearch,kl as runSearchRefreshWorkerEntrypoint,Md as runStartBackgroundRun,Yc as runStats,Jc as runTelemetry,$p as runTemplatesList,Bp as runTemplatesSave,zp as runTemplatesShow,nd as runTest,od as runTestAll,kd as runTestRunsList,vd as runTestRunsLogs,Fd as runTestRunsResume,Dd as runTestRunsStatus,Gd as runTestRunsStop,Ud as runTestRunsWorker,oa as runUpdate,ia as runUpdateMany,me as runUpgrade,_p as runValidate,fl as runWithActiveExtensions,xt as runWithAgentSessionContext,A_ as runWithContextIntentContracts,qT as runWithDiscoveredContextIntentContracts,Mt as runWithHarnessDetectionSignals,kt as runWithWorkspaceHarnessSignalDescriptors,Pe as runWithWorkspaceRecipe,WA as runWorkspaceTransactionGc,Cc as saveGraphAuditBaseline,Ha as scanHistoryAuthorAttribution,Ct as scanItemFormatVersions,br as scanMutationSecrets,jr as scanStaleInProgressItems,qA as scanStorageIntegrity,sm as schema,um as schemaAddField,mm as schemaAddStatus,cm as schemaAddType,Tm as schemaApplyPreset,gm as schemaInferTypes,am as schemaList,_m as schemaListFields,Em as schemaRemapStatus,fm as schemaRemoveField,lm as schemaRemoveStatus,dm as schemaRemoveType,Cm as schemaRenameField,Am as schemaRenameType,pm as schemaShow,hm as schemaShowField,ym as schemaShowStatus,Pg as scoreContextCandidates,wg as scoreContextCandidatesWithActiveExtensions,Fr as scoreItemSimilarity,Ur as scorePreparedItemSimilarity,Vd as search,oA as searchWorkspaceMemory,iA as searchWorkspaceMemoryReadResult,jf as selectCursorSemanticOptions,Rd as selectImportAuthor,nA as selectWorkspaceMemory,rA as selectWorkspaceMemoryRollups,nT as sentryCaptureCliError,rT as sentryFinishCommandSpan,iT as sentryFlush,oT as sentryLogCliUsageError,eT as sentrySetCommandContext,tT as sentryStartCommandSpan,Ot as serializeItemDocument,JC as serializeNdjsonRows,Ju as setActiveCommandContext,Qu as setActiveCommandResult,Bu as setActiveExtensionCommands,Wu as setActiveExtensionHooks,$u as setActiveExtensionParsers,zu as setActiveExtensionPreflight,Yu as setActiveExtensionRegistrations,Xu as setActiveExtensionRenderers,Ku as setActiveExtensionServices,aT as setFocusedItem,_T as shouldCompletePlanOnClose,gc as shouldPersistDurableGraphCache,Eh as shouldRunSearchRefreshInForeground,Hs as similarityAdvisoryWarnings,np as sortLinkedArtifacts,K_ as splitAcceptanceCriteria,lT as splitCommaList,St as splitFrontMatter,b as stableStringify,ku as stableValueEquals,zm as startTask,TT as startTelemetryCommand,zd as stats,gf as statusIsTerminal,gl as stripGlobalBootstrapTokens,yC as subscribeMutationEvents,vc as summarizeAgentModelProvenance,Gc as summarizeAgentProvenance,Dg as summarizeContextEvaluationReports,Qc as summarizeContextPreflight,sg as summarizeHistoryProvenance,Ep as summarizeInitResult,zA as summarizeMergeReceipt,bf as suppressHostOutput,v as syncRelationshipGraphAdapter,fE as synthesizeExtensionManifest,ni as toCompletionFlagString,ts as toContextFocusItem,Qi as toContextPackingSummary,Zi as toContextRankingSummary,pu as toErrorMessage,dd as toEstimatedMinutesValue,VT as toExtensionFlagDefinitions,_d as toImportBoolean,Ad as toImportConfidence,fd as toImportInteger,Sd as toImportLinkedDocs,yd as toImportLinkedFiles,Od as toImportLinkedTests,Ed as toImportLogEntries,Cd as toImportNormalizedEnum,gd as toImportNumberMap,md as toImportPriority,ud as toImportStatus,hd as toImportStringList,Td as toImportStringMap,ld as toImportTags,Of as toItemRecord,cd as toNonEmptyImportString,au as toNonEmptyStringOrUndefined,D_ as toReplayDocument,Dr as tokenizeSimilarityText,RC as translateHostEnvironmentFault,Gm as update,dl as upgrade,xm as validate,rE as validateItemMutationRows,ip as validateLinkedPaths,$_ as validateMissingParentReference,l_ as validateReadOutputOptions,oh as validateSprintOrReleaseValue,xu as validateTypeOptions,G_ as verifyHistoryChain,NT as verifyHistoryEntries,yn as withFlagAliasMetadata,IC as withHostEnvironmentBoundary,oc as workspaceGraphCache,Di as wrapOwnershipConflict,qC as wrapThrownErrorForSentry,Gt as writeAuthorEnvironment,Ve as writeFileAtomic,fu as writeMutationCheckpoint,gh as writeSettings,x_ as writeStdout,qh as writeVectorizationStatusLedger,Ar as writeWorkspaceJsonWithHistory};
2
3
  //# sourceMappingURL=sdk.js.map