@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-mutation-ROFE2YPC.js → register-mutation-ET6E4VLE.js}
RENAMED
|
@@ -10,25 +10,25 @@ import {
|
|
|
10
10
|
normalizeCreateOptions,
|
|
11
11
|
normalizeUpdateOptions,
|
|
12
12
|
readOptionString
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-NHDR3UCW.js";
|
|
14
14
|
import {
|
|
15
15
|
printError,
|
|
16
16
|
printResult,
|
|
17
17
|
writeStdout
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
} from "./chunk-WSDIALO4.js";
|
|
19
|
+
import "./chunk-KKHIQOTN.js";
|
|
20
20
|
import {
|
|
21
21
|
CREATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS,
|
|
22
22
|
UPDATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS
|
|
23
|
-
} from "./chunk-
|
|
24
|
-
import "./chunk-
|
|
25
|
-
import "./chunk-
|
|
26
|
-
import "./chunk-
|
|
23
|
+
} from "./chunk-7745CXNI.js";
|
|
24
|
+
import "./chunk-CN4OAA2G.js";
|
|
25
|
+
import "./chunk-CQFZRLXQ.js";
|
|
26
|
+
import "./chunk-MZG6I2Q2.js";
|
|
27
27
|
import {
|
|
28
28
|
BUILTIN_ITEM_TYPE_VALUES,
|
|
29
29
|
EXIT_CODE,
|
|
30
30
|
PmCliError
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-BDDYM4LH.js";
|
|
32
32
|
|
|
33
33
|
// dist/cli/register-mutation.js
|
|
34
34
|
import { Option } from "commander";
|
|
@@ -482,7 +482,7 @@ async function runCreateAction(typeOrTitle, secondTitle, options, command) {
|
|
|
482
482
|
delete options.bodyFile;
|
|
483
483
|
}
|
|
484
484
|
const normalized = normalizeCreateOptions(options, { requireType: false });
|
|
485
|
-
const { runCreate } = await import("./create-
|
|
485
|
+
const { runCreate } = await import("./create-AJ6HUR5W.js");
|
|
486
486
|
const result = await runCreate(normalized, globalOptions);
|
|
487
487
|
await invalidateSearchCachesForMutation(globalOptions, result);
|
|
488
488
|
printResult(result, globalOptions);
|
|
@@ -515,7 +515,7 @@ function buildCloseManyListOptions(options) {
|
|
|
515
515
|
async function runCloseManyAction(options, command) {
|
|
516
516
|
const globalOptions = getGlobalOptions(command);
|
|
517
517
|
const startedAt = Date.now();
|
|
518
|
-
const { runCloseMany } = await import("./close-many-
|
|
518
|
+
const { runCloseMany } = await import("./close-many-4QSWKCRU.js");
|
|
519
519
|
const result = await runCloseMany({
|
|
520
520
|
status: readOptionString(options, "filterStatus"),
|
|
521
521
|
list: buildCloseManyListOptions(options),
|
|
@@ -540,7 +540,7 @@ async function runCloseManyAction(options, command) {
|
|
|
540
540
|
async function runUpdateManyAction(options, command) {
|
|
541
541
|
const globalOptions = getGlobalOptions(command);
|
|
542
542
|
const startedAt = Date.now();
|
|
543
|
-
const { runUpdateMany } = await import("./update-many-
|
|
543
|
+
const { runUpdateMany } = await import("./update-many-XGTJ7QIU.js");
|
|
544
544
|
const result = await runUpdateMany({
|
|
545
545
|
status: readOptionString(options, "filterStatus"),
|
|
546
546
|
list: buildUpdateManyListOptions(options),
|
|
@@ -558,7 +558,7 @@ async function runUpdateManyAction(options, command) {
|
|
|
558
558
|
async function runCloseAction(id, text, options, command) {
|
|
559
559
|
const globalOptions = getGlobalOptions(command);
|
|
560
560
|
const startedAt = Date.now();
|
|
561
|
-
const { runClose } = await import("./close-
|
|
561
|
+
const { runClose } = await import("./close-KLDLHAOP.js");
|
|
562
562
|
const reasonFromOption = typeof options.reason === "string" && options.reason.trim().length > 0 && options.reason || typeof options.closeReason === "string" && options.closeReason.trim().length > 0 && options.closeReason || void 0;
|
|
563
563
|
const resolvedText = typeof text === "string" && text.length > 0 ? text : reasonFromOption;
|
|
564
564
|
const result = await runClose(id, resolvedText, {
|
|
@@ -643,7 +643,7 @@ function parsePlanReorderTo(normalizedSubcommand, reorderToken) {
|
|
|
643
643
|
async function runPlanAction(subcommand, id, stepRef, reorderToken, options, command) {
|
|
644
644
|
const globalOptions = getGlobalOptions(command);
|
|
645
645
|
const startedAt = Date.now();
|
|
646
|
-
const { runPlan, PLAN_SUBCOMMANDS } = await import("./plan-
|
|
646
|
+
const { runPlan, PLAN_SUBCOMMANDS } = await import("./plan-DVVLX7LK.js");
|
|
647
647
|
const normalizedSubcommand = (subcommand ?? "").trim().toLowerCase();
|
|
648
648
|
assertKnownPlanSubcommand(subcommand, normalizedSubcommand, PLAN_SUBCOMMANDS);
|
|
649
649
|
const planOptions = normalizePlanAliases(options);
|
|
@@ -678,7 +678,7 @@ function parseNonNegativeIntFlag(raw, flag) {
|
|
|
678
678
|
async function runHistoryCompactAction(id, options, command) {
|
|
679
679
|
const globalOptions = getGlobalOptions(command);
|
|
680
680
|
const startedAt = Date.now();
|
|
681
|
-
const { runHistoryCompact, runHistoryCompactBulk, assertHistoryCompactTarget } = await import("./history-compact-
|
|
681
|
+
const { runHistoryCompact, runHistoryCompactBulk, assertHistoryCompactTarget } = await import("./history-compact-JQ6ZGYSJ.js");
|
|
682
682
|
const ids = typeof options.ids === "string" ? splitCommaList(options.ids) : void 0;
|
|
683
683
|
const allOver = parseNonNegativeIntFlag(options.allOver, "--all-over");
|
|
684
684
|
const minEntries = parseNonNegativeIntFlag(options.minEntries, "--min-entries");
|
|
@@ -729,7 +729,7 @@ function splitCollectedCommaList(raw) {
|
|
|
729
729
|
async function runSchemaAction(subcommand, name, options, command) {
|
|
730
730
|
const globalOptions = getGlobalOptions(command);
|
|
731
731
|
const startedAt = Date.now();
|
|
732
|
-
const schemaModule = await import("./schema-
|
|
732
|
+
const schemaModule = await import("./schema-ICCD3HOP.js");
|
|
733
733
|
const { SCHEMA_SUBCOMMANDS } = schemaModule;
|
|
734
734
|
let normalizedSubcommand = (subcommand ?? "").trim().toLowerCase();
|
|
735
735
|
let typeName = name;
|
|
@@ -809,7 +809,7 @@ async function runCommentsAction(id, text, options, command) {
|
|
|
809
809
|
const globalOptions = getGlobalOptions(command);
|
|
810
810
|
const startedAt = Date.now();
|
|
811
811
|
const sources = resolveCommentSources(text, options);
|
|
812
|
-
const { runComments } = await import("./comments-
|
|
812
|
+
const { runComments } = await import("./comments-QC6ARR5X.js");
|
|
813
813
|
const result = await runComments(id, {
|
|
814
814
|
add: sources.add,
|
|
815
815
|
stdin: sources.readFromStdin,
|
|
@@ -833,7 +833,7 @@ async function runCommentsAction(id, text, options, command) {
|
|
|
833
833
|
async function runCopyAction(id, options, command) {
|
|
834
834
|
const globalOptions = getGlobalOptions(command);
|
|
835
835
|
const startedAt = Date.now();
|
|
836
|
-
const { runCopy } = await import("./copy-
|
|
836
|
+
const { runCopy } = await import("./copy-7MUQC44A.js");
|
|
837
837
|
const result = await runCopy(id, {
|
|
838
838
|
title: readOptionString(options, "title"),
|
|
839
839
|
author: readOptionString(options, "author"),
|
|
@@ -848,7 +848,7 @@ async function runCopyAction(id, options, command) {
|
|
|
848
848
|
async function runFocusAction(id, options, command) {
|
|
849
849
|
const globalOptions = getGlobalOptions(command);
|
|
850
850
|
const startedAt = Date.now();
|
|
851
|
-
const { runFocus } = await import("./focus-
|
|
851
|
+
const { runFocus } = await import("./focus-CQ63JFDG.js");
|
|
852
852
|
const result = await runFocus(id, { clear: options.clear === true }, globalOptions);
|
|
853
853
|
printResult(result, globalOptions);
|
|
854
854
|
if (globalOptions.profile) {
|
|
@@ -862,7 +862,7 @@ async function runUpdateAction(id, options, command) {
|
|
|
862
862
|
options.body = await resolveBodyFileContent(options.bodyFile, options.body !== void 0 ? String(options.body) : void 0);
|
|
863
863
|
delete options.bodyFile;
|
|
864
864
|
}
|
|
865
|
-
const { runUpdate } = await import("./update-
|
|
865
|
+
const { runUpdate } = await import("./update-RQKI3AMW.js");
|
|
866
866
|
const result = await runUpdate(id, normalizeUpdateOptions(options), globalOptions);
|
|
867
867
|
await invalidateSearchCachesForMutation(globalOptions, result);
|
|
868
868
|
printResult(result, globalOptions);
|
|
@@ -873,7 +873,7 @@ async function runUpdateAction(id, options, command) {
|
|
|
873
873
|
async function runDeleteAction(id, options, command) {
|
|
874
874
|
const globalOptions = getGlobalOptions(command);
|
|
875
875
|
const startedAt = Date.now();
|
|
876
|
-
const { runDelete } = await import("./delete-
|
|
876
|
+
const { runDelete } = await import("./delete-5OLYWQIC.js");
|
|
877
877
|
const result = await runDelete(id, {
|
|
878
878
|
author: readOptionString(options, "author"),
|
|
879
879
|
message: readOptionString(options, "message"),
|
|
@@ -913,7 +913,7 @@ function resolveAppendBody(text, options) {
|
|
|
913
913
|
async function runAppendAction(id, text, options, command) {
|
|
914
914
|
const globalOptions = getGlobalOptions(command);
|
|
915
915
|
const startedAt = Date.now();
|
|
916
|
-
const { runAppend } = await import("./append-
|
|
916
|
+
const { runAppend } = await import("./append-XLEKVVWB.js");
|
|
917
917
|
const result = await runAppend(id, {
|
|
918
918
|
body: resolveAppendBody(text, options),
|
|
919
919
|
author: readOptionString(options, "author"),
|
|
@@ -929,7 +929,7 @@ async function runAppendAction(id, text, options, command) {
|
|
|
929
929
|
async function runRestoreAction(id, target, options, command) {
|
|
930
930
|
const globalOptions = getGlobalOptions(command);
|
|
931
931
|
const startedAt = Date.now();
|
|
932
|
-
const { runRestore } = await import("./restore-
|
|
932
|
+
const { runRestore } = await import("./restore-L27TMMCF.js");
|
|
933
933
|
const result = await runRestore(id, target, {
|
|
934
934
|
author: readOptionString(options, "author"),
|
|
935
935
|
message: readOptionString(options, "message"),
|
|
@@ -944,7 +944,7 @@ async function runRestoreAction(id, target, options, command) {
|
|
|
944
944
|
async function runProfileAction(subcommand, name, options, command) {
|
|
945
945
|
const globalOptions = getGlobalOptions(command);
|
|
946
946
|
const startedAt = Date.now();
|
|
947
|
-
const profileModule = await import("./profile-
|
|
947
|
+
const profileModule = await import("./profile-PLIQVEOY.js");
|
|
948
948
|
const { PROFILE_SUBCOMMANDS } = profileModule;
|
|
949
949
|
const normalizedSubcommand = (subcommand ?? "").trim().toLowerCase();
|
|
950
950
|
if (!normalizedSubcommand) {
|
|
@@ -973,7 +973,7 @@ async function runNotesAction(id, text, options, command) {
|
|
|
973
973
|
const globalOptions = getGlobalOptions(command);
|
|
974
974
|
const startedAt = Date.now();
|
|
975
975
|
const add = resolveSingleTextSource("note", text, options);
|
|
976
|
-
const { runNotes } = await import("./notes-
|
|
976
|
+
const { runNotes } = await import("./notes-ZG6RLZXB.js");
|
|
977
977
|
const result = await runNotes(id, {
|
|
978
978
|
add,
|
|
979
979
|
limit: readOptionString(options, "limit"),
|
|
@@ -994,7 +994,7 @@ async function runLearningsAction(id, text, options, command) {
|
|
|
994
994
|
const globalOptions = getGlobalOptions(command);
|
|
995
995
|
const startedAt = Date.now();
|
|
996
996
|
const add = resolveSingleTextSource("learning", text, options);
|
|
997
|
-
const { runLearnings } = await import("./learnings-
|
|
997
|
+
const { runLearnings } = await import("./learnings-EYC3OKS2.js");
|
|
998
998
|
const result = await runLearnings(id, {
|
|
999
999
|
add,
|
|
1000
1000
|
limit: readOptionString(options, "limit"),
|
|
@@ -1021,7 +1021,7 @@ async function runFilesAction(id, options, command) {
|
|
|
1021
1021
|
const addGlobValues = readStringArrayOption(options, "addGlob");
|
|
1022
1022
|
const removeValues = readStringArrayOption(options, "remove");
|
|
1023
1023
|
const migrateValues = readStringArrayOption(options, "migrate");
|
|
1024
|
-
const { runFiles } = await import("./files-
|
|
1024
|
+
const { runFiles } = await import("./files-W7HH5EOD.js");
|
|
1025
1025
|
const result = await runFiles(id, {
|
|
1026
1026
|
add: addValues,
|
|
1027
1027
|
addGlob: addGlobValues,
|
|
@@ -1048,7 +1048,7 @@ async function runFilesDiscoverAction(id, options, command) {
|
|
|
1048
1048
|
const globalOptions = getGlobalOptions(command);
|
|
1049
1049
|
const startedAt = Date.now();
|
|
1050
1050
|
const mergedOptions = { ...command.optsWithGlobals(), ...options };
|
|
1051
|
-
const { runFilesDiscover } = await import("./files-
|
|
1051
|
+
const { runFilesDiscover } = await import("./files-W7HH5EOD.js");
|
|
1052
1052
|
const result = await runFilesDiscover(id, {
|
|
1053
1053
|
apply: Boolean(mergedOptions.apply),
|
|
1054
1054
|
note: readOptionString(mergedOptions, "note"),
|
|
@@ -1072,7 +1072,7 @@ async function runDocsAction(id, options, command) {
|
|
|
1072
1072
|
const addGlobValues = readStringArrayOption(options, "addGlob");
|
|
1073
1073
|
const removeValues = readStringArrayOption(options, "remove");
|
|
1074
1074
|
const migrateValues = readStringArrayOption(options, "migrate");
|
|
1075
|
-
const { runDocs } = await import("./docs-
|
|
1075
|
+
const { runDocs } = await import("./docs-3XZK22WF.js");
|
|
1076
1076
|
const result = await runDocs(id, {
|
|
1077
1077
|
add: addValues,
|
|
1078
1078
|
addGlob: addGlobValues,
|
|
@@ -1097,7 +1097,7 @@ async function runDocsAction(id, options, command) {
|
|
|
1097
1097
|
async function runDepsAction(id, options, command) {
|
|
1098
1098
|
const globalOptions = getGlobalOptions(command);
|
|
1099
1099
|
const startedAt = Date.now();
|
|
1100
|
-
const { runDeps } = await import("./deps-
|
|
1100
|
+
const { runDeps } = await import("./deps-CCSWGZW7.js");
|
|
1101
1101
|
const result = await runDeps(id, {
|
|
1102
1102
|
format: options.format,
|
|
1103
1103
|
maxDepth: readOptionString(options, "maxDepth"),
|
|
@@ -1199,7 +1199,7 @@ function registerMutationCommands(program) {
|
|
|
1199
1199
|
program.command("history-redact").argument("<id>", "Item id").option("--literal <value>", "Literal string to redact (repeatable)", collect).option("--regex <value>", "Regex pattern to redact (repeatable; accepts /pattern/flags or raw pattern)", collect).option("--replacement <value>", 'Replacement string (default: "[redacted]")').option("--dry-run", "Preview redaction impact without writing item/history files").option("--author <value>", "Mutation author").option("--message <value>", "Audit history message for the redaction marker entry").option("--force", "Force ownership/lock override").description("Redact sensitive literals/patterns from an item history stream and recompute hashes.").action(async (id, options, command) => {
|
|
1200
1200
|
const globalOptions = getGlobalOptions(command);
|
|
1201
1201
|
const startedAt = Date.now();
|
|
1202
|
-
const { runHistoryRedact } = await import("./history-redact-
|
|
1202
|
+
const { runHistoryRedact } = await import("./history-redact-VVDOARNO.js");
|
|
1203
1203
|
const literal = Array.isArray(options.literal) ? options.literal : void 0;
|
|
1204
1204
|
const regex = Array.isArray(options.regex) ? options.regex : void 0;
|
|
1205
1205
|
const result = await runHistoryRedact(id, {
|
|
@@ -1222,7 +1222,7 @@ function registerMutationCommands(program) {
|
|
|
1222
1222
|
program.command("history-repair").argument("[id]", "Item id (omit with --all)").option("--all", "Scan every stream for drift and repair each drifted stream in one audited pass").option("--dry-run", "Preview the re-anchor impact without writing the history file").option("--author <value>", "Mutation author").option("--message <value>", "Audit history message for the repair marker entry").option("--force", "Force ownership/lock override").description("Re-anchor a drifted item history chain (recompute hashes, reconcile with the on-disk item) and record an audit marker. Use --all to repair every drifted stream.").action(async (id, options, command) => {
|
|
1223
1223
|
const globalOptions = getGlobalOptions(command);
|
|
1224
1224
|
const startedAt = Date.now();
|
|
1225
|
-
const { runHistoryRepair, runHistoryRepairAll, assertHistoryRepairTarget } = await import("./history-repair-
|
|
1225
|
+
const { runHistoryRepair, runHistoryRepairAll, assertHistoryRepairTarget } = await import("./history-repair-ZKS3LKPV.js");
|
|
1226
1226
|
const all = options.all === true;
|
|
1227
1227
|
assertHistoryRepairTarget(id, all);
|
|
1228
1228
|
const repairOptions = {
|
|
@@ -1267,4 +1267,4 @@ export {
|
|
|
1267
1267
|
registerCommanderOptionContracts,
|
|
1268
1268
|
registerMutationCommands
|
|
1269
1269
|
};
|
|
1270
|
-
//# sourceMappingURL=register-mutation-
|
|
1270
|
+
//# sourceMappingURL=register-mutation-ET6E4VLE.js.map
|
package/dist/cli-bundle/chunks/{register-mutation-SJWMVIJ2.js → register-mutation-K2MNRWGI.js}
RENAMED
|
@@ -12,25 +12,25 @@ import {
|
|
|
12
12
|
normalizeCreateOptions,
|
|
13
13
|
normalizeUpdateOptions,
|
|
14
14
|
readOptionString
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-QFXFKYNQ.js";
|
|
16
16
|
import {
|
|
17
17
|
printError,
|
|
18
18
|
printResult,
|
|
19
19
|
writeStdout
|
|
20
|
-
} from "./chunk-
|
|
21
|
-
import "./chunk-
|
|
20
|
+
} from "./chunk-6YB7HG2J.js";
|
|
21
|
+
import "./chunk-XQCWTSLO.js";
|
|
22
22
|
import {
|
|
23
23
|
CREATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS,
|
|
24
24
|
UPDATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS
|
|
25
|
-
} from "./chunk-
|
|
26
|
-
import "./chunk-
|
|
27
|
-
import "./chunk-
|
|
28
|
-
import "./chunk-
|
|
25
|
+
} from "./chunk-LLQLLAKU.js";
|
|
26
|
+
import "./chunk-UYLA5ROU.js";
|
|
27
|
+
import "./chunk-AOP2EMK3.js";
|
|
28
|
+
import "./chunk-FMWQRMHS.js";
|
|
29
29
|
import {
|
|
30
30
|
BUILTIN_ITEM_TYPE_VALUES,
|
|
31
31
|
EXIT_CODE,
|
|
32
32
|
PmCliError
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-SL2ANJSV.js";
|
|
34
34
|
|
|
35
35
|
// dist/cli/register-mutation.js
|
|
36
36
|
import { Option } from "commander";
|
|
@@ -463,7 +463,7 @@ async function runCreateAction(typeOrTitle, secondTitle, options, command) {
|
|
|
463
463
|
delete options.bodyFile;
|
|
464
464
|
}
|
|
465
465
|
const normalized = normalizeCreateOptions(options, { requireType: false });
|
|
466
|
-
const { runCreate } = await import("./create-
|
|
466
|
+
const { runCreate } = await import("./create-JIA2IFCO.js");
|
|
467
467
|
const result = await runCreate(normalized, globalOptions);
|
|
468
468
|
await invalidateSearchCachesForMutation(globalOptions, result);
|
|
469
469
|
printResult(result, globalOptions);
|
|
@@ -496,7 +496,7 @@ function buildCloseManyListOptions(options) {
|
|
|
496
496
|
async function runCloseManyAction(options, command) {
|
|
497
497
|
const globalOptions = getGlobalOptions(command);
|
|
498
498
|
const startedAt = Date.now();
|
|
499
|
-
const { runCloseMany } = await import("./close-many-
|
|
499
|
+
const { runCloseMany } = await import("./close-many-SNA6LNZH.js");
|
|
500
500
|
const result = await runCloseMany({
|
|
501
501
|
status: readOptionString(options, "filterStatus"),
|
|
502
502
|
list: buildCloseManyListOptions(options),
|
|
@@ -521,7 +521,7 @@ async function runCloseManyAction(options, command) {
|
|
|
521
521
|
async function runUpdateManyAction(options, command) {
|
|
522
522
|
const globalOptions = getGlobalOptions(command);
|
|
523
523
|
const startedAt = Date.now();
|
|
524
|
-
const { runUpdateMany } = await import("./update-many-
|
|
524
|
+
const { runUpdateMany } = await import("./update-many-GFCQG6ZQ.js");
|
|
525
525
|
const result = await runUpdateMany({
|
|
526
526
|
status: readOptionString(options, "filterStatus"),
|
|
527
527
|
list: buildUpdateManyListOptions(options),
|
|
@@ -539,7 +539,7 @@ async function runUpdateManyAction(options, command) {
|
|
|
539
539
|
async function runCloseAction(id, text, options, command) {
|
|
540
540
|
const globalOptions = getGlobalOptions(command);
|
|
541
541
|
const startedAt = Date.now();
|
|
542
|
-
const { runClose } = await import("./close-
|
|
542
|
+
const { runClose } = await import("./close-TGYXG7TV.js");
|
|
543
543
|
const reasonFromOption = typeof options.reason === "string" && options.reason.trim().length > 0 && options.reason || typeof options.closeReason === "string" && options.closeReason.trim().length > 0 && options.closeReason || void 0;
|
|
544
544
|
const resolvedText = typeof text === "string" && text.length > 0 ? text : reasonFromOption;
|
|
545
545
|
const result = await runClose(id, resolvedText, {
|
|
@@ -624,7 +624,7 @@ function parsePlanReorderTo(normalizedSubcommand, reorderToken) {
|
|
|
624
624
|
async function runPlanAction(subcommand, id, stepRef, reorderToken, options, command) {
|
|
625
625
|
const globalOptions = getGlobalOptions(command);
|
|
626
626
|
const startedAt = Date.now();
|
|
627
|
-
const { runPlan, PLAN_SUBCOMMANDS } = await import("./plan-
|
|
627
|
+
const { runPlan, PLAN_SUBCOMMANDS } = await import("./plan-5NWQL2DH.js");
|
|
628
628
|
const normalizedSubcommand = (subcommand ?? "").trim().toLowerCase();
|
|
629
629
|
assertKnownPlanSubcommand(subcommand, normalizedSubcommand, PLAN_SUBCOMMANDS);
|
|
630
630
|
const planOptions = normalizePlanAliases(options);
|
|
@@ -659,7 +659,7 @@ function parseNonNegativeIntFlag(raw, flag) {
|
|
|
659
659
|
async function runHistoryCompactAction(id, options, command) {
|
|
660
660
|
const globalOptions = getGlobalOptions(command);
|
|
661
661
|
const startedAt = Date.now();
|
|
662
|
-
const { runHistoryCompact, runHistoryCompactBulk, assertHistoryCompactTarget } = await import("./history-compact-
|
|
662
|
+
const { runHistoryCompact, runHistoryCompactBulk, assertHistoryCompactTarget } = await import("./history-compact-F355EGL4.js");
|
|
663
663
|
const ids = typeof options.ids === "string" ? splitCommaList(options.ids) : void 0;
|
|
664
664
|
const allOver = parseNonNegativeIntFlag(options.allOver, "--all-over");
|
|
665
665
|
const minEntries = parseNonNegativeIntFlag(options.minEntries, "--min-entries");
|
|
@@ -710,7 +710,7 @@ function splitCollectedCommaList(raw) {
|
|
|
710
710
|
async function runSchemaAction(subcommand, name, options, command) {
|
|
711
711
|
const globalOptions = getGlobalOptions(command);
|
|
712
712
|
const startedAt = Date.now();
|
|
713
|
-
const schemaModule = await import("./schema-
|
|
713
|
+
const schemaModule = await import("./schema-RHH23PQX.js");
|
|
714
714
|
const { SCHEMA_SUBCOMMANDS } = schemaModule;
|
|
715
715
|
let normalizedSubcommand = (subcommand ?? "").trim().toLowerCase();
|
|
716
716
|
let typeName = name;
|
|
@@ -790,7 +790,7 @@ async function runCommentsAction(id, text, options, command) {
|
|
|
790
790
|
const globalOptions = getGlobalOptions(command);
|
|
791
791
|
const startedAt = Date.now();
|
|
792
792
|
const sources = resolveCommentSources(text, options);
|
|
793
|
-
const { runComments } = await import("./comments-
|
|
793
|
+
const { runComments } = await import("./comments-ZHVYGUVC.js");
|
|
794
794
|
const result = await runComments(id, {
|
|
795
795
|
add: sources.add,
|
|
796
796
|
stdin: sources.readFromStdin,
|
|
@@ -814,7 +814,7 @@ async function runCommentsAction(id, text, options, command) {
|
|
|
814
814
|
async function runCopyAction(id, options, command) {
|
|
815
815
|
const globalOptions = getGlobalOptions(command);
|
|
816
816
|
const startedAt = Date.now();
|
|
817
|
-
const { runCopy } = await import("./copy-
|
|
817
|
+
const { runCopy } = await import("./copy-ANWXDJVC.js");
|
|
818
818
|
const result = await runCopy(id, {
|
|
819
819
|
title: readOptionString(options, "title"),
|
|
820
820
|
author: readOptionString(options, "author"),
|
|
@@ -829,7 +829,7 @@ async function runCopyAction(id, options, command) {
|
|
|
829
829
|
async function runFocusAction(id, options, command) {
|
|
830
830
|
const globalOptions = getGlobalOptions(command);
|
|
831
831
|
const startedAt = Date.now();
|
|
832
|
-
const { runFocus } = await import("./focus-
|
|
832
|
+
const { runFocus } = await import("./focus-6FA5KYRY.js");
|
|
833
833
|
const result = await runFocus(id, { clear: options.clear === true }, globalOptions);
|
|
834
834
|
printResult(result, globalOptions);
|
|
835
835
|
if (globalOptions.profile) {
|
|
@@ -843,7 +843,7 @@ async function runUpdateAction(id, options, command) {
|
|
|
843
843
|
options.body = await resolveBodyFileContent(options.bodyFile, options.body !== void 0 ? String(options.body) : void 0);
|
|
844
844
|
delete options.bodyFile;
|
|
845
845
|
}
|
|
846
|
-
const { runUpdate } = await import("./update-
|
|
846
|
+
const { runUpdate } = await import("./update-ZM7NJWHY.js");
|
|
847
847
|
const result = await runUpdate(id, normalizeUpdateOptions(options), globalOptions);
|
|
848
848
|
await invalidateSearchCachesForMutation(globalOptions, result);
|
|
849
849
|
printResult(result, globalOptions);
|
|
@@ -854,7 +854,7 @@ async function runUpdateAction(id, options, command) {
|
|
|
854
854
|
async function runDeleteAction(id, options, command) {
|
|
855
855
|
const globalOptions = getGlobalOptions(command);
|
|
856
856
|
const startedAt = Date.now();
|
|
857
|
-
const { runDelete } = await import("./delete-
|
|
857
|
+
const { runDelete } = await import("./delete-INHKCIRN.js");
|
|
858
858
|
const result = await runDelete(id, {
|
|
859
859
|
author: readOptionString(options, "author"),
|
|
860
860
|
message: readOptionString(options, "message"),
|
|
@@ -894,7 +894,7 @@ function resolveAppendBody(text, options) {
|
|
|
894
894
|
async function runAppendAction(id, text, options, command) {
|
|
895
895
|
const globalOptions = getGlobalOptions(command);
|
|
896
896
|
const startedAt = Date.now();
|
|
897
|
-
const { runAppend } = await import("./append-
|
|
897
|
+
const { runAppend } = await import("./append-ADBOI3A6.js");
|
|
898
898
|
const result = await runAppend(id, {
|
|
899
899
|
body: resolveAppendBody(text, options),
|
|
900
900
|
author: readOptionString(options, "author"),
|
|
@@ -910,7 +910,7 @@ async function runAppendAction(id, text, options, command) {
|
|
|
910
910
|
async function runRestoreAction(id, target, options, command) {
|
|
911
911
|
const globalOptions = getGlobalOptions(command);
|
|
912
912
|
const startedAt = Date.now();
|
|
913
|
-
const { runRestore } = await import("./restore-
|
|
913
|
+
const { runRestore } = await import("./restore-R6YJHQK3.js");
|
|
914
914
|
const result = await runRestore(id, target, {
|
|
915
915
|
author: readOptionString(options, "author"),
|
|
916
916
|
message: readOptionString(options, "message"),
|
|
@@ -925,7 +925,7 @@ async function runRestoreAction(id, target, options, command) {
|
|
|
925
925
|
async function runProfileAction(subcommand, name, options, command) {
|
|
926
926
|
const globalOptions = getGlobalOptions(command);
|
|
927
927
|
const startedAt = Date.now();
|
|
928
|
-
const profileModule = await import("./profile-
|
|
928
|
+
const profileModule = await import("./profile-54DZ4CLB.js");
|
|
929
929
|
const { PROFILE_SUBCOMMANDS } = profileModule;
|
|
930
930
|
const normalizedSubcommand = (subcommand ?? "").trim().toLowerCase();
|
|
931
931
|
if (!normalizedSubcommand) {
|
|
@@ -954,7 +954,7 @@ async function runNotesAction(id, text, options, command) {
|
|
|
954
954
|
const globalOptions = getGlobalOptions(command);
|
|
955
955
|
const startedAt = Date.now();
|
|
956
956
|
const add = resolveSingleTextSource("note", text, options);
|
|
957
|
-
const { runNotes } = await import("./notes-
|
|
957
|
+
const { runNotes } = await import("./notes-XATYT43P.js");
|
|
958
958
|
const result = await runNotes(id, {
|
|
959
959
|
add,
|
|
960
960
|
limit: readOptionString(options, "limit"),
|
|
@@ -975,7 +975,7 @@ async function runLearningsAction(id, text, options, command) {
|
|
|
975
975
|
const globalOptions = getGlobalOptions(command);
|
|
976
976
|
const startedAt = Date.now();
|
|
977
977
|
const add = resolveSingleTextSource("learning", text, options);
|
|
978
|
-
const { runLearnings } = await import("./learnings-
|
|
978
|
+
const { runLearnings } = await import("./learnings-HKJJUVTA.js");
|
|
979
979
|
const result = await runLearnings(id, {
|
|
980
980
|
add,
|
|
981
981
|
limit: readOptionString(options, "limit"),
|
|
@@ -1002,7 +1002,7 @@ async function runFilesAction(id, options, command) {
|
|
|
1002
1002
|
const addGlobValues = readStringArrayOption(options, "addGlob");
|
|
1003
1003
|
const removeValues = readStringArrayOption(options, "remove");
|
|
1004
1004
|
const migrateValues = readStringArrayOption(options, "migrate");
|
|
1005
|
-
const { runFiles } = await import("./files-
|
|
1005
|
+
const { runFiles } = await import("./files-7IU56S6R.js");
|
|
1006
1006
|
const result = await runFiles(id, {
|
|
1007
1007
|
add: addValues,
|
|
1008
1008
|
addGlob: addGlobValues,
|
|
@@ -1029,7 +1029,7 @@ async function runFilesDiscoverAction(id, options, command) {
|
|
|
1029
1029
|
const globalOptions = getGlobalOptions(command);
|
|
1030
1030
|
const startedAt = Date.now();
|
|
1031
1031
|
const mergedOptions = { ...command.optsWithGlobals(), ...options };
|
|
1032
|
-
const { runFilesDiscover } = await import("./files-
|
|
1032
|
+
const { runFilesDiscover } = await import("./files-7IU56S6R.js");
|
|
1033
1033
|
const result = await runFilesDiscover(id, {
|
|
1034
1034
|
apply: Boolean(mergedOptions.apply),
|
|
1035
1035
|
note: readOptionString(mergedOptions, "note"),
|
|
@@ -1053,7 +1053,7 @@ async function runDocsAction(id, options, command) {
|
|
|
1053
1053
|
const addGlobValues = readStringArrayOption(options, "addGlob");
|
|
1054
1054
|
const removeValues = readStringArrayOption(options, "remove");
|
|
1055
1055
|
const migrateValues = readStringArrayOption(options, "migrate");
|
|
1056
|
-
const { runDocs } = await import("./docs-
|
|
1056
|
+
const { runDocs } = await import("./docs-PKO7OEIM.js");
|
|
1057
1057
|
const result = await runDocs(id, {
|
|
1058
1058
|
add: addValues,
|
|
1059
1059
|
addGlob: addGlobValues,
|
|
@@ -1078,7 +1078,7 @@ async function runDocsAction(id, options, command) {
|
|
|
1078
1078
|
async function runDepsAction(id, options, command) {
|
|
1079
1079
|
const globalOptions = getGlobalOptions(command);
|
|
1080
1080
|
const startedAt = Date.now();
|
|
1081
|
-
const { runDeps } = await import("./deps-
|
|
1081
|
+
const { runDeps } = await import("./deps-IYEID3QX.js");
|
|
1082
1082
|
const result = await runDeps(id, {
|
|
1083
1083
|
format: options.format,
|
|
1084
1084
|
maxDepth: readOptionString(options, "maxDepth"),
|
|
@@ -1180,7 +1180,7 @@ function registerMutationCommands(program) {
|
|
|
1180
1180
|
program.command("history-redact").argument("<id>", "Item id").option("--literal <value>", "Literal string to redact (repeatable)", collect).option("--regex <value>", "Regex pattern to redact (repeatable; accepts /pattern/flags or raw pattern)", collect).option("--replacement <value>", 'Replacement string (default: "[redacted]")').option("--dry-run", "Preview redaction impact without writing item/history files").option("--author <value>", "Mutation author").option("--message <value>", "Audit history message for the redaction marker entry").option("--force", "Force ownership/lock override").description("Redact sensitive literals/patterns from an item history stream and recompute hashes.").action(async (id, options, command) => {
|
|
1181
1181
|
const globalOptions = getGlobalOptions(command);
|
|
1182
1182
|
const startedAt = Date.now();
|
|
1183
|
-
const { runHistoryRedact } = await import("./history-redact-
|
|
1183
|
+
const { runHistoryRedact } = await import("./history-redact-TUWOUYX5.js");
|
|
1184
1184
|
const literal = Array.isArray(options.literal) ? options.literal : void 0;
|
|
1185
1185
|
const regex = Array.isArray(options.regex) ? options.regex : void 0;
|
|
1186
1186
|
const result = await runHistoryRedact(id, {
|
|
@@ -1203,7 +1203,7 @@ function registerMutationCommands(program) {
|
|
|
1203
1203
|
program.command("history-repair").argument("[id]", "Item id (omit with --all)").option("--all", "Scan every stream for drift and repair each drifted stream in one audited pass").option("--dry-run", "Preview the re-anchor impact without writing the history file").option("--author <value>", "Mutation author").option("--message <value>", "Audit history message for the repair marker entry").option("--force", "Force ownership/lock override").description("Re-anchor a drifted item history chain (recompute hashes, reconcile with the on-disk item) and record an audit marker. Use --all to repair every drifted stream.").action(async (id, options, command) => {
|
|
1204
1204
|
const globalOptions = getGlobalOptions(command);
|
|
1205
1205
|
const startedAt = Date.now();
|
|
1206
|
-
const { runHistoryRepair, runHistoryRepairAll, assertHistoryRepairTarget } = await import("./history-repair-
|
|
1206
|
+
const { runHistoryRepair, runHistoryRepairAll, assertHistoryRepairTarget } = await import("./history-repair-MPCAIKYE.js");
|
|
1207
1207
|
const all = options.all === true;
|
|
1208
1208
|
assertHistoryRepairTarget(id, all);
|
|
1209
1209
|
const repairOptions = {
|
|
@@ -1248,6 +1248,6 @@ export {
|
|
|
1248
1248
|
registerCommanderOptionContracts,
|
|
1249
1249
|
registerMutationCommands
|
|
1250
1250
|
};
|
|
1251
|
-
//# sourceMappingURL=register-mutation-
|
|
1251
|
+
//# sourceMappingURL=register-mutation-K2MNRWGI.js.map
|
|
1252
1252
|
|
|
1253
1253
|
//# debugId=919c1fe0-eaf0-51d1-9788-48d73b423eb3
|