@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,146 +1,131 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
runGc
|
|
6
|
-
} from "./chunk-QX6HM775.js";
|
|
7
|
-
import {
|
|
8
|
-
runContracts
|
|
9
|
-
} from "./chunk-5GZ7TDD6.js";
|
|
2
|
+
runFiles,
|
|
3
|
+
runFilesDiscover
|
|
4
|
+
} from "./chunk-D6J5673C.js";
|
|
10
5
|
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
} from "./chunk-PZUGEOPS.js";
|
|
6
|
+
runDocs
|
|
7
|
+
} from "./chunk-KFL3XHMA.js";
|
|
14
8
|
import {
|
|
15
|
-
|
|
16
|
-
} from "./chunk-
|
|
9
|
+
runDeps
|
|
10
|
+
} from "./chunk-MCH6IKK7.js";
|
|
17
11
|
import {
|
|
18
12
|
assertHistoryRepairTarget,
|
|
19
13
|
runHistoryRepair,
|
|
20
14
|
runHistoryRepairAll
|
|
21
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-FJR2S7S4.js";
|
|
22
16
|
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
17
|
+
resolveStartTaskInProgressStatus,
|
|
18
|
+
runClaim,
|
|
19
|
+
runContracts,
|
|
20
|
+
runGc,
|
|
21
|
+
runHealth,
|
|
22
|
+
runRelease,
|
|
23
|
+
runStats,
|
|
24
|
+
runTelemetry,
|
|
25
|
+
runTest,
|
|
26
|
+
runTestAll,
|
|
27
|
+
runValidate
|
|
28
|
+
} from "./chunk-ASMRSIDX.js";
|
|
28
29
|
import {
|
|
29
|
-
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
runComments
|
|
31
|
+
} from "./chunk-EEJKHF7M.js";
|
|
31
32
|
import {
|
|
32
|
-
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
runCopy
|
|
34
|
+
} from "./chunk-FFB3WITE.js";
|
|
34
35
|
import {
|
|
35
|
-
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
runFocus
|
|
37
|
+
} from "./chunk-7TBUV7XS.js";
|
|
37
38
|
import {
|
|
38
39
|
runDelete
|
|
39
|
-
} from "./chunk-
|
|
40
|
+
} from "./chunk-UH6VFRV6.js";
|
|
40
41
|
import {
|
|
41
42
|
runAppend
|
|
42
|
-
} from "./chunk-
|
|
43
|
+
} from "./chunk-GSQVQINP.js";
|
|
43
44
|
import {
|
|
44
45
|
runProfileApply,
|
|
45
46
|
runProfileLint,
|
|
46
47
|
runProfileList,
|
|
47
48
|
runProfileShow
|
|
48
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-MYHFZNBO.js";
|
|
49
50
|
import {
|
|
50
51
|
runNotes
|
|
51
|
-
} from "./chunk-
|
|
52
|
+
} from "./chunk-QJZM5WO5.js";
|
|
52
53
|
import {
|
|
53
54
|
runLearnings
|
|
54
|
-
} from "./chunk-
|
|
55
|
-
import {
|
|
56
|
-
runFiles,
|
|
57
|
-
runFilesDiscover
|
|
58
|
-
} from "./chunk-RCQZK2GO.js";
|
|
59
|
-
import {
|
|
60
|
-
runDocs
|
|
61
|
-
} from "./chunk-R5BMJX33.js";
|
|
55
|
+
} from "./chunk-WVEMZZCR.js";
|
|
62
56
|
import {
|
|
63
|
-
|
|
64
|
-
} from "./chunk-
|
|
57
|
+
runCloseMany
|
|
58
|
+
} from "./chunk-YQEKE4FO.js";
|
|
65
59
|
import {
|
|
66
60
|
runUpdateMany
|
|
67
|
-
} from "./chunk-
|
|
61
|
+
} from "./chunk-EYPIUFWJ.js";
|
|
62
|
+
import {
|
|
63
|
+
runRestore
|
|
64
|
+
} from "./chunk-NGBWEYNY.js";
|
|
68
65
|
import {
|
|
69
66
|
runUpdate
|
|
70
|
-
} from "./chunk-
|
|
67
|
+
} from "./chunk-DUBC6TI3.js";
|
|
68
|
+
import {
|
|
69
|
+
runClose
|
|
70
|
+
} from "./chunk-RDJXIAJB.js";
|
|
71
71
|
import {
|
|
72
72
|
runPlan
|
|
73
|
-
} from "./chunk-
|
|
73
|
+
} from "./chunk-SN5X5GTU.js";
|
|
74
74
|
import {
|
|
75
75
|
runHistoryCompact
|
|
76
|
-
} from "./chunk-
|
|
76
|
+
} from "./chunk-UIHDZS6X.js";
|
|
77
77
|
import {
|
|
78
78
|
runHistoryRedact
|
|
79
|
-
} from "./chunk-
|
|
79
|
+
} from "./chunk-K52C6YPA.js";
|
|
80
80
|
import {
|
|
81
|
-
|
|
82
|
-
|
|
81
|
+
runConfig,
|
|
82
|
+
runUpgrade
|
|
83
|
+
} from "./chunk-P2WE5KCU.js";
|
|
83
84
|
import {
|
|
84
|
-
|
|
85
|
-
|
|
85
|
+
SCAFFOLD_CAPABILITIES,
|
|
86
|
+
runExtension,
|
|
87
|
+
runInit
|
|
88
|
+
} from "./chunk-FL625JJM.js";
|
|
86
89
|
import {
|
|
87
|
-
|
|
88
|
-
|
|
90
|
+
runSchemaAddField,
|
|
91
|
+
runSchemaAddStatus,
|
|
92
|
+
runSchemaAddType,
|
|
93
|
+
runSchemaApplyPreset,
|
|
94
|
+
runSchemaInferTypes,
|
|
95
|
+
runSchemaList,
|
|
96
|
+
runSchemaListFields,
|
|
97
|
+
runSchemaRemoveField,
|
|
98
|
+
runSchemaRemoveStatus,
|
|
99
|
+
runSchemaRemoveType,
|
|
100
|
+
runSchemaShow,
|
|
101
|
+
runSchemaShowField,
|
|
102
|
+
runSchemaShowStatus
|
|
103
|
+
} from "./chunk-UURYLDDC.js";
|
|
89
104
|
import {
|
|
90
105
|
jaccardSimilarity,
|
|
91
106
|
normalizeLowercaseWhitespace,
|
|
107
|
+
runActivity,
|
|
108
|
+
runAggregate,
|
|
109
|
+
runContext,
|
|
110
|
+
runGet,
|
|
111
|
+
runNext,
|
|
92
112
|
runSearch,
|
|
93
113
|
tokenizeAlphaNumeric
|
|
94
|
-
} from "./chunk-
|
|
95
|
-
import {
|
|
96
|
-
runGet
|
|
97
|
-
} from "./chunk-RQLT6ZWB.js";
|
|
98
|
-
import {
|
|
99
|
-
runCreate
|
|
100
|
-
} from "./chunk-SCUR7K7N.js";
|
|
101
|
-
import {
|
|
102
|
-
parseTags
|
|
103
|
-
} from "./chunk-AZYGZGGI.js";
|
|
104
|
-
import {
|
|
105
|
-
runCloseMany
|
|
106
|
-
} from "./chunk-ZJ262CED.js";
|
|
107
|
-
import {
|
|
108
|
-
runClose
|
|
109
|
-
} from "./chunk-W3DSJQIO.js";
|
|
110
|
-
import {
|
|
111
|
-
runRestore
|
|
112
|
-
} from "./chunk-6LLVNJXT.js";
|
|
113
|
-
import {
|
|
114
|
-
runUpgrade
|
|
115
|
-
} from "./chunk-HN6NSXNW.js";
|
|
116
|
-
import {
|
|
117
|
-
runAggregate
|
|
118
|
-
} from "./chunk-KERMZVY5.js";
|
|
119
|
-
import {
|
|
120
|
-
buildListQueryFilters
|
|
121
|
-
} from "./chunk-4BU75MF4.js";
|
|
122
|
-
import {
|
|
123
|
-
runNext
|
|
124
|
-
} from "./chunk-ZO3XKAOP.js";
|
|
125
|
-
import {
|
|
126
|
-
runContext
|
|
127
|
-
} from "./chunk-MR6FJ7LL.js";
|
|
114
|
+
} from "./chunk-TTCJCKUJ.js";
|
|
128
115
|
import {
|
|
116
|
+
buildListQueryFilters,
|
|
129
117
|
runList
|
|
130
|
-
} from "./chunk-
|
|
131
|
-
import {
|
|
132
|
-
runActivity
|
|
133
|
-
} from "./chunk-2XG4IZON.js";
|
|
118
|
+
} from "./chunk-RLHQ3G4M.js";
|
|
134
119
|
import {
|
|
135
120
|
runHistory
|
|
136
|
-
} from "./chunk-
|
|
121
|
+
} from "./chunk-LHDHS4Z6.js";
|
|
137
122
|
import {
|
|
138
123
|
parseIntegerLimit
|
|
139
|
-
} from "./chunk-
|
|
124
|
+
} from "./chunk-BFNFTHWQ.js";
|
|
140
125
|
import {
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
} from "./chunk-
|
|
126
|
+
resolveRegisteredSearchProvider,
|
|
127
|
+
resolveRegisteredVectorStoreAdapter
|
|
128
|
+
} from "./chunk-B5KXLBSJ.js";
|
|
144
129
|
import {
|
|
145
130
|
REINDEX_LOCK_ID,
|
|
146
131
|
buildSearchCorpus,
|
|
@@ -154,6 +139,8 @@ import {
|
|
|
154
139
|
hasVectorizationEmbeddingIdentityChanged,
|
|
155
140
|
hasVectorizationVectorDimensionChanged,
|
|
156
141
|
inferConsistentVectorDimension,
|
|
142
|
+
normalizeListOptions,
|
|
143
|
+
normalizeUpdateOptions,
|
|
157
144
|
readVectorizationStatusLedger,
|
|
158
145
|
resolveEmbeddingProviders,
|
|
159
146
|
resolveSearchCorpusFields,
|
|
@@ -161,26 +148,7 @@ import {
|
|
|
161
148
|
resolveSettingsWithSemanticRuntimeDefaults,
|
|
162
149
|
resolveVectorStores,
|
|
163
150
|
writeVectorizationStatusLedger
|
|
164
|
-
} from "./chunk-
|
|
165
|
-
import {
|
|
166
|
-
projectMutationResult
|
|
167
|
-
} from "./chunk-VPIM42PC.js";
|
|
168
|
-
import {
|
|
169
|
-
resolveRegisteredSearchProvider,
|
|
170
|
-
resolveRegisteredVectorStoreAdapter
|
|
171
|
-
} from "./chunk-B5KXLBSJ.js";
|
|
172
|
-
import {
|
|
173
|
-
runInit
|
|
174
|
-
} from "./chunk-GZRDYONU.js";
|
|
175
|
-
import {
|
|
176
|
-
runExtension
|
|
177
|
-
} from "./chunk-COWTDV6B.js";
|
|
178
|
-
import {
|
|
179
|
-
SCAFFOLD_CAPABILITIES
|
|
180
|
-
} from "./chunk-JQXPY7DN.js";
|
|
181
|
-
import {
|
|
182
|
-
splitCommaList
|
|
183
|
-
} from "./chunk-5HIZDR5A.js";
|
|
151
|
+
} from "./chunk-PJPZTE7P.js";
|
|
184
152
|
import {
|
|
185
153
|
ACTIVITY_FLAG_CONTRACTS,
|
|
186
154
|
AGGREGATE_FLAG_CONTRACTS,
|
|
@@ -213,60 +181,48 @@ import {
|
|
|
213
181
|
UPDATE_FLAG_CONTRACTS,
|
|
214
182
|
UPDATE_MANY_FLAG_CONTRACTS,
|
|
215
183
|
toCompletionFlagString
|
|
216
|
-
} from "./chunk-
|
|
184
|
+
} from "./chunk-TR2C6V5T.js";
|
|
217
185
|
import {
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
runSchemaList,
|
|
224
|
-
runSchemaListFields,
|
|
225
|
-
runSchemaRemoveField,
|
|
226
|
-
runSchemaRemoveStatus,
|
|
227
|
-
runSchemaRemoveType,
|
|
228
|
-
runSchemaShow,
|
|
229
|
-
runSchemaShowField,
|
|
230
|
-
runSchemaShowStatus
|
|
231
|
-
} from "./chunk-W572BIEB.js";
|
|
186
|
+
runCreate
|
|
187
|
+
} from "./chunk-XPSGJ4IV.js";
|
|
188
|
+
import {
|
|
189
|
+
parseTags
|
|
190
|
+
} from "./chunk-CGDUIPJL.js";
|
|
232
191
|
import {
|
|
192
|
+
splitCommaList
|
|
193
|
+
} from "./chunk-5HIZDR5A.js";
|
|
194
|
+
import {
|
|
195
|
+
projectMutationResult
|
|
196
|
+
} from "./chunk-C6XSTACC.js";
|
|
197
|
+
import {
|
|
198
|
+
PmCliError,
|
|
233
199
|
acquireLock,
|
|
234
200
|
appendHistoryEntry,
|
|
235
201
|
collectRegisteredItemFieldNames,
|
|
202
|
+
compareTimestampStrings,
|
|
236
203
|
createHistoryEntry,
|
|
204
|
+
getActiveExtensionRegistrations,
|
|
205
|
+
isTerminalStatus,
|
|
237
206
|
listAllDocumentCandidatesCached,
|
|
238
207
|
locateItem,
|
|
239
|
-
readLocatedItem,
|
|
240
|
-
toItemRecord
|
|
241
|
-
} from "./chunk-5VAA4YHR.js";
|
|
242
|
-
import {
|
|
243
|
-
runConfig
|
|
244
|
-
} from "./chunk-W6DYWXPQ.js";
|
|
245
|
-
import {
|
|
246
|
-
isTerminalStatus,
|
|
247
208
|
normalizeStatusInput,
|
|
209
|
+
nowIso,
|
|
248
210
|
parseItemDocument,
|
|
249
|
-
|
|
250
|
-
} from "./chunk-NMP5I3I5.js";
|
|
251
|
-
import {
|
|
252
|
-
compareTimestampStrings,
|
|
253
|
-
nowIso
|
|
254
|
-
} from "./chunk-FLZSGSQR.js";
|
|
255
|
-
import {
|
|
256
|
-
PmCliError,
|
|
257
|
-
getActiveExtensionRegistrations,
|
|
211
|
+
readLocatedItem,
|
|
258
212
|
readSettings,
|
|
259
213
|
runActiveCommandHandler,
|
|
260
214
|
runActiveOnIndexHooks,
|
|
261
215
|
runActiveOnWriteHooks,
|
|
216
|
+
serializeItemDocument,
|
|
262
217
|
setActiveExtensionCommands,
|
|
263
218
|
setActiveExtensionHooks,
|
|
264
219
|
setActiveExtensionParsers,
|
|
265
220
|
setActiveExtensionPreflight,
|
|
266
221
|
setActiveExtensionRegistrations,
|
|
267
222
|
setActiveExtensionRenderers,
|
|
268
|
-
setActiveExtensionServices
|
|
269
|
-
|
|
223
|
+
setActiveExtensionServices,
|
|
224
|
+
toItemRecord
|
|
225
|
+
} from "./chunk-BPJ5NYSJ.js";
|
|
270
226
|
import {
|
|
271
227
|
BUILTIN_ITEM_TYPE_VALUES,
|
|
272
228
|
EXIT_CODE,
|
|
@@ -293,7 +249,7 @@ import {
|
|
|
293
249
|
toErrorMessage,
|
|
294
250
|
toNonEmptyStringOrUndefined,
|
|
295
251
|
writeFileAtomic
|
|
296
|
-
} from "./chunk-
|
|
252
|
+
} from "./chunk-2BVD4ZD2.js";
|
|
297
253
|
|
|
298
254
|
// dist/sdk/runtime.js
|
|
299
255
|
import path3 from "node:path";
|
|
@@ -1422,7 +1378,7 @@ function renderGuideMarkdown(result) {
|
|
|
1422
1378
|
!(function() {
|
|
1423
1379
|
try {
|
|
1424
1380
|
var e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
|
|
1425
|
-
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "
|
|
1381
|
+
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "6aac8389-5103-50a6-98bd-fde0720289ba");
|
|
1426
1382
|
} catch (e2) {
|
|
1427
1383
|
}
|
|
1428
1384
|
})();
|
|
@@ -2921,6 +2877,8 @@ ${zshSearchRuntimeFieldFlags} '--json[Output JSON]' \\
|
|
|
2921
2877
|
'--trace[Include registration traces in doctor deep diagnostics]' \\
|
|
2922
2878
|
'--runtime-probe[Opt-in runtime activation probe for manage output]' \\
|
|
2923
2879
|
'--fix-managed-state[Adopt unmanaged extensions before diagnostics/update checks]' \\
|
|
2880
|
+
'--isolated[Run doctor against project-scope extensions only]' \\
|
|
2881
|
+
'--ignore-global[Alias for --isolated]' \\
|
|
2924
2882
|
'--strict-exit[Return non-zero exit when doctor warnings are present]' \\
|
|
2925
2883
|
'--fail-on-warn[Alias for --strict-exit (doctor)]' \\
|
|
2926
2884
|
'--json[Output JSON]' \\
|
|
@@ -2959,6 +2917,8 @@ ${zshSearchRuntimeFieldFlags} '--json[Output JSON]' \\
|
|
|
2959
2917
|
'--trace[Include registration traces in doctor deep diagnostics]' \\
|
|
2960
2918
|
'--runtime-probe[Opt-in runtime activation probe for manage output]' \\
|
|
2961
2919
|
'--fix-managed-state[Adopt unmanaged packages before diagnostics/update checks]' \\
|
|
2920
|
+
'--isolated[Run doctor against project-scope packages only]' \\
|
|
2921
|
+
'--ignore-global[Alias for --isolated]' \\
|
|
2962
2922
|
'--strict-exit[Return non-zero exit when doctor warnings are present]' \\
|
|
2963
2923
|
'--fail-on-warn[Alias for --strict-exit (doctor)]' \\
|
|
2964
2924
|
'--json[Output JSON]' \\
|
|
@@ -3857,6 +3817,8 @@ complete -c pm -n '__fish_seen_subcommand_from extension' -l detail -d 'Detail m
|
|
|
3857
3817
|
complete -c pm -n '__fish_seen_subcommand_from extension' -l trace -d 'Include registration traces in doctor deep diagnostics'
|
|
3858
3818
|
complete -c pm -n '__fish_seen_subcommand_from extension' -l runtime-probe -d 'Opt-in runtime activation probe for manage output'
|
|
3859
3819
|
complete -c pm -n '__fish_seen_subcommand_from extension' -l fix-managed-state -d 'Adopt unmanaged extensions before diagnostics/update checks'
|
|
3820
|
+
complete -c pm -n '__fish_seen_subcommand_from extension' -l isolated -d 'Run doctor against project-scope extensions only'
|
|
3821
|
+
complete -c pm -n '__fish_seen_subcommand_from extension' -l ignore-global -d 'Alias for --isolated'
|
|
3860
3822
|
complete -c pm -n '__fish_seen_subcommand_from extension' -l strict-exit -d 'Return non-zero exit when doctor warnings are present'
|
|
3861
3823
|
complete -c pm -n '__fish_seen_subcommand_from extension' -l fail-on-warn -d 'Alias for --strict-exit (doctor)'
|
|
3862
3824
|
|
|
@@ -3892,6 +3854,8 @@ for package_cmd in package packages
|
|
|
3892
3854
|
complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l trace -d 'Include registration traces in doctor deep diagnostics'
|
|
3893
3855
|
complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l runtime-probe -d 'Opt-in runtime activation probe for manage output'
|
|
3894
3856
|
complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l fix-managed-state -d 'Adopt unmanaged packages before diagnostics/update checks'
|
|
3857
|
+
complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l isolated -d 'Run doctor against project-scope packages only'
|
|
3858
|
+
complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l ignore-global -d 'Alias for --isolated'
|
|
3895
3859
|
complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l strict-exit -d 'Return non-zero exit when doctor warnings are present'
|
|
3896
3860
|
complete -c pm -n "__fish_seen_subcommand_from $package_cmd" -l fail-on-warn -d 'Alias for --strict-exit (doctor)'
|
|
3897
3861
|
end`;
|
|
@@ -4014,16 +3978,16 @@ function buildCommentsAuditSummary(items) {
|
|
|
4014
3978
|
entry.comments_exported += item.comments.length;
|
|
4015
3979
|
byTypeAccumulator.set(item.type, entry);
|
|
4016
3980
|
}
|
|
4017
|
-
const byType = [...byTypeAccumulator.entries()].sort(([left], [right]) => left.localeCompare(right)).map(([type,
|
|
4018
|
-
const zeroCount =
|
|
4019
|
-
const coverage = ratioPercent(
|
|
3981
|
+
const byType = [...byTypeAccumulator.entries()].sort(([left], [right]) => left.localeCompare(right)).map(([type, stats2]) => {
|
|
3982
|
+
const zeroCount = stats2.items_scanned - stats2.items_with_comments;
|
|
3983
|
+
const coverage = ratioPercent(stats2.items_with_comments, stats2.items_scanned);
|
|
4020
3984
|
return {
|
|
4021
3985
|
type,
|
|
4022
|
-
items_scanned:
|
|
4023
|
-
items_with_comments:
|
|
3986
|
+
items_scanned: stats2.items_scanned,
|
|
3987
|
+
items_with_comments: stats2.items_with_comments,
|
|
4024
3988
|
zero_comment_items: zeroCount,
|
|
4025
|
-
comments_total:
|
|
4026
|
-
comments_exported:
|
|
3989
|
+
comments_total: stats2.comments_total,
|
|
3990
|
+
comments_exported: stats2.comments_exported,
|
|
4027
3991
|
items_with_comments_ratio: coverage.ratio,
|
|
4028
3992
|
items_with_comments_percent: coverage.percent
|
|
4029
3993
|
};
|
|
@@ -4543,17 +4507,17 @@ async function applyDedupeMergeReparents(params) {
|
|
|
4543
4507
|
}
|
|
4544
4508
|
async function applyDedupeMergeClose(params) {
|
|
4545
4509
|
const reason = `Duplicate of ${params.keep}`;
|
|
4546
|
-
const
|
|
4510
|
+
const close2 = { duplicate_of: params.keep, reason, applied: false };
|
|
4547
4511
|
if (isTerminalStatus(params.duplicate.metadata.status, params.statusRegistry)) {
|
|
4548
|
-
|
|
4512
|
+
close2.skipped_reason = "already_terminal";
|
|
4549
4513
|
if (params.duplicate.metadata.duplicate_of?.trim() !== params.keep) {
|
|
4550
4514
|
params.warnings.push(`close_skipped_terminal:${params.duplicate.id}:already_closed`);
|
|
4551
4515
|
}
|
|
4552
|
-
return
|
|
4516
|
+
return close2;
|
|
4553
4517
|
}
|
|
4554
4518
|
if (!params.apply) {
|
|
4555
|
-
|
|
4556
|
-
return
|
|
4519
|
+
close2.skipped_reason = "dry_run";
|
|
4520
|
+
return close2;
|
|
4557
4521
|
}
|
|
4558
4522
|
try {
|
|
4559
4523
|
await runClose(params.duplicate.id, void 0, {
|
|
@@ -4561,12 +4525,12 @@ async function applyDedupeMergeClose(params) {
|
|
|
4561
4525
|
author: params.options.author,
|
|
4562
4526
|
message: params.options.message ?? `dedupe-merge: close ${params.duplicate.id} as duplicate of ${params.keep}`
|
|
4563
4527
|
}, params.global);
|
|
4564
|
-
|
|
4528
|
+
close2.applied = true;
|
|
4565
4529
|
} catch (error) {
|
|
4566
|
-
|
|
4530
|
+
close2.skipped_reason = "failed";
|
|
4567
4531
|
params.warnings.push(`close_failed:${params.duplicate.id}:${error instanceof Error ? error.message : String(error)}`);
|
|
4568
4532
|
}
|
|
4569
|
-
return
|
|
4533
|
+
return close2;
|
|
4570
4534
|
}
|
|
4571
4535
|
async function runDedupeMerge(options, global2) {
|
|
4572
4536
|
const pmRoot = resolvePmRoot(process.cwd(), global2.path);
|
|
@@ -4613,14 +4577,14 @@ async function runDedupeMerge(options, global2) {
|
|
|
4613
4577
|
global: global2,
|
|
4614
4578
|
warnings
|
|
4615
4579
|
});
|
|
4616
|
-
const
|
|
4580
|
+
const close2 = await applyDedupeMergeClose({ duplicate, keep, apply, options, global: global2, statusRegistry, warnings });
|
|
4617
4581
|
outcomes.push({
|
|
4618
4582
|
duplicate_id: duplicate.id,
|
|
4619
4583
|
duplicate_title: duplicate.title,
|
|
4620
4584
|
canonical_id: keep,
|
|
4621
4585
|
reparented_children: reparented,
|
|
4622
4586
|
skipped_children: skippedChildren,
|
|
4623
|
-
close
|
|
4587
|
+
close: close2
|
|
4624
4588
|
});
|
|
4625
4589
|
}
|
|
4626
4590
|
const childrenReparented = outcomes.reduce((total, outcome) => total + outcome.reparented_children.filter((child) => child.applied).length, 0);
|
|
@@ -4931,7 +4895,7 @@ import path2 from "node:path";
|
|
|
4931
4895
|
!(function() {
|
|
4932
4896
|
try {
|
|
4933
4897
|
var e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
|
|
4934
|
-
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "
|
|
4898
|
+
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "7fc8eb46-f035-5bfa-bacd-90d176ad4e2b");
|
|
4935
4899
|
} catch (e2) {
|
|
4936
4900
|
}
|
|
4937
4901
|
})();
|
|
@@ -5067,9 +5031,9 @@ function resolveExtensionVectorAdapter(settings) {
|
|
|
5067
5031
|
...typeof deleteHandler === "function" ? { delete: deleteHandler } : {}
|
|
5068
5032
|
};
|
|
5069
5033
|
}
|
|
5070
|
-
function assertVector(value,
|
|
5034
|
+
function assertVector(value, context2) {
|
|
5071
5035
|
if (!Array.isArray(value) || value.some((entry) => typeof entry !== "number" || !Number.isFinite(entry))) {
|
|
5072
|
-
throw new PmCliError(`Invalid vector returned by ${
|
|
5036
|
+
throw new PmCliError(`Invalid vector returned by ${context2}`, EXIT_CODE.GENERIC_FAILURE);
|
|
5073
5037
|
}
|
|
5074
5038
|
return value;
|
|
5075
5039
|
}
|
|
@@ -5238,7 +5202,7 @@ function assertSemanticRuntimeAvailable(params) {
|
|
|
5238
5202
|
if (!providerResolution.active && !params.extensionEmbedding) {
|
|
5239
5203
|
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);
|
|
5240
5204
|
}
|
|
5241
|
-
const vectorResolution = resolveVectorStores(params.settings);
|
|
5205
|
+
const vectorResolution = resolveVectorStores(params.settings, params.pmRoot);
|
|
5242
5206
|
if (!vectorResolution.active && !params.extensionVectorAdapter) {
|
|
5243
5207
|
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);
|
|
5244
5208
|
}
|
|
@@ -5509,6 +5473,7 @@ async function runReindex(options, global2) {
|
|
|
5509
5473
|
const extensionVectorAdapter = resolveExtensionVectorAdapter(settings);
|
|
5510
5474
|
const semanticRuntime = assertSemanticRuntimeAvailable({
|
|
5511
5475
|
requestedMode,
|
|
5476
|
+
pmRoot,
|
|
5512
5477
|
settings,
|
|
5513
5478
|
extensionEmbedding,
|
|
5514
5479
|
extensionVectorAdapter
|
|
@@ -5601,7 +5566,7 @@ async function runReindex(options, global2) {
|
|
|
5601
5566
|
!(function() {
|
|
5602
5567
|
try {
|
|
5603
5568
|
var e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
|
|
5604
|
-
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "
|
|
5569
|
+
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "6781d5a3-3e21-5198-a534-fb2be114b6e1");
|
|
5605
5570
|
} catch (e2) {
|
|
5606
5571
|
}
|
|
5607
5572
|
})();
|
|
@@ -5632,40 +5597,61 @@ var PmClient = class {
|
|
|
5632
5597
|
run(action, args = {}) {
|
|
5633
5598
|
return runAction({ ...this.defaults, ...args, action });
|
|
5634
5599
|
}
|
|
5600
|
+
runTyped(action, args = {}) {
|
|
5601
|
+
return this.run(action, args);
|
|
5602
|
+
}
|
|
5635
5603
|
/**
|
|
5636
5604
|
* Return the same context snapshot produced by `pm context`.
|
|
5637
5605
|
*/
|
|
5638
5606
|
context(options = {}) {
|
|
5639
|
-
return this.
|
|
5607
|
+
return this.runTyped("context", { options });
|
|
5640
5608
|
}
|
|
5641
5609
|
/**
|
|
5642
5610
|
* List items with the MCP/agent compact defaults.
|
|
5643
5611
|
*/
|
|
5644
5612
|
list(options = {}) {
|
|
5645
|
-
return this.
|
|
5613
|
+
return this.runTyped("list", { options });
|
|
5646
5614
|
}
|
|
5647
5615
|
/**
|
|
5648
5616
|
* Search items with the MCP/agent compact defaults.
|
|
5649
5617
|
*/
|
|
5650
5618
|
search(query, options = {}) {
|
|
5651
|
-
return this.
|
|
5619
|
+
return this.runTyped("search", { query, options });
|
|
5652
5620
|
}
|
|
5653
5621
|
/**
|
|
5654
5622
|
* Read one item by id.
|
|
5655
5623
|
*/
|
|
5656
5624
|
get(id, options = {}) {
|
|
5657
|
-
return this.
|
|
5625
|
+
return this.runTyped("get", { id, options });
|
|
5626
|
+
}
|
|
5627
|
+
/**
|
|
5628
|
+
* Return the ranked next-work recommendation produced by `pm next`.
|
|
5629
|
+
*/
|
|
5630
|
+
next(options = {}) {
|
|
5631
|
+
return this.runTyped("next", { options });
|
|
5632
|
+
}
|
|
5633
|
+
/**
|
|
5634
|
+
* Group matching items with the same semantics as `pm aggregate`.
|
|
5635
|
+
*/
|
|
5636
|
+
aggregate(options = {}) {
|
|
5637
|
+
return this.runTyped("aggregate", { options });
|
|
5638
|
+
}
|
|
5639
|
+
/**
|
|
5640
|
+
* Return project tracker statistics with the same sections as `pm stats`.
|
|
5641
|
+
*/
|
|
5642
|
+
stats(options = {}) {
|
|
5643
|
+
return this.runTyped("stats", { options });
|
|
5658
5644
|
}
|
|
5659
5645
|
/**
|
|
5660
5646
|
* Create an item using the same mutation path as `pm create`.
|
|
5661
5647
|
*/
|
|
5662
|
-
create(options) {
|
|
5648
|
+
create(options = {}) {
|
|
5663
5649
|
return this.run("create", splitClientMutationOptions(options));
|
|
5664
5650
|
}
|
|
5665
5651
|
/**
|
|
5666
5652
|
* Update an item using the same mutation path as `pm update`.
|
|
5667
5653
|
*/
|
|
5668
|
-
update(id, options) {
|
|
5654
|
+
update(id, options = {}) {
|
|
5669
5655
|
return this.run("update", { id, ...splitClientMutationOptions(options) });
|
|
5670
5656
|
}
|
|
5671
5657
|
/**
|
|
@@ -5674,7 +5660,271 @@ var PmClient = class {
|
|
|
5674
5660
|
close(id, reason, options = {}) {
|
|
5675
5661
|
return this.run("close", { id, reason, ...splitClientMutationOptions(options) });
|
|
5676
5662
|
}
|
|
5663
|
+
/**
|
|
5664
|
+
* Claim an item using the same mutation path as `pm claim`.
|
|
5665
|
+
*/
|
|
5666
|
+
claim(id, options = {}) {
|
|
5667
|
+
return this.run("claim", { id, ...splitClientMutationOptions(options) });
|
|
5668
|
+
}
|
|
5669
|
+
/**
|
|
5670
|
+
* Release an item's active claim using the same mutation path as `pm release`.
|
|
5671
|
+
*/
|
|
5672
|
+
release(id, options = {}) {
|
|
5673
|
+
return this.run("release", { id, ...splitClientMutationOptions(options) });
|
|
5674
|
+
}
|
|
5675
|
+
/**
|
|
5676
|
+
* Copy an item using the same mutation path as `pm copy`.
|
|
5677
|
+
*/
|
|
5678
|
+
copy(id, options = {}) {
|
|
5679
|
+
return this.run("copy", { id, ...splitClientMutationOptions(options) });
|
|
5680
|
+
}
|
|
5681
|
+
/**
|
|
5682
|
+
* Delete an item using the same mutation path as `pm delete`.
|
|
5683
|
+
*/
|
|
5684
|
+
delete(id, options = {}) {
|
|
5685
|
+
return this.run("delete", { id, ...splitClientMutationOptions(options) });
|
|
5686
|
+
}
|
|
5687
|
+
/**
|
|
5688
|
+
* Restore an item to a history version or timestamp using `pm restore`.
|
|
5689
|
+
*/
|
|
5690
|
+
restore(id, target, options = {}) {
|
|
5691
|
+
const { fullChangedFields, idOnly, ...runnerOptions } = options;
|
|
5692
|
+
return this.run("restore", {
|
|
5693
|
+
...fullChangedFields === void 0 ? {} : { fullChangedFields },
|
|
5694
|
+
...idOnly === void 0 ? {} : { idOnly },
|
|
5695
|
+
id,
|
|
5696
|
+
options: { ...runnerOptions, target }
|
|
5697
|
+
});
|
|
5698
|
+
}
|
|
5699
|
+
/**
|
|
5700
|
+
* Set, clear, or read workspace focus using the same path as `pm focus`.
|
|
5701
|
+
*/
|
|
5702
|
+
focus(id, options = {}) {
|
|
5703
|
+
return this.run("focus", { ...id === void 0 ? {} : { id }, ...splitClientMutationOptions(options) });
|
|
5704
|
+
}
|
|
5705
|
+
/**
|
|
5706
|
+
* Claim an item and transition it to the workspace in-progress status.
|
|
5707
|
+
*/
|
|
5708
|
+
startTask(id, options = {}) {
|
|
5709
|
+
return this.run("start-task", { id, ...splitClientMutationOptions(options) });
|
|
5710
|
+
}
|
|
5711
|
+
/**
|
|
5712
|
+
* Move an item back to the workspace open status and release the claim.
|
|
5713
|
+
*/
|
|
5714
|
+
pauseTask(id, options = {}) {
|
|
5715
|
+
return this.run("pause-task", { id, ...splitClientMutationOptions(options) });
|
|
5716
|
+
}
|
|
5717
|
+
/**
|
|
5718
|
+
* Close an item and release its active assignment.
|
|
5719
|
+
*/
|
|
5720
|
+
closeTask(id, reason, options = {}) {
|
|
5721
|
+
return this.run("close-task", { id, reason, ...splitClientMutationOptions(options) });
|
|
5722
|
+
}
|
|
5723
|
+
/**
|
|
5724
|
+
* Run the extension lifecycle surface with the same result shape as `pm extension`.
|
|
5725
|
+
*/
|
|
5726
|
+
extension(target, options = {}) {
|
|
5727
|
+
return this.runTyped("extension", { ...target === void 0 ? {} : { target }, options });
|
|
5728
|
+
}
|
|
5729
|
+
/**
|
|
5730
|
+
* List project or global extensions without constructing command-line argv.
|
|
5731
|
+
*/
|
|
5732
|
+
extensionList(options = {}) {
|
|
5733
|
+
return this.extension("list", options);
|
|
5734
|
+
}
|
|
5735
|
+
/**
|
|
5736
|
+
* Enable an installed extension using the same action as `pm extension activate`.
|
|
5737
|
+
*/
|
|
5738
|
+
extensionActivate(target, options = {}) {
|
|
5739
|
+
return this.runTyped("extension-activate", { target, options });
|
|
5740
|
+
}
|
|
5741
|
+
/**
|
|
5742
|
+
* Disable an installed extension using the same action as `pm extension deactivate`.
|
|
5743
|
+
*/
|
|
5744
|
+
extensionDeactivate(target, options = {}) {
|
|
5745
|
+
return this.runTyped("extension-deactivate", { target, options });
|
|
5746
|
+
}
|
|
5747
|
+
/**
|
|
5748
|
+
* Run the package lifecycle surface with package vocabulary preserved.
|
|
5749
|
+
*/
|
|
5750
|
+
package(target, options = {}) {
|
|
5751
|
+
return this.runTyped("package", {
|
|
5752
|
+
...target === void 0 ? {} : { target },
|
|
5753
|
+
options: { ...options, vocabulary: "package" }
|
|
5754
|
+
});
|
|
5755
|
+
}
|
|
5756
|
+
/**
|
|
5757
|
+
* List project or global packages through the package lifecycle primitive.
|
|
5758
|
+
*/
|
|
5759
|
+
packageList(options = {}) {
|
|
5760
|
+
return this.package("list", options);
|
|
5761
|
+
}
|
|
5762
|
+
/**
|
|
5763
|
+
* Install a package or extension source using the same action as `pm package install`.
|
|
5764
|
+
*/
|
|
5765
|
+
packageInstall(target, options = {}) {
|
|
5766
|
+
return this.runTyped("package-install", { target, options });
|
|
5767
|
+
}
|
|
5768
|
+
/**
|
|
5769
|
+
* Uninstall a package or extension using the same action as `pm package uninstall`.
|
|
5770
|
+
*/
|
|
5771
|
+
packageUninstall(target, options = {}) {
|
|
5772
|
+
return this.runTyped("package-uninstall", { target, options });
|
|
5773
|
+
}
|
|
5774
|
+
/**
|
|
5775
|
+
* Read package lifecycle diagnostics using the same action as `pm package doctor`.
|
|
5776
|
+
*/
|
|
5777
|
+
packageDoctor(options = {}) {
|
|
5778
|
+
return this.runTyped("package-doctor", { options });
|
|
5779
|
+
}
|
|
5780
|
+
/**
|
|
5781
|
+
* Inspect managed package state using the same action as `pm package manage`.
|
|
5782
|
+
*/
|
|
5783
|
+
packageManage(target, options = {}) {
|
|
5784
|
+
return this.runTyped("package-manage", { ...target === void 0 ? {} : { target }, options });
|
|
5785
|
+
}
|
|
5786
|
+
/**
|
|
5787
|
+
* Describe installed package surfaces using the same action as `pm package describe`.
|
|
5788
|
+
*/
|
|
5789
|
+
packageDescribe(target, options = {}) {
|
|
5790
|
+
return this.runTyped("package-describe", { ...target === void 0 ? {} : { target }, options });
|
|
5791
|
+
}
|
|
5792
|
+
/**
|
|
5793
|
+
* Reload installed package extensions using the same action as `pm package reload`.
|
|
5794
|
+
*/
|
|
5795
|
+
packageReload(options = {}) {
|
|
5796
|
+
return this.runTyped("package-reload", { options });
|
|
5797
|
+
}
|
|
5798
|
+
/**
|
|
5799
|
+
* Read bundled package catalog metadata using the same action as `pm package catalog`.
|
|
5800
|
+
*/
|
|
5801
|
+
packageCatalog(options = {}) {
|
|
5802
|
+
return this.runTyped("package-catalog", { options });
|
|
5803
|
+
}
|
|
5804
|
+
/**
|
|
5805
|
+
* Enable an installed package using the same action as `pm package activate`.
|
|
5806
|
+
*/
|
|
5807
|
+
packageActivate(target, options = {}) {
|
|
5808
|
+
return this.runTyped("package-activate", { target, options });
|
|
5809
|
+
}
|
|
5810
|
+
/**
|
|
5811
|
+
* Disable an installed package using the same action as `pm package deactivate`.
|
|
5812
|
+
*/
|
|
5813
|
+
packageDeactivate(target, options = {}) {
|
|
5814
|
+
return this.runTyped("package-deactivate", { target, options });
|
|
5815
|
+
}
|
|
5816
|
+
/**
|
|
5817
|
+
* Upgrade the pm CLI and/or managed packages through the public SDK dispatcher.
|
|
5818
|
+
*/
|
|
5819
|
+
upgrade(target, options = {}) {
|
|
5820
|
+
return this.runTyped("upgrade", { ...target === void 0 ? {} : { target }, options });
|
|
5821
|
+
}
|
|
5677
5822
|
};
|
|
5823
|
+
function context(options = {}, clientOptions = {}) {
|
|
5824
|
+
return new PmClient(clientOptions).context(options);
|
|
5825
|
+
}
|
|
5826
|
+
function list(options = {}, clientOptions = {}) {
|
|
5827
|
+
return new PmClient(clientOptions).list(options);
|
|
5828
|
+
}
|
|
5829
|
+
function search(query, options = {}, clientOptions = {}) {
|
|
5830
|
+
return new PmClient(clientOptions).search(query, options);
|
|
5831
|
+
}
|
|
5832
|
+
function get(id, options = {}, clientOptions = {}) {
|
|
5833
|
+
return new PmClient(clientOptions).get(id, options);
|
|
5834
|
+
}
|
|
5835
|
+
function next(options = {}, clientOptions = {}) {
|
|
5836
|
+
return new PmClient(clientOptions).next(options);
|
|
5837
|
+
}
|
|
5838
|
+
function aggregate(options = {}, clientOptions = {}) {
|
|
5839
|
+
return new PmClient(clientOptions).aggregate(options);
|
|
5840
|
+
}
|
|
5841
|
+
function stats(options = {}, clientOptions = {}) {
|
|
5842
|
+
return new PmClient(clientOptions).stats(options);
|
|
5843
|
+
}
|
|
5844
|
+
function create(options = {}, clientOptions = {}) {
|
|
5845
|
+
return new PmClient(clientOptions).create(options);
|
|
5846
|
+
}
|
|
5847
|
+
function update(id, options = {}, clientOptions = {}) {
|
|
5848
|
+
return new PmClient(clientOptions).update(id, options);
|
|
5849
|
+
}
|
|
5850
|
+
function close(id, reason, options = {}, clientOptions = {}) {
|
|
5851
|
+
return new PmClient(clientOptions).close(id, reason, options);
|
|
5852
|
+
}
|
|
5853
|
+
function claim(id, options = {}, clientOptions = {}) {
|
|
5854
|
+
return new PmClient(clientOptions).claim(id, options);
|
|
5855
|
+
}
|
|
5856
|
+
function release(id, options = {}, clientOptions = {}) {
|
|
5857
|
+
return new PmClient(clientOptions).release(id, options);
|
|
5858
|
+
}
|
|
5859
|
+
function copy(id, options = {}, clientOptions = {}) {
|
|
5860
|
+
return new PmClient(clientOptions).copy(id, options);
|
|
5861
|
+
}
|
|
5862
|
+
function deleteItem(id, options = {}, clientOptions = {}) {
|
|
5863
|
+
return new PmClient(clientOptions).delete(id, options);
|
|
5864
|
+
}
|
|
5865
|
+
function restore(id, target, options = {}, clientOptions = {}) {
|
|
5866
|
+
return new PmClient(clientOptions).restore(id, target, options);
|
|
5867
|
+
}
|
|
5868
|
+
function focus(id, options = {}, clientOptions = {}) {
|
|
5869
|
+
return new PmClient(clientOptions).focus(id, options);
|
|
5870
|
+
}
|
|
5871
|
+
function startTask(id, options = {}, clientOptions = {}) {
|
|
5872
|
+
return new PmClient(clientOptions).startTask(id, options);
|
|
5873
|
+
}
|
|
5874
|
+
function pauseTask(id, options = {}, clientOptions = {}) {
|
|
5875
|
+
return new PmClient(clientOptions).pauseTask(id, options);
|
|
5876
|
+
}
|
|
5877
|
+
function closeTask(id, reason, options = {}, clientOptions = {}) {
|
|
5878
|
+
return new PmClient(clientOptions).closeTask(id, reason, options);
|
|
5879
|
+
}
|
|
5880
|
+
function extension(target, options = {}, clientOptions = {}) {
|
|
5881
|
+
return new PmClient(clientOptions).extension(target, options);
|
|
5882
|
+
}
|
|
5883
|
+
function extensionList(options = {}, clientOptions = {}) {
|
|
5884
|
+
return new PmClient(clientOptions).extensionList(options);
|
|
5885
|
+
}
|
|
5886
|
+
function extensionActivate(target, options = {}, clientOptions = {}) {
|
|
5887
|
+
return new PmClient(clientOptions).extensionActivate(target, options);
|
|
5888
|
+
}
|
|
5889
|
+
function extensionDeactivate(target, options = {}, clientOptions = {}) {
|
|
5890
|
+
return new PmClient(clientOptions).extensionDeactivate(target, options);
|
|
5891
|
+
}
|
|
5892
|
+
function packageLifecycle(target, options = {}, clientOptions = {}) {
|
|
5893
|
+
return new PmClient(clientOptions).package(target, options);
|
|
5894
|
+
}
|
|
5895
|
+
function packageList(options = {}, clientOptions = {}) {
|
|
5896
|
+
return new PmClient(clientOptions).packageList(options);
|
|
5897
|
+
}
|
|
5898
|
+
function packageInstall(target, options = {}, clientOptions = {}) {
|
|
5899
|
+
return new PmClient(clientOptions).packageInstall(target, options);
|
|
5900
|
+
}
|
|
5901
|
+
function packageUninstall(target, options = {}, clientOptions = {}) {
|
|
5902
|
+
return new PmClient(clientOptions).packageUninstall(target, options);
|
|
5903
|
+
}
|
|
5904
|
+
function packageDoctor(options = {}, clientOptions = {}) {
|
|
5905
|
+
return new PmClient(clientOptions).packageDoctor(options);
|
|
5906
|
+
}
|
|
5907
|
+
function packageManage(target, options = {}, clientOptions = {}) {
|
|
5908
|
+
return new PmClient(clientOptions).packageManage(target, options);
|
|
5909
|
+
}
|
|
5910
|
+
function packageDescribe(target, options = {}, clientOptions = {}) {
|
|
5911
|
+
return new PmClient(clientOptions).packageDescribe(target, options);
|
|
5912
|
+
}
|
|
5913
|
+
function packageReload(options = {}, clientOptions = {}) {
|
|
5914
|
+
return new PmClient(clientOptions).packageReload(options);
|
|
5915
|
+
}
|
|
5916
|
+
function packageCatalog(options = {}, clientOptions = {}) {
|
|
5917
|
+
return new PmClient(clientOptions).packageCatalog(options);
|
|
5918
|
+
}
|
|
5919
|
+
function packageActivate(target, options = {}, clientOptions = {}) {
|
|
5920
|
+
return new PmClient(clientOptions).packageActivate(target, options);
|
|
5921
|
+
}
|
|
5922
|
+
function packageDeactivate(target, options = {}, clientOptions = {}) {
|
|
5923
|
+
return new PmClient(clientOptions).packageDeactivate(target, options);
|
|
5924
|
+
}
|
|
5925
|
+
function upgrade(target, options = {}, clientOptions = {}) {
|
|
5926
|
+
return new PmClient(clientOptions).upgrade(target, options);
|
|
5927
|
+
}
|
|
5678
5928
|
function buildWorkspaceExtensionRegistrationsCacheKey(pmRoot, settings, cwd) {
|
|
5679
5929
|
return JSON.stringify([
|
|
5680
5930
|
path3.resolve(pmRoot),
|
|
@@ -5779,6 +6029,13 @@ var ARRAY_ADD_REMOVE_ACTIONS = /* @__PURE__ */ new Set([
|
|
|
5779
6029
|
"test",
|
|
5780
6030
|
"test-all"
|
|
5781
6031
|
]);
|
|
6032
|
+
var LIFECYCLE_AUTHOR_ALIAS_ACTIONS = /* @__PURE__ */ new Set([
|
|
6033
|
+
"claim",
|
|
6034
|
+
"release",
|
|
6035
|
+
"start-task",
|
|
6036
|
+
"pause-task",
|
|
6037
|
+
"close-task"
|
|
6038
|
+
]);
|
|
5782
6039
|
function normalizeMcpOptionsArrays(options, action) {
|
|
5783
6040
|
const result = {};
|
|
5784
6041
|
const promoteAddRemove = action !== void 0 && ARRAY_ADD_REMOVE_ACTIONS.has(action);
|
|
@@ -5823,6 +6080,16 @@ function optionsWithAuthor(args, action) {
|
|
|
5823
6080
|
hoistKey("priority");
|
|
5824
6081
|
hoistKey("limit");
|
|
5825
6082
|
} else if (action === "create") {
|
|
6083
|
+
hoistKey("title");
|
|
6084
|
+
hoistKey("type");
|
|
6085
|
+
hoistKey("status");
|
|
6086
|
+
hoistKey("description");
|
|
6087
|
+
hoistKey("body");
|
|
6088
|
+
hoistKey("priority");
|
|
6089
|
+
hoistKey("tags");
|
|
6090
|
+
hoistKey("parent");
|
|
6091
|
+
hoistKey("createMode");
|
|
6092
|
+
hoistKey("create_mode");
|
|
5826
6093
|
hoistKey("allowMissingParent");
|
|
5827
6094
|
} else if (action === "close") {
|
|
5828
6095
|
hoistKey("duplicateOf");
|
|
@@ -5831,27 +6098,34 @@ function optionsWithAuthor(args, action) {
|
|
|
5831
6098
|
}
|
|
5832
6099
|
const options = normalizeMcpOptionsArrays({ ...hoistedTopLevel, ...baseOptions }, action);
|
|
5833
6100
|
const author = readString(args, "author");
|
|
5834
|
-
|
|
6101
|
+
const authorFromAssignee = action !== void 0 && LIFECYCLE_AUTHOR_ALIAS_ACTIONS.has(action) ? readString(args, "assignee") ?? readString(options, "assignee") : void 0;
|
|
6102
|
+
if (author && options.author === void 0) {
|
|
6103
|
+
return { ...options, author };
|
|
6104
|
+
}
|
|
6105
|
+
if (authorFromAssignee && options.author === void 0) {
|
|
6106
|
+
return { ...options, author: authorFromAssignee };
|
|
6107
|
+
}
|
|
6108
|
+
return options;
|
|
5835
6109
|
}
|
|
5836
6110
|
function withAddNoteOption(options) {
|
|
5837
6111
|
if (options.addNote === void 0) {
|
|
5838
6112
|
return options;
|
|
5839
6113
|
}
|
|
5840
|
-
const
|
|
5841
|
-
if (
|
|
5842
|
-
|
|
6114
|
+
const next2 = { ...options };
|
|
6115
|
+
if (next2.note === void 0 && typeof next2.addNote === "string") {
|
|
6116
|
+
next2.note = next2.addNote;
|
|
5843
6117
|
}
|
|
5844
|
-
delete
|
|
5845
|
-
return
|
|
6118
|
+
delete next2.addNote;
|
|
6119
|
+
return next2;
|
|
5846
6120
|
}
|
|
5847
6121
|
function withFilesDiscoveryOptions(options) {
|
|
5848
|
-
const
|
|
5849
|
-
if (
|
|
5850
|
-
|
|
6122
|
+
const next2 = { ...options };
|
|
6123
|
+
if (next2.discoveryNote !== void 0 && next2.note === void 0 && typeof next2.discoveryNote === "string") {
|
|
6124
|
+
next2.note = next2.discoveryNote;
|
|
5851
6125
|
}
|
|
5852
|
-
delete
|
|
5853
|
-
delete
|
|
5854
|
-
return
|
|
6126
|
+
delete next2.discover;
|
|
6127
|
+
delete next2.discoveryNote;
|
|
6128
|
+
return next2;
|
|
5855
6129
|
}
|
|
5856
6130
|
function normalizeActionName(value) {
|
|
5857
6131
|
const chunks = [];
|
|
@@ -6060,14 +6334,14 @@ var UPDATE_MANY_FLAT_CONTROL_KEYS = /* @__PURE__ */ new Set([
|
|
|
6060
6334
|
"no_checkpoint"
|
|
6061
6335
|
]);
|
|
6062
6336
|
function updateManyUpdateOptionsFromFlat(options) {
|
|
6063
|
-
const
|
|
6337
|
+
const update2 = {};
|
|
6064
6338
|
for (const [key, value] of Object.entries(options)) {
|
|
6065
6339
|
if (UPDATE_MANY_FLAT_CONTROL_KEYS.has(key)) {
|
|
6066
6340
|
continue;
|
|
6067
6341
|
}
|
|
6068
|
-
|
|
6342
|
+
update2[key] = value;
|
|
6069
6343
|
}
|
|
6070
|
-
return normalizeMcpUpdateOptions(
|
|
6344
|
+
return normalizeMcpUpdateOptions(update2);
|
|
6071
6345
|
}
|
|
6072
6346
|
function normalizeMcpUpdateOptions(options) {
|
|
6073
6347
|
const normalizedInput = normalizeMcpOptionsArrays(options, "update-many");
|
|
@@ -6173,6 +6447,9 @@ function resolveSdkActionInput(args) {
|
|
|
6173
6447
|
if (alias?.options !== void 0) {
|
|
6174
6448
|
resolvedArgs.options = { ...alias.options, ...asRecordClone(args.options) };
|
|
6175
6449
|
}
|
|
6450
|
+
if (action === "package") {
|
|
6451
|
+
resolvedArgs.options = { ...asRecordClone(resolvedArgs.options), vocabulary: "package" };
|
|
6452
|
+
}
|
|
6176
6453
|
return { action, args: resolvedArgs };
|
|
6177
6454
|
}
|
|
6178
6455
|
function shouldInvalidateWorkspaceContractsCacheAfterAction(action) {
|
|
@@ -6498,7 +6775,17 @@ async function runMcpCloseManyAction(ctx) {
|
|
|
6498
6775
|
return projectMutationResult(await runCloseMany(closeManyOptionsFromFlat(closeManyRunnerOptions), ctx.global), { changedFields });
|
|
6499
6776
|
}
|
|
6500
6777
|
async function runMcpRestoreAction(ctx) {
|
|
6501
|
-
|
|
6778
|
+
const { changedFields, idOnly, runnerOptions } = withMutationCompaction(ctx.args, ctx.options);
|
|
6779
|
+
const target = readString(runnerOptions, "target") ?? readRequiredString(ctx.args, "target");
|
|
6780
|
+
return projectMutationResult(await runRestore(requireMcpItemId(ctx, runnerOptions), target, runnerOptions, ctx.global), {
|
|
6781
|
+
changedFields,
|
|
6782
|
+
idOnly
|
|
6783
|
+
});
|
|
6784
|
+
}
|
|
6785
|
+
function withoutLifecycleAssigneeAlias(options) {
|
|
6786
|
+
const updateOptions = { ...options };
|
|
6787
|
+
delete updateOptions.assignee;
|
|
6788
|
+
return updateOptions;
|
|
6502
6789
|
}
|
|
6503
6790
|
async function runMcpStartTaskAction(ctx) {
|
|
6504
6791
|
const pmRoot = resolvePmRoot(process.cwd(), ctx.global.path);
|
|
@@ -6506,7 +6793,7 @@ async function runMcpStartTaskAction(ctx) {
|
|
|
6506
6793
|
const inProgressStatus = resolveStartTaskInProgressStatus(resolveRuntimeStatusRegistry(settings.schema));
|
|
6507
6794
|
const id = requireMcpItemId(ctx);
|
|
6508
6795
|
const claimResult = await runClaim(id, ctx.force, ctx.global, ctx.options);
|
|
6509
|
-
const updateResult = await runUpdate(id, { ...ctx.options, status: inProgressStatus, force: ctx.force }, ctx.global);
|
|
6796
|
+
const updateResult = await runUpdate(id, { ...withoutLifecycleAssigneeAlias(ctx.options), status: inProgressStatus, force: ctx.force }, ctx.global);
|
|
6510
6797
|
return { id, action: "start_task", claim: claimResult, update: updateResult };
|
|
6511
6798
|
}
|
|
6512
6799
|
async function runMcpPauseTaskAction(ctx) {
|
|
@@ -6514,7 +6801,7 @@ async function runMcpPauseTaskAction(ctx) {
|
|
|
6514
6801
|
const settings = await readSettings(pmRoot);
|
|
6515
6802
|
const id = requireMcpItemId(ctx);
|
|
6516
6803
|
const openStatus = resolveRuntimeStatusRegistry(settings.schema).open_status;
|
|
6517
|
-
const updateResult = await runUpdate(id, { ...ctx.options, status: openStatus, force: ctx.force }, ctx.global);
|
|
6804
|
+
const updateResult = await runUpdate(id, { ...withoutLifecycleAssigneeAlias(ctx.options), status: openStatus, force: ctx.force }, ctx.global);
|
|
6518
6805
|
const releaseResult = await runRelease(id, ctx.force, ctx.global, ctx.options);
|
|
6519
6806
|
return { id, action: "pause_task", update: updateResult, release: releaseResult };
|
|
6520
6807
|
}
|
|
@@ -6669,9 +6956,44 @@ export {
|
|
|
6669
6956
|
runNormalize,
|
|
6670
6957
|
runReindex,
|
|
6671
6958
|
PmClient,
|
|
6959
|
+
context,
|
|
6960
|
+
list,
|
|
6961
|
+
search,
|
|
6962
|
+
get,
|
|
6963
|
+
next,
|
|
6964
|
+
aggregate,
|
|
6965
|
+
stats,
|
|
6966
|
+
create,
|
|
6967
|
+
update,
|
|
6968
|
+
close,
|
|
6969
|
+
claim,
|
|
6970
|
+
release,
|
|
6971
|
+
copy,
|
|
6972
|
+
deleteItem,
|
|
6973
|
+
restore,
|
|
6974
|
+
focus,
|
|
6975
|
+
startTask,
|
|
6976
|
+
pauseTask,
|
|
6977
|
+
closeTask,
|
|
6978
|
+
extension,
|
|
6979
|
+
extensionList,
|
|
6980
|
+
extensionActivate,
|
|
6981
|
+
extensionDeactivate,
|
|
6982
|
+
packageLifecycle,
|
|
6983
|
+
packageList,
|
|
6984
|
+
packageInstall,
|
|
6985
|
+
packageUninstall,
|
|
6986
|
+
packageDoctor,
|
|
6987
|
+
packageManage,
|
|
6988
|
+
packageDescribe,
|
|
6989
|
+
packageReload,
|
|
6990
|
+
packageCatalog,
|
|
6991
|
+
packageActivate,
|
|
6992
|
+
packageDeactivate,
|
|
6993
|
+
upgrade,
|
|
6672
6994
|
getWorkspaceContracts,
|
|
6673
6995
|
getContracts,
|
|
6674
6996
|
readRequiredString,
|
|
6675
6997
|
runAction
|
|
6676
6998
|
};
|
|
6677
|
-
//# sourceMappingURL=chunk-
|
|
6999
|
+
//# sourceMappingURL=chunk-3FRNNVWY.js.map
|