@unbrained/pm-cli 2026.7.6 → 2026.7.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.
- package/CHANGELOG.md +50 -0
- package/dist/cli/commands/annotation-command.d.ts +1 -0
- package/dist/cli/commands/annotation-command.js +29 -2
- package/dist/cli/commands/annotation-command.js.map +1 -1
- package/dist/cli/commands/comments.js +3 -4
- package/dist/cli/commands/comments.js.map +1 -1
- package/dist/cli/commands/completion.js +10 -2
- package/dist/cli/commands/completion.js.map +1 -1
- package/dist/cli/commands/context.d.ts +1 -0
- package/dist/cli/commands/context.js +4 -4
- package/dist/cli/commands/context.js.map +1 -1
- package/dist/cli/commands/extension/bundled-catalog.d.ts +3 -0
- package/dist/cli/commands/extension/bundled-catalog.js +38 -28
- package/dist/cli/commands/extension/bundled-catalog.js.map +1 -1
- package/dist/cli/commands/extension/install-sources.js +81 -18
- package/dist/cli/commands/extension/install-sources.js.map +1 -1
- package/dist/cli/commands/extension.d.ts +23 -19
- package/dist/cli/commands/extension.js +167 -57
- package/dist/cli/commands/extension.js.map +1 -1
- package/dist/cli/commands/health.js +9 -5
- package/dist/cli/commands/health.js.map +1 -1
- package/dist/cli/commands/learnings.js +5 -3
- package/dist/cli/commands/learnings.js.map +1 -1
- package/dist/cli/commands/notes.js +5 -3
- package/dist/cli/commands/notes.js.map +1 -1
- package/dist/cli/commands/reindex.js +4 -3
- package/dist/cli/commands/reindex.js.map +1 -1
- package/dist/cli/commands/search.js +4 -4
- package/dist/cli/commands/search.js.map +1 -1
- package/dist/cli/commands/test.d.ts +9 -0
- package/dist/cli/commands/test.js +144 -105
- package/dist/cli/commands/test.js.map +1 -1
- package/dist/cli/extension-command-help.js +10 -2
- package/dist/cli/extension-command-help.js.map +1 -1
- package/dist/cli/help-content.js +28 -2
- package/dist/cli/help-content.js.map +1 -1
- package/dist/cli/register-list-query.d.ts +1 -1
- package/dist/cli/register-list-query.js +19 -27
- package/dist/cli/register-list-query.js.map +1 -1
- package/dist/cli/register-operations.d.ts +0 -8
- package/dist/cli/register-operations.js +41 -46
- package/dist/cli/register-operations.js.map +1 -1
- package/dist/cli/register-setup.js +119 -13
- package/dist/cli/register-setup.js.map +1 -1
- package/dist/cli/registration-helpers.d.ts +5 -1
- package/dist/cli/registration-helpers.js +14 -2
- package/dist/cli/registration-helpers.js.map +1 -1
- package/dist/cli-bundle/chunks/append-CDPAYYSB.js +11 -0
- package/dist/cli-bundle/chunks/{gc-2DNMPXMC.js → append-RSPHC423.js} +8 -9
- package/dist/cli-bundle/chunks/{chunk-LK6XLOGP.js → chunk-2BVD4ZD2.js} +288 -233
- package/dist/cli-bundle/chunks/chunk-2BVD4ZD2.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-TKD5VCTD.js → chunk-2RADY7IB.js} +517 -195
- package/dist/cli-bundle/chunks/chunk-2RADY7IB.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-COSPOP7H.js → chunk-3FRNNVWY.js} +518 -196
- package/dist/cli-bundle/chunks/chunk-3FRNNVWY.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-24YG75HI.js → chunk-3FUXM574.js} +8 -8
- package/dist/cli-bundle/chunks/{chunk-IWVU4C2F.js → chunk-3SHDAKMF.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-O6AWCQRQ.js → chunk-3UXIMY62.js} +4 -6
- package/dist/cli-bundle/chunks/{chunk-O6AWCQRQ.js.map → chunk-3UXIMY62.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-MUH7A3FD.js → chunk-3V5C7PUH.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-ALFPSEWO.js → chunk-3YJDIJIE.js} +4 -6
- package/dist/cli-bundle/chunks/{chunk-ALFPSEWO.js.map → chunk-3YJDIJIE.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-EGY6JBQ3.js → chunk-4I7KS5ES.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-CRVYGJUI.js → chunk-4OCWJ2AP.js} +13 -17
- package/dist/cli-bundle/chunks/{chunk-CRVYGJUI.js.map → chunk-4OCWJ2AP.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-GJ7QC5DJ.js → chunk-5STY7NVM.js} +8 -8
- package/dist/cli-bundle/chunks/{chunk-JJP45OEI.js → chunk-5VAZHYVQ.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-CFB33L7W.js → chunk-6FU5BVRB.js} +12 -14
- package/dist/cli-bundle/chunks/{chunk-CFB33L7W.js.map → chunk-6FU5BVRB.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-22KBU3MW.js → chunk-6RR4XM5H.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-K46RF36U.js → chunk-6TD5QGIB.js} +7 -7
- package/dist/cli-bundle/chunks/chunk-6TD5QGIB.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-IX5BXEMX.js → chunk-6WCXSC5V.js} +12 -16
- package/dist/cli-bundle/chunks/{chunk-IX5BXEMX.js.map → chunk-6WCXSC5V.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-ZWBEPGD7.js → chunk-6ZKDMEVT.js} +7 -9
- package/dist/cli-bundle/chunks/{chunk-ZWBEPGD7.js.map → chunk-6ZKDMEVT.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-KUOOJR35.js → chunk-7QKSLAHB.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-MVSP7WGJ.js → chunk-7TBUV7XS.js} +8 -12
- package/dist/cli-bundle/chunks/{chunk-MVSP7WGJ.js.map → chunk-7TBUV7XS.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-NGXQ3PFT.js → chunk-7UCBLJDF.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-F3K4JGFD.js → chunk-AEOFBBWO.js} +6 -8
- package/dist/cli-bundle/chunks/{chunk-F3K4JGFD.js.map → chunk-AEOFBBWO.js.map} +1 -1
- package/dist/cli-bundle/chunks/chunk-ASMRSIDX.js +10498 -0
- package/dist/cli-bundle/chunks/chunk-ASMRSIDX.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-7DT4WSH2.js → chunk-BFNFTHWQ.js} +3 -3
- package/dist/cli-bundle/chunks/chunk-BPJ5NYSJ.js +5509 -0
- package/dist/cli-bundle/chunks/chunk-BPJ5NYSJ.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-Y46GD4IX.js → chunk-C3YU3TXX.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-VPIM42PC.js → chunk-C6XSTACC.js} +11 -7
- package/dist/cli-bundle/chunks/chunk-C6XSTACC.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-AZYGZGGI.js → chunk-CGDUIPJL.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-FT3QTERD.js → chunk-CXH7EMSB.js} +5 -7
- package/dist/cli-bundle/chunks/{chunk-FT3QTERD.js.map → chunk-CXH7EMSB.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-DMRNBQOI.js → chunk-D63PEJTB.js} +256 -36
- package/dist/cli-bundle/chunks/chunk-D63PEJTB.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-RCQZK2GO.js → chunk-D6J5673C.js} +7 -9
- package/dist/cli-bundle/chunks/{chunk-RCQZK2GO.js.map → chunk-D6J5673C.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-3UJRFJ5R.js → chunk-DUBC6TI3.js} +28 -34
- package/dist/cli-bundle/chunks/{chunk-3UJRFJ5R.js.map → chunk-DUBC6TI3.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-NC33K5ZS.js → chunk-EEJKHF7M.js} +7 -6
- package/dist/cli-bundle/chunks/{chunk-NC33K5ZS.js.map → chunk-EEJKHF7M.js.map} +2 -2
- package/dist/cli-bundle/chunks/{chunk-XG625QP4.js → chunk-EP2CKDS7.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-NZEHECMW.js → chunk-EYPIUFWJ.js} +24 -32
- package/dist/cli-bundle/chunks/{chunk-NZEHECMW.js.map → chunk-EYPIUFWJ.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-45FYNUFJ.js → chunk-F5DDGY6R.js} +6 -6
- package/dist/cli-bundle/chunks/{chunk-45FYNUFJ.js.map → chunk-F5DDGY6R.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-4ZBE5GUN.js → chunk-FFB3WITE.js} +10 -16
- package/dist/cli-bundle/chunks/{chunk-4ZBE5GUN.js.map → chunk-FFB3WITE.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-7D7OOEYG.js → chunk-FJR2S7S4.js} +10 -14
- package/dist/cli-bundle/chunks/{chunk-7D7OOEYG.js.map → chunk-FJR2S7S4.js.map} +1 -1
- package/dist/cli-bundle/chunks/chunk-FL625JJM.js +6792 -0
- package/dist/cli-bundle/chunks/chunk-FL625JJM.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-LPSSSDJR.js → chunk-FOJEBRDD.js} +16 -20
- package/dist/cli-bundle/chunks/{chunk-LPSSSDJR.js.map → chunk-FOJEBRDD.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-EOKXK3R3.js → chunk-G4FKP4ID.js} +1220 -398
- package/dist/cli-bundle/chunks/chunk-G4FKP4ID.js.map +1 -0
- package/dist/cli-bundle/chunks/chunk-GE44TQMC.js +6726 -0
- package/dist/cli-bundle/chunks/chunk-GE44TQMC.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-XUC7PI2H.js → chunk-GLMJLBLR.js} +6 -10
- package/dist/cli-bundle/chunks/{chunk-XUC7PI2H.js.map → chunk-GLMJLBLR.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-GANUTS7W.js → chunk-GO2X6ZRB.js} +4 -6
- package/dist/cli-bundle/chunks/{chunk-GANUTS7W.js.map → chunk-GO2X6ZRB.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-CFNGIXZP.js → chunk-GQOKFX2G.js} +22 -26
- package/dist/cli-bundle/chunks/{chunk-CFNGIXZP.js.map → chunk-GQOKFX2G.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-XHET7YUZ.js → chunk-GSQVQINP.js} +8 -10
- package/dist/cli-bundle/chunks/{chunk-XHET7YUZ.js.map → chunk-GSQVQINP.js.map} +1 -1
- package/dist/cli-bundle/chunks/chunk-HI27UADG.js +5434 -0
- package/dist/cli-bundle/chunks/chunk-HI27UADG.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-I36Y7PCE.js → chunk-HZZ3AC27.js} +6 -6
- package/dist/cli-bundle/chunks/{chunk-I36Y7PCE.js.map → chunk-HZZ3AC27.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-OGWQ2IEP.js → chunk-IINCZYM3.js} +8 -12
- package/dist/cli-bundle/chunks/{chunk-OGWQ2IEP.js.map → chunk-IINCZYM3.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-EKFNL33R.js → chunk-INOWVPUD.js} +37 -16
- package/dist/cli-bundle/chunks/chunk-INOWVPUD.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-4LELACOL.js → chunk-IYRG5AEC.js} +15 -23
- package/dist/cli-bundle/chunks/{chunk-4LELACOL.js.map → chunk-IYRG5AEC.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-MVYWGY2A.js → chunk-J6AD3GWC.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-D2XRLB55.js → chunk-JH5XDDYS.js} +14 -20
- package/dist/cli-bundle/chunks/{chunk-D2XRLB55.js.map → chunk-JH5XDDYS.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-HOVCGJSD.js → chunk-JYVPLGOW.js} +9 -11
- package/dist/cli-bundle/chunks/{chunk-HOVCGJSD.js.map → chunk-JYVPLGOW.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-MA4SM3QZ.js → chunk-K52C6YPA.js} +12 -18
- package/dist/cli-bundle/chunks/{chunk-MA4SM3QZ.js.map → chunk-K52C6YPA.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-R5BMJX33.js → chunk-KFL3XHMA.js} +2 -2
- package/dist/cli-bundle/chunks/chunk-KMXVZ2P7.js +10320 -0
- package/dist/cli-bundle/chunks/chunk-KMXVZ2P7.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-4CJFCTLM.js → chunk-LD2NBQ5T.js} +6 -8
- package/dist/cli-bundle/chunks/{chunk-4CJFCTLM.js.map → chunk-LD2NBQ5T.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-6QBJLYBP.js → chunk-LG4N6YOK.js} +8 -7
- package/dist/cli-bundle/chunks/{chunk-6QBJLYBP.js.map → chunk-LG4N6YOK.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-L5PSPMZ4.js → chunk-LHDHS4Z6.js} +10 -14
- package/dist/cli-bundle/chunks/{chunk-L5PSPMZ4.js.map → chunk-LHDHS4Z6.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-M7JNBQAD.js → chunk-MCH6IKK7.js} +4 -6
- package/dist/cli-bundle/chunks/{chunk-M7JNBQAD.js.map → chunk-MCH6IKK7.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-57NWPFF2.js → chunk-MFLLULHU.js} +281 -233
- package/dist/cli-bundle/chunks/chunk-MFLLULHU.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-EGAP5OWD.js → chunk-ML27MHNM.js} +35 -17
- package/dist/cli-bundle/chunks/chunk-ML27MHNM.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-3N6RRO2Q.js → chunk-MYHFZNBO.js} +20 -24
- package/dist/cli-bundle/chunks/{chunk-3N6RRO2Q.js.map → chunk-MYHFZNBO.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-6LLVNJXT.js → chunk-NGBWEYNY.js} +12 -18
- package/dist/cli-bundle/chunks/{chunk-6LLVNJXT.js.map → chunk-NGBWEYNY.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-GDDAGPWJ.js → chunk-NRMDT4OV.js} +10 -14
- package/dist/cli-bundle/chunks/{chunk-GDDAGPWJ.js.map → chunk-NRMDT4OV.js.map} +1 -1
- package/dist/cli-bundle/chunks/chunk-NTOOEVJ4.js +5359 -0
- package/dist/cli-bundle/chunks/chunk-NTOOEVJ4.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-W6DYWXPQ.js → chunk-P2WE5KCU.js} +261 -34
- package/dist/cli-bundle/chunks/{chunk-W6DYWXPQ.js.map → chunk-P2WE5KCU.js.map} +4 -4
- package/dist/cli-bundle/chunks/{chunk-YN7Y6DQZ.js → chunk-PAWPLIWW.js} +14 -20
- package/dist/cli-bundle/chunks/{chunk-YN7Y6DQZ.js.map → chunk-PAWPLIWW.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-MWMVPCIE.js → chunk-PCBZ2VJD.js} +7 -7
- package/dist/cli-bundle/chunks/{chunk-ZSUS2OD3.js → chunk-PJPZTE7P.js} +1216 -387
- package/dist/cli-bundle/chunks/chunk-PJPZTE7P.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-B6DUFX6H.js → chunk-Q3CFSOQZ.js} +7 -7
- package/dist/cli-bundle/chunks/{chunk-NO442GWJ.js → chunk-QJZM5WO5.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-NO442GWJ.js.map → chunk-QJZM5WO5.js.map} +2 -2
- package/dist/cli-bundle/chunks/{chunk-QLMX7SRD.js → chunk-QLEH6FTQ.js} +6 -6
- package/dist/cli-bundle/chunks/chunk-QLEH6FTQ.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-GBAX2ZAQ.js → chunk-QYZMZD4L.js} +10 -12
- package/dist/cli-bundle/chunks/{chunk-GBAX2ZAQ.js.map → chunk-QYZMZD4L.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-W3DSJQIO.js → chunk-RDJXIAJB.js} +7 -11
- package/dist/cli-bundle/chunks/{chunk-W3DSJQIO.js.map → chunk-RDJXIAJB.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-7WBAJSS6.js → chunk-RFHLRMLQ.js} +6 -8
- package/dist/cli-bundle/chunks/{chunk-7WBAJSS6.js.map → chunk-RFHLRMLQ.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-SGMFPXKR.js → chunk-RL24NAUX.js} +10 -12
- package/dist/cli-bundle/chunks/{chunk-SGMFPXKR.js.map → chunk-RL24NAUX.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-46CUF5L6.js → chunk-RLHQ3G4M.js} +99 -51
- package/dist/cli-bundle/chunks/chunk-RLHQ3G4M.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-UH7T2DAX.js → chunk-SCJPFQQT.js} +12 -18
- package/dist/cli-bundle/chunks/{chunk-UH7T2DAX.js.map → chunk-SCJPFQQT.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-B6XS3R3O.js → chunk-SIQGG335.js} +12 -16
- package/dist/cli-bundle/chunks/{chunk-B6XS3R3O.js.map → chunk-SIQGG335.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-E42XTBSP.js → chunk-SN5X5GTU.js} +8 -12
- package/dist/cli-bundle/chunks/{chunk-E42XTBSP.js.map → chunk-SN5X5GTU.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-CL36D4PC.js → chunk-TKWTJGD6.js} +36 -15
- package/dist/cli-bundle/chunks/chunk-TKWTJGD6.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-VIIUS6N6.js → chunk-TR2C6V5T.js} +37 -19
- package/dist/cli-bundle/chunks/chunk-TR2C6V5T.js.map +7 -0
- package/dist/cli-bundle/chunks/chunk-TTCJCKUJ.js +5514 -0
- package/dist/cli-bundle/chunks/chunk-TTCJCKUJ.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-KGFUY7WN.js → chunk-TU5P744I.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-TULGS6X6.js → chunk-TUDAYIO7.js} +529 -46
- package/dist/cli-bundle/chunks/chunk-TUDAYIO7.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-MLIYFOE7.js → chunk-U72GF3I2.js} +12 -8
- package/dist/cli-bundle/chunks/chunk-U72GF3I2.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-ZZD4J5XY.js → chunk-UCRYCT5M.js} +30 -36
- package/dist/cli-bundle/chunks/{chunk-ZZD4J5XY.js.map → chunk-UCRYCT5M.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-JDDLOQAE.js → chunk-UEATYUZW.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-JVH7QBVV.js → chunk-UFNFHCAC.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-NB7RLQFW.js → chunk-UH6VFRV6.js} +5 -7
- package/dist/cli-bundle/chunks/{chunk-NB7RLQFW.js.map → chunk-UH6VFRV6.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-SQOIV3OQ.js → chunk-UIHDZS6X.js} +11 -15
- package/dist/cli-bundle/chunks/{chunk-SQOIV3OQ.js.map → chunk-UIHDZS6X.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-W572BIEB.js → chunk-UURYLDDC.js} +14 -18
- package/dist/cli-bundle/chunks/{chunk-W572BIEB.js.map → chunk-UURYLDDC.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-G64OCSKU.js → chunk-UVFJSKTF.js} +9 -13
- package/dist/cli-bundle/chunks/{chunk-G64OCSKU.js.map → chunk-UVFJSKTF.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-SMB7RV23.js → chunk-W2VFNVSJ.js} +6 -8
- package/dist/cli-bundle/chunks/{chunk-SMB7RV23.js.map → chunk-W2VFNVSJ.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-HIHMT6WS.js → chunk-WVEMZZCR.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-HIHMT6WS.js.map → chunk-WVEMZZCR.js.map} +2 -2
- package/dist/cli-bundle/chunks/{chunk-3VHSI5FL.js → chunk-XN5BEN2B.js} +94 -53
- package/dist/cli-bundle/chunks/chunk-XN5BEN2B.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-SCUR7K7N.js → chunk-XPSGJ4IV.js} +541 -44
- package/dist/cli-bundle/chunks/chunk-XPSGJ4IV.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-ZJ262CED.js → chunk-YQEKE4FO.js} +13 -21
- package/dist/cli-bundle/chunks/{chunk-ZJ262CED.js.map → chunk-YQEKE4FO.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-EBRZZ54H.js → chunk-YR5R4FMQ.js} +26 -34
- package/dist/cli-bundle/chunks/{chunk-EBRZZ54H.js.map → chunk-YR5R4FMQ.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-XB7KFVFI.js → chunk-YSRXFGNV.js} +7 -9
- package/dist/cli-bundle/chunks/{chunk-XB7KFVFI.js.map → chunk-YSRXFGNV.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-HFDADVJZ.js → chunk-YUCKM3MD.js} +10 -14
- package/dist/cli-bundle/chunks/{chunk-HFDADVJZ.js.map → chunk-YUCKM3MD.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-SQYJ4HF2.js → chunk-YUMNZS3X.js} +6 -8
- package/dist/cli-bundle/chunks/{chunk-SQYJ4HF2.js.map → chunk-YUMNZS3X.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-AGHMOTGM.js → chunk-Z2JQH2MG.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-ZGK4L4JM.js → chunk-Z6RLSNUX.js} +4 -6
- package/dist/cli-bundle/chunks/{chunk-ZGK4L4JM.js.map → chunk-Z6RLSNUX.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-Y4M7CPQP.js → chunk-ZMOPZFVT.js} +4 -4
- package/dist/cli-bundle/chunks/close-E3RLZSP2.js +12 -0
- package/dist/cli-bundle/chunks/{close-2SSSHHUZ.js → close-K6BFI3OX.js} +5 -9
- package/dist/cli-bundle/chunks/close-many-6NBL3PM4.js +26 -0
- package/dist/cli-bundle/chunks/close-many-X4YKS3RO.js +22 -0
- package/dist/cli-bundle/chunks/comments-PLFK5ZKK.js +17 -0
- package/dist/cli-bundle/chunks/comments-ZNOD5PTV.js +13 -0
- package/dist/cli-bundle/chunks/copy-F7BUFY4J.js +9 -0
- package/dist/cli-bundle/chunks/{copy-32ROBIDL.js → copy-VH3L4MN2.js} +4 -8
- package/dist/cli-bundle/chunks/create-AMBMYP6F.js +25 -0
- package/dist/cli-bundle/chunks/{create-E77SDCUP.js → create-TRIBYORN.js} +9 -14
- package/dist/cli-bundle/chunks/delete-6KQHZYIP.js +10 -0
- package/dist/cli-bundle/chunks/{delete-RA5KTCLB.js → delete-ZNXUNCZR.js} +4 -8
- package/dist/cli-bundle/chunks/deps-CVDY7FFK.js +13 -0
- package/dist/cli-bundle/chunks/{deps-32SU7HO5.js → deps-SZXQHV73.js} +4 -8
- package/dist/cli-bundle/chunks/{docs-RRUPT7O2.js → docs-DR74ITCD.js} +6 -10
- package/dist/cli-bundle/chunks/docs-WCVYY6I7.js +14 -0
- package/dist/cli-bundle/chunks/files-H5YCA74Z.js +18 -0
- package/dist/cli-bundle/chunks/{files-PYKR2UUG.js → files-QEFQ2M3H.js} +6 -10
- package/dist/cli-bundle/chunks/{contracts-NYPEW2G4.js → focus-55TRYSNA.js} +7 -9
- package/dist/cli-bundle/chunks/focus-N2QGNS5D.js +10 -0
- package/dist/cli-bundle/chunks/history-compact-GWQ4UOEI.js +21 -0
- package/dist/cli-bundle/chunks/{history-compact-3MNXLKAT.js → history-compact-JJZ4EFL3.js} +9 -13
- package/dist/cli-bundle/chunks/history-redact-4GJOLXCM.js +17 -0
- package/dist/cli-bundle/chunks/{history-redact-P6DYF55G.js → history-redact-TPPUT3A5.js} +7 -11
- package/dist/cli-bundle/chunks/history-repair-HVCVCGUF.js +19 -0
- package/dist/cli-bundle/chunks/{history-repair-ZJQFMWPD.js → history-repair-J7PIZ6ZP.js} +9 -13
- package/dist/cli-bundle/chunks/{append-BGML6VLD.js → learnings-KB6BT4NR.js} +9 -11
- package/dist/cli-bundle/chunks/learnings-YYY3U2Y7.js +13 -0
- package/dist/cli-bundle/chunks/notes-BGG7VL72.js +13 -0
- package/dist/cli-bundle/chunks/notes-ZTHXVOKM.js +17 -0
- package/dist/cli-bundle/chunks/{plan-CHVE7PBR.js → plan-CJPKFRBK.js} +10 -15
- package/dist/cli-bundle/chunks/plan-MK2QY3GA.js +24 -0
- package/dist/cli-bundle/chunks/{profile-ZXGSKBJD.js → profile-AQNHXOYA.js} +9 -13
- package/dist/cli-bundle/chunks/{profile-LD23PSI6.js → profile-HTBFINKQ.js} +9 -13
- package/dist/cli-bundle/chunks/{register-list-query-B42JCCOI.js → register-list-query-EEF33SUJ.js} +43 -34
- package/dist/cli-bundle/chunks/register-list-query-EEF33SUJ.js.map +1 -0
- package/dist/cli-bundle/chunks/{register-list-query-OEYQHFXO.js → register-list-query-S4FBWIWN.js} +42 -33
- package/dist/cli-bundle/chunks/register-list-query-S4FBWIWN.js.map +7 -0
- package/dist/cli-bundle/chunks/{register-mutation-3QXIHCQG.js → register-mutation-L5Q7AUDN.js} +34 -39
- package/dist/cli-bundle/chunks/{register-mutation-3QXIHCQG.js.map → register-mutation-L5Q7AUDN.js.map} +1 -1
- package/dist/cli-bundle/chunks/{register-mutation-IAEST26S.js → register-mutation-QFLRBCI7.js} +36 -41
- package/dist/cli-bundle/chunks/{register-mutation-IAEST26S.js.map → register-mutation-QFLRBCI7.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-5BMM6XQY.js → register-operations-HDE4FVW4.js} +79 -46
- package/dist/cli-bundle/chunks/register-operations-HDE4FVW4.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-Z3U3U5KD.js → register-operations-QDU43FCG.js} +78 -45
- package/dist/cli-bundle/chunks/register-operations-QDU43FCG.js.map +7 -0
- package/dist/cli-bundle/chunks/{register-setup-Q6KFNIOZ.js → register-setup-EGMTAXDC.js} +134 -32
- package/dist/cli-bundle/chunks/register-setup-EGMTAXDC.js.map +1 -0
- package/dist/cli-bundle/chunks/{register-setup-3ZVVX2VN.js → register-setup-PNIO3L2P.js} +133 -31
- package/dist/cli-bundle/chunks/register-setup-PNIO3L2P.js.map +7 -0
- package/dist/cli-bundle/chunks/{restore-5RQHAPMA.js → restore-BTBEZ5CK.js} +7 -11
- package/dist/cli-bundle/chunks/restore-EX4UUZL6.js +15 -0
- package/dist/cli-bundle/chunks/{schema-HBORFC6B.js → schema-DGSTYYQB.js} +6 -10
- package/dist/cli-bundle/chunks/{schema-245WW4G2.js → schema-HAIBEE24.js} +6 -10
- package/dist/cli-bundle/chunks/update-MP4XLU56.js +25 -0
- package/dist/cli-bundle/chunks/update-SDIRJGSY.js +21 -0
- package/dist/cli-bundle/chunks/update-many-34AIU6W7.js +31 -0
- package/dist/cli-bundle/chunks/update-many-JUPCNOKV.js +35 -0
- package/dist/cli-bundle/main.js +56 -32
- package/dist/cli-bundle/main.js.map +2 -2
- package/dist/cli-bundle/sdk-runtime.js +161 -107
- package/dist/cli-bundle/sdk-testing.js +7 -8
- package/dist/cli-bundle/sdk.js +154 -117
- package/dist/cli-bundle/sdk.js.map +2 -2
- package/dist/core/extensions/extension-types.d.ts +1 -0
- package/dist/core/extensions/extension-types.js +2 -2
- package/dist/core/extensions/extension-types.js.map +1 -1
- package/dist/core/extensions/loader.js +268 -231
- package/dist/core/extensions/loader.js.map +1 -1
- package/dist/core/history/drift-scan.js +3 -8
- package/dist/core/history/drift-scan.js.map +1 -1
- package/dist/core/output/mutation-projection.js +11 -5
- package/dist/core/output/mutation-projection.js.map +1 -1
- package/dist/core/search/cache.js +3 -3
- package/dist/core/search/cache.js.map +1 -1
- package/dist/core/search/semantic-defaults.d.ts +2 -0
- package/dist/core/search/semantic-defaults.js +11 -4
- package/dist/core/search/semantic-defaults.js.map +1 -1
- package/dist/core/search/vector-stores.d.ts +1 -1
- package/dist/core/search/vector-stores.js +33 -7
- package/dist/core/search/vector-stores.js.map +1 -1
- package/dist/mcp/server.d.ts +1 -1
- package/dist/sdk/cli-contracts/commander-types.js +3 -3
- package/dist/sdk/cli-contracts/commander-types.js.map +1 -1
- package/dist/sdk/cli-contracts/flag-contracts.js +12 -8
- package/dist/sdk/cli-contracts/flag-contracts.js.map +1 -1
- package/dist/sdk/cli-contracts/tool-parameter-tables.js +10 -2
- package/dist/sdk/cli-contracts/tool-parameter-tables.js.map +1 -1
- package/dist/sdk/cli-contracts/tool-schema.js +14 -8
- package/dist/sdk/cli-contracts/tool-schema.js.map +1 -1
- package/dist/sdk/index.d.ts +1 -1
- package/dist/sdk/index.js +3 -3
- package/dist/sdk/index.js.map +1 -1
- package/dist/sdk/runtime.d.ts +282 -8
- package/dist/sdk/runtime.js +453 -14
- package/dist/sdk/runtime.js.map +1 -1
- package/dist/sdk/start-task-status.d.ts +13 -0
- package/dist/sdk/start-task-status.js +19 -0
- package/dist/sdk/start-task-status.js.map +1 -0
- package/docs/COMMANDS.md +10 -1
- package/docs/EXTENSIONS.md +7 -20
- package/docs/RELEASING.md +6 -0
- package/docs/SDK.md +65 -0
- package/docs/TESTING.md +3 -0
- package/package.json +2 -1
- package/dist/cli-bundle/chunks/activity-WJCGCYPU.js +0 -18
- package/dist/cli-bundle/chunks/activity-Z6QUAUSG.js +0 -22
- package/dist/cli-bundle/chunks/aggregate-BDM6EIAR.js +0 -25
- package/dist/cli-bundle/chunks/aggregate-VQ2DHU3S.js +0 -21
- package/dist/cli-bundle/chunks/append-RKJYPU74.js +0 -15
- package/dist/cli-bundle/chunks/chunk-2XG4IZON.js +0 -218
- package/dist/cli-bundle/chunks/chunk-2XG4IZON.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-37E72CNS.js +0 -217
- package/dist/cli-bundle/chunks/chunk-37E72CNS.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-3GCS5SKL.js +0 -228
- package/dist/cli-bundle/chunks/chunk-3GCS5SKL.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-3KTN6IBA.js +0 -2330
- package/dist/cli-bundle/chunks/chunk-3KTN6IBA.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-3VHSI5FL.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-425E4QL5.js +0 -278
- package/dist/cli-bundle/chunks/chunk-425E4QL5.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-46CUF5L6.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-4BU75MF4.js +0 -87
- package/dist/cli-bundle/chunks/chunk-4BU75MF4.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-4HIFVN7N.js +0 -249
- package/dist/cli-bundle/chunks/chunk-4HIFVN7N.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-4IWYTWGF.js +0 -819
- package/dist/cli-bundle/chunks/chunk-4IWYTWGF.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-4MZVRJOE.js +0 -279
- package/dist/cli-bundle/chunks/chunk-4MZVRJOE.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-57NWPFF2.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-5AJXHQM7.js +0 -268
- package/dist/cli-bundle/chunks/chunk-5AJXHQM7.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-5BMM6XQY.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-5GZ7TDD6.js +0 -1868
- package/dist/cli-bundle/chunks/chunk-5GZ7TDD6.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-5VAA4YHR.js +0 -1749
- package/dist/cli-bundle/chunks/chunk-5VAA4YHR.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-64YKRTSV.js +0 -1961
- package/dist/cli-bundle/chunks/chunk-64YKRTSV.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-7C2O74AE.js +0 -23
- package/dist/cli-bundle/chunks/chunk-7C2O74AE.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-B7FRNMYN.js +0 -421
- package/dist/cli-bundle/chunks/chunk-B7FRNMYN.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-C5JBZRPU.js +0 -1985
- package/dist/cli-bundle/chunks/chunk-C5JBZRPU.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-CL36D4PC.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-COSPOP7H.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-COWTDV6B.js +0 -3461
- package/dist/cli-bundle/chunks/chunk-COWTDV6B.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-DEWEK6AN.js +0 -1858
- package/dist/cli-bundle/chunks/chunk-DEWEK6AN.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-DMRNBQOI.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-E3SZTQ4K.js +0 -1932
- package/dist/cli-bundle/chunks/chunk-E3SZTQ4K.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-EGAP5OWD.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-EKFNL33R.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-ENGQOEUY.js +0 -1704
- package/dist/cli-bundle/chunks/chunk-ENGQOEUY.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-EOKXK3R3.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-FLZSGSQR.js +0 -231
- package/dist/cli-bundle/chunks/chunk-FLZSGSQR.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-FOUYJE4A.js +0 -2090
- package/dist/cli-bundle/chunks/chunk-FOUYJE4A.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-G24G7ZAV.js +0 -1570
- package/dist/cli-bundle/chunks/chunk-G24G7ZAV.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-GEYZ4G4O.js +0 -239
- package/dist/cli-bundle/chunks/chunk-GEYZ4G4O.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-GPLPTGOV.js +0 -530
- package/dist/cli-bundle/chunks/chunk-GPLPTGOV.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-GZRDYONU.js +0 -1005
- package/dist/cli-bundle/chunks/chunk-GZRDYONU.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-HN6NSXNW.js +0 -277
- package/dist/cli-bundle/chunks/chunk-HN6NSXNW.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-IQNVQHOP.js +0 -309
- package/dist/cli-bundle/chunks/chunk-IQNVQHOP.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-JINYH2DB.js +0 -371
- package/dist/cli-bundle/chunks/chunk-JINYH2DB.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-JQXPY7DN.js +0 -2257
- package/dist/cli-bundle/chunks/chunk-JQXPY7DN.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-K46RF36U.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-KERMZVY5.js +0 -371
- package/dist/cli-bundle/chunks/chunk-KERMZVY5.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-KSRUHV2H.js +0 -76
- package/dist/cli-bundle/chunks/chunk-KSRUHV2H.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-LK6XLOGP.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-LP3HSFZ2.js +0 -140
- package/dist/cli-bundle/chunks/chunk-LP3HSFZ2.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-MAWDPCJW.js +0 -1601
- package/dist/cli-bundle/chunks/chunk-MAWDPCJW.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-MFAZSEM5.js +0 -1031
- package/dist/cli-bundle/chunks/chunk-MFAZSEM5.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-MFSCBT5Q.js +0 -995
- package/dist/cli-bundle/chunks/chunk-MFSCBT5Q.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-ML5X7DP2.js +0 -296
- package/dist/cli-bundle/chunks/chunk-ML5X7DP2.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-MLIYFOE7.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-MR6FJ7LL.js +0 -2043
- package/dist/cli-bundle/chunks/chunk-MR6FJ7LL.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-MXYA5SAJ.js +0 -2033
- package/dist/cli-bundle/chunks/chunk-MXYA5SAJ.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-N745W3B3.js +0 -1604
- package/dist/cli-bundle/chunks/chunk-N745W3B3.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-NMP5I3I5.js +0 -1615
- package/dist/cli-bundle/chunks/chunk-NMP5I3I5.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-NNHHXJB2.js +0 -20
- package/dist/cli-bundle/chunks/chunk-NNHHXJB2.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-PZUGEOPS.js +0 -143
- package/dist/cli-bundle/chunks/chunk-PZUGEOPS.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-QLMX7SRD.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-QX6HM775.js +0 -398
- package/dist/cli-bundle/chunks/chunk-QX6HM775.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-QZ342C63.js +0 -220
- package/dist/cli-bundle/chunks/chunk-QZ342C63.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-R2EMWY7Q.js +0 -368
- package/dist/cli-bundle/chunks/chunk-R2EMWY7Q.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-RFNYTESG.js +0 -520
- package/dist/cli-bundle/chunks/chunk-RFNYTESG.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-RKQOO2UM.js +0 -79
- package/dist/cli-bundle/chunks/chunk-RKQOO2UM.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-RQLT6ZWB.js +0 -282
- package/dist/cli-bundle/chunks/chunk-RQLT6ZWB.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-S3JS6YVZ.js +0 -274
- package/dist/cli-bundle/chunks/chunk-S3JS6YVZ.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-SCUR7K7N.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-SHQY2IDC.js +0 -1977
- package/dist/cli-bundle/chunks/chunk-SHQY2IDC.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-SPZ6DOGY.js +0 -1041
- package/dist/cli-bundle/chunks/chunk-SPZ6DOGY.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-T42JWV3F.js +0 -822
- package/dist/cli-bundle/chunks/chunk-T42JWV3F.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-TKD5VCTD.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-TULGS6X6.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-TZXRBVAM.js +0 -2306
- package/dist/cli-bundle/chunks/chunk-TZXRBVAM.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-VIIUS6N6.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-VPIM42PC.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-VQRSPVME.js +0 -368
- package/dist/cli-bundle/chunks/chunk-VQRSPVME.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-VY3VQ22F.js +0 -84
- package/dist/cli-bundle/chunks/chunk-VY3VQ22F.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-WG34ZNQQ.js +0 -3423
- package/dist/cli-bundle/chunks/chunk-WG34ZNQQ.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-WLSM645P.js +0 -2247
- package/dist/cli-bundle/chunks/chunk-WLSM645P.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-WRTENIX3.js +0 -215
- package/dist/cli-bundle/chunks/chunk-WRTENIX3.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-WSBLYDWV.js +0 -388
- package/dist/cli-bundle/chunks/chunk-WSBLYDWV.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-XC5BURG2.js +0 -306
- package/dist/cli-bundle/chunks/chunk-XC5BURG2.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-XDB7RWQT.js +0 -424
- package/dist/cli-bundle/chunks/chunk-XDB7RWQT.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-Y6BK55A3.js +0 -2128
- package/dist/cli-bundle/chunks/chunk-Y6BK55A3.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-Z3U3U5KD.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-ZO3XKAOP.js +0 -299
- package/dist/cli-bundle/chunks/chunk-ZO3XKAOP.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-ZSUS2OD3.js.map +0 -7
- package/dist/cli-bundle/chunks/claim-RFS7BROJ.js +0 -19
- package/dist/cli-bundle/chunks/claim-XP5AWZ5H.js +0 -23
- package/dist/cli-bundle/chunks/close-GEANHQ2J.js +0 -16
- package/dist/cli-bundle/chunks/close-many-CMZW7ITN.js +0 -31
- package/dist/cli-bundle/chunks/close-many-ZFDIG6M7.js +0 -27
- package/dist/cli-bundle/chunks/comments-MFSYVNNU.js +0 -21
- package/dist/cli-bundle/chunks/comments-XUBPXDYX.js +0 -17
- package/dist/cli-bundle/chunks/config-D7XQMONX.js +0 -18
- package/dist/cli-bundle/chunks/config-T4FHBSYN.js +0 -22
- package/dist/cli-bundle/chunks/context-DIU275XI.js +0 -48
- package/dist/cli-bundle/chunks/context-JCOYB4LZ.js +0 -44
- package/dist/cli-bundle/chunks/contracts-BVO7CSLK.js +0 -12
- package/dist/cli-bundle/chunks/copy-NAGLGMHZ.js +0 -13
- package/dist/cli-bundle/chunks/create-4V7SWNBB.js +0 -30
- package/dist/cli-bundle/chunks/delete-NQI5OSKN.js +0 -14
- package/dist/cli-bundle/chunks/deps-T7SCWXEX.js +0 -17
- package/dist/cli-bundle/chunks/docs-WL2IWGWV.js +0 -18
- package/dist/cli-bundle/chunks/eval-NF2J5SHR.js +0 -23
- package/dist/cli-bundle/chunks/eval-SKDT3MZU.js +0 -27
- package/dist/cli-bundle/chunks/extension-LAXKCAYE.js +0 -42
- package/dist/cli-bundle/chunks/extension-ZISPBRBC.js +0 -38
- package/dist/cli-bundle/chunks/files-EWRQHGIS.js +0 -22
- package/dist/cli-bundle/chunks/focus-4T7TM4MT.js +0 -18
- package/dist/cli-bundle/chunks/focus-L3YUASOD.js +0 -14
- package/dist/cli-bundle/chunks/gc-2PCTYYRI.js +0 -12
- package/dist/cli-bundle/chunks/get-7DMITJ3G.js +0 -23
- package/dist/cli-bundle/chunks/get-VKQXCXLL.js +0 -19
- package/dist/cli-bundle/chunks/health-CVSTAR2F.js +0 -31
- package/dist/cli-bundle/chunks/health-TV3GKTFN.js +0 -35
- package/dist/cli-bundle/chunks/history-D4JUX5XV.js +0 -20
- package/dist/cli-bundle/chunks/history-D4JUX5XV.js.map +0 -7
- package/dist/cli-bundle/chunks/history-LQ2UWZTE.js +0 -24
- package/dist/cli-bundle/chunks/history-LQ2UWZTE.js.map +0 -1
- package/dist/cli-bundle/chunks/history-compact-3MNXLKAT.js.map +0 -1
- package/dist/cli-bundle/chunks/history-compact-QWEO32FP.js +0 -25
- package/dist/cli-bundle/chunks/history-compact-QWEO32FP.js.map +0 -7
- package/dist/cli-bundle/chunks/history-redact-3OIVBVIY.js +0 -21
- package/dist/cli-bundle/chunks/history-redact-3OIVBVIY.js.map +0 -7
- package/dist/cli-bundle/chunks/history-redact-P6DYF55G.js.map +0 -1
- package/dist/cli-bundle/chunks/history-repair-I3E73UGQ.js +0 -23
- package/dist/cli-bundle/chunks/history-repair-I3E73UGQ.js.map +0 -7
- package/dist/cli-bundle/chunks/history-repair-ZJQFMWPD.js.map +0 -1
- package/dist/cli-bundle/chunks/init-C3LJPWQZ.js +0 -30
- package/dist/cli-bundle/chunks/init-C3LJPWQZ.js.map +0 -1
- package/dist/cli-bundle/chunks/init-J3DPGWQI.js +0 -26
- package/dist/cli-bundle/chunks/init-J3DPGWQI.js.map +0 -7
- package/dist/cli-bundle/chunks/learnings-5BO2SNDW.js +0 -21
- package/dist/cli-bundle/chunks/learnings-5BO2SNDW.js.map +0 -1
- package/dist/cli-bundle/chunks/learnings-OGP4JB4I.js +0 -17
- package/dist/cli-bundle/chunks/learnings-OGP4JB4I.js.map +0 -7
- package/dist/cli-bundle/chunks/list-O5NZVSPN.js +0 -36
- package/dist/cli-bundle/chunks/list-O5NZVSPN.js.map +0 -1
- package/dist/cli-bundle/chunks/list-Z55YCNTC.js +0 -32
- package/dist/cli-bundle/chunks/list-Z55YCNTC.js.map +0 -7
- package/dist/cli-bundle/chunks/next-GBNTGXFC.js +0 -28
- package/dist/cli-bundle/chunks/next-GBNTGXFC.js.map +0 -7
- package/dist/cli-bundle/chunks/next-QKW7PTKE.js +0 -32
- package/dist/cli-bundle/chunks/next-QKW7PTKE.js.map +0 -1
- package/dist/cli-bundle/chunks/notes-R5FZTKWF.js +0 -17
- package/dist/cli-bundle/chunks/notes-R5FZTKWF.js.map +0 -7
- package/dist/cli-bundle/chunks/notes-WCGIULVG.js +0 -21
- package/dist/cli-bundle/chunks/notes-WCGIULVG.js.map +0 -1
- package/dist/cli-bundle/chunks/plan-ADISFYH4.js +0 -29
- package/dist/cli-bundle/chunks/plan-ADISFYH4.js.map +0 -7
- package/dist/cli-bundle/chunks/plan-CHVE7PBR.js.map +0 -1
- package/dist/cli-bundle/chunks/profile-LD23PSI6.js.map +0 -7
- package/dist/cli-bundle/chunks/profile-ZXGSKBJD.js.map +0 -1
- package/dist/cli-bundle/chunks/register-list-query-B42JCCOI.js.map +0 -1
- package/dist/cli-bundle/chunks/register-list-query-OEYQHFXO.js.map +0 -7
- package/dist/cli-bundle/chunks/register-operations-I3M3U7DS.js +0 -19
- package/dist/cli-bundle/chunks/register-operations-I3M3U7DS.js.map +0 -7
- package/dist/cli-bundle/chunks/register-operations-UHKENLZV.js +0 -23
- package/dist/cli-bundle/chunks/register-operations-UHKENLZV.js.map +0 -1
- package/dist/cli-bundle/chunks/register-setup-3ZVVX2VN.js.map +0 -7
- package/dist/cli-bundle/chunks/register-setup-Q6KFNIOZ.js.map +0 -1
- package/dist/cli-bundle/chunks/restore-5RQHAPMA.js.map +0 -1
- package/dist/cli-bundle/chunks/restore-PNEIBBLW.js +0 -19
- package/dist/cli-bundle/chunks/restore-PNEIBBLW.js.map +0 -7
- package/dist/cli-bundle/chunks/scheduling-shortcuts-4G56YHVQ.js +0 -29
- package/dist/cli-bundle/chunks/scheduling-shortcuts-4G56YHVQ.js.map +0 -1
- package/dist/cli-bundle/chunks/scheduling-shortcuts-75DULBYP.js +0 -25
- package/dist/cli-bundle/chunks/scheduling-shortcuts-75DULBYP.js.map +0 -7
- package/dist/cli-bundle/chunks/schema-245WW4G2.js.map +0 -1
- package/dist/cli-bundle/chunks/schema-HBORFC6B.js.map +0 -7
- package/dist/cli-bundle/chunks/search-AOZC5SIK.js +0 -34
- package/dist/cli-bundle/chunks/search-AOZC5SIK.js.map +0 -7
- package/dist/cli-bundle/chunks/search-DRXPGHD7.js +0 -38
- package/dist/cli-bundle/chunks/search-DRXPGHD7.js.map +0 -1
- package/dist/cli-bundle/chunks/stats-NJG4NLHG.js +0 -21
- package/dist/cli-bundle/chunks/stats-NJG4NLHG.js.map +0 -1
- package/dist/cli-bundle/chunks/stats-RG6AG4N2.js +0 -17
- package/dist/cli-bundle/chunks/stats-RG6AG4N2.js.map +0 -7
- package/dist/cli-bundle/chunks/telemetry-HQC2JJIF.js +0 -14
- package/dist/cli-bundle/chunks/telemetry-HQC2JJIF.js.map +0 -7
- package/dist/cli-bundle/chunks/telemetry-MPNL3HHY.js +0 -18
- package/dist/cli-bundle/chunks/telemetry-MPNL3HHY.js.map +0 -1
- package/dist/cli-bundle/chunks/test-6CMOCWUC.js +0 -39
- package/dist/cli-bundle/chunks/test-6CMOCWUC.js.map +0 -7
- package/dist/cli-bundle/chunks/test-RI7XHBZL.js +0 -43
- package/dist/cli-bundle/chunks/test-RI7XHBZL.js.map +0 -1
- package/dist/cli-bundle/chunks/test-all-7R7YRZIA.js +0 -29
- package/dist/cli-bundle/chunks/test-all-7R7YRZIA.js.map +0 -7
- package/dist/cli-bundle/chunks/test-all-QEIORFYW.js +0 -33
- package/dist/cli-bundle/chunks/test-all-QEIORFYW.js.map +0 -1
- package/dist/cli-bundle/chunks/test-runs-5Y2BOU2S.js +0 -28
- package/dist/cli-bundle/chunks/test-runs-5Y2BOU2S.js.map +0 -1
- package/dist/cli-bundle/chunks/test-runs-PVGC3GRZ.js +0 -24
- package/dist/cli-bundle/chunks/test-runs-PVGC3GRZ.js.map +0 -7
- package/dist/cli-bundle/chunks/update-QVJDFEAP.js +0 -30
- package/dist/cli-bundle/chunks/update-QVJDFEAP.js.map +0 -1
- package/dist/cli-bundle/chunks/update-VQVHAY6X.js +0 -26
- package/dist/cli-bundle/chunks/update-VQVHAY6X.js.map +0 -7
- package/dist/cli-bundle/chunks/update-many-S7XWBSB3.js +0 -37
- package/dist/cli-bundle/chunks/update-many-S7XWBSB3.js.map +0 -7
- package/dist/cli-bundle/chunks/update-many-YIYW6XQ6.js +0 -41
- package/dist/cli-bundle/chunks/update-many-YIYW6XQ6.js.map +0 -1
- package/dist/cli-bundle/chunks/upgrade-OPRXA56R.js +0 -24
- package/dist/cli-bundle/chunks/upgrade-OPRXA56R.js.map +0 -7
- package/dist/cli-bundle/chunks/upgrade-WH4BTQLX.js +0 -28
- package/dist/cli-bundle/chunks/upgrade-WH4BTQLX.js.map +0 -1
- package/dist/cli-bundle/chunks/validate-4NTXSB62.js +0 -36
- package/dist/cli-bundle/chunks/validate-4NTXSB62.js.map +0 -1
- package/dist/cli-bundle/chunks/validate-MUFXQZMI.js +0 -32
- package/dist/cli-bundle/chunks/validate-MUFXQZMI.js.map +0 -7
- /package/dist/cli-bundle/chunks/{activity-WJCGCYPU.js.map → append-CDPAYYSB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{activity-Z6QUAUSG.js.map → append-RSPHC423.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-24YG75HI.js.map → chunk-3FUXM574.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-IWVU4C2F.js.map → chunk-3SHDAKMF.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-MUH7A3FD.js.map → chunk-3V5C7PUH.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-EGY6JBQ3.js.map → chunk-4I7KS5ES.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-GJ7QC5DJ.js.map → chunk-5STY7NVM.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-JJP45OEI.js.map → chunk-5VAZHYVQ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-22KBU3MW.js.map → chunk-6RR4XM5H.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-KUOOJR35.js.map → chunk-7QKSLAHB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-NGXQ3PFT.js.map → chunk-7UCBLJDF.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-7DT4WSH2.js.map → chunk-BFNFTHWQ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-Y46GD4IX.js.map → chunk-C3YU3TXX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-AZYGZGGI.js.map → chunk-CGDUIPJL.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-XG625QP4.js.map → chunk-EP2CKDS7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-MVYWGY2A.js.map → chunk-J6AD3GWC.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-R5BMJX33.js.map → chunk-KFL3XHMA.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-MWMVPCIE.js.map → chunk-PCBZ2VJD.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-B6DUFX6H.js.map → chunk-Q3CFSOQZ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-KGFUY7WN.js.map → chunk-TU5P744I.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-JDDLOQAE.js.map → chunk-UEATYUZW.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-JVH7QBVV.js.map → chunk-UFNFHCAC.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-AGHMOTGM.js.map → chunk-Z2JQH2MG.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-Y4M7CPQP.js.map → chunk-ZMOPZFVT.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{aggregate-VQ2DHU3S.js.map → close-E3RLZSP2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{aggregate-BDM6EIAR.js.map → close-K6BFI3OX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{append-BGML6VLD.js.map → close-many-6NBL3PM4.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{append-RKJYPU74.js.map → close-many-X4YKS3RO.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{claim-XP5AWZ5H.js.map → comments-PLFK5ZKK.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{claim-RFS7BROJ.js.map → comments-ZNOD5PTV.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-GEANHQ2J.js.map → copy-F7BUFY4J.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-2SSSHHUZ.js.map → copy-VH3L4MN2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-many-ZFDIG6M7.js.map → create-AMBMYP6F.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-many-CMZW7ITN.js.map → create-TRIBYORN.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{comments-XUBPXDYX.js.map → delete-6KQHZYIP.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{comments-MFSYVNNU.js.map → delete-ZNXUNCZR.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{config-D7XQMONX.js.map → deps-CVDY7FFK.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{config-T4FHBSYN.js.map → deps-SZXQHV73.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{context-DIU275XI.js.map → docs-DR74ITCD.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{context-JCOYB4LZ.js.map → docs-WCVYY6I7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{contracts-BVO7CSLK.js.map → files-H5YCA74Z.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{contracts-NYPEW2G4.js.map → files-QEFQ2M3H.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{copy-32ROBIDL.js.map → focus-55TRYSNA.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{copy-NAGLGMHZ.js.map → focus-N2QGNS5D.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{create-4V7SWNBB.js.map → history-compact-GWQ4UOEI.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{create-E77SDCUP.js.map → history-compact-JJZ4EFL3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{delete-NQI5OSKN.js.map → history-redact-4GJOLXCM.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{delete-RA5KTCLB.js.map → history-redact-TPPUT3A5.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{deps-T7SCWXEX.js.map → history-repair-HVCVCGUF.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{deps-32SU7HO5.js.map → history-repair-J7PIZ6ZP.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{docs-RRUPT7O2.js.map → learnings-KB6BT4NR.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{docs-WL2IWGWV.js.map → learnings-YYY3U2Y7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{eval-NF2J5SHR.js.map → notes-BGG7VL72.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{eval-SKDT3MZU.js.map → notes-ZTHXVOKM.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{extension-LAXKCAYE.js.map → plan-CJPKFRBK.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{extension-ZISPBRBC.js.map → plan-MK2QY3GA.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{files-PYKR2UUG.js.map → profile-AQNHXOYA.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{files-EWRQHGIS.js.map → profile-HTBFINKQ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{focus-4T7TM4MT.js.map → restore-BTBEZ5CK.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{focus-L3YUASOD.js.map → restore-EX4UUZL6.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{gc-2PCTYYRI.js.map → schema-DGSTYYQB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{gc-2DNMPXMC.js.map → schema-HAIBEE24.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{get-7DMITJ3G.js.map → update-MP4XLU56.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{get-VKQXCXLL.js.map → update-SDIRJGSY.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{health-CVSTAR2F.js.map → update-many-34AIU6W7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{health-TV3GKTFN.js.map → update-many-JUPCNOKV.js.map} +0 -0
|
@@ -1,148 +1,133 @@
|
|
|
1
1
|
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="172e4594-e82f-5ac4-add6-4f96b3b2890f")}catch(e){}}();
|
|
3
3
|
import {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
runGc
|
|
8
|
-
} from "./chunk-WSBLYDWV.js";
|
|
9
|
-
import {
|
|
10
|
-
runContracts
|
|
11
|
-
} from "./chunk-DEWEK6AN.js";
|
|
4
|
+
runFiles,
|
|
5
|
+
runFilesDiscover
|
|
6
|
+
} from "./chunk-JYVPLGOW.js";
|
|
12
7
|
import {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
} from "./chunk-LP3HSFZ2.js";
|
|
8
|
+
runDocs
|
|
9
|
+
} from "./chunk-UFNFHCAC.js";
|
|
16
10
|
import {
|
|
17
|
-
|
|
18
|
-
} from "./chunk-
|
|
11
|
+
runDeps
|
|
12
|
+
} from "./chunk-LD2NBQ5T.js";
|
|
19
13
|
import {
|
|
20
14
|
assertHistoryRepairTarget,
|
|
21
15
|
runHistoryRepair,
|
|
22
16
|
runHistoryRepairAll
|
|
23
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-SIQGG335.js";
|
|
24
18
|
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
19
|
+
resolveStartTaskInProgressStatus,
|
|
20
|
+
runClaim,
|
|
21
|
+
runContracts,
|
|
22
|
+
runGc,
|
|
23
|
+
runHealth,
|
|
24
|
+
runRelease,
|
|
25
|
+
runStats,
|
|
26
|
+
runTelemetry,
|
|
27
|
+
runTest,
|
|
28
|
+
runTestAll,
|
|
29
|
+
runValidate
|
|
30
|
+
} from "./chunk-KMXVZ2P7.js";
|
|
30
31
|
import {
|
|
31
|
-
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
runComments
|
|
33
|
+
} from "./chunk-LG4N6YOK.js";
|
|
33
34
|
import {
|
|
34
|
-
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
runCopy
|
|
36
|
+
} from "./chunk-SCJPFQQT.js";
|
|
36
37
|
import {
|
|
37
|
-
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
runFocus
|
|
39
|
+
} from "./chunk-NRMDT4OV.js";
|
|
39
40
|
import {
|
|
40
41
|
runDelete
|
|
41
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-6ZKDMEVT.js";
|
|
42
43
|
import {
|
|
43
44
|
runAppend
|
|
44
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-RL24NAUX.js";
|
|
45
46
|
import {
|
|
46
47
|
runProfileApply,
|
|
47
48
|
runProfileLint,
|
|
48
49
|
runProfileList,
|
|
49
50
|
runProfileShow
|
|
50
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-GQOKFX2G.js";
|
|
51
52
|
import {
|
|
52
53
|
runNotes
|
|
53
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-HZZ3AC27.js";
|
|
54
55
|
import {
|
|
55
56
|
runLearnings
|
|
56
|
-
} from "./chunk-
|
|
57
|
-
import {
|
|
58
|
-
runFiles,
|
|
59
|
-
runFilesDiscover
|
|
60
|
-
} from "./chunk-HOVCGJSD.js";
|
|
61
|
-
import {
|
|
62
|
-
runDocs
|
|
63
|
-
} from "./chunk-JVH7QBVV.js";
|
|
57
|
+
} from "./chunk-F5DDGY6R.js";
|
|
64
58
|
import {
|
|
65
|
-
|
|
66
|
-
} from "./chunk-
|
|
59
|
+
runCloseMany
|
|
60
|
+
} from "./chunk-IYRG5AEC.js";
|
|
67
61
|
import {
|
|
68
62
|
runUpdateMany
|
|
69
|
-
} from "./chunk-
|
|
63
|
+
} from "./chunk-YR5R4FMQ.js";
|
|
64
|
+
import {
|
|
65
|
+
runRestore
|
|
66
|
+
} from "./chunk-PAWPLIWW.js";
|
|
70
67
|
import {
|
|
71
68
|
runUpdate
|
|
72
|
-
} from "./chunk-
|
|
69
|
+
} from "./chunk-UCRYCT5M.js";
|
|
70
|
+
import {
|
|
71
|
+
runClose
|
|
72
|
+
} from "./chunk-UVFJSKTF.js";
|
|
73
73
|
import {
|
|
74
74
|
runPlan
|
|
75
|
-
} from "./chunk-
|
|
75
|
+
} from "./chunk-YUCKM3MD.js";
|
|
76
76
|
import {
|
|
77
77
|
runHistoryCompact
|
|
78
|
-
} from "./chunk-
|
|
78
|
+
} from "./chunk-4OCWJ2AP.js";
|
|
79
79
|
import {
|
|
80
80
|
runHistoryRedact
|
|
81
|
-
} from "./chunk-
|
|
81
|
+
} from "./chunk-JH5XDDYS.js";
|
|
82
82
|
import {
|
|
83
|
-
|
|
84
|
-
|
|
83
|
+
runConfig,
|
|
84
|
+
runUpgrade
|
|
85
|
+
} from "./chunk-D63PEJTB.js";
|
|
85
86
|
import {
|
|
86
|
-
|
|
87
|
-
|
|
87
|
+
SCAFFOLD_CAPABILITIES,
|
|
88
|
+
runExtension,
|
|
89
|
+
runInit
|
|
90
|
+
} from "./chunk-GE44TQMC.js";
|
|
88
91
|
import {
|
|
89
|
-
|
|
90
|
-
|
|
92
|
+
runSchemaAddField,
|
|
93
|
+
runSchemaAddStatus,
|
|
94
|
+
runSchemaAddType,
|
|
95
|
+
runSchemaApplyPreset,
|
|
96
|
+
runSchemaInferTypes,
|
|
97
|
+
runSchemaList,
|
|
98
|
+
runSchemaListFields,
|
|
99
|
+
runSchemaRemoveField,
|
|
100
|
+
runSchemaRemoveStatus,
|
|
101
|
+
runSchemaRemoveType,
|
|
102
|
+
runSchemaShow,
|
|
103
|
+
runSchemaShowField,
|
|
104
|
+
runSchemaShowStatus
|
|
105
|
+
} from "./chunk-FOJEBRDD.js";
|
|
91
106
|
import {
|
|
92
107
|
jaccardSimilarity,
|
|
93
108
|
normalizeLowercaseWhitespace,
|
|
109
|
+
runActivity,
|
|
110
|
+
runAggregate,
|
|
111
|
+
runContext,
|
|
112
|
+
runGet,
|
|
113
|
+
runNext,
|
|
94
114
|
runSearch,
|
|
95
115
|
tokenizeAlphaNumeric
|
|
96
|
-
} from "./chunk-
|
|
97
|
-
import {
|
|
98
|
-
runGet
|
|
99
|
-
} from "./chunk-4MZVRJOE.js";
|
|
100
|
-
import {
|
|
101
|
-
runCreate
|
|
102
|
-
} from "./chunk-TULGS6X6.js";
|
|
103
|
-
import {
|
|
104
|
-
parseTags
|
|
105
|
-
} from "./chunk-IWVU4C2F.js";
|
|
106
|
-
import {
|
|
107
|
-
runCloseMany
|
|
108
|
-
} from "./chunk-4LELACOL.js";
|
|
109
|
-
import {
|
|
110
|
-
runClose
|
|
111
|
-
} from "./chunk-G64OCSKU.js";
|
|
112
|
-
import {
|
|
113
|
-
runRestore
|
|
114
|
-
} from "./chunk-YN7Y6DQZ.js";
|
|
115
|
-
import {
|
|
116
|
-
runUpgrade
|
|
117
|
-
} from "./chunk-S3JS6YVZ.js";
|
|
118
|
-
import {
|
|
119
|
-
runAggregate
|
|
120
|
-
} from "./chunk-VQRSPVME.js";
|
|
121
|
-
import {
|
|
122
|
-
buildListQueryFilters
|
|
123
|
-
} from "./chunk-VY3VQ22F.js";
|
|
124
|
-
import {
|
|
125
|
-
runNext
|
|
126
|
-
} from "./chunk-ML5X7DP2.js";
|
|
127
|
-
import {
|
|
128
|
-
runContext
|
|
129
|
-
} from "./chunk-MXYA5SAJ.js";
|
|
116
|
+
} from "./chunk-HI27UADG.js";
|
|
130
117
|
import {
|
|
118
|
+
buildListQueryFilters,
|
|
131
119
|
runList
|
|
132
|
-
} from "./chunk-
|
|
133
|
-
import {
|
|
134
|
-
runActivity
|
|
135
|
-
} from "./chunk-WRTENIX3.js";
|
|
120
|
+
} from "./chunk-XN5BEN2B.js";
|
|
136
121
|
import {
|
|
137
122
|
runHistory
|
|
138
|
-
} from "./chunk-
|
|
123
|
+
} from "./chunk-6WCXSC5V.js";
|
|
139
124
|
import {
|
|
140
125
|
parseIntegerLimit
|
|
141
|
-
} from "./chunk-
|
|
126
|
+
} from "./chunk-6RR4XM5H.js";
|
|
142
127
|
import {
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
} from "./chunk-
|
|
128
|
+
resolveRegisteredSearchProvider,
|
|
129
|
+
resolveRegisteredVectorStoreAdapter
|
|
130
|
+
} from "./chunk-KGHH652T.js";
|
|
146
131
|
import {
|
|
147
132
|
REINDEX_LOCK_ID,
|
|
148
133
|
buildSearchCorpus,
|
|
@@ -156,6 +141,8 @@ import {
|
|
|
156
141
|
hasVectorizationEmbeddingIdentityChanged,
|
|
157
142
|
hasVectorizationVectorDimensionChanged,
|
|
158
143
|
inferConsistentVectorDimension,
|
|
144
|
+
normalizeListOptions,
|
|
145
|
+
normalizeUpdateOptions,
|
|
159
146
|
readVectorizationStatusLedger,
|
|
160
147
|
resolveEmbeddingProviders,
|
|
161
148
|
resolveSearchCorpusFields,
|
|
@@ -163,26 +150,7 @@ import {
|
|
|
163
150
|
resolveSettingsWithSemanticRuntimeDefaults,
|
|
164
151
|
resolveVectorStores,
|
|
165
152
|
writeVectorizationStatusLedger
|
|
166
|
-
} from "./chunk-
|
|
167
|
-
import {
|
|
168
|
-
projectMutationResult
|
|
169
|
-
} from "./chunk-MLIYFOE7.js";
|
|
170
|
-
import {
|
|
171
|
-
resolveRegisteredSearchProvider,
|
|
172
|
-
resolveRegisteredVectorStoreAdapter
|
|
173
|
-
} from "./chunk-KGHH652T.js";
|
|
174
|
-
import {
|
|
175
|
-
runInit
|
|
176
|
-
} from "./chunk-MFSCBT5Q.js";
|
|
177
|
-
import {
|
|
178
|
-
runExtension
|
|
179
|
-
} from "./chunk-WG34ZNQQ.js";
|
|
180
|
-
import {
|
|
181
|
-
SCAFFOLD_CAPABILITIES
|
|
182
|
-
} from "./chunk-WLSM645P.js";
|
|
183
|
-
import {
|
|
184
|
-
splitCommaList
|
|
185
|
-
} from "./chunk-P4SESZGT.js";
|
|
153
|
+
} from "./chunk-G4FKP4ID.js";
|
|
186
154
|
import {
|
|
187
155
|
ACTIVITY_FLAG_CONTRACTS,
|
|
188
156
|
AGGREGATE_FLAG_CONTRACTS,
|
|
@@ -215,60 +183,48 @@ import {
|
|
|
215
183
|
UPDATE_FLAG_CONTRACTS,
|
|
216
184
|
UPDATE_MANY_FLAG_CONTRACTS,
|
|
217
185
|
toCompletionFlagString
|
|
218
|
-
} from "./chunk-
|
|
186
|
+
} from "./chunk-ML27MHNM.js";
|
|
219
187
|
import {
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
runSchemaList,
|
|
226
|
-
runSchemaListFields,
|
|
227
|
-
runSchemaRemoveField,
|
|
228
|
-
runSchemaRemoveStatus,
|
|
229
|
-
runSchemaRemoveType,
|
|
230
|
-
runSchemaShow,
|
|
231
|
-
runSchemaShowField,
|
|
232
|
-
runSchemaShowStatus
|
|
233
|
-
} from "./chunk-LPSSSDJR.js";
|
|
188
|
+
runCreate
|
|
189
|
+
} from "./chunk-TUDAYIO7.js";
|
|
190
|
+
import {
|
|
191
|
+
parseTags
|
|
192
|
+
} from "./chunk-3SHDAKMF.js";
|
|
234
193
|
import {
|
|
194
|
+
splitCommaList
|
|
195
|
+
} from "./chunk-P4SESZGT.js";
|
|
196
|
+
import {
|
|
197
|
+
projectMutationResult
|
|
198
|
+
} from "./chunk-U72GF3I2.js";
|
|
199
|
+
import {
|
|
200
|
+
PmCliError,
|
|
235
201
|
acquireLock,
|
|
236
202
|
appendHistoryEntry,
|
|
237
203
|
collectRegisteredItemFieldNames,
|
|
204
|
+
compareTimestampStrings,
|
|
238
205
|
createHistoryEntry,
|
|
206
|
+
getActiveExtensionRegistrations,
|
|
207
|
+
isTerminalStatus,
|
|
239
208
|
listAllDocumentCandidatesCached,
|
|
240
209
|
locateItem,
|
|
241
|
-
readLocatedItem,
|
|
242
|
-
toItemRecord
|
|
243
|
-
} from "./chunk-ENGQOEUY.js";
|
|
244
|
-
import {
|
|
245
|
-
runConfig
|
|
246
|
-
} from "./chunk-DMRNBQOI.js";
|
|
247
|
-
import {
|
|
248
|
-
isTerminalStatus,
|
|
249
210
|
normalizeStatusInput,
|
|
211
|
+
nowIso,
|
|
250
212
|
parseItemDocument,
|
|
251
|
-
|
|
252
|
-
} from "./chunk-G24G7ZAV.js";
|
|
253
|
-
import {
|
|
254
|
-
compareTimestampStrings,
|
|
255
|
-
nowIso
|
|
256
|
-
} from "./chunk-3GCS5SKL.js";
|
|
257
|
-
import {
|
|
258
|
-
PmCliError,
|
|
259
|
-
getActiveExtensionRegistrations,
|
|
213
|
+
readLocatedItem,
|
|
260
214
|
readSettings,
|
|
261
215
|
runActiveCommandHandler,
|
|
262
216
|
runActiveOnIndexHooks,
|
|
263
217
|
runActiveOnWriteHooks,
|
|
218
|
+
serializeItemDocument,
|
|
264
219
|
setActiveExtensionCommands,
|
|
265
220
|
setActiveExtensionHooks,
|
|
266
221
|
setActiveExtensionParsers,
|
|
267
222
|
setActiveExtensionPreflight,
|
|
268
223
|
setActiveExtensionRegistrations,
|
|
269
224
|
setActiveExtensionRenderers,
|
|
270
|
-
setActiveExtensionServices
|
|
271
|
-
|
|
225
|
+
setActiveExtensionServices,
|
|
226
|
+
toItemRecord
|
|
227
|
+
} from "./chunk-NTOOEVJ4.js";
|
|
272
228
|
import {
|
|
273
229
|
BUILTIN_ITEM_TYPE_VALUES,
|
|
274
230
|
EXIT_CODE,
|
|
@@ -295,7 +251,7 @@ import {
|
|
|
295
251
|
toErrorMessage,
|
|
296
252
|
toNonEmptyStringOrUndefined,
|
|
297
253
|
writeFileAtomic
|
|
298
|
-
} from "./chunk-
|
|
254
|
+
} from "./chunk-MFLLULHU.js";
|
|
299
255
|
|
|
300
256
|
// dist/sdk/runtime.js
|
|
301
257
|
import path3 from "node:path";
|
|
@@ -2851,6 +2807,8 @@ ${zshSearchRuntimeFieldFlags} '--json[Output JSON]' \\
|
|
|
2851
2807
|
'--trace[Include registration traces in doctor deep diagnostics]' \\
|
|
2852
2808
|
'--runtime-probe[Opt-in runtime activation probe for manage output]' \\
|
|
2853
2809
|
'--fix-managed-state[Adopt unmanaged extensions before diagnostics/update checks]' \\
|
|
2810
|
+
'--isolated[Run doctor against project-scope extensions only]' \\
|
|
2811
|
+
'--ignore-global[Alias for --isolated]' \\
|
|
2854
2812
|
'--strict-exit[Return non-zero exit when doctor warnings are present]' \\
|
|
2855
2813
|
'--fail-on-warn[Alias for --strict-exit (doctor)]' \\
|
|
2856
2814
|
'--json[Output JSON]' \\
|
|
@@ -2889,6 +2847,8 @@ ${zshSearchRuntimeFieldFlags} '--json[Output JSON]' \\
|
|
|
2889
2847
|
'--trace[Include registration traces in doctor deep diagnostics]' \\
|
|
2890
2848
|
'--runtime-probe[Opt-in runtime activation probe for manage output]' \\
|
|
2891
2849
|
'--fix-managed-state[Adopt unmanaged packages before diagnostics/update checks]' \\
|
|
2850
|
+
'--isolated[Run doctor against project-scope packages only]' \\
|
|
2851
|
+
'--ignore-global[Alias for --isolated]' \\
|
|
2892
2852
|
'--strict-exit[Return non-zero exit when doctor warnings are present]' \\
|
|
2893
2853
|
'--fail-on-warn[Alias for --strict-exit (doctor)]' \\
|
|
2894
2854
|
'--json[Output JSON]' \\
|
|
@@ -3787,6 +3747,8 @@ complete -c pm -n '__fish_seen_subcommand_from extension' -l detail -d 'Detail m
|
|
|
3787
3747
|
complete -c pm -n '__fish_seen_subcommand_from extension' -l trace -d 'Include registration traces in doctor deep diagnostics'
|
|
3788
3748
|
complete -c pm -n '__fish_seen_subcommand_from extension' -l runtime-probe -d 'Opt-in runtime activation probe for manage output'
|
|
3789
3749
|
complete -c pm -n '__fish_seen_subcommand_from extension' -l fix-managed-state -d 'Adopt unmanaged extensions before diagnostics/update checks'
|
|
3750
|
+
complete -c pm -n '__fish_seen_subcommand_from extension' -l isolated -d 'Run doctor against project-scope extensions only'
|
|
3751
|
+
complete -c pm -n '__fish_seen_subcommand_from extension' -l ignore-global -d 'Alias for --isolated'
|
|
3790
3752
|
complete -c pm -n '__fish_seen_subcommand_from extension' -l strict-exit -d 'Return non-zero exit when doctor warnings are present'
|
|
3791
3753
|
complete -c pm -n '__fish_seen_subcommand_from extension' -l fail-on-warn -d 'Alias for --strict-exit (doctor)'
|
|
3792
3754
|
|
|
@@ -3822,6 +3784,8 @@ for package_cmd in package packages
|
|
|
3822
3784
|
complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l trace -d 'Include registration traces in doctor deep diagnostics'
|
|
3823
3785
|
complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l runtime-probe -d 'Opt-in runtime activation probe for manage output'
|
|
3824
3786
|
complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l fix-managed-state -d 'Adopt unmanaged packages before diagnostics/update checks'
|
|
3787
|
+
complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l isolated -d 'Run doctor against project-scope packages only'
|
|
3788
|
+
complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l ignore-global -d 'Alias for --isolated'
|
|
3825
3789
|
complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l strict-exit -d 'Return non-zero exit when doctor warnings are present'
|
|
3826
3790
|
complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l fail-on-warn -d 'Alias for --strict-exit (doctor)'
|
|
3827
3791
|
end`;
|
|
@@ -3937,16 +3901,16 @@ function buildCommentsAuditSummary(items) {
|
|
|
3937
3901
|
entry.comments_exported += item.comments.length;
|
|
3938
3902
|
byTypeAccumulator.set(item.type, entry);
|
|
3939
3903
|
}
|
|
3940
|
-
const byType = [...byTypeAccumulator.entries()].sort(([left], [right]) => left.localeCompare(right)).map(([type,
|
|
3941
|
-
const zeroCount =
|
|
3942
|
-
const coverage = ratioPercent(
|
|
3904
|
+
const byType = [...byTypeAccumulator.entries()].sort(([left], [right]) => left.localeCompare(right)).map(([type, stats2]) => {
|
|
3905
|
+
const zeroCount = stats2.items_scanned - stats2.items_with_comments;
|
|
3906
|
+
const coverage = ratioPercent(stats2.items_with_comments, stats2.items_scanned);
|
|
3943
3907
|
return {
|
|
3944
3908
|
type,
|
|
3945
|
-
items_scanned:
|
|
3946
|
-
items_with_comments:
|
|
3909
|
+
items_scanned: stats2.items_scanned,
|
|
3910
|
+
items_with_comments: stats2.items_with_comments,
|
|
3947
3911
|
zero_comment_items: zeroCount,
|
|
3948
|
-
comments_total:
|
|
3949
|
-
comments_exported:
|
|
3912
|
+
comments_total: stats2.comments_total,
|
|
3913
|
+
comments_exported: stats2.comments_exported,
|
|
3950
3914
|
items_with_comments_ratio: coverage.ratio,
|
|
3951
3915
|
items_with_comments_percent: coverage.percent
|
|
3952
3916
|
};
|
|
@@ -4452,17 +4416,17 @@ async function applyDedupeMergeReparents(params) {
|
|
|
4452
4416
|
}
|
|
4453
4417
|
async function applyDedupeMergeClose(params) {
|
|
4454
4418
|
const reason = `Duplicate of ${params.keep}`;
|
|
4455
|
-
const
|
|
4419
|
+
const close2 = { duplicate_of: params.keep, reason, applied: false };
|
|
4456
4420
|
if (isTerminalStatus(params.duplicate.metadata.status, params.statusRegistry)) {
|
|
4457
|
-
|
|
4421
|
+
close2.skipped_reason = "already_terminal";
|
|
4458
4422
|
if (params.duplicate.metadata.duplicate_of?.trim() !== params.keep) {
|
|
4459
4423
|
params.warnings.push(`close_skipped_terminal:${params.duplicate.id}:already_closed`);
|
|
4460
4424
|
}
|
|
4461
|
-
return
|
|
4425
|
+
return close2;
|
|
4462
4426
|
}
|
|
4463
4427
|
if (!params.apply) {
|
|
4464
|
-
|
|
4465
|
-
return
|
|
4428
|
+
close2.skipped_reason = "dry_run";
|
|
4429
|
+
return close2;
|
|
4466
4430
|
}
|
|
4467
4431
|
try {
|
|
4468
4432
|
await runClose(params.duplicate.id, void 0, {
|
|
@@ -4470,12 +4434,12 @@ async function applyDedupeMergeClose(params) {
|
|
|
4470
4434
|
author: params.options.author,
|
|
4471
4435
|
message: params.options.message ?? `dedupe-merge: close ${params.duplicate.id} as duplicate of ${params.keep}`
|
|
4472
4436
|
}, params.global);
|
|
4473
|
-
|
|
4437
|
+
close2.applied = true;
|
|
4474
4438
|
} catch (error) {
|
|
4475
|
-
|
|
4439
|
+
close2.skipped_reason = "failed";
|
|
4476
4440
|
params.warnings.push(`close_failed:${params.duplicate.id}:${error instanceof Error ? error.message : String(error)}`);
|
|
4477
4441
|
}
|
|
4478
|
-
return
|
|
4442
|
+
return close2;
|
|
4479
4443
|
}
|
|
4480
4444
|
async function runDedupeMerge(options, global) {
|
|
4481
4445
|
const pmRoot = resolvePmRoot(process.cwd(), global.path);
|
|
@@ -4522,14 +4486,14 @@ async function runDedupeMerge(options, global) {
|
|
|
4522
4486
|
global,
|
|
4523
4487
|
warnings
|
|
4524
4488
|
});
|
|
4525
|
-
const
|
|
4489
|
+
const close2 = await applyDedupeMergeClose({ duplicate, keep, apply, options, global, statusRegistry, warnings });
|
|
4526
4490
|
outcomes.push({
|
|
4527
4491
|
duplicate_id: duplicate.id,
|
|
4528
4492
|
duplicate_title: duplicate.title,
|
|
4529
4493
|
canonical_id: keep,
|
|
4530
4494
|
reparented_children: reparented,
|
|
4531
4495
|
skipped_children: skippedChildren,
|
|
4532
|
-
close
|
|
4496
|
+
close: close2
|
|
4533
4497
|
});
|
|
4534
4498
|
}
|
|
4535
4499
|
const childrenReparented = outcomes.reduce((total, outcome) => total + outcome.reparented_children.filter((child) => child.applied).length, 0);
|
|
@@ -4962,9 +4926,9 @@ function resolveExtensionVectorAdapter(settings) {
|
|
|
4962
4926
|
...typeof deleteHandler === "function" ? { delete: deleteHandler } : {}
|
|
4963
4927
|
};
|
|
4964
4928
|
}
|
|
4965
|
-
function assertVector(value,
|
|
4929
|
+
function assertVector(value, context2) {
|
|
4966
4930
|
if (!Array.isArray(value) || value.some((entry) => typeof entry !== "number" || !Number.isFinite(entry))) {
|
|
4967
|
-
throw new PmCliError(`Invalid vector returned by ${
|
|
4931
|
+
throw new PmCliError(`Invalid vector returned by ${context2}`, EXIT_CODE.GENERIC_FAILURE);
|
|
4968
4932
|
}
|
|
4969
4933
|
return value;
|
|
4970
4934
|
}
|
|
@@ -5133,7 +5097,7 @@ function assertSemanticRuntimeAvailable(params) {
|
|
|
5133
5097
|
if (!providerResolution.active && !params.extensionEmbedding) {
|
|
5134
5098
|
throw new PmCliError(`Reindex mode '${params.requestedMode}' requires a configured embedding provider in settings.providers.openai/settings.providers.ollama or an extension provider selected by settings.search.provider`, EXIT_CODE.USAGE);
|
|
5135
5099
|
}
|
|
5136
|
-
const vectorResolution = resolveVectorStores(params.settings);
|
|
5100
|
+
const vectorResolution = resolveVectorStores(params.settings, params.pmRoot);
|
|
5137
5101
|
if (!vectorResolution.active && !params.extensionVectorAdapter) {
|
|
5138
5102
|
throw new PmCliError(`Reindex mode '${params.requestedMode}' requires a configured vector store in settings.vector_store.qdrant/settings.vector_store.lancedb or an extension adapter selected by settings.vector_store.adapter`, EXIT_CODE.USAGE);
|
|
5139
5103
|
}
|
|
@@ -5404,6 +5368,7 @@ async function runReindex(options, global) {
|
|
|
5404
5368
|
const extensionVectorAdapter = resolveExtensionVectorAdapter(settings);
|
|
5405
5369
|
const semanticRuntime = assertSemanticRuntimeAvailable({
|
|
5406
5370
|
requestedMode,
|
|
5371
|
+
pmRoot,
|
|
5407
5372
|
settings,
|
|
5408
5373
|
extensionEmbedding,
|
|
5409
5374
|
extensionVectorAdapter
|
|
@@ -5520,40 +5485,61 @@ var PmClient = class {
|
|
|
5520
5485
|
run(action, args = {}) {
|
|
5521
5486
|
return runAction({ ...this.defaults, ...args, action });
|
|
5522
5487
|
}
|
|
5488
|
+
runTyped(action, args = {}) {
|
|
5489
|
+
return this.run(action, args);
|
|
5490
|
+
}
|
|
5523
5491
|
/**
|
|
5524
5492
|
* Return the same context snapshot produced by `pm context`.
|
|
5525
5493
|
*/
|
|
5526
5494
|
context(options = {}) {
|
|
5527
|
-
return this.
|
|
5495
|
+
return this.runTyped("context", { options });
|
|
5528
5496
|
}
|
|
5529
5497
|
/**
|
|
5530
5498
|
* List items with the MCP/agent compact defaults.
|
|
5531
5499
|
*/
|
|
5532
5500
|
list(options = {}) {
|
|
5533
|
-
return this.
|
|
5501
|
+
return this.runTyped("list", { options });
|
|
5534
5502
|
}
|
|
5535
5503
|
/**
|
|
5536
5504
|
* Search items with the MCP/agent compact defaults.
|
|
5537
5505
|
*/
|
|
5538
5506
|
search(query, options = {}) {
|
|
5539
|
-
return this.
|
|
5507
|
+
return this.runTyped("search", { query, options });
|
|
5540
5508
|
}
|
|
5541
5509
|
/**
|
|
5542
5510
|
* Read one item by id.
|
|
5543
5511
|
*/
|
|
5544
5512
|
get(id, options = {}) {
|
|
5545
|
-
return this.
|
|
5513
|
+
return this.runTyped("get", { id, options });
|
|
5514
|
+
}
|
|
5515
|
+
/**
|
|
5516
|
+
* Return the ranked next-work recommendation produced by `pm next`.
|
|
5517
|
+
*/
|
|
5518
|
+
next(options = {}) {
|
|
5519
|
+
return this.runTyped("next", { options });
|
|
5520
|
+
}
|
|
5521
|
+
/**
|
|
5522
|
+
* Group matching items with the same semantics as `pm aggregate`.
|
|
5523
|
+
*/
|
|
5524
|
+
aggregate(options = {}) {
|
|
5525
|
+
return this.runTyped("aggregate", { options });
|
|
5526
|
+
}
|
|
5527
|
+
/**
|
|
5528
|
+
* Return project tracker statistics with the same sections as `pm stats`.
|
|
5529
|
+
*/
|
|
5530
|
+
stats(options = {}) {
|
|
5531
|
+
return this.runTyped("stats", { options });
|
|
5546
5532
|
}
|
|
5547
5533
|
/**
|
|
5548
5534
|
* Create an item using the same mutation path as `pm create`.
|
|
5549
5535
|
*/
|
|
5550
|
-
create(options) {
|
|
5536
|
+
create(options = {}) {
|
|
5551
5537
|
return this.run("create", splitClientMutationOptions(options));
|
|
5552
5538
|
}
|
|
5553
5539
|
/**
|
|
5554
5540
|
* Update an item using the same mutation path as `pm update`.
|
|
5555
5541
|
*/
|
|
5556
|
-
update(id, options) {
|
|
5542
|
+
update(id, options = {}) {
|
|
5557
5543
|
return this.run("update", { id, ...splitClientMutationOptions(options) });
|
|
5558
5544
|
}
|
|
5559
5545
|
/**
|
|
@@ -5562,7 +5548,271 @@ var PmClient = class {
|
|
|
5562
5548
|
close(id, reason, options = {}) {
|
|
5563
5549
|
return this.run("close", { id, reason, ...splitClientMutationOptions(options) });
|
|
5564
5550
|
}
|
|
5551
|
+
/**
|
|
5552
|
+
* Claim an item using the same mutation path as `pm claim`.
|
|
5553
|
+
*/
|
|
5554
|
+
claim(id, options = {}) {
|
|
5555
|
+
return this.run("claim", { id, ...splitClientMutationOptions(options) });
|
|
5556
|
+
}
|
|
5557
|
+
/**
|
|
5558
|
+
* Release an item's active claim using the same mutation path as `pm release`.
|
|
5559
|
+
*/
|
|
5560
|
+
release(id, options = {}) {
|
|
5561
|
+
return this.run("release", { id, ...splitClientMutationOptions(options) });
|
|
5562
|
+
}
|
|
5563
|
+
/**
|
|
5564
|
+
* Copy an item using the same mutation path as `pm copy`.
|
|
5565
|
+
*/
|
|
5566
|
+
copy(id, options = {}) {
|
|
5567
|
+
return this.run("copy", { id, ...splitClientMutationOptions(options) });
|
|
5568
|
+
}
|
|
5569
|
+
/**
|
|
5570
|
+
* Delete an item using the same mutation path as `pm delete`.
|
|
5571
|
+
*/
|
|
5572
|
+
delete(id, options = {}) {
|
|
5573
|
+
return this.run("delete", { id, ...splitClientMutationOptions(options) });
|
|
5574
|
+
}
|
|
5575
|
+
/**
|
|
5576
|
+
* Restore an item to a history version or timestamp using `pm restore`.
|
|
5577
|
+
*/
|
|
5578
|
+
restore(id, target, options = {}) {
|
|
5579
|
+
const { fullChangedFields, idOnly, ...runnerOptions } = options;
|
|
5580
|
+
return this.run("restore", {
|
|
5581
|
+
...fullChangedFields === void 0 ? {} : { fullChangedFields },
|
|
5582
|
+
...idOnly === void 0 ? {} : { idOnly },
|
|
5583
|
+
id,
|
|
5584
|
+
options: { ...runnerOptions, target }
|
|
5585
|
+
});
|
|
5586
|
+
}
|
|
5587
|
+
/**
|
|
5588
|
+
* Set, clear, or read workspace focus using the same path as `pm focus`.
|
|
5589
|
+
*/
|
|
5590
|
+
focus(id, options = {}) {
|
|
5591
|
+
return this.run("focus", { ...id === void 0 ? {} : { id }, ...splitClientMutationOptions(options) });
|
|
5592
|
+
}
|
|
5593
|
+
/**
|
|
5594
|
+
* Claim an item and transition it to the workspace in-progress status.
|
|
5595
|
+
*/
|
|
5596
|
+
startTask(id, options = {}) {
|
|
5597
|
+
return this.run("start-task", { id, ...splitClientMutationOptions(options) });
|
|
5598
|
+
}
|
|
5599
|
+
/**
|
|
5600
|
+
* Move an item back to the workspace open status and release the claim.
|
|
5601
|
+
*/
|
|
5602
|
+
pauseTask(id, options = {}) {
|
|
5603
|
+
return this.run("pause-task", { id, ...splitClientMutationOptions(options) });
|
|
5604
|
+
}
|
|
5605
|
+
/**
|
|
5606
|
+
* Close an item and release its active assignment.
|
|
5607
|
+
*/
|
|
5608
|
+
closeTask(id, reason, options = {}) {
|
|
5609
|
+
return this.run("close-task", { id, reason, ...splitClientMutationOptions(options) });
|
|
5610
|
+
}
|
|
5611
|
+
/**
|
|
5612
|
+
* Run the extension lifecycle surface with the same result shape as `pm extension`.
|
|
5613
|
+
*/
|
|
5614
|
+
extension(target, options = {}) {
|
|
5615
|
+
return this.runTyped("extension", { ...target === void 0 ? {} : { target }, options });
|
|
5616
|
+
}
|
|
5617
|
+
/**
|
|
5618
|
+
* List project or global extensions without constructing command-line argv.
|
|
5619
|
+
*/
|
|
5620
|
+
extensionList(options = {}) {
|
|
5621
|
+
return this.extension("list", options);
|
|
5622
|
+
}
|
|
5623
|
+
/**
|
|
5624
|
+
* Enable an installed extension using the same action as `pm extension activate`.
|
|
5625
|
+
*/
|
|
5626
|
+
extensionActivate(target, options = {}) {
|
|
5627
|
+
return this.runTyped("extension-activate", { target, options });
|
|
5628
|
+
}
|
|
5629
|
+
/**
|
|
5630
|
+
* Disable an installed extension using the same action as `pm extension deactivate`.
|
|
5631
|
+
*/
|
|
5632
|
+
extensionDeactivate(target, options = {}) {
|
|
5633
|
+
return this.runTyped("extension-deactivate", { target, options });
|
|
5634
|
+
}
|
|
5635
|
+
/**
|
|
5636
|
+
* Run the package lifecycle surface with package vocabulary preserved.
|
|
5637
|
+
*/
|
|
5638
|
+
package(target, options = {}) {
|
|
5639
|
+
return this.runTyped("package", {
|
|
5640
|
+
...target === void 0 ? {} : { target },
|
|
5641
|
+
options: { ...options, vocabulary: "package" }
|
|
5642
|
+
});
|
|
5643
|
+
}
|
|
5644
|
+
/**
|
|
5645
|
+
* List project or global packages through the package lifecycle primitive.
|
|
5646
|
+
*/
|
|
5647
|
+
packageList(options = {}) {
|
|
5648
|
+
return this.package("list", options);
|
|
5649
|
+
}
|
|
5650
|
+
/**
|
|
5651
|
+
* Install a package or extension source using the same action as `pm package install`.
|
|
5652
|
+
*/
|
|
5653
|
+
packageInstall(target, options = {}) {
|
|
5654
|
+
return this.runTyped("package-install", { target, options });
|
|
5655
|
+
}
|
|
5656
|
+
/**
|
|
5657
|
+
* Uninstall a package or extension using the same action as `pm package uninstall`.
|
|
5658
|
+
*/
|
|
5659
|
+
packageUninstall(target, options = {}) {
|
|
5660
|
+
return this.runTyped("package-uninstall", { target, options });
|
|
5661
|
+
}
|
|
5662
|
+
/**
|
|
5663
|
+
* Read package lifecycle diagnostics using the same action as `pm package doctor`.
|
|
5664
|
+
*/
|
|
5665
|
+
packageDoctor(options = {}) {
|
|
5666
|
+
return this.runTyped("package-doctor", { options });
|
|
5667
|
+
}
|
|
5668
|
+
/**
|
|
5669
|
+
* Inspect managed package state using the same action as `pm package manage`.
|
|
5670
|
+
*/
|
|
5671
|
+
packageManage(target, options = {}) {
|
|
5672
|
+
return this.runTyped("package-manage", { ...target === void 0 ? {} : { target }, options });
|
|
5673
|
+
}
|
|
5674
|
+
/**
|
|
5675
|
+
* Describe installed package surfaces using the same action as `pm package describe`.
|
|
5676
|
+
*/
|
|
5677
|
+
packageDescribe(target, options = {}) {
|
|
5678
|
+
return this.runTyped("package-describe", { ...target === void 0 ? {} : { target }, options });
|
|
5679
|
+
}
|
|
5680
|
+
/**
|
|
5681
|
+
* Reload installed package extensions using the same action as `pm package reload`.
|
|
5682
|
+
*/
|
|
5683
|
+
packageReload(options = {}) {
|
|
5684
|
+
return this.runTyped("package-reload", { options });
|
|
5685
|
+
}
|
|
5686
|
+
/**
|
|
5687
|
+
* Read bundled package catalog metadata using the same action as `pm package catalog`.
|
|
5688
|
+
*/
|
|
5689
|
+
packageCatalog(options = {}) {
|
|
5690
|
+
return this.runTyped("package-catalog", { options });
|
|
5691
|
+
}
|
|
5692
|
+
/**
|
|
5693
|
+
* Enable an installed package using the same action as `pm package activate`.
|
|
5694
|
+
*/
|
|
5695
|
+
packageActivate(target, options = {}) {
|
|
5696
|
+
return this.runTyped("package-activate", { target, options });
|
|
5697
|
+
}
|
|
5698
|
+
/**
|
|
5699
|
+
* Disable an installed package using the same action as `pm package deactivate`.
|
|
5700
|
+
*/
|
|
5701
|
+
packageDeactivate(target, options = {}) {
|
|
5702
|
+
return this.runTyped("package-deactivate", { target, options });
|
|
5703
|
+
}
|
|
5704
|
+
/**
|
|
5705
|
+
* Upgrade the pm CLI and/or managed packages through the public SDK dispatcher.
|
|
5706
|
+
*/
|
|
5707
|
+
upgrade(target, options = {}) {
|
|
5708
|
+
return this.runTyped("upgrade", { ...target === void 0 ? {} : { target }, options });
|
|
5709
|
+
}
|
|
5565
5710
|
};
|
|
5711
|
+
function context(options = {}, clientOptions = {}) {
|
|
5712
|
+
return new PmClient(clientOptions).context(options);
|
|
5713
|
+
}
|
|
5714
|
+
function list(options = {}, clientOptions = {}) {
|
|
5715
|
+
return new PmClient(clientOptions).list(options);
|
|
5716
|
+
}
|
|
5717
|
+
function search(query, options = {}, clientOptions = {}) {
|
|
5718
|
+
return new PmClient(clientOptions).search(query, options);
|
|
5719
|
+
}
|
|
5720
|
+
function get(id, options = {}, clientOptions = {}) {
|
|
5721
|
+
return new PmClient(clientOptions).get(id, options);
|
|
5722
|
+
}
|
|
5723
|
+
function next(options = {}, clientOptions = {}) {
|
|
5724
|
+
return new PmClient(clientOptions).next(options);
|
|
5725
|
+
}
|
|
5726
|
+
function aggregate(options = {}, clientOptions = {}) {
|
|
5727
|
+
return new PmClient(clientOptions).aggregate(options);
|
|
5728
|
+
}
|
|
5729
|
+
function stats(options = {}, clientOptions = {}) {
|
|
5730
|
+
return new PmClient(clientOptions).stats(options);
|
|
5731
|
+
}
|
|
5732
|
+
function create(options = {}, clientOptions = {}) {
|
|
5733
|
+
return new PmClient(clientOptions).create(options);
|
|
5734
|
+
}
|
|
5735
|
+
function update(id, options = {}, clientOptions = {}) {
|
|
5736
|
+
return new PmClient(clientOptions).update(id, options);
|
|
5737
|
+
}
|
|
5738
|
+
function close(id, reason, options = {}, clientOptions = {}) {
|
|
5739
|
+
return new PmClient(clientOptions).close(id, reason, options);
|
|
5740
|
+
}
|
|
5741
|
+
function claim(id, options = {}, clientOptions = {}) {
|
|
5742
|
+
return new PmClient(clientOptions).claim(id, options);
|
|
5743
|
+
}
|
|
5744
|
+
function release(id, options = {}, clientOptions = {}) {
|
|
5745
|
+
return new PmClient(clientOptions).release(id, options);
|
|
5746
|
+
}
|
|
5747
|
+
function copy(id, options = {}, clientOptions = {}) {
|
|
5748
|
+
return new PmClient(clientOptions).copy(id, options);
|
|
5749
|
+
}
|
|
5750
|
+
function deleteItem(id, options = {}, clientOptions = {}) {
|
|
5751
|
+
return new PmClient(clientOptions).delete(id, options);
|
|
5752
|
+
}
|
|
5753
|
+
function restore(id, target, options = {}, clientOptions = {}) {
|
|
5754
|
+
return new PmClient(clientOptions).restore(id, target, options);
|
|
5755
|
+
}
|
|
5756
|
+
function focus(id, options = {}, clientOptions = {}) {
|
|
5757
|
+
return new PmClient(clientOptions).focus(id, options);
|
|
5758
|
+
}
|
|
5759
|
+
function startTask(id, options = {}, clientOptions = {}) {
|
|
5760
|
+
return new PmClient(clientOptions).startTask(id, options);
|
|
5761
|
+
}
|
|
5762
|
+
function pauseTask(id, options = {}, clientOptions = {}) {
|
|
5763
|
+
return new PmClient(clientOptions).pauseTask(id, options);
|
|
5764
|
+
}
|
|
5765
|
+
function closeTask(id, reason, options = {}, clientOptions = {}) {
|
|
5766
|
+
return new PmClient(clientOptions).closeTask(id, reason, options);
|
|
5767
|
+
}
|
|
5768
|
+
function extension(target, options = {}, clientOptions = {}) {
|
|
5769
|
+
return new PmClient(clientOptions).extension(target, options);
|
|
5770
|
+
}
|
|
5771
|
+
function extensionList(options = {}, clientOptions = {}) {
|
|
5772
|
+
return new PmClient(clientOptions).extensionList(options);
|
|
5773
|
+
}
|
|
5774
|
+
function extensionActivate(target, options = {}, clientOptions = {}) {
|
|
5775
|
+
return new PmClient(clientOptions).extensionActivate(target, options);
|
|
5776
|
+
}
|
|
5777
|
+
function extensionDeactivate(target, options = {}, clientOptions = {}) {
|
|
5778
|
+
return new PmClient(clientOptions).extensionDeactivate(target, options);
|
|
5779
|
+
}
|
|
5780
|
+
function packageLifecycle(target, options = {}, clientOptions = {}) {
|
|
5781
|
+
return new PmClient(clientOptions).package(target, options);
|
|
5782
|
+
}
|
|
5783
|
+
function packageList(options = {}, clientOptions = {}) {
|
|
5784
|
+
return new PmClient(clientOptions).packageList(options);
|
|
5785
|
+
}
|
|
5786
|
+
function packageInstall(target, options = {}, clientOptions = {}) {
|
|
5787
|
+
return new PmClient(clientOptions).packageInstall(target, options);
|
|
5788
|
+
}
|
|
5789
|
+
function packageUninstall(target, options = {}, clientOptions = {}) {
|
|
5790
|
+
return new PmClient(clientOptions).packageUninstall(target, options);
|
|
5791
|
+
}
|
|
5792
|
+
function packageDoctor(options = {}, clientOptions = {}) {
|
|
5793
|
+
return new PmClient(clientOptions).packageDoctor(options);
|
|
5794
|
+
}
|
|
5795
|
+
function packageManage(target, options = {}, clientOptions = {}) {
|
|
5796
|
+
return new PmClient(clientOptions).packageManage(target, options);
|
|
5797
|
+
}
|
|
5798
|
+
function packageDescribe(target, options = {}, clientOptions = {}) {
|
|
5799
|
+
return new PmClient(clientOptions).packageDescribe(target, options);
|
|
5800
|
+
}
|
|
5801
|
+
function packageReload(options = {}, clientOptions = {}) {
|
|
5802
|
+
return new PmClient(clientOptions).packageReload(options);
|
|
5803
|
+
}
|
|
5804
|
+
function packageCatalog(options = {}, clientOptions = {}) {
|
|
5805
|
+
return new PmClient(clientOptions).packageCatalog(options);
|
|
5806
|
+
}
|
|
5807
|
+
function packageActivate(target, options = {}, clientOptions = {}) {
|
|
5808
|
+
return new PmClient(clientOptions).packageActivate(target, options);
|
|
5809
|
+
}
|
|
5810
|
+
function packageDeactivate(target, options = {}, clientOptions = {}) {
|
|
5811
|
+
return new PmClient(clientOptions).packageDeactivate(target, options);
|
|
5812
|
+
}
|
|
5813
|
+
function upgrade(target, options = {}, clientOptions = {}) {
|
|
5814
|
+
return new PmClient(clientOptions).upgrade(target, options);
|
|
5815
|
+
}
|
|
5566
5816
|
function buildWorkspaceExtensionRegistrationsCacheKey(pmRoot, settings, cwd) {
|
|
5567
5817
|
return JSON.stringify([
|
|
5568
5818
|
path3.resolve(pmRoot),
|
|
@@ -5667,6 +5917,13 @@ var ARRAY_ADD_REMOVE_ACTIONS = /* @__PURE__ */ new Set([
|
|
|
5667
5917
|
"test",
|
|
5668
5918
|
"test-all"
|
|
5669
5919
|
]);
|
|
5920
|
+
var LIFECYCLE_AUTHOR_ALIAS_ACTIONS = /* @__PURE__ */ new Set([
|
|
5921
|
+
"claim",
|
|
5922
|
+
"release",
|
|
5923
|
+
"start-task",
|
|
5924
|
+
"pause-task",
|
|
5925
|
+
"close-task"
|
|
5926
|
+
]);
|
|
5670
5927
|
function normalizeMcpOptionsArrays(options, action) {
|
|
5671
5928
|
const result = {};
|
|
5672
5929
|
const promoteAddRemove = action !== void 0 && ARRAY_ADD_REMOVE_ACTIONS.has(action);
|
|
@@ -5711,6 +5968,16 @@ function optionsWithAuthor(args, action) {
|
|
|
5711
5968
|
hoistKey("priority");
|
|
5712
5969
|
hoistKey("limit");
|
|
5713
5970
|
} else if (action === "create") {
|
|
5971
|
+
hoistKey("title");
|
|
5972
|
+
hoistKey("type");
|
|
5973
|
+
hoistKey("status");
|
|
5974
|
+
hoistKey("description");
|
|
5975
|
+
hoistKey("body");
|
|
5976
|
+
hoistKey("priority");
|
|
5977
|
+
hoistKey("tags");
|
|
5978
|
+
hoistKey("parent");
|
|
5979
|
+
hoistKey("createMode");
|
|
5980
|
+
hoistKey("create_mode");
|
|
5714
5981
|
hoistKey("allowMissingParent");
|
|
5715
5982
|
} else if (action === "close") {
|
|
5716
5983
|
hoistKey("duplicateOf");
|
|
@@ -5719,27 +5986,34 @@ function optionsWithAuthor(args, action) {
|
|
|
5719
5986
|
}
|
|
5720
5987
|
const options = normalizeMcpOptionsArrays({ ...hoistedTopLevel, ...baseOptions }, action);
|
|
5721
5988
|
const author = readString(args, "author");
|
|
5722
|
-
|
|
5989
|
+
const authorFromAssignee = action !== void 0 && LIFECYCLE_AUTHOR_ALIAS_ACTIONS.has(action) ? readString(args, "assignee") ?? readString(options, "assignee") : void 0;
|
|
5990
|
+
if (author && options.author === void 0) {
|
|
5991
|
+
return { ...options, author };
|
|
5992
|
+
}
|
|
5993
|
+
if (authorFromAssignee && options.author === void 0) {
|
|
5994
|
+
return { ...options, author: authorFromAssignee };
|
|
5995
|
+
}
|
|
5996
|
+
return options;
|
|
5723
5997
|
}
|
|
5724
5998
|
function withAddNoteOption(options) {
|
|
5725
5999
|
if (options.addNote === void 0) {
|
|
5726
6000
|
return options;
|
|
5727
6001
|
}
|
|
5728
|
-
const
|
|
5729
|
-
if (
|
|
5730
|
-
|
|
6002
|
+
const next2 = { ...options };
|
|
6003
|
+
if (next2.note === void 0 && typeof next2.addNote === "string") {
|
|
6004
|
+
next2.note = next2.addNote;
|
|
5731
6005
|
}
|
|
5732
|
-
delete
|
|
5733
|
-
return
|
|
6006
|
+
delete next2.addNote;
|
|
6007
|
+
return next2;
|
|
5734
6008
|
}
|
|
5735
6009
|
function withFilesDiscoveryOptions(options) {
|
|
5736
|
-
const
|
|
5737
|
-
if (
|
|
5738
|
-
|
|
6010
|
+
const next2 = { ...options };
|
|
6011
|
+
if (next2.discoveryNote !== void 0 && next2.note === void 0 && typeof next2.discoveryNote === "string") {
|
|
6012
|
+
next2.note = next2.discoveryNote;
|
|
5739
6013
|
}
|
|
5740
|
-
delete
|
|
5741
|
-
delete
|
|
5742
|
-
return
|
|
6014
|
+
delete next2.discover;
|
|
6015
|
+
delete next2.discoveryNote;
|
|
6016
|
+
return next2;
|
|
5743
6017
|
}
|
|
5744
6018
|
function normalizeActionName(value) {
|
|
5745
6019
|
const chunks = [];
|
|
@@ -5948,14 +6222,14 @@ var UPDATE_MANY_FLAT_CONTROL_KEYS = /* @__PURE__ */ new Set([
|
|
|
5948
6222
|
"no_checkpoint"
|
|
5949
6223
|
]);
|
|
5950
6224
|
function updateManyUpdateOptionsFromFlat(options) {
|
|
5951
|
-
const
|
|
6225
|
+
const update2 = {};
|
|
5952
6226
|
for (const [key, value] of Object.entries(options)) {
|
|
5953
6227
|
if (UPDATE_MANY_FLAT_CONTROL_KEYS.has(key)) {
|
|
5954
6228
|
continue;
|
|
5955
6229
|
}
|
|
5956
|
-
|
|
6230
|
+
update2[key] = value;
|
|
5957
6231
|
}
|
|
5958
|
-
return normalizeMcpUpdateOptions(
|
|
6232
|
+
return normalizeMcpUpdateOptions(update2);
|
|
5959
6233
|
}
|
|
5960
6234
|
function normalizeMcpUpdateOptions(options) {
|
|
5961
6235
|
const normalizedInput = normalizeMcpOptionsArrays(options, "update-many");
|
|
@@ -6061,6 +6335,9 @@ function resolveSdkActionInput(args) {
|
|
|
6061
6335
|
if (alias?.options !== void 0) {
|
|
6062
6336
|
resolvedArgs.options = { ...alias.options, ...asRecordClone(args.options) };
|
|
6063
6337
|
}
|
|
6338
|
+
if (action === "package") {
|
|
6339
|
+
resolvedArgs.options = { ...asRecordClone(resolvedArgs.options), vocabulary: "package" };
|
|
6340
|
+
}
|
|
6064
6341
|
return { action, args: resolvedArgs };
|
|
6065
6342
|
}
|
|
6066
6343
|
function shouldInvalidateWorkspaceContractsCacheAfterAction(action) {
|
|
@@ -6386,7 +6663,17 @@ async function runMcpCloseManyAction(ctx) {
|
|
|
6386
6663
|
return projectMutationResult(await runCloseMany(closeManyOptionsFromFlat(closeManyRunnerOptions), ctx.global), { changedFields });
|
|
6387
6664
|
}
|
|
6388
6665
|
async function runMcpRestoreAction(ctx) {
|
|
6389
|
-
|
|
6666
|
+
const { changedFields, idOnly, runnerOptions } = withMutationCompaction(ctx.args, ctx.options);
|
|
6667
|
+
const target = readString(runnerOptions, "target") ?? readRequiredString(ctx.args, "target");
|
|
6668
|
+
return projectMutationResult(await runRestore(requireMcpItemId(ctx, runnerOptions), target, runnerOptions, ctx.global), {
|
|
6669
|
+
changedFields,
|
|
6670
|
+
idOnly
|
|
6671
|
+
});
|
|
6672
|
+
}
|
|
6673
|
+
function withoutLifecycleAssigneeAlias(options) {
|
|
6674
|
+
const updateOptions = { ...options };
|
|
6675
|
+
delete updateOptions.assignee;
|
|
6676
|
+
return updateOptions;
|
|
6390
6677
|
}
|
|
6391
6678
|
async function runMcpStartTaskAction(ctx) {
|
|
6392
6679
|
const pmRoot = resolvePmRoot(process.cwd(), ctx.global.path);
|
|
@@ -6394,7 +6681,7 @@ async function runMcpStartTaskAction(ctx) {
|
|
|
6394
6681
|
const inProgressStatus = resolveStartTaskInProgressStatus(resolveRuntimeStatusRegistry(settings.schema));
|
|
6395
6682
|
const id = requireMcpItemId(ctx);
|
|
6396
6683
|
const claimResult = await runClaim(id, ctx.force, ctx.global, ctx.options);
|
|
6397
|
-
const updateResult = await runUpdate(id, { ...ctx.options, status: inProgressStatus, force: ctx.force }, ctx.global);
|
|
6684
|
+
const updateResult = await runUpdate(id, { ...withoutLifecycleAssigneeAlias(ctx.options), status: inProgressStatus, force: ctx.force }, ctx.global);
|
|
6398
6685
|
return { id, action: "start_task", claim: claimResult, update: updateResult };
|
|
6399
6686
|
}
|
|
6400
6687
|
async function runMcpPauseTaskAction(ctx) {
|
|
@@ -6402,7 +6689,7 @@ async function runMcpPauseTaskAction(ctx) {
|
|
|
6402
6689
|
const settings = await readSettings(pmRoot);
|
|
6403
6690
|
const id = requireMcpItemId(ctx);
|
|
6404
6691
|
const openStatus = resolveRuntimeStatusRegistry(settings.schema).open_status;
|
|
6405
|
-
const updateResult = await runUpdate(id, { ...ctx.options, status: openStatus, force: ctx.force }, ctx.global);
|
|
6692
|
+
const updateResult = await runUpdate(id, { ...withoutLifecycleAssigneeAlias(ctx.options), status: openStatus, force: ctx.force }, ctx.global);
|
|
6406
6693
|
const releaseResult = await runRelease(id, ctx.force, ctx.global, ctx.options);
|
|
6407
6694
|
return { id, action: "pause_task", update: updateResult, release: releaseResult };
|
|
6408
6695
|
}
|
|
@@ -6557,11 +6844,46 @@ export {
|
|
|
6557
6844
|
runNormalize,
|
|
6558
6845
|
runReindex,
|
|
6559
6846
|
PmClient,
|
|
6847
|
+
context,
|
|
6848
|
+
list,
|
|
6849
|
+
search,
|
|
6850
|
+
get,
|
|
6851
|
+
next,
|
|
6852
|
+
aggregate,
|
|
6853
|
+
stats,
|
|
6854
|
+
create,
|
|
6855
|
+
update,
|
|
6856
|
+
close,
|
|
6857
|
+
claim,
|
|
6858
|
+
release,
|
|
6859
|
+
copy,
|
|
6860
|
+
deleteItem,
|
|
6861
|
+
restore,
|
|
6862
|
+
focus,
|
|
6863
|
+
startTask,
|
|
6864
|
+
pauseTask,
|
|
6865
|
+
closeTask,
|
|
6866
|
+
extension,
|
|
6867
|
+
extensionList,
|
|
6868
|
+
extensionActivate,
|
|
6869
|
+
extensionDeactivate,
|
|
6870
|
+
packageLifecycle,
|
|
6871
|
+
packageList,
|
|
6872
|
+
packageInstall,
|
|
6873
|
+
packageUninstall,
|
|
6874
|
+
packageDoctor,
|
|
6875
|
+
packageManage,
|
|
6876
|
+
packageDescribe,
|
|
6877
|
+
packageReload,
|
|
6878
|
+
packageCatalog,
|
|
6879
|
+
packageActivate,
|
|
6880
|
+
packageDeactivate,
|
|
6881
|
+
upgrade,
|
|
6560
6882
|
getWorkspaceContracts,
|
|
6561
6883
|
getContracts,
|
|
6562
6884
|
readRequiredString,
|
|
6563
6885
|
runAction
|
|
6564
6886
|
};
|
|
6565
|
-
//# sourceMappingURL=chunk-
|
|
6887
|
+
//# sourceMappingURL=chunk-2RADY7IB.js.map
|
|
6566
6888
|
|
|
6567
|
-
//# debugId=
|
|
6889
|
+
//# debugId=172e4594-e82f-5ac4-add6-4f96b3b2890f
|