@unbrained/pm-cli 2026.7.3 → 2026.7.4
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 +10 -0
- package/CONTRIBUTING.md +36 -7
- package/README.md +0 -4
- package/dist/cli/commands/calendar.js +3 -3
- package/dist/cli/commands/calendar.js.map +1 -1
- package/dist/cli/commands/completion.js +231 -345
- package/dist/cli/commands/completion.js.map +1 -1
- package/dist/cli/commands/create.d.ts +2 -59
- package/dist/cli/commands/create.js +8 -24
- package/dist/cli/commands/create.js.map +1 -1
- package/dist/cli/commands/extension/scaffold.js +54 -133
- package/dist/cli/commands/extension/scaffold.js.map +1 -1
- package/dist/cli/commands/files.js +3 -3
- package/dist/cli/commands/files.js.map +1 -1
- package/dist/cli/commands/history-compact.js +9 -18
- package/dist/cli/commands/history-compact.js.map +1 -1
- package/dist/cli/commands/history-repair.js +9 -19
- package/dist/cli/commands/history-repair.js.map +1 -1
- package/dist/cli/commands/init-agent-guidance.js +133 -97
- package/dist/cli/commands/init-agent-guidance.js.map +1 -1
- package/dist/cli/commands/init.js +3 -3
- package/dist/cli/commands/init.js.map +1 -1
- package/dist/cli/commands/item-filter-options.d.ts +2 -0
- package/dist/cli/commands/item-filter-options.js +2 -2
- package/dist/cli/commands/item-filter-options.js.map +1 -1
- package/dist/cli/commands/mutation-command-options.d.ts +78 -0
- package/dist/cli/commands/mutation-command-options.js +10 -0
- package/dist/cli/commands/mutation-command-options.js.map +1 -0
- package/dist/cli/commands/reindex.js +3 -3
- package/dist/cli/commands/reindex.js.map +1 -1
- package/dist/cli/commands/shared-unset-fields.d.ts +19 -0
- package/dist/cli/commands/shared-unset-fields.js +31 -2
- package/dist/cli/commands/shared-unset-fields.js.map +1 -1
- package/dist/cli/commands/update.d.ts +2 -59
- package/dist/cli/commands/update.js +26 -97
- package/dist/cli/commands/update.js.map +1 -1
- package/dist/cli/commands/validate.js +4 -4
- package/dist/cli/commands/validate.js.map +1 -1
- package/dist/cli/register-list-query.js +4 -2
- package/dist/cli/register-list-query.js.map +1 -1
- package/dist/cli/registration-helpers.js +12 -6
- package/dist/cli/registration-helpers.js.map +1 -1
- package/dist/cli-bundle/chunks/activity-IDS5GSYG.js +16 -0
- package/dist/cli-bundle/chunks/{activity-5YWLSPGE.js → activity-OENQCYZD.js} +9 -9
- package/dist/cli-bundle/chunks/{aggregate-2V2M3JZU.js → aggregate-EC4LWS3U.js} +8 -8
- package/dist/cli-bundle/chunks/{aggregate-EK7DXML7.js → aggregate-RCB3QJJE.js} +8 -8
- package/dist/cli-bundle/chunks/{append-JFG4WQMG.js → append-ADBOI3A6.js} +6 -6
- package/dist/cli-bundle/chunks/{append-EZESUVJT.js → append-XLEKVVWB.js} +6 -6
- package/dist/cli-bundle/chunks/{chunk-NOIEVOK5.js → chunk-2LRMWMZ6.js} +7 -7
- package/dist/cli-bundle/chunks/{chunk-LBE5QFMZ.js → chunk-2ONH3WG6.js} +32 -13
- package/dist/cli-bundle/chunks/{chunk-LBE5QFMZ.js.map → chunk-2ONH3WG6.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-4EXFFP7T.js → chunk-2VK677OA.js} +42 -34
- package/dist/cli-bundle/chunks/chunk-2VK677OA.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-JBZ2NTKX.js → chunk-3C5T3ZEO.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-4PFVUUYV.js → chunk-3MLQZI3H.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-5JIWFWOZ.js → chunk-4EVY7CQN.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-AIKU3IIL.js → chunk-4IW7STMB.js} +7 -7
- package/dist/cli-bundle/chunks/{chunk-MHRS5FUX.js → chunk-4KPQQ42D.js} +143 -100
- package/dist/cli-bundle/chunks/chunk-4KPQQ42D.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-T6AXEBOP.js → chunk-4OXNQHKQ.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-F6WNBITZ.js → chunk-4PJYRA3V.js} +31 -12
- package/dist/cli-bundle/chunks/{chunk-F6WNBITZ.js.map → chunk-4PJYRA3V.js.map} +3 -3
- package/dist/cli-bundle/chunks/{chunk-QCDTQCMW.js → chunk-4SHME4VR.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-WYOIIFSE.js → chunk-5FYY76HR.js} +28 -99
- package/dist/cli-bundle/chunks/chunk-5FYY76HR.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-QNNQAAZ5.js → chunk-6QY2NA2M.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-T3P7PMZP.js → chunk-6YB7HG2J.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-YVKZ3ANP.js → chunk-724VLYDJ.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-SYE6WMV6.js → chunk-75VMARGO.js} +11 -11
- package/dist/cli-bundle/chunks/chunk-75VMARGO.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-RAHINBVP.js → chunk-7745CXNI.js} +62 -97
- package/dist/cli-bundle/chunks/chunk-7745CXNI.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-LCWQP6NM.js → chunk-7G5SUU6F.js} +6 -6
- package/dist/cli-bundle/chunks/{chunk-MDHWWBNZ.js → chunk-7ITQSEBL.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-ZFTKYWIF.js → chunk-A222YWOQ.js} +7 -7
- package/dist/cli-bundle/chunks/{chunk-6NYJGMTY.js → chunk-A2W3XKAD.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-YSDFIY7N.js → chunk-AOP2EMK3.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-U3S2B7TA.js → chunk-AZMPKLIA.js} +42 -34
- package/dist/cli-bundle/chunks/chunk-AZMPKLIA.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-KHVGM5CS.js → chunk-BDDYM4LH.js} +151 -171
- package/dist/cli-bundle/chunks/chunk-BDDYM4LH.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-6KRFL33E.js → chunk-CN4OAA2G.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-3W2HJKJX.js → chunk-CQFZRLXQ.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-K5DT2YKM.js → chunk-CQISNF3Z.js} +7 -7
- package/dist/cli-bundle/chunks/{chunk-5IZUBZBR.js → chunk-D2LDM35X.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-NZ7QIUP5.js → chunk-DEIDJQZK.js} +57 -136
- package/dist/cli-bundle/chunks/chunk-DEIDJQZK.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-YPWUSH72.js → chunk-DJ5S2LDY.js} +7 -7
- package/dist/cli-bundle/chunks/{chunk-Z5F6XZXE.js → chunk-EB4BBEZD.js} +6 -6
- package/dist/cli-bundle/chunks/{chunk-ERG65A2L.js → chunk-EH23N5FX.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-SU2E4AWU.js → chunk-FDNJMYZB.js} +6 -6
- package/dist/cli-bundle/chunks/{chunk-CXR3CMBQ.js → chunk-FMWQRMHS.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-T4XBKJ3F.js → chunk-HL742IBM.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-YF746GTH.js → chunk-J4KNRDI3.js} +6 -6
- package/dist/cli-bundle/chunks/{chunk-KS6ATO47.js → chunk-JYLFF7GJ.js} +143 -100
- package/dist/cli-bundle/chunks/chunk-JYLFF7GJ.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-BI4R7HI2.js → chunk-JZJJEJBR.js} +6 -6
- package/dist/cli-bundle/chunks/{chunk-XRYSCRZR.js → chunk-KKHIQOTN.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-572FKBRL.js → chunk-LLQLLAKU.js} +61 -96
- package/dist/cli-bundle/chunks/chunk-LLQLLAKU.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-6CDCWKSX.js → chunk-M34MVAOP.js} +58 -137
- package/dist/cli-bundle/chunks/chunk-M34MVAOP.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-WJA3PXW7.js → chunk-M6PR5BC6.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-HQAF23Q2.js → chunk-MTB4PRA3.js} +10 -10
- package/dist/cli-bundle/chunks/chunk-MTB4PRA3.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-5E7N4T2Z.js → chunk-MZ4NH46V.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-AJHYQCBJ.js → chunk-MZG6I2Q2.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-P5L7Z2O6.js → chunk-N2LOJUBB.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-WRYERRZX.js → chunk-NGDK3KEZ.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-HB4FAT3O.js → chunk-NHDR3UCW.js} +12 -8
- package/dist/cli-bundle/chunks/{chunk-HB4FAT3O.js.map → chunk-NHDR3UCW.js.map} +2 -2
- package/dist/cli-bundle/chunks/{chunk-YSGTMDWC.js → chunk-NHKXOMZ5.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-FZJM2TXF.js → chunk-OTSP6UEX.js} +7 -7
- package/dist/cli-bundle/chunks/{chunk-LOWVNZBZ.js → chunk-PUVPC5DL.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-Z7RPDF2Y.js → chunk-PV5JS7MP.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-KEZOIPCR.js → chunk-Q2266G4S.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-67LARBDL.js → chunk-Q3XVLRCJ.js} +9 -9
- package/dist/cli-bundle/chunks/{chunk-RJH5VQHW.js → chunk-QFXFKYNQ.js} +13 -9
- package/dist/cli-bundle/chunks/chunk-QFXFKYNQ.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-PULUSQAV.js → chunk-R7EMP4JG.js} +9 -9
- package/dist/cli-bundle/chunks/{chunk-JPATY4SE.js → chunk-SBNT6SLO.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-L4SLHV6G.js → chunk-SL2ANJSV.js} +151 -171
- package/dist/cli-bundle/chunks/chunk-SL2ANJSV.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-FH2H3CBD.js → chunk-T5RTYLZJ.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-U5TR4N7J.js → chunk-TGYDJEJH.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-ER4ME5U2.js → chunk-TO4KCIOT.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-FUFFPIYA.js → chunk-TUV7SIWZ.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-TQ6AX5SQ.js → chunk-UGDONITK.js} +6 -6
- package/dist/cli-bundle/chunks/{chunk-4WB6S4YX.js → chunk-UYLA5ROU.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-A3OQ7TFW.js → chunk-V655JQ5J.js} +6 -6
- package/dist/cli-bundle/chunks/{chunk-SU3TB4NS.js → chunk-W5X3AHJN.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-32IUNTG4.js → chunk-WBWRQS32.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-UMNQZS4H.js → chunk-WOOB7PV7.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-EQURFOMH.js → chunk-WSDIALO4.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-MEZZZBYX.js → chunk-WTXDLBSZ.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-7LYO6S5A.js → chunk-XBIYI23P.js} +6 -6
- package/dist/cli-bundle/chunks/{chunk-ECU6MMTQ.js → chunk-XFO2NJY6.js} +29 -100
- package/dist/cli-bundle/chunks/chunk-XFO2NJY6.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-OGLGI22K.js → chunk-XQCWTSLO.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-7CLLC75T.js → chunk-Y2VSCQ77.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-GVJE5T7Q.js → chunk-YZR7UMZ6.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-EJ2OCBHF.js → chunk-YZWXMDNH.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-GUYNUXQT.js → chunk-ZIEGTQCY.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-BE2SR6QL.js → chunk-ZZWMJVW2.js} +4 -4
- package/dist/cli-bundle/chunks/{claim-5GU7OE67.js → claim-D6L33A5Y.js} +8 -8
- package/dist/cli-bundle/chunks/{claim-2BGBGSVI.js → claim-YAFUTPVK.js} +8 -8
- package/dist/cli-bundle/chunks/close-KLDLHAOP.js +14 -0
- package/dist/cli-bundle/chunks/{close-AFVKPR57.js → close-TGYXG7TV.js} +7 -7
- package/dist/cli-bundle/chunks/{close-many-7KLOSYLP.js → close-many-4QSWKCRU.js} +14 -14
- package/dist/cli-bundle/chunks/{close-many-JKUJMHLG.js → close-many-SNA6LNZH.js} +14 -14
- package/dist/cli-bundle/chunks/{comments-DNWHEBOS.js → comments-QC6ARR5X.js} +8 -8
- package/dist/cli-bundle/chunks/{comments-RW23R3VE.js → comments-ZHVYGUVC.js} +8 -8
- package/dist/cli-bundle/chunks/{config-AUM5WBYA.js → config-O6W2EU2G.js} +7 -7
- package/dist/cli-bundle/chunks/{config-OZWSA2NP.js → config-XQRFJXJP.js} +7 -7
- package/dist/cli-bundle/chunks/{context-PKCEHQY3.js → context-IHE3IXN5.js} +12 -12
- package/dist/cli-bundle/chunks/{context-OYXRGY7S.js → context-WSYWBEUL.js} +12 -12
- package/dist/cli-bundle/chunks/{contracts-X74F2GSM.js → contracts-CVBINC7C.js} +3 -3
- package/dist/cli-bundle/chunks/{contracts-L6ODXNUM.js → contracts-NLCDIZAT.js} +3 -3
- package/dist/cli-bundle/chunks/{copy-I4NCLBR4.js → copy-7MUQC44A.js} +5 -5
- package/dist/cli-bundle/chunks/{copy-6XOR3HKN.js → copy-ANWXDJVC.js} +5 -5
- package/dist/cli-bundle/chunks/create-AJ6HUR5W.js +28 -0
- package/dist/cli-bundle/chunks/{create-PM45M6PE.js → create-JIA2IFCO.js} +12 -12
- package/dist/cli-bundle/chunks/{delete-7YXHYG67.js → delete-5OLYWQIC.js} +5 -5
- package/dist/cli-bundle/chunks/{delete-LPISP43T.js → delete-INHKCIRN.js} +5 -5
- package/dist/cli-bundle/chunks/{deps-N2T26FME.js → deps-CCSWGZW7.js} +5 -5
- package/dist/cli-bundle/chunks/{deps-WATKQDE3.js → deps-IYEID3QX.js} +5 -5
- package/dist/cli-bundle/chunks/{docs-Z3X6JZLT.js → docs-3XZK22WF.js} +7 -7
- package/dist/cli-bundle/chunks/{docs-6LQ3GLM7.js → docs-PKO7OEIM.js} +7 -7
- package/dist/cli-bundle/chunks/{eval-6DCLG52D.js → eval-5XYP6NMY.js} +10 -10
- package/dist/cli-bundle/chunks/{eval-Y3ZCUTHK.js → eval-O4WGQYDI.js} +10 -10
- package/dist/cli-bundle/chunks/{extension-QWE4YYK5.js → extension-PVGRRZZG.js} +11 -11
- package/dist/cli-bundle/chunks/{extension-BNINIMT7.js → extension-T7JNTAAA.js} +11 -11
- package/dist/cli-bundle/chunks/{files-6SGKHS6O.js → files-7IU56S6R.js} +10 -10
- package/dist/cli-bundle/chunks/files-7IU56S6R.js.map +1 -0
- package/dist/cli-bundle/chunks/{files-FUYPSOFJ.js → files-W7HH5EOD.js} +9 -9
- package/dist/cli-bundle/chunks/{files-FUYPSOFJ.js.map → files-W7HH5EOD.js.map} +1 -1
- package/dist/cli-bundle/chunks/{focus-2Q3K76G2.js → focus-6FA5KYRY.js} +6 -6
- package/dist/cli-bundle/chunks/{focus-ATLBWXXD.js → focus-CQ63JFDG.js} +6 -6
- package/dist/cli-bundle/chunks/{gc-RUYEMNRF.js → gc-3BG67KTO.js} +3 -3
- package/dist/cli-bundle/chunks/{gc-TDWSDR66.js → gc-PEZYGNVB.js} +3 -3
- package/dist/cli-bundle/chunks/{get-LY6M2JIM.js → get-J6CSJ4SX.js} +10 -10
- package/dist/cli-bundle/chunks/{get-2WGLX74N.js → get-KJTKGNEQ.js} +10 -10
- package/dist/cli-bundle/chunks/{health-4RKHYS3T.js → health-32UQICEL.js} +15 -15
- package/dist/cli-bundle/chunks/{health-TMFVNYRA.js → health-ZUZG5ULV.js} +15 -15
- package/dist/cli-bundle/chunks/history-IOH6FKG7.js +18 -0
- package/dist/cli-bundle/chunks/{history-SGRRS72R.js → history-W6QVR6FA.js} +8 -8
- package/dist/cli-bundle/chunks/{history-compact-V5DNAQHH.js → history-compact-F355EGL4.js} +20 -27
- package/dist/cli-bundle/chunks/history-compact-F355EGL4.js.map +1 -0
- package/dist/cli-bundle/chunks/{history-compact-LOED43R3.js → history-compact-JQ6ZGYSJ.js} +19 -26
- package/dist/cli-bundle/chunks/history-compact-JQ6ZGYSJ.js.map +7 -0
- package/dist/cli-bundle/chunks/{history-redact-IRL7WJ3E.js → history-redact-TUWOUYX5.js} +9 -9
- package/dist/cli-bundle/chunks/history-redact-VVDOARNO.js +19 -0
- package/dist/cli-bundle/chunks/{history-repair-4WVBVHFR.js → history-repair-MPCAIKYE.js} +20 -28
- package/dist/cli-bundle/chunks/history-repair-MPCAIKYE.js.map +1 -0
- package/dist/cli-bundle/chunks/{history-repair-PGYQJMGD.js → history-repair-ZKS3LKPV.js} +19 -27
- package/dist/cli-bundle/chunks/history-repair-ZKS3LKPV.js.map +7 -0
- package/dist/cli-bundle/chunks/init-CZLEEE6Q.js +22 -0
- package/dist/cli-bundle/chunks/{init-4GESW7RM.js → init-MAA6UMNQ.js} +12 -12
- package/dist/cli-bundle/chunks/{learnings-4FJY7WIW.js → learnings-EYC3OKS2.js} +8 -8
- package/dist/cli-bundle/chunks/{learnings-4BHWFFUV.js → learnings-HKJJUVTA.js} +8 -8
- package/dist/cli-bundle/chunks/{list-D7BF5CL2.js → list-HFD5737R.js} +8 -8
- package/dist/cli-bundle/chunks/{list-472TIOVK.js → list-KN3TL5Y5.js} +8 -8
- package/dist/cli-bundle/chunks/{next-SFQZVX2B.js → next-DQUMFAHG.js} +13 -13
- package/dist/cli-bundle/chunks/{next-D5STGWI2.js → next-JUEYC5HE.js} +13 -13
- package/dist/cli-bundle/chunks/{notes-W4UEICGF.js → notes-XATYT43P.js} +8 -8
- package/dist/cli-bundle/chunks/{notes-6KNOSLIT.js → notes-ZG6RLZXB.js} +8 -8
- package/dist/cli-bundle/chunks/{plan-JO6V7BXO.js → plan-5NWQL2DH.js} +12 -12
- package/dist/cli-bundle/chunks/{plan-MJQW5XK3.js → plan-DVVLX7LK.js} +12 -12
- package/dist/cli-bundle/chunks/{profile-WIQY2KCV.js → profile-54DZ4CLB.js} +8 -8
- package/dist/cli-bundle/chunks/{profile-3TOTMUR4.js → profile-PLIQVEOY.js} +8 -8
- package/dist/cli-bundle/chunks/{register-list-query-GAPQ6DM3.js → register-list-query-PNRAHNIQ.js} +21 -21
- package/dist/cli-bundle/chunks/{register-list-query-ELBHCCFI.js.map → register-list-query-PNRAHNIQ.js.map} +1 -7
- package/dist/cli-bundle/chunks/{register-list-query-ELBHCCFI.js → register-list-query-WRS6ACUW.js} +20 -20
- package/dist/cli-bundle/chunks/register-list-query-WRS6ACUW.js.map +7 -0
- package/dist/cli-bundle/chunks/{register-mutation-ROFE2YPC.js → register-mutation-ET6E4VLE.js} +32 -32
- package/dist/cli-bundle/chunks/{register-mutation-SJWMVIJ2.js → register-mutation-K2MNRWGI.js} +32 -32
- package/dist/cli-bundle/chunks/{register-operations-MEKU3AKC.js → register-operations-6DQRUTIX.js} +30 -30
- package/dist/cli-bundle/chunks/{register-operations-IADFVH53.js → register-operations-73UDWMVB.js} +30 -30
- package/dist/cli-bundle/chunks/{register-setup-3QJY43CY.js → register-setup-FXZJ2CEJ.js} +15 -15
- package/dist/cli-bundle/chunks/{register-setup-AJWUSSQX.js → register-setup-LYYCMQFV.js} +15 -15
- package/dist/cli-bundle/chunks/restore-L27TMMCF.js +17 -0
- package/dist/cli-bundle/chunks/{restore-44IHMMZZ.js → restore-R6YJHQK3.js} +9 -9
- package/dist/cli-bundle/chunks/{scheduling-shortcuts-OLHNLAZY.js → scheduling-shortcuts-LE4S7OI7.js} +12 -12
- package/dist/cli-bundle/chunks/{scheduling-shortcuts-TSBK4AY5.js → scheduling-shortcuts-OGODPUBL.js} +12 -12
- package/dist/cli-bundle/chunks/{schema-VBCELP5G.js → schema-ICCD3HOP.js} +7 -7
- package/dist/cli-bundle/chunks/{schema-IB2NZZWD.js → schema-RHH23PQX.js} +7 -7
- package/dist/cli-bundle/chunks/{search-R227JOL6.js → search-HDDKOPFE.js} +10 -10
- package/dist/cli-bundle/chunks/{search-7UBETML4.js → search-Z2VGP2Q5.js} +10 -10
- package/dist/cli-bundle/chunks/{stats-MCK7PLYS.js → stats-DHMRXHOB.js} +6 -6
- package/dist/cli-bundle/chunks/{stats-FAG7COEH.js → stats-ETFP37MB.js} +6 -6
- package/dist/cli-bundle/chunks/{telemetry-GVVUQSJQ.js → telemetry-NUZNKDCP.js} +4 -4
- package/dist/cli-bundle/chunks/{telemetry-DRPDZMAO.js → telemetry-ZRBM22QD.js} +4 -4
- package/dist/cli-bundle/chunks/{test-SY76DZTO.js → test-H36PM746.js} +15 -15
- package/dist/cli-bundle/chunks/{test-QY44WAMR.js → test-XNKTIP4Y.js} +15 -15
- package/dist/cli-bundle/chunks/{test-all-USPJHXFR.js → test-all-APCBSXQI.js} +15 -15
- package/dist/cli-bundle/chunks/{test-all-QD6QAEG7.js → test-all-KIK3OYBY.js} +15 -15
- package/dist/cli-bundle/chunks/{test-runs-QIR5MJPL.js → test-runs-5SLLV3XU.js} +4 -4
- package/dist/cli-bundle/chunks/{test-runs-MG5VIGSK.js → test-runs-L3WKLO67.js} +4 -4
- package/dist/cli-bundle/chunks/update-RQKI3AMW.js +24 -0
- package/dist/cli-bundle/chunks/{update-IKJZWLQC.js → update-ZM7NJWHY.js} +15 -15
- package/dist/cli-bundle/chunks/{update-many-BEMTDA2X.js → update-many-GFCQG6ZQ.js} +22 -22
- package/dist/cli-bundle/chunks/{update-many-RATAARHU.js → update-many-XGTJ7QIU.js} +22 -22
- package/dist/cli-bundle/chunks/{upgrade-VU46BLJZ.js → upgrade-KJ3JGELR.js} +11 -11
- package/dist/cli-bundle/chunks/{upgrade-NWMR3VQL.js → upgrade-RBRQ7PQU.js} +11 -11
- package/dist/cli-bundle/chunks/{validate-NRY6MFXN.js → validate-EW6TGC7R.js} +21 -21
- package/dist/cli-bundle/chunks/validate-EW6TGC7R.js.map +7 -0
- package/dist/cli-bundle/chunks/{validate-GAJ6FUSI.js → validate-T6PR5WAL.js} +22 -22
- package/dist/cli-bundle/chunks/validate-T6PR5WAL.js.map +1 -0
- package/dist/cli-bundle/main.js +15 -15
- package/dist/core/extensions/extension-types.d.ts +1 -2
- package/dist/core/extensions/extension-types.js +2 -2
- package/dist/core/extensions/extension-types.js.map +1 -1
- package/dist/core/history/history-rewrite.d.ts +10 -0
- package/dist/core/history/history-rewrite.js +27 -3
- package/dist/core/history/history-rewrite.js.map +1 -1
- package/dist/core/item/type-registry.d.ts +1 -0
- package/dist/core/item/type-registry.js +153 -177
- package/dist/core/item/type-registry.js.map +1 -1
- package/dist/sdk/cli-contracts/flag-contracts.js +4 -2
- package/dist/sdk/cli-contracts/flag-contracts.js.map +1 -1
- package/dist/sdk/cli-contracts/tool-option-contracts.js +4 -2
- package/dist/sdk/cli-contracts/tool-option-contracts.js.map +1 -1
- package/dist/sdk/cli-contracts/tool-schema.js +55 -94
- package/dist/sdk/cli-contracts/tool-schema.js.map +1 -1
- package/dist/sdk/package-import-adapters.d.ts +90 -2
- package/dist/sdk/package-import-adapters.js +274 -2
- package/dist/sdk/package-import-adapters.js.map +1 -1
- package/dist/sdk/runtime.d.ts +1 -1
- package/dist/sdk/runtime.js +3 -3
- package/dist/sdk/runtime.js.map +1 -1
- package/package.json +4 -3
- package/packages/pm-beads/extensions/beads/runtime-loader.ts +27 -40
- package/packages/pm-beads/extensions/beads/runtime.ts +106 -223
- package/packages/pm-calendar/extensions/calendar/runtime.ts +21 -18
- package/packages/pm-guide-shell/extensions/guide-shell/runtime.ts +9 -11
- package/packages/pm-todos/extensions/todos/runtime-loader.ts +48 -76
- package/packages/pm-todos/extensions/todos/runtime.ts +61 -257
- package/plugins/pm-claude/scripts/pm-mcp-server.mjs +73 -31
- package/plugins/pm-codex/scripts/pm-mcp-server.mjs +80 -34
- package/scripts/install.ps1 +7 -7
- package/dist/cli-bundle/chunks/activity-BIML7K2D.js +0 -16
- package/dist/cli-bundle/chunks/chunk-4EXFFP7T.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-572FKBRL.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-6CDCWKSX.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-ECU6MMTQ.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-HQAF23Q2.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-KHVGM5CS.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-KS6ATO47.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-L4SLHV6G.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-MHRS5FUX.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-NZ7QIUP5.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-RAHINBVP.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-RJH5VQHW.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-SYE6WMV6.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-U3S2B7TA.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-WYOIIFSE.js.map +0 -7
- package/dist/cli-bundle/chunks/close-6YODBUIV.js +0 -14
- package/dist/cli-bundle/chunks/create-Z7YCH3BE.js +0 -28
- package/dist/cli-bundle/chunks/files-6SGKHS6O.js.map +0 -1
- package/dist/cli-bundle/chunks/history-CGNQJXFE.js +0 -18
- package/dist/cli-bundle/chunks/history-compact-LOED43R3.js.map +0 -7
- package/dist/cli-bundle/chunks/history-compact-V5DNAQHH.js.map +0 -1
- package/dist/cli-bundle/chunks/history-redact-N3JK7VBW.js +0 -19
- package/dist/cli-bundle/chunks/history-repair-4WVBVHFR.js.map +0 -1
- package/dist/cli-bundle/chunks/history-repair-PGYQJMGD.js.map +0 -7
- package/dist/cli-bundle/chunks/init-XIDPABA4.js +0 -22
- package/dist/cli-bundle/chunks/register-list-query-GAPQ6DM3.js.map +0 -1
- package/dist/cli-bundle/chunks/restore-EXHU34EU.js +0 -17
- package/dist/cli-bundle/chunks/update-A7EICML6.js +0 -24
- package/dist/cli-bundle/chunks/validate-GAJ6FUSI.js.map +0 -1
- package/dist/cli-bundle/chunks/validate-NRY6MFXN.js.map +0 -7
- /package/dist/cli-bundle/chunks/{activity-BIML7K2D.js.map → activity-IDS5GSYG.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{activity-5YWLSPGE.js.map → activity-OENQCYZD.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{aggregate-2V2M3JZU.js.map → aggregate-EC4LWS3U.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{aggregate-EK7DXML7.js.map → aggregate-RCB3QJJE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{append-JFG4WQMG.js.map → append-ADBOI3A6.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{append-EZESUVJT.js.map → append-XLEKVVWB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-NOIEVOK5.js.map → chunk-2LRMWMZ6.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-JBZ2NTKX.js.map → chunk-3C5T3ZEO.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-4PFVUUYV.js.map → chunk-3MLQZI3H.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-5JIWFWOZ.js.map → chunk-4EVY7CQN.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-AIKU3IIL.js.map → chunk-4IW7STMB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-T6AXEBOP.js.map → chunk-4OXNQHKQ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-QCDTQCMW.js.map → chunk-4SHME4VR.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-QNNQAAZ5.js.map → chunk-6QY2NA2M.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-T3P7PMZP.js.map → chunk-6YB7HG2J.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-YVKZ3ANP.js.map → chunk-724VLYDJ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-LCWQP6NM.js.map → chunk-7G5SUU6F.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-MDHWWBNZ.js.map → chunk-7ITQSEBL.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-ZFTKYWIF.js.map → chunk-A222YWOQ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-6NYJGMTY.js.map → chunk-A2W3XKAD.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-YSDFIY7N.js.map → chunk-AOP2EMK3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-6KRFL33E.js.map → chunk-CN4OAA2G.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-3W2HJKJX.js.map → chunk-CQFZRLXQ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-K5DT2YKM.js.map → chunk-CQISNF3Z.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-5IZUBZBR.js.map → chunk-D2LDM35X.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-YPWUSH72.js.map → chunk-DJ5S2LDY.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-Z5F6XZXE.js.map → chunk-EB4BBEZD.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-ERG65A2L.js.map → chunk-EH23N5FX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-SU2E4AWU.js.map → chunk-FDNJMYZB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-CXR3CMBQ.js.map → chunk-FMWQRMHS.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-T4XBKJ3F.js.map → chunk-HL742IBM.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-YF746GTH.js.map → chunk-J4KNRDI3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-BI4R7HI2.js.map → chunk-JZJJEJBR.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-XRYSCRZR.js.map → chunk-KKHIQOTN.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-WJA3PXW7.js.map → chunk-M6PR5BC6.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-5E7N4T2Z.js.map → chunk-MZ4NH46V.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-AJHYQCBJ.js.map → chunk-MZG6I2Q2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-P5L7Z2O6.js.map → chunk-N2LOJUBB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-WRYERRZX.js.map → chunk-NGDK3KEZ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-YSGTMDWC.js.map → chunk-NHKXOMZ5.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-FZJM2TXF.js.map → chunk-OTSP6UEX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-LOWVNZBZ.js.map → chunk-PUVPC5DL.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-Z7RPDF2Y.js.map → chunk-PV5JS7MP.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-KEZOIPCR.js.map → chunk-Q2266G4S.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-67LARBDL.js.map → chunk-Q3XVLRCJ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-PULUSQAV.js.map → chunk-R7EMP4JG.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-JPATY4SE.js.map → chunk-SBNT6SLO.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-FH2H3CBD.js.map → chunk-T5RTYLZJ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-U5TR4N7J.js.map → chunk-TGYDJEJH.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-ER4ME5U2.js.map → chunk-TO4KCIOT.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-FUFFPIYA.js.map → chunk-TUV7SIWZ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-TQ6AX5SQ.js.map → chunk-UGDONITK.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-4WB6S4YX.js.map → chunk-UYLA5ROU.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-A3OQ7TFW.js.map → chunk-V655JQ5J.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-SU3TB4NS.js.map → chunk-W5X3AHJN.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-32IUNTG4.js.map → chunk-WBWRQS32.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-UMNQZS4H.js.map → chunk-WOOB7PV7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-EQURFOMH.js.map → chunk-WSDIALO4.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-MEZZZBYX.js.map → chunk-WTXDLBSZ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-7LYO6S5A.js.map → chunk-XBIYI23P.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-OGLGI22K.js.map → chunk-XQCWTSLO.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-7CLLC75T.js.map → chunk-Y2VSCQ77.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-GVJE5T7Q.js.map → chunk-YZR7UMZ6.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-EJ2OCBHF.js.map → chunk-YZWXMDNH.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-GUYNUXQT.js.map → chunk-ZIEGTQCY.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-BE2SR6QL.js.map → chunk-ZZWMJVW2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{claim-5GU7OE67.js.map → claim-D6L33A5Y.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{claim-2BGBGSVI.js.map → claim-YAFUTPVK.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-6YODBUIV.js.map → close-KLDLHAOP.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-AFVKPR57.js.map → close-TGYXG7TV.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-many-7KLOSYLP.js.map → close-many-4QSWKCRU.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-many-JKUJMHLG.js.map → close-many-SNA6LNZH.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{comments-DNWHEBOS.js.map → comments-QC6ARR5X.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{comments-RW23R3VE.js.map → comments-ZHVYGUVC.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{config-AUM5WBYA.js.map → config-O6W2EU2G.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{config-OZWSA2NP.js.map → config-XQRFJXJP.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{context-PKCEHQY3.js.map → context-IHE3IXN5.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{context-OYXRGY7S.js.map → context-WSYWBEUL.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{contracts-X74F2GSM.js.map → contracts-CVBINC7C.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{contracts-L6ODXNUM.js.map → contracts-NLCDIZAT.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{copy-I4NCLBR4.js.map → copy-7MUQC44A.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{copy-6XOR3HKN.js.map → copy-ANWXDJVC.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{create-Z7YCH3BE.js.map → create-AJ6HUR5W.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{create-PM45M6PE.js.map → create-JIA2IFCO.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{delete-7YXHYG67.js.map → delete-5OLYWQIC.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{delete-LPISP43T.js.map → delete-INHKCIRN.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{deps-N2T26FME.js.map → deps-CCSWGZW7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{deps-WATKQDE3.js.map → deps-IYEID3QX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{docs-Z3X6JZLT.js.map → docs-3XZK22WF.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{docs-6LQ3GLM7.js.map → docs-PKO7OEIM.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{eval-6DCLG52D.js.map → eval-5XYP6NMY.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{eval-Y3ZCUTHK.js.map → eval-O4WGQYDI.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{extension-QWE4YYK5.js.map → extension-PVGRRZZG.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{extension-BNINIMT7.js.map → extension-T7JNTAAA.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{focus-2Q3K76G2.js.map → focus-6FA5KYRY.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{focus-ATLBWXXD.js.map → focus-CQ63JFDG.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{gc-RUYEMNRF.js.map → gc-3BG67KTO.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{gc-TDWSDR66.js.map → gc-PEZYGNVB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{get-LY6M2JIM.js.map → get-J6CSJ4SX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{get-2WGLX74N.js.map → get-KJTKGNEQ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{health-4RKHYS3T.js.map → health-32UQICEL.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{health-TMFVNYRA.js.map → health-ZUZG5ULV.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-CGNQJXFE.js.map → history-IOH6FKG7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-SGRRS72R.js.map → history-W6QVR6FA.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-redact-IRL7WJ3E.js.map → history-redact-TUWOUYX5.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-redact-N3JK7VBW.js.map → history-redact-VVDOARNO.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{init-XIDPABA4.js.map → init-CZLEEE6Q.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{init-4GESW7RM.js.map → init-MAA6UMNQ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{learnings-4FJY7WIW.js.map → learnings-EYC3OKS2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{learnings-4BHWFFUV.js.map → learnings-HKJJUVTA.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{list-D7BF5CL2.js.map → list-HFD5737R.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{list-472TIOVK.js.map → list-KN3TL5Y5.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{next-SFQZVX2B.js.map → next-DQUMFAHG.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{next-D5STGWI2.js.map → next-JUEYC5HE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{notes-W4UEICGF.js.map → notes-XATYT43P.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{notes-6KNOSLIT.js.map → notes-ZG6RLZXB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{plan-JO6V7BXO.js.map → plan-5NWQL2DH.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{plan-MJQW5XK3.js.map → plan-DVVLX7LK.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{profile-WIQY2KCV.js.map → profile-54DZ4CLB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{profile-3TOTMUR4.js.map → profile-PLIQVEOY.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{register-mutation-ROFE2YPC.js.map → register-mutation-ET6E4VLE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{register-mutation-SJWMVIJ2.js.map → register-mutation-K2MNRWGI.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{register-operations-MEKU3AKC.js.map → register-operations-6DQRUTIX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{register-operations-IADFVH53.js.map → register-operations-73UDWMVB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{register-setup-3QJY43CY.js.map → register-setup-FXZJ2CEJ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{register-setup-AJWUSSQX.js.map → register-setup-LYYCMQFV.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{restore-EXHU34EU.js.map → restore-L27TMMCF.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{restore-44IHMMZZ.js.map → restore-R6YJHQK3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{scheduling-shortcuts-OLHNLAZY.js.map → scheduling-shortcuts-LE4S7OI7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{scheduling-shortcuts-TSBK4AY5.js.map → scheduling-shortcuts-OGODPUBL.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{schema-VBCELP5G.js.map → schema-ICCD3HOP.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{schema-IB2NZZWD.js.map → schema-RHH23PQX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{search-R227JOL6.js.map → search-HDDKOPFE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{search-7UBETML4.js.map → search-Z2VGP2Q5.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{stats-MCK7PLYS.js.map → stats-DHMRXHOB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{stats-FAG7COEH.js.map → stats-ETFP37MB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{telemetry-GVVUQSJQ.js.map → telemetry-NUZNKDCP.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{telemetry-DRPDZMAO.js.map → telemetry-ZRBM22QD.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{test-SY76DZTO.js.map → test-H36PM746.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{test-QY44WAMR.js.map → test-XNKTIP4Y.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{test-all-USPJHXFR.js.map → test-all-APCBSXQI.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{test-all-QD6QAEG7.js.map → test-all-KIK3OYBY.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{test-runs-QIR5MJPL.js.map → test-runs-5SLLV3XU.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{test-runs-MG5VIGSK.js.map → test-runs-L3WKLO67.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-A7EICML6.js.map → update-RQKI3AMW.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-IKJZWLQC.js.map → update-ZM7NJWHY.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-many-BEMTDA2X.js.map → update-many-GFCQG6ZQ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-many-RATAARHU.js.map → update-many-XGTJ7QIU.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{upgrade-VU46BLJZ.js.map → upgrade-KJ3JGELR.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{upgrade-NWMR3VQL.js.map → upgrade-RBRQ7PQU.js.map} +0 -0
package/dist/cli-bundle/chunks/{register-operations-MEKU3AKC.js → register-operations-6DQRUTIX.js}
RENAMED
|
@@ -7,16 +7,16 @@ import {
|
|
|
7
7
|
getGlobalOptions,
|
|
8
8
|
invalidateSearchCachesForMutation,
|
|
9
9
|
readOptionString
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-QFXFKYNQ.js";
|
|
11
11
|
import {
|
|
12
12
|
printError,
|
|
13
13
|
printResult
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
14
|
+
} from "./chunk-6YB7HG2J.js";
|
|
15
|
+
import "./chunk-XQCWTSLO.js";
|
|
16
|
+
import "./chunk-LLQLLAKU.js";
|
|
17
|
+
import "./chunk-UYLA5ROU.js";
|
|
18
|
+
import "./chunk-AOP2EMK3.js";
|
|
19
|
+
import "./chunk-FMWQRMHS.js";
|
|
20
20
|
import {
|
|
21
21
|
EXIT_CODE,
|
|
22
22
|
PmCliError,
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
resolvePmRoot,
|
|
26
26
|
resolveRuntimeStatusRegistry,
|
|
27
27
|
setActiveCommandResult
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-SL2ANJSV.js";
|
|
29
29
|
|
|
30
30
|
// dist/cli/register-operations.js
|
|
31
31
|
function resolveStartTaskInProgressStatus(statusRegistry) {
|
|
@@ -73,7 +73,7 @@ function validateBackgroundTestOptions(options, values) {
|
|
|
73
73
|
}
|
|
74
74
|
}
|
|
75
75
|
async function runBackgroundLinkedTests(id, options, globalOptions, values) {
|
|
76
|
-
const { runStartBackgroundRun } = await import("./test-runs-
|
|
76
|
+
const { runStartBackgroundRun } = await import("./test-runs-L3WKLO67.js");
|
|
77
77
|
const result = await runStartBackgroundRun({
|
|
78
78
|
kind: "test",
|
|
79
79
|
commandArgs: buildBackgroundTestCommandArgs(id, { ...options, add: values.addValues, addJson: values.addJsonValues, remove: values.removeValues }),
|
|
@@ -112,7 +112,7 @@ function buildRunTestOptions(options, values) {
|
|
|
112
112
|
};
|
|
113
113
|
}
|
|
114
114
|
async function runForegroundLinkedTests(id, options, globalOptions, values) {
|
|
115
|
-
const { runTest } = await import("./test-
|
|
115
|
+
const { runTest } = await import("./test-XNKTIP4Y.js");
|
|
116
116
|
const result = await runTest(id, buildRunTestOptions(options, values), globalOptions);
|
|
117
117
|
if (values.addValues.length > 0 || values.addJsonValues.length > 0 || values.removeValues.length > 0 || options.run === true) {
|
|
118
118
|
await invalidateSearchCachesForMutation(globalOptions, result);
|
|
@@ -147,7 +147,7 @@ async function runTestAllAction(options, command) {
|
|
|
147
147
|
const startedAt = Date.now();
|
|
148
148
|
const runInBackground = options.background === true;
|
|
149
149
|
if (runInBackground) {
|
|
150
|
-
const { runStartBackgroundRun } = await import("./test-runs-
|
|
150
|
+
const { runStartBackgroundRun } = await import("./test-runs-L3WKLO67.js");
|
|
151
151
|
const result2 = await runStartBackgroundRun({
|
|
152
152
|
kind: "test-all",
|
|
153
153
|
commandArgs: buildBackgroundTestAllCommandArgs(options),
|
|
@@ -160,7 +160,7 @@ async function runTestAllAction(options, command) {
|
|
|
160
160
|
}
|
|
161
161
|
return;
|
|
162
162
|
}
|
|
163
|
-
const { runTestAll } = await import("./test-all-
|
|
163
|
+
const { runTestAll } = await import("./test-all-APCBSXQI.js");
|
|
164
164
|
const result = await runTestAll({
|
|
165
165
|
status: readOptionString(options, "status"),
|
|
166
166
|
limit: readOptionString(options, "limit"),
|
|
@@ -191,7 +191,7 @@ async function runTestAllAction(options, command) {
|
|
|
191
191
|
async function runTelemetryAction(namespaceOrSubcommand, subcommand, options, command) {
|
|
192
192
|
const globalOptions = getGlobalOptions(command);
|
|
193
193
|
const startedAt = Date.now();
|
|
194
|
-
const { runTelemetry } = await import("./telemetry-
|
|
194
|
+
const { runTelemetry } = await import("./telemetry-NUZNKDCP.js");
|
|
195
195
|
const result = await runTelemetry({
|
|
196
196
|
subcommand: resolveTelemetrySubcommand(namespaceOrSubcommand, subcommand),
|
|
197
197
|
// Commander always parses `--limit <n>` to a string (or leaves it
|
|
@@ -206,7 +206,7 @@ async function runTelemetryAction(namespaceOrSubcommand, subcommand, options, co
|
|
|
206
206
|
async function runStatsAction(options, command) {
|
|
207
207
|
const globalOptions = getGlobalOptions(command);
|
|
208
208
|
const startedAt = Date.now();
|
|
209
|
-
const { runStats } = await import("./stats-
|
|
209
|
+
const { runStats } = await import("./stats-DHMRXHOB.js");
|
|
210
210
|
const result = await runStats(globalOptions, {
|
|
211
211
|
storage: options.storage === true,
|
|
212
212
|
metadataCoverage: options.metadataCoverage === true,
|
|
@@ -224,7 +224,7 @@ async function runStatsAction(options, command) {
|
|
|
224
224
|
async function runHealthAction(options, command) {
|
|
225
225
|
const globalOptions = getGlobalOptions(command);
|
|
226
226
|
const startedAt = Date.now();
|
|
227
|
-
const { runHealth } = await import("./health-
|
|
227
|
+
const { runHealth } = await import("./health-32UQICEL.js");
|
|
228
228
|
const result = await runHealth(globalOptions, {
|
|
229
229
|
strictDirectories: Boolean(options.strictDirectories),
|
|
230
230
|
checkOnly: Boolean(options.checkOnly),
|
|
@@ -259,7 +259,7 @@ async function runHealthAction(options, command) {
|
|
|
259
259
|
async function runValidateAction(options, command) {
|
|
260
260
|
const globalOptions = getGlobalOptions(command);
|
|
261
261
|
const startedAt = Date.now();
|
|
262
|
-
const { runValidate } = await import("./validate-
|
|
262
|
+
const { runValidate } = await import("./validate-T6PR5WAL.js");
|
|
263
263
|
const result = await runValidate({
|
|
264
264
|
checkMetadata: Boolean(options.checkMetadata),
|
|
265
265
|
metadataProfile: readOptionString(options, "metadataProfile"),
|
|
@@ -302,7 +302,7 @@ async function runValidateAction(options, command) {
|
|
|
302
302
|
async function runGcAction(options, command) {
|
|
303
303
|
const globalOptions = getGlobalOptions(command);
|
|
304
304
|
const startedAt = Date.now();
|
|
305
|
-
const { runGc } = await import("./gc-
|
|
305
|
+
const { runGc } = await import("./gc-PEZYGNVB.js");
|
|
306
306
|
const result = await runGc(globalOptions, {
|
|
307
307
|
dryRun: options.dryRun === true,
|
|
308
308
|
scope: Array.isArray(options.scope) ? options.scope : []
|
|
@@ -315,7 +315,7 @@ async function runGcAction(options, command) {
|
|
|
315
315
|
async function runContractsAction(options, command) {
|
|
316
316
|
const globalOptions = getGlobalOptions(command);
|
|
317
317
|
const startedAt = Date.now();
|
|
318
|
-
const { runContracts } = await import("./contracts-
|
|
318
|
+
const { runContracts } = await import("./contracts-CVBINC7C.js");
|
|
319
319
|
const result = await runContracts({
|
|
320
320
|
action: readOptionString(options, "action"),
|
|
321
321
|
command: readOptionString(options, "command"),
|
|
@@ -333,7 +333,7 @@ async function runContractsAction(options, command) {
|
|
|
333
333
|
async function runClaimAction(id, options, command) {
|
|
334
334
|
const globalOptions = getGlobalOptions(command);
|
|
335
335
|
const startedAt = Date.now();
|
|
336
|
-
const { runClaim } = await import("./claim-
|
|
336
|
+
const { runClaim } = await import("./claim-D6L33A5Y.js");
|
|
337
337
|
const result = await runClaim(id, Boolean(options.force), globalOptions, {
|
|
338
338
|
...buildLifecycleMutationOptions(options),
|
|
339
339
|
ifAvailable: options.ifAvailable === true
|
|
@@ -347,7 +347,7 @@ async function runClaimAction(id, options, command) {
|
|
|
347
347
|
async function runReleaseAction(id, options, command) {
|
|
348
348
|
const globalOptions = getGlobalOptions(command);
|
|
349
349
|
const startedAt = Date.now();
|
|
350
|
-
const { runRelease } = await import("./claim-
|
|
350
|
+
const { runRelease } = await import("./claim-D6L33A5Y.js");
|
|
351
351
|
const result = await runRelease(id, Boolean(options.force), globalOptions, {
|
|
352
352
|
...buildLifecycleMutationOptions(options),
|
|
353
353
|
allowAuditRelease: options.allowAuditRelease === true
|
|
@@ -368,8 +368,8 @@ async function runStartTaskAction(id, options, command) {
|
|
|
368
368
|
const force = Boolean(options.force);
|
|
369
369
|
const mutationOptions = buildLifecycleMutationOptions(options);
|
|
370
370
|
const [{ runClaim }, { runUpdate }] = await Promise.all([
|
|
371
|
-
import("./claim-
|
|
372
|
-
import("./update-
|
|
371
|
+
import("./claim-D6L33A5Y.js"),
|
|
372
|
+
import("./update-ZM7NJWHY.js")
|
|
373
373
|
]);
|
|
374
374
|
const claimResult = await runClaim(id, force, globalOptions, mutationOptions);
|
|
375
375
|
await invalidateSearchCachesForMutation(globalOptions, claimResult);
|
|
@@ -389,8 +389,8 @@ async function runPauseTaskAction(id, options, command) {
|
|
|
389
389
|
const force = Boolean(options.force);
|
|
390
390
|
const mutationOptions = buildLifecycleMutationOptions(options);
|
|
391
391
|
const [{ runUpdate }, { runRelease }] = await Promise.all([
|
|
392
|
-
import("./update-
|
|
393
|
-
import("./claim-
|
|
392
|
+
import("./update-ZM7NJWHY.js"),
|
|
393
|
+
import("./claim-D6L33A5Y.js")
|
|
394
394
|
]);
|
|
395
395
|
const updateResult = await runUpdate(id, { ...mutationOptions, status: statusRegistry.open_status, force }, globalOptions);
|
|
396
396
|
await invalidateSearchCachesForMutation(globalOptions, updateResult);
|
|
@@ -407,8 +407,8 @@ async function runCloseTaskAction(id, reason, options, command) {
|
|
|
407
407
|
const force = Boolean(options.force);
|
|
408
408
|
const mutationOptions = buildLifecycleMutationOptions(options);
|
|
409
409
|
const [{ runClose }, { runRelease }] = await Promise.all([
|
|
410
|
-
import("./close-
|
|
411
|
-
import("./claim-
|
|
410
|
+
import("./close-TGYXG7TV.js"),
|
|
411
|
+
import("./claim-D6L33A5Y.js")
|
|
412
412
|
]);
|
|
413
413
|
const closeResult = await runClose(id, reason, {
|
|
414
414
|
...mutationOptions,
|
|
@@ -428,7 +428,7 @@ function registerOperationCommands(program) {
|
|
|
428
428
|
program.command("test-all").description("Run linked tests across matching items.").option("--status <value>", "Filter items by status before running tests").option("--limit <n>", "Limit matching items before running linked tests").option("--offset <n>", "Skip matching items before running linked tests").option("--background", "Run linked tests in managed background mode").option("--timeout <seconds>", "Default run timeout in seconds").option("--progress", "Emit linked-test progress to stderr (always shown in TTY, opt-in for non-TTY)").option("--env-set <value>", "Set environment variable(s) for linked-test runs (KEY=VALUE, repeatable)", collect).option("--env-clear <value>", "Clear environment variable(s) for linked-test runs (NAME, repeatable)", collect).option("--shared-host-safe", "Apply additive shared-host-safe runtime defaults for linked-test runs").option("--pm-context <mode>", "PM linked-test context mode: schema|tracker|auto (default: schema)").option("--override-linked-pm-context", "Force run-level --pm-context to override per-linked-test pm_context_mode metadata").option("--fail-on-context-mismatch", "Fail linked PM commands when context item counts differ").option("--fail-on-skipped", "Treat skipped linked tests as dependency failures").option("--fail-on-empty-test-run", "Treat successful linked-test commands that report zero executed tests as failures").option("--require-assertions-for-pm", "Require assertion metadata for linked PM command tests").option("--check-context", "Preflight linked PM command context diagnostics before executing commands").option("--auto-pm-context", "Auto-remediate PM tracker-read context mismatches by routing those linked commands through tracker context").action(runTestAllAction);
|
|
429
429
|
program.command("test-runs-worker", { hidden: true }).argument("<runId>", "Background run id").description("Internal background worker command.").action(async (runId, _options, command) => {
|
|
430
430
|
const globalOptions = getGlobalOptions(command);
|
|
431
|
-
const { runTestRunsWorker } = await import("./test-runs-
|
|
431
|
+
const { runTestRunsWorker } = await import("./test-runs-L3WKLO67.js");
|
|
432
432
|
await runTestRunsWorker(runId, globalOptions);
|
|
433
433
|
});
|
|
434
434
|
program.command("telemetry").argument("[namespaceOrSubcommand]", "Telemetry subcommand: status, flush, stats, clear (default: status)").argument("[subcommand]", "Compatibility alias target for local-analytics: status, flush, stats, clear").option("--limit <n>", "Maximum command groups returned by telemetry stats").description("Inspect and manage local telemetry queue/runtime state.").action(runTelemetryAction);
|
|
@@ -467,7 +467,7 @@ function registerSchedulingShortcutCommands(program) {
|
|
|
467
467
|
program.command(name).argument("<title>", "Item title").option("--start <when>", "Start time (ISO, 'now', or relative like +1h/+2d); defaults to now").option("--duration <span>", "Duration from start (relative like 1h/2d); defaults to 1h when --end is omitted").option("--end <when>", "End time (ISO or relative); overrides --duration").option("--location <value>", "Location").option("--timezone <value>", "IANA timezone (for example America/New_York)").option("--all-day", "Mark as an all-day event").option("--parent <id>", "Parent item id").option("--allow-missing-parent", "Permit a parent id that does not exist yet").option("--tags <list>", "Comma-separated tags").option("--priority <value>", "Priority").option("--body <text>", "Body/markdown content").option("--description <text>", "Short description").option("--author <value>", "Mutation author").option("--message <value>", "History message").description(describe).action(async (title, options, command) => {
|
|
468
468
|
const globalOptions = getGlobalOptions(command);
|
|
469
469
|
const startedAt = Date.now();
|
|
470
|
-
const { runMeet, runEvent } = await import("./scheduling-shortcuts-
|
|
470
|
+
const { runMeet, runEvent } = await import("./scheduling-shortcuts-LE4S7OI7.js");
|
|
471
471
|
const run = name === "meet" ? runMeet : runEvent;
|
|
472
472
|
const result = await run(title, {
|
|
473
473
|
...buildShortcutCommonOptions(options),
|
|
@@ -488,7 +488,7 @@ function registerSchedulingShortcutCommands(program) {
|
|
|
488
488
|
program.command("remind").argument("<title>", "Item title").option("--at <when>", "Reminder time (ISO, 'now', or relative like +2d); defaults to +1d").option("--text <value>", "Reminder text; defaults to the title").option("--parent <id>", "Parent item id").option("--allow-missing-parent", "Permit a parent id that does not exist yet").option("--tags <list>", "Comma-separated tags").option("--priority <value>", "Priority").option("--body <text>", "Body/markdown content").option("--description <text>", "Short description").option("--author <value>", "Mutation author").option("--message <value>", "History message").description("Shortcut: create a Reminder from a single point in time.").action(async (title, options, command) => {
|
|
489
489
|
const globalOptions = getGlobalOptions(command);
|
|
490
490
|
const startedAt = Date.now();
|
|
491
|
-
const { runRemind } = await import("./scheduling-shortcuts-
|
|
491
|
+
const { runRemind } = await import("./scheduling-shortcuts-LE4S7OI7.js");
|
|
492
492
|
const result = await runRemind(title, {
|
|
493
493
|
...buildShortcutCommonOptions(options),
|
|
494
494
|
at: optionalString(options.at),
|
|
@@ -505,6 +505,6 @@ export {
|
|
|
505
505
|
registerOperationCommands,
|
|
506
506
|
resolveStartTaskInProgressStatus
|
|
507
507
|
};
|
|
508
|
-
//# sourceMappingURL=register-operations-
|
|
508
|
+
//# sourceMappingURL=register-operations-6DQRUTIX.js.map
|
|
509
509
|
|
|
510
510
|
//# debugId=dc7adadc-d479-5259-ae28-adb80458ebed
|
package/dist/cli-bundle/chunks/{register-operations-IADFVH53.js → register-operations-73UDWMVB.js}
RENAMED
|
@@ -5,16 +5,16 @@ import {
|
|
|
5
5
|
getGlobalOptions,
|
|
6
6
|
invalidateSearchCachesForMutation,
|
|
7
7
|
readOptionString
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-NHDR3UCW.js";
|
|
9
9
|
import {
|
|
10
10
|
printError,
|
|
11
11
|
printResult
|
|
12
|
-
} from "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-
|
|
12
|
+
} from "./chunk-WSDIALO4.js";
|
|
13
|
+
import "./chunk-KKHIQOTN.js";
|
|
14
|
+
import "./chunk-7745CXNI.js";
|
|
15
|
+
import "./chunk-CN4OAA2G.js";
|
|
16
|
+
import "./chunk-CQFZRLXQ.js";
|
|
17
|
+
import "./chunk-MZG6I2Q2.js";
|
|
18
18
|
import {
|
|
19
19
|
EXIT_CODE,
|
|
20
20
|
PmCliError,
|
|
@@ -23,7 +23,7 @@ import {
|
|
|
23
23
|
resolvePmRoot,
|
|
24
24
|
resolveRuntimeStatusRegistry,
|
|
25
25
|
setActiveCommandResult
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-BDDYM4LH.js";
|
|
27
27
|
|
|
28
28
|
// dist/cli/register-operations.js
|
|
29
29
|
!(function() {
|
|
@@ -78,7 +78,7 @@ function validateBackgroundTestOptions(options, values) {
|
|
|
78
78
|
}
|
|
79
79
|
}
|
|
80
80
|
async function runBackgroundLinkedTests(id, options, globalOptions, values) {
|
|
81
|
-
const { runStartBackgroundRun } = await import("./test-runs-
|
|
81
|
+
const { runStartBackgroundRun } = await import("./test-runs-5SLLV3XU.js");
|
|
82
82
|
const result = await runStartBackgroundRun({
|
|
83
83
|
kind: "test",
|
|
84
84
|
commandArgs: buildBackgroundTestCommandArgs(id, { ...options, add: values.addValues, addJson: values.addJsonValues, remove: values.removeValues }),
|
|
@@ -117,7 +117,7 @@ function buildRunTestOptions(options, values) {
|
|
|
117
117
|
};
|
|
118
118
|
}
|
|
119
119
|
async function runForegroundLinkedTests(id, options, globalOptions, values) {
|
|
120
|
-
const { runTest } = await import("./test-
|
|
120
|
+
const { runTest } = await import("./test-H36PM746.js");
|
|
121
121
|
const result = await runTest(id, buildRunTestOptions(options, values), globalOptions);
|
|
122
122
|
if (values.addValues.length > 0 || values.addJsonValues.length > 0 || values.removeValues.length > 0 || options.run === true) {
|
|
123
123
|
await invalidateSearchCachesForMutation(globalOptions, result);
|
|
@@ -152,7 +152,7 @@ async function runTestAllAction(options, command) {
|
|
|
152
152
|
const startedAt = Date.now();
|
|
153
153
|
const runInBackground = options.background === true;
|
|
154
154
|
if (runInBackground) {
|
|
155
|
-
const { runStartBackgroundRun } = await import("./test-runs-
|
|
155
|
+
const { runStartBackgroundRun } = await import("./test-runs-5SLLV3XU.js");
|
|
156
156
|
const result2 = await runStartBackgroundRun({
|
|
157
157
|
kind: "test-all",
|
|
158
158
|
commandArgs: buildBackgroundTestAllCommandArgs(options),
|
|
@@ -165,7 +165,7 @@ async function runTestAllAction(options, command) {
|
|
|
165
165
|
}
|
|
166
166
|
return;
|
|
167
167
|
}
|
|
168
|
-
const { runTestAll } = await import("./test-all-
|
|
168
|
+
const { runTestAll } = await import("./test-all-KIK3OYBY.js");
|
|
169
169
|
const result = await runTestAll({
|
|
170
170
|
status: readOptionString(options, "status"),
|
|
171
171
|
limit: readOptionString(options, "limit"),
|
|
@@ -196,7 +196,7 @@ async function runTestAllAction(options, command) {
|
|
|
196
196
|
async function runTelemetryAction(namespaceOrSubcommand, subcommand, options, command) {
|
|
197
197
|
const globalOptions = getGlobalOptions(command);
|
|
198
198
|
const startedAt = Date.now();
|
|
199
|
-
const { runTelemetry } = await import("./telemetry-
|
|
199
|
+
const { runTelemetry } = await import("./telemetry-ZRBM22QD.js");
|
|
200
200
|
const result = await runTelemetry({
|
|
201
201
|
subcommand: resolveTelemetrySubcommand(namespaceOrSubcommand, subcommand),
|
|
202
202
|
// Commander always parses `--limit <n>` to a string (or leaves it
|
|
@@ -211,7 +211,7 @@ async function runTelemetryAction(namespaceOrSubcommand, subcommand, options, co
|
|
|
211
211
|
async function runStatsAction(options, command) {
|
|
212
212
|
const globalOptions = getGlobalOptions(command);
|
|
213
213
|
const startedAt = Date.now();
|
|
214
|
-
const { runStats } = await import("./stats-
|
|
214
|
+
const { runStats } = await import("./stats-ETFP37MB.js");
|
|
215
215
|
const result = await runStats(globalOptions, {
|
|
216
216
|
storage: options.storage === true,
|
|
217
217
|
metadataCoverage: options.metadataCoverage === true,
|
|
@@ -229,7 +229,7 @@ async function runStatsAction(options, command) {
|
|
|
229
229
|
async function runHealthAction(options, command) {
|
|
230
230
|
const globalOptions = getGlobalOptions(command);
|
|
231
231
|
const startedAt = Date.now();
|
|
232
|
-
const { runHealth } = await import("./health-
|
|
232
|
+
const { runHealth } = await import("./health-ZUZG5ULV.js");
|
|
233
233
|
const result = await runHealth(globalOptions, {
|
|
234
234
|
strictDirectories: Boolean(options.strictDirectories),
|
|
235
235
|
checkOnly: Boolean(options.checkOnly),
|
|
@@ -264,7 +264,7 @@ async function runHealthAction(options, command) {
|
|
|
264
264
|
async function runValidateAction(options, command) {
|
|
265
265
|
const globalOptions = getGlobalOptions(command);
|
|
266
266
|
const startedAt = Date.now();
|
|
267
|
-
const { runValidate } = await import("./validate-
|
|
267
|
+
const { runValidate } = await import("./validate-EW6TGC7R.js");
|
|
268
268
|
const result = await runValidate({
|
|
269
269
|
checkMetadata: Boolean(options.checkMetadata),
|
|
270
270
|
metadataProfile: readOptionString(options, "metadataProfile"),
|
|
@@ -307,7 +307,7 @@ async function runValidateAction(options, command) {
|
|
|
307
307
|
async function runGcAction(options, command) {
|
|
308
308
|
const globalOptions = getGlobalOptions(command);
|
|
309
309
|
const startedAt = Date.now();
|
|
310
|
-
const { runGc } = await import("./gc-
|
|
310
|
+
const { runGc } = await import("./gc-3BG67KTO.js");
|
|
311
311
|
const result = await runGc(globalOptions, {
|
|
312
312
|
dryRun: options.dryRun === true,
|
|
313
313
|
scope: Array.isArray(options.scope) ? options.scope : []
|
|
@@ -320,7 +320,7 @@ async function runGcAction(options, command) {
|
|
|
320
320
|
async function runContractsAction(options, command) {
|
|
321
321
|
const globalOptions = getGlobalOptions(command);
|
|
322
322
|
const startedAt = Date.now();
|
|
323
|
-
const { runContracts } = await import("./contracts-
|
|
323
|
+
const { runContracts } = await import("./contracts-NLCDIZAT.js");
|
|
324
324
|
const result = await runContracts({
|
|
325
325
|
action: readOptionString(options, "action"),
|
|
326
326
|
command: readOptionString(options, "command"),
|
|
@@ -338,7 +338,7 @@ async function runContractsAction(options, command) {
|
|
|
338
338
|
async function runClaimAction(id, options, command) {
|
|
339
339
|
const globalOptions = getGlobalOptions(command);
|
|
340
340
|
const startedAt = Date.now();
|
|
341
|
-
const { runClaim } = await import("./claim-
|
|
341
|
+
const { runClaim } = await import("./claim-YAFUTPVK.js");
|
|
342
342
|
const result = await runClaim(id, Boolean(options.force), globalOptions, {
|
|
343
343
|
...buildLifecycleMutationOptions(options),
|
|
344
344
|
ifAvailable: options.ifAvailable === true
|
|
@@ -352,7 +352,7 @@ async function runClaimAction(id, options, command) {
|
|
|
352
352
|
async function runReleaseAction(id, options, command) {
|
|
353
353
|
const globalOptions = getGlobalOptions(command);
|
|
354
354
|
const startedAt = Date.now();
|
|
355
|
-
const { runRelease } = await import("./claim-
|
|
355
|
+
const { runRelease } = await import("./claim-YAFUTPVK.js");
|
|
356
356
|
const result = await runRelease(id, Boolean(options.force), globalOptions, {
|
|
357
357
|
...buildLifecycleMutationOptions(options),
|
|
358
358
|
allowAuditRelease: options.allowAuditRelease === true
|
|
@@ -373,8 +373,8 @@ async function runStartTaskAction(id, options, command) {
|
|
|
373
373
|
const force = Boolean(options.force);
|
|
374
374
|
const mutationOptions = buildLifecycleMutationOptions(options);
|
|
375
375
|
const [{ runClaim }, { runUpdate }] = await Promise.all([
|
|
376
|
-
import("./claim-
|
|
377
|
-
import("./update-
|
|
376
|
+
import("./claim-YAFUTPVK.js"),
|
|
377
|
+
import("./update-RQKI3AMW.js")
|
|
378
378
|
]);
|
|
379
379
|
const claimResult = await runClaim(id, force, globalOptions, mutationOptions);
|
|
380
380
|
await invalidateSearchCachesForMutation(globalOptions, claimResult);
|
|
@@ -394,8 +394,8 @@ async function runPauseTaskAction(id, options, command) {
|
|
|
394
394
|
const force = Boolean(options.force);
|
|
395
395
|
const mutationOptions = buildLifecycleMutationOptions(options);
|
|
396
396
|
const [{ runUpdate }, { runRelease }] = await Promise.all([
|
|
397
|
-
import("./update-
|
|
398
|
-
import("./claim-
|
|
397
|
+
import("./update-RQKI3AMW.js"),
|
|
398
|
+
import("./claim-YAFUTPVK.js")
|
|
399
399
|
]);
|
|
400
400
|
const updateResult = await runUpdate(id, { ...mutationOptions, status: statusRegistry.open_status, force }, globalOptions);
|
|
401
401
|
await invalidateSearchCachesForMutation(globalOptions, updateResult);
|
|
@@ -412,8 +412,8 @@ async function runCloseTaskAction(id, reason, options, command) {
|
|
|
412
412
|
const force = Boolean(options.force);
|
|
413
413
|
const mutationOptions = buildLifecycleMutationOptions(options);
|
|
414
414
|
const [{ runClose }, { runRelease }] = await Promise.all([
|
|
415
|
-
import("./close-
|
|
416
|
-
import("./claim-
|
|
415
|
+
import("./close-KLDLHAOP.js"),
|
|
416
|
+
import("./claim-YAFUTPVK.js")
|
|
417
417
|
]);
|
|
418
418
|
const closeResult = await runClose(id, reason, {
|
|
419
419
|
...mutationOptions,
|
|
@@ -433,7 +433,7 @@ function registerOperationCommands(program) {
|
|
|
433
433
|
program.command("test-all").description("Run linked tests across matching items.").option("--status <value>", "Filter items by status before running tests").option("--limit <n>", "Limit matching items before running linked tests").option("--offset <n>", "Skip matching items before running linked tests").option("--background", "Run linked tests in managed background mode").option("--timeout <seconds>", "Default run timeout in seconds").option("--progress", "Emit linked-test progress to stderr (always shown in TTY, opt-in for non-TTY)").option("--env-set <value>", "Set environment variable(s) for linked-test runs (KEY=VALUE, repeatable)", collect).option("--env-clear <value>", "Clear environment variable(s) for linked-test runs (NAME, repeatable)", collect).option("--shared-host-safe", "Apply additive shared-host-safe runtime defaults for linked-test runs").option("--pm-context <mode>", "PM linked-test context mode: schema|tracker|auto (default: schema)").option("--override-linked-pm-context", "Force run-level --pm-context to override per-linked-test pm_context_mode metadata").option("--fail-on-context-mismatch", "Fail linked PM commands when context item counts differ").option("--fail-on-skipped", "Treat skipped linked tests as dependency failures").option("--fail-on-empty-test-run", "Treat successful linked-test commands that report zero executed tests as failures").option("--require-assertions-for-pm", "Require assertion metadata for linked PM command tests").option("--check-context", "Preflight linked PM command context diagnostics before executing commands").option("--auto-pm-context", "Auto-remediate PM tracker-read context mismatches by routing those linked commands through tracker context").action(runTestAllAction);
|
|
434
434
|
program.command("test-runs-worker", { hidden: true }).argument("<runId>", "Background run id").description("Internal background worker command.").action(async (runId, _options, command) => {
|
|
435
435
|
const globalOptions = getGlobalOptions(command);
|
|
436
|
-
const { runTestRunsWorker } = await import("./test-runs-
|
|
436
|
+
const { runTestRunsWorker } = await import("./test-runs-5SLLV3XU.js");
|
|
437
437
|
await runTestRunsWorker(runId, globalOptions);
|
|
438
438
|
});
|
|
439
439
|
program.command("telemetry").argument("[namespaceOrSubcommand]", "Telemetry subcommand: status, flush, stats, clear (default: status)").argument("[subcommand]", "Compatibility alias target for local-analytics: status, flush, stats, clear").option("--limit <n>", "Maximum command groups returned by telemetry stats").description("Inspect and manage local telemetry queue/runtime state.").action(runTelemetryAction);
|
|
@@ -472,7 +472,7 @@ function registerSchedulingShortcutCommands(program) {
|
|
|
472
472
|
program.command(name).argument("<title>", "Item title").option("--start <when>", "Start time (ISO, 'now', or relative like +1h/+2d); defaults to now").option("--duration <span>", "Duration from start (relative like 1h/2d); defaults to 1h when --end is omitted").option("--end <when>", "End time (ISO or relative); overrides --duration").option("--location <value>", "Location").option("--timezone <value>", "IANA timezone (for example America/New_York)").option("--all-day", "Mark as an all-day event").option("--parent <id>", "Parent item id").option("--allow-missing-parent", "Permit a parent id that does not exist yet").option("--tags <list>", "Comma-separated tags").option("--priority <value>", "Priority").option("--body <text>", "Body/markdown content").option("--description <text>", "Short description").option("--author <value>", "Mutation author").option("--message <value>", "History message").description(describe).action(async (title, options, command) => {
|
|
473
473
|
const globalOptions = getGlobalOptions(command);
|
|
474
474
|
const startedAt = Date.now();
|
|
475
|
-
const { runMeet, runEvent } = await import("./scheduling-shortcuts-
|
|
475
|
+
const { runMeet, runEvent } = await import("./scheduling-shortcuts-OGODPUBL.js");
|
|
476
476
|
const run = name === "meet" ? runMeet : runEvent;
|
|
477
477
|
const result = await run(title, {
|
|
478
478
|
...buildShortcutCommonOptions(options),
|
|
@@ -493,7 +493,7 @@ function registerSchedulingShortcutCommands(program) {
|
|
|
493
493
|
program.command("remind").argument("<title>", "Item title").option("--at <when>", "Reminder time (ISO, 'now', or relative like +2d); defaults to +1d").option("--text <value>", "Reminder text; defaults to the title").option("--parent <id>", "Parent item id").option("--allow-missing-parent", "Permit a parent id that does not exist yet").option("--tags <list>", "Comma-separated tags").option("--priority <value>", "Priority").option("--body <text>", "Body/markdown content").option("--description <text>", "Short description").option("--author <value>", "Mutation author").option("--message <value>", "History message").description("Shortcut: create a Reminder from a single point in time.").action(async (title, options, command) => {
|
|
494
494
|
const globalOptions = getGlobalOptions(command);
|
|
495
495
|
const startedAt = Date.now();
|
|
496
|
-
const { runRemind } = await import("./scheduling-shortcuts-
|
|
496
|
+
const { runRemind } = await import("./scheduling-shortcuts-OGODPUBL.js");
|
|
497
497
|
const result = await runRemind(title, {
|
|
498
498
|
...buildShortcutCommonOptions(options),
|
|
499
499
|
at: optionalString(options.at),
|
|
@@ -510,4 +510,4 @@ export {
|
|
|
510
510
|
registerOperationCommands,
|
|
511
511
|
resolveStartTaskInProgressStatus
|
|
512
512
|
};
|
|
513
|
-
//# sourceMappingURL=register-operations-
|
|
513
|
+
//# sourceMappingURL=register-operations-73UDWMVB.js.map
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import {
|
|
2
2
|
collect,
|
|
3
3
|
getGlobalOptions
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-NHDR3UCW.js";
|
|
5
5
|
import {
|
|
6
6
|
printError,
|
|
7
7
|
printResult,
|
|
8
8
|
writeStdout
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-WSDIALO4.js";
|
|
10
|
+
import "./chunk-KKHIQOTN.js";
|
|
11
11
|
import {
|
|
12
12
|
SCAFFOLD_CAPABILITIES,
|
|
13
13
|
renderExtensionDescribeMarkdown
|
|
14
|
-
} from "./chunk-
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
14
|
+
} from "./chunk-DEIDJQZK.js";
|
|
15
|
+
import "./chunk-4OXNQHKQ.js";
|
|
16
|
+
import "./chunk-7745CXNI.js";
|
|
17
|
+
import "./chunk-CN4OAA2G.js";
|
|
18
|
+
import "./chunk-CQFZRLXQ.js";
|
|
19
|
+
import "./chunk-MZG6I2Q2.js";
|
|
20
20
|
import {
|
|
21
21
|
EXIT_CODE,
|
|
22
22
|
PmCliError
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-BDDYM4LH.js";
|
|
24
24
|
|
|
25
25
|
// dist/cli/register-setup.js
|
|
26
26
|
import fs from "node:fs/promises";
|
|
@@ -149,7 +149,7 @@ async function executeExtensionCommand(target, options, command, forcedAction, v
|
|
|
149
149
|
const outputOption = typeof normalizedOptions.output === "string" ? normalizedOptions.output : void 0;
|
|
150
150
|
const outputPath = outputOption?.trim();
|
|
151
151
|
validateExtensionMarkdownOptions(normalizedOptions, globalOptions, outputPath);
|
|
152
|
-
const { runExtension } = await import("./extension-
|
|
152
|
+
const { runExtension } = await import("./extension-T7JNTAAA.js");
|
|
153
153
|
const result = await runExtension(target, normalizedOptions, globalOptions);
|
|
154
154
|
if (normalizedOptions.markdown === true) {
|
|
155
155
|
await emitExtensionMarkdownResult({ result, vocabulary, outputPath, globalOptions });
|
|
@@ -229,7 +229,7 @@ function registerLifecycleCommand(program, vocabulary) {
|
|
|
229
229
|
async function runInitCommandAction(prefix, options, command) {
|
|
230
230
|
const globalOptions = getGlobalOptions(command);
|
|
231
231
|
const startedAt = Date.now();
|
|
232
|
-
const { runInit, summarizeInitResult } = await import("./init-
|
|
232
|
+
const { runInit, summarizeInitResult } = await import("./init-CZLEEE6Q.js");
|
|
233
233
|
const result = await runInit(prefix, globalOptions, {
|
|
234
234
|
preset: typeof options.preset === "string" ? options.preset : void 0,
|
|
235
235
|
defaults: options.defaults === true || options.yes === true,
|
|
@@ -279,7 +279,7 @@ function buildConfigOptions(options) {
|
|
|
279
279
|
async function runConfigCommandAction(scope, action, key, value, options, command) {
|
|
280
280
|
const globalOptions = getGlobalOptions(command);
|
|
281
281
|
const startedAt = Date.now();
|
|
282
|
-
const { runConfig } = await import("./config-
|
|
282
|
+
const { runConfig } = await import("./config-O6W2EU2G.js");
|
|
283
283
|
const { resolvedScope, resolvedAction, resolvedKey, resolvedValue } = resolveConfigPositionals(scope, action, key, value);
|
|
284
284
|
const result = await runConfig(resolvedScope, resolvedAction, resolvedKey, buildConfigOptions(options), globalOptions, typeof resolvedValue === "string" ? resolvedValue : void 0);
|
|
285
285
|
printResult(result, globalOptions);
|
|
@@ -303,7 +303,7 @@ function registerSetupCommands(program) {
|
|
|
303
303
|
addPackageScopeOptions(program.command("upgrade").argument("[target]", "Optional managed package name/source to upgrade; omit to upgrade pm CLI and all managed packages").option("--dry-run", "Plan CLI/package upgrades without running npm or reinstalling packages").option("--cli-only", "Upgrade only the pm CLI/SDK npm package").option("--packages-only", "Upgrade only managed pm packages").option("--repair", "Force npm global reinstall when upgrading the pm CLI/SDK").option("--tag <value>", "npm dist-tag/version for CLI and registry package upgrades").option("--package-name <value>", "Override the CLI package name for self-upgrade testing").description("Upgrade the pm CLI/SDK and refresh managed installable pm packages.")).action(async (target, _options, command) => {
|
|
304
304
|
const globalOptions = getGlobalOptions(command);
|
|
305
305
|
const startedAt = Date.now();
|
|
306
|
-
const { runUpgrade } = await import("./upgrade-
|
|
306
|
+
const { runUpgrade } = await import("./upgrade-KJ3JGELR.js");
|
|
307
307
|
const result = await runUpgrade(target, command.opts(), globalOptions);
|
|
308
308
|
printResult(result, globalOptions);
|
|
309
309
|
if (!result.ok) {
|
|
@@ -317,4 +317,4 @@ function registerSetupCommands(program) {
|
|
|
317
317
|
export {
|
|
318
318
|
registerSetupCommands
|
|
319
319
|
};
|
|
320
|
-
//# sourceMappingURL=register-setup-
|
|
320
|
+
//# sourceMappingURL=register-setup-FXZJ2CEJ.js.map
|
|
@@ -3,26 +3,26 @@
|
|
|
3
3
|
import {
|
|
4
4
|
collect,
|
|
5
5
|
getGlobalOptions
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-QFXFKYNQ.js";
|
|
7
7
|
import {
|
|
8
8
|
printError,
|
|
9
9
|
printResult,
|
|
10
10
|
writeStdout
|
|
11
|
-
} from "./chunk-
|
|
12
|
-
import "./chunk-
|
|
11
|
+
} from "./chunk-6YB7HG2J.js";
|
|
12
|
+
import "./chunk-XQCWTSLO.js";
|
|
13
13
|
import {
|
|
14
14
|
SCAFFOLD_CAPABILITIES,
|
|
15
15
|
renderExtensionDescribeMarkdown
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
20
|
-
import "./chunk-
|
|
21
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-M34MVAOP.js";
|
|
17
|
+
import "./chunk-6QY2NA2M.js";
|
|
18
|
+
import "./chunk-LLQLLAKU.js";
|
|
19
|
+
import "./chunk-UYLA5ROU.js";
|
|
20
|
+
import "./chunk-AOP2EMK3.js";
|
|
21
|
+
import "./chunk-FMWQRMHS.js";
|
|
22
22
|
import {
|
|
23
23
|
EXIT_CODE,
|
|
24
24
|
PmCliError
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-SL2ANJSV.js";
|
|
26
26
|
|
|
27
27
|
// dist/cli/register-setup.js
|
|
28
28
|
import fs from "node:fs/promises";
|
|
@@ -144,7 +144,7 @@ async function executeExtensionCommand(target, options, command, forcedAction, v
|
|
|
144
144
|
const outputOption = typeof normalizedOptions.output === "string" ? normalizedOptions.output : void 0;
|
|
145
145
|
const outputPath = outputOption?.trim();
|
|
146
146
|
validateExtensionMarkdownOptions(normalizedOptions, globalOptions, outputPath);
|
|
147
|
-
const { runExtension } = await import("./extension-
|
|
147
|
+
const { runExtension } = await import("./extension-PVGRRZZG.js");
|
|
148
148
|
const result = await runExtension(target, normalizedOptions, globalOptions);
|
|
149
149
|
if (normalizedOptions.markdown === true) {
|
|
150
150
|
await emitExtensionMarkdownResult({ result, vocabulary, outputPath, globalOptions });
|
|
@@ -224,7 +224,7 @@ function registerLifecycleCommand(program, vocabulary) {
|
|
|
224
224
|
async function runInitCommandAction(prefix, options, command) {
|
|
225
225
|
const globalOptions = getGlobalOptions(command);
|
|
226
226
|
const startedAt = Date.now();
|
|
227
|
-
const { runInit, summarizeInitResult } = await import("./init-
|
|
227
|
+
const { runInit, summarizeInitResult } = await import("./init-MAA6UMNQ.js");
|
|
228
228
|
const result = await runInit(prefix, globalOptions, {
|
|
229
229
|
preset: typeof options.preset === "string" ? options.preset : void 0,
|
|
230
230
|
defaults: options.defaults === true || options.yes === true,
|
|
@@ -274,7 +274,7 @@ function buildConfigOptions(options) {
|
|
|
274
274
|
async function runConfigCommandAction(scope, action, key, value, options, command) {
|
|
275
275
|
const globalOptions = getGlobalOptions(command);
|
|
276
276
|
const startedAt = Date.now();
|
|
277
|
-
const { runConfig } = await import("./config-
|
|
277
|
+
const { runConfig } = await import("./config-XQRFJXJP.js");
|
|
278
278
|
const { resolvedScope, resolvedAction, resolvedKey, resolvedValue } = resolveConfigPositionals(scope, action, key, value);
|
|
279
279
|
const result = await runConfig(resolvedScope, resolvedAction, resolvedKey, buildConfigOptions(options), globalOptions, typeof resolvedValue === "string" ? resolvedValue : void 0);
|
|
280
280
|
printResult(result, globalOptions);
|
|
@@ -298,7 +298,7 @@ function registerSetupCommands(program) {
|
|
|
298
298
|
addPackageScopeOptions(program.command("upgrade").argument("[target]", "Optional managed package name/source to upgrade; omit to upgrade pm CLI and all managed packages").option("--dry-run", "Plan CLI/package upgrades without running npm or reinstalling packages").option("--cli-only", "Upgrade only the pm CLI/SDK npm package").option("--packages-only", "Upgrade only managed pm packages").option("--repair", "Force npm global reinstall when upgrading the pm CLI/SDK").option("--tag <value>", "npm dist-tag/version for CLI and registry package upgrades").option("--package-name <value>", "Override the CLI package name for self-upgrade testing").description("Upgrade the pm CLI/SDK and refresh managed installable pm packages.")).action(async (target, _options, command) => {
|
|
299
299
|
const globalOptions = getGlobalOptions(command);
|
|
300
300
|
const startedAt = Date.now();
|
|
301
|
-
const { runUpgrade } = await import("./upgrade-
|
|
301
|
+
const { runUpgrade } = await import("./upgrade-RBRQ7PQU.js");
|
|
302
302
|
const result = await runUpgrade(target, command.opts(), globalOptions);
|
|
303
303
|
printResult(result, globalOptions);
|
|
304
304
|
if (!result.ok) {
|
|
@@ -312,6 +312,6 @@ function registerSetupCommands(program) {
|
|
|
312
312
|
export {
|
|
313
313
|
registerSetupCommands
|
|
314
314
|
};
|
|
315
|
-
//# sourceMappingURL=register-setup-
|
|
315
|
+
//# sourceMappingURL=register-setup-LYYCMQFV.js.map
|
|
316
316
|
|
|
317
317
|
//# debugId=137a55d9-c7ae-5fc4-ae93-40a7ead25088
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import {
|
|
2
|
+
_testOnlyRestoreCommand,
|
|
3
|
+
runRestore
|
|
4
|
+
} from "./chunk-CQISNF3Z.js";
|
|
5
|
+
import "./chunk-WW4E2DC3.js";
|
|
6
|
+
import "./chunk-EB4BBEZD.js";
|
|
7
|
+
import "./chunk-HL742IBM.js";
|
|
8
|
+
import "./chunk-3MLQZI3H.js";
|
|
9
|
+
import "./chunk-CN4OAA2G.js";
|
|
10
|
+
import "./chunk-CQFZRLXQ.js";
|
|
11
|
+
import "./chunk-MZG6I2Q2.js";
|
|
12
|
+
import "./chunk-BDDYM4LH.js";
|
|
13
|
+
export {
|
|
14
|
+
_testOnlyRestoreCommand,
|
|
15
|
+
runRestore
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=restore-L27TMMCF.js.map
|
|
@@ -3,19 +3,19 @@
|
|
|
3
3
|
import {
|
|
4
4
|
_testOnlyRestoreCommand,
|
|
5
5
|
runRestore
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-OTSP6UEX.js";
|
|
7
7
|
import "./chunk-T5RRNDA7.js";
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-FDNJMYZB.js";
|
|
9
|
+
import "./chunk-Y2VSCQ77.js";
|
|
10
|
+
import "./chunk-NHKXOMZ5.js";
|
|
11
|
+
import "./chunk-UYLA5ROU.js";
|
|
12
|
+
import "./chunk-AOP2EMK3.js";
|
|
13
|
+
import "./chunk-FMWQRMHS.js";
|
|
14
|
+
import "./chunk-SL2ANJSV.js";
|
|
15
15
|
export {
|
|
16
16
|
_testOnlyRestoreCommand,
|
|
17
17
|
runRestore
|
|
18
18
|
};
|
|
19
|
-
//# sourceMappingURL=restore-
|
|
19
|
+
//# sourceMappingURL=restore-R6YJHQK3.js.map
|
|
20
20
|
|
|
21
21
|
//# debugId=45eac7fa-f181-5cca-93b7-cfb58909dbb3
|