@unbrained/pm-cli 2026.7.21 → 2026.7.22
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/.claude-plugin/marketplace.json +2 -2
- package/CHANGELOG.md +25 -0
- package/dist/cli/bundle-integrity.js +3 -3
- package/dist/cli/bundle-integrity.js.map +1 -1
- package/dist/cli/commands/contracts.d.ts +5 -0
- package/dist/cli/commands/contracts.js +8 -6
- package/dist/cli/commands/contracts.js.map +1 -1
- package/dist/cli/commands/copy.js +36 -20
- package/dist/cli/commands/copy.js.map +1 -1
- package/dist/cli/commands/create.js +48 -24
- package/dist/cli/commands/create.js.map +1 -1
- package/dist/cli/commands/merge.d.ts +1 -1
- package/dist/cli/commands/merge.js +3 -3
- package/dist/cli/commands/merge.js.map +1 -1
- package/dist/cli/commands/restore.js +40 -22
- package/dist/cli/commands/restore.js.map +1 -1
- package/dist/cli/commands/update.js +12 -9
- package/dist/cli/commands/update.js.map +1 -1
- package/dist/cli/extension-command-help.js +3 -4
- package/dist/cli/extension-command-help.js.map +1 -1
- package/dist/cli/main.d.ts +3 -2
- package/dist/cli/main.js +6 -6
- package/dist/cli/main.js.map +1 -1
- package/dist/cli/register-list-query.js +33 -21
- package/dist/cli/register-list-query.js.map +1 -1
- package/dist/cli/register-mutation.js +63 -37
- package/dist/cli/register-mutation.js.map +1 -1
- package/dist/cli/registration-helpers.d.ts +2 -0
- package/dist/cli/registration-helpers.js +3 -2
- package/dist/cli/registration-helpers.js.map +1 -1
- package/dist/cli-bundle/bundle-manifest.json +349 -341
- package/dist/cli-bundle/chunks/{append-7OVFYR3C.js → append-CYMA7RJT.js} +5 -5
- package/dist/cli-bundle/chunks/append-H53CAPMP.js +11 -0
- package/dist/cli-bundle/chunks/{chunk-PFNHX655.js → chunk-2P7OK4WG.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-EJDGV4GR.js → chunk-3EBGHNNQ.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-DZRV2OPA.js → chunk-3EDFN3VV.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-ZOY5K4D3.js → chunk-3PWJWLLQ.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-VXOOB6YX.js → chunk-3SJAR3CY.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-GTLCVJOE.js → chunk-3WVKMF2A.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-LAV26CQG.js → chunk-42SYYKA4.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-NLR32VFS.js → chunk-4IXLNV7W.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-BKIAH72N.js → chunk-4LTPHDKA.js} +39 -23
- package/dist/cli-bundle/chunks/chunk-4LTPHDKA.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-ABWCF646.js → chunk-4YTQVO3V.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-E5XMKOSB.js → chunk-5EBRMHI6.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-IY6VZ3IW.js → chunk-5FAG2JUC.js} +320 -62
- package/dist/cli-bundle/chunks/chunk-5FAG2JUC.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-GKX4NJ7U.js → chunk-5K5LHZZX.js} +6 -6
- package/dist/cli-bundle/chunks/{chunk-T6PPNM7V.js → chunk-5K7BOAB6.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-4QOB7L7I.js → chunk-5MUZ54G2.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-SF3DT5HJ.js → chunk-5QME4KX2.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-RMF7LMBS.js → chunk-6PDGFY3P.js} +27 -17
- package/dist/cli-bundle/chunks/{chunk-RMF7LMBS.js.map → chunk-6PDGFY3P.js.map} +2 -2
- package/dist/cli-bundle/chunks/{chunk-TRSHFPRZ.js → chunk-6PM6CPPP.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-O4BCOJTZ.js → chunk-7AHRY3ZB.js} +21 -16
- package/dist/cli-bundle/chunks/chunk-7AHRY3ZB.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-OR42SO64.js → chunk-7B36A3VT.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-QWRVBJ4D.js → chunk-7OR2YKKD.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-FPBMLYPI.js → chunk-7QUV54XX.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-WWNL6WMH.js → chunk-7WXW6JHG.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-BXNDKOR2.js → chunk-A2VL5SVG.js} +4 -4
- package/dist/cli-bundle/chunks/chunk-AXGDUXJW.js +5 -0
- package/dist/cli-bundle/chunks/{chunk-IAQE32BI.js → chunk-B2AVNGG3.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-K36WV5J6.js → chunk-B7O44UBR.js} +71 -8
- package/dist/cli-bundle/chunks/chunk-B7O44UBR.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-HCEBZNC3.js → chunk-BRMPF2RM.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-Z7VWXXJM.js → chunk-BTNKMF2A.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-KH44WBAT.js → chunk-CD4643VW.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-OWXOPDHD.js → chunk-CJEEC5O4.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-PZC2FUOQ.js → chunk-CTPKCZCF.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-7W2UAXXT.js → chunk-D4OBQVL3.js} +10 -10
- package/dist/cli-bundle/chunks/{chunk-EWJWSNRU.js → chunk-DM4TYC2A.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-VJQG4BIM.js → chunk-DSFTAQ7T.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-AELMUANP.js → chunk-DVB6SQU7.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-KBLZ3AA5.js → chunk-E3ZWOFSO.js} +4 -4
- package/dist/cli-bundle/chunks/chunk-EP25DV6P.js +9 -0
- package/dist/cli-bundle/chunks/{chunk-GTK4DTEW.js → chunk-F4VCB4WY.js} +10 -10
- package/dist/cli-bundle/chunks/{chunk-V22ZPOKN.js → chunk-F4XAQUQA.js} +6 -6
- package/dist/cli-bundle/chunks/{chunk-QOOTOD3W.js → chunk-FGR6IBAF.js} +6 -6
- package/dist/cli-bundle/chunks/{chunk-JSLT7WVE.js → chunk-FKBMT2Q6.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-QIH77CAG.js → chunk-G5RLSSIX.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-P7MTHPJQ.js → chunk-GEKRVH3G.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-2L6ZP22J.js → chunk-GSP6IZFU.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-ATBCUC7Y.js → chunk-H3MDK2VU.js} +48 -30
- package/dist/cli-bundle/chunks/chunk-H3MDK2VU.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-ZVZGXPQ5.js → chunk-HYZZM3Q2.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-XJTABV3X.js → chunk-IBWG3OSH.js} +22 -17
- package/dist/cli-bundle/chunks/chunk-IBWG3OSH.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-4XGJLADW.js → chunk-IHY5SX7O.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-UCBDQI5E.js → chunk-IMU7JLUI.js} +7 -7
- package/dist/cli-bundle/chunks/{chunk-Z75ONV25.js → chunk-IPAQAJWB.js} +77 -7
- package/dist/cli-bundle/chunks/chunk-IPAQAJWB.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-7RW4JCU2.js → chunk-IQCD6OO3.js} +25 -13
- package/dist/cli-bundle/chunks/chunk-IQCD6OO3.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-YQWCZ5AC.js → chunk-J3ZKFEDM.js} +38 -22
- package/dist/cli-bundle/chunks/chunk-J3ZKFEDM.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-PEQGTJ5Q.js → chunk-JCLXCGIL.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-GROYI4RB.js → chunk-JLTHOYR7.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-JHJSFOAM.js → chunk-JMPVHM44.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-MATHDCGG.js → chunk-JWYG36RV.js} +8 -8
- package/dist/cli-bundle/chunks/{chunk-ZTVA4KLN.js → chunk-KEGVMZNA.js} +28 -16
- package/dist/cli-bundle/chunks/chunk-KEGVMZNA.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-VLRGDBLY.js → chunk-KEHOPUHH.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-K55VMLSS.js → chunk-KJ4ZF35M.js} +63 -13
- package/dist/cli-bundle/chunks/chunk-KJ4ZF35M.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-CPX275C6.js → chunk-KPCZL2YK.js} +6 -6
- package/dist/cli-bundle/chunks/{chunk-POG76WWZ.js → chunk-L7DZV6EZ.js} +319 -61
- package/dist/cli-bundle/chunks/chunk-L7DZV6EZ.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-FO6OSVEN.js → chunk-LANV45W2.js} +8 -8
- package/dist/cli-bundle/chunks/{chunk-LVC72YRD.js → chunk-LC5ZUXWE.js} +7 -7
- package/dist/cli-bundle/chunks/{chunk-SY4SFZSD.js → chunk-LE522OXA.js} +55 -30
- package/dist/cli-bundle/chunks/chunk-LE522OXA.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-TVYYO5A7.js → chunk-MBHYQYCS.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-FJIFFBJX.js → chunk-MROP2RNT.js} +66 -74
- package/dist/cli-bundle/chunks/chunk-MROP2RNT.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-7656MAUL.js → chunk-MUAJHL2R.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-R3P6FZJW.js → chunk-N6QCY2AX.js} +43 -25
- package/dist/cli-bundle/chunks/chunk-N6QCY2AX.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-7WCE6Y64.js → chunk-NUQCSV4P.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-SZVB53Y3.js → chunk-O3GFE2PX.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-OY7DMU5P.js → chunk-O43LEUSD.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-AMJPSANK.js → chunk-O7RH6BWP.js} +103 -44
- package/dist/cli-bundle/chunks/chunk-O7RH6BWP.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-NUF7ROFH.js → chunk-OODR5KYF.js} +26 -27
- package/dist/cli-bundle/chunks/chunk-OODR5KYF.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-LZYP423P.js → chunk-OZ25YD4Q.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-VZIZB6QH.js → chunk-PKYKQCTJ.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-UZLJOEAC.js → chunk-PMRED6QZ.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-ADBTSVGK.js → chunk-PPATPPI6.js} +65 -73
- package/dist/cli-bundle/chunks/chunk-PPATPPI6.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-K4CI6Y45.js → chunk-PWGJCP2V.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-UVN66B3M.js → chunk-Q3Z2Y5WJ.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-RNPZYNHS.js → chunk-Q6YZ3VCI.js} +104 -45
- package/dist/cli-bundle/chunks/chunk-Q6YZ3VCI.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-7DOJC3HS.js → chunk-QE5EUHKN.js} +28 -18
- package/dist/cli-bundle/chunks/chunk-QE5EUHKN.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-AS4SAZ5R.js → chunk-QKMMWESK.js} +25 -26
- package/dist/cli-bundle/chunks/chunk-QKMMWESK.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-R7QV7ICM.js → chunk-QSXN2FAN.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-5NTE36LD.js → chunk-RBECHH5K.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-JXCW2TI2.js → chunk-RPNC7M63.js} +8 -8
- package/dist/cli-bundle/chunks/{chunk-ICDAQ4TD.js → chunk-S2QQNTA6.js} +26 -14
- package/dist/cli-bundle/chunks/chunk-S2QQNTA6.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-JFD5LPMI.js → chunk-SP3BAXFF.js} +29 -17
- package/dist/cli-bundle/chunks/chunk-SP3BAXFF.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-F2LBF7XJ.js → chunk-SUSFH6F7.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-VHXHVTUU.js → chunk-TDOPC7UY.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-HYW67VJ5.js → chunk-TLF52ZDP.js} +30 -25
- package/dist/cli-bundle/chunks/chunk-TLF52ZDP.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-FSE2IKJQ.js → chunk-TWHG646K.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-OCUBRA6D.js → chunk-U7U7WGEC.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-PONKZPCJ.js → chunk-UFRVIIJ2.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-VNTCM3VW.js → chunk-VKX2VZZH.js} +8 -8
- package/dist/cli-bundle/chunks/{chunk-7AVEY74G.js → chunk-VTOCZ343.js} +29 -24
- package/dist/cli-bundle/chunks/chunk-VTOCZ343.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-6JUTHVQS.js → chunk-W2JDNTN3.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-PQSEQD6E.js → chunk-W35PHE44.js} +62 -12
- package/dist/cli-bundle/chunks/chunk-W35PHE44.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-4QSQ6XDK.js → chunk-WT4KXBUD.js} +68 -31
- package/dist/cli-bundle/chunks/chunk-WT4KXBUD.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-RPESLSO5.js → chunk-XC5RVKHH.js} +69 -32
- package/dist/cli-bundle/chunks/chunk-XC5RVKHH.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-QG4GFLQ6.js → chunk-XD6UF2NB.js} +42 -24
- package/dist/cli-bundle/chunks/chunk-XD6UF2NB.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-AF2CCM5U.js → chunk-XKRVX4B3.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-JGUKMMRS.js → chunk-XN4NQZJK.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-3P7UJQOX.js → chunk-YKFMLQNK.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-YCIUJJOD.js → chunk-YKWKMGL7.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-TOBGV45Y.js → chunk-YUKIFPWK.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-72LQ4TKV.js → chunk-YYEZEP3E.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-X3W65QK3.js → chunk-ZEY3XSZQ.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-MWQ2HC2A.js → chunk-ZKOQHLJP.js} +59 -34
- package/dist/cli-bundle/chunks/chunk-ZKOQHLJP.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-QJIKE24M.js → chunk-ZQ3UMKWE.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-4PUUNQDV.js → chunk-ZVVEWHWK.js} +58 -33
- package/dist/cli-bundle/chunks/chunk-ZVVEWHWK.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-OG5DVFMA.js → chunk-ZXE6SNKO.js} +5 -5
- package/dist/cli-bundle/chunks/close-GAUIGOQC.js +12 -0
- package/dist/cli-bundle/chunks/{close-QEMOYZN3.js → close-SJIEKNY4.js} +5 -5
- package/dist/cli-bundle/chunks/{close-many-RZVTUGBG.js → close-many-B6AIC5OQ.js} +15 -14
- package/dist/cli-bundle/chunks/close-many-QCINT6I2.js +24 -0
- package/dist/cli-bundle/chunks/comments-4SK5EUEJ.js +13 -0
- package/dist/cli-bundle/chunks/{comments-TPU7QRBL.js → comments-DM5KV2RS.js} +7 -7
- package/dist/cli-bundle/chunks/copy-4KCCLTYQ.js +10 -0
- package/dist/cli-bundle/chunks/{copy-DKTSSCK7.js → copy-HEP5SZHB.js} +5 -4
- package/dist/cli-bundle/chunks/create-BDKQFPRE.js +30 -0
- package/dist/cli-bundle/chunks/{create-EIFBIVNQ.js → create-VCGBCYL2.js} +11 -10
- package/dist/cli-bundle/chunks/delete-JWDXPR3H.js +10 -0
- package/dist/cli-bundle/chunks/{delete-LCS3VPDH.js → delete-ZSPBTVJD.js} +4 -4
- package/dist/cli-bundle/chunks/{deps-YG7UF3VR.js → deps-BZTWWOIE.js} +6 -6
- package/dist/cli-bundle/chunks/{deps-UH5EQQUY.js → deps-OVAJOQIE.js} +6 -6
- package/dist/cli-bundle/chunks/{docs-G32TK6XS.js → docs-3GFMSWLL.js} +6 -6
- package/dist/cli-bundle/chunks/docs-SY2NPT6Y.js +14 -0
- package/dist/cli-bundle/chunks/{files-4ALMCSKB.js → files-2SEL4QIU.js} +6 -6
- package/dist/cli-bundle/chunks/{files-3H32UQ4K.js → files-FYMMJGNN.js} +6 -6
- package/dist/cli-bundle/chunks/focus-4A27YJ2Z.js +10 -0
- package/dist/cli-bundle/chunks/{focus-7SOUT5PZ.js → focus-TEUJKTAT.js} +5 -5
- package/dist/cli-bundle/chunks/history-compact-7QOKL2NB.js +16 -0
- package/dist/cli-bundle/chunks/{history-compact-77BT2LUB.js → history-compact-U7A37VR6.js} +6 -6
- package/dist/cli-bundle/chunks/{history-redact-LJPZPNFA.js → history-redact-TNKUO4ZE.js} +4 -4
- package/dist/cli-bundle/chunks/{history-redact-PWTTJ3XS.js → history-redact-ZWRUWQY3.js} +4 -4
- package/dist/cli-bundle/chunks/{history-repair-I7CBNCV3.js → history-repair-6IU5VWHN.js} +7 -7
- package/dist/cli-bundle/chunks/history-repair-GWCGJUM2.js +17 -0
- package/dist/cli-bundle/chunks/learnings-DDFAUUX3.js +13 -0
- package/dist/cli-bundle/chunks/{learnings-KTYW3AL7.js → learnings-GOEZXMKL.js} +7 -7
- package/dist/cli-bundle/chunks/{notes-ZERD3KB2.js → notes-BZWODAEK.js} +7 -7
- package/dist/cli-bundle/chunks/notes-OBJ6FL36.js +13 -0
- package/dist/cli-bundle/chunks/{plan-OFJUBIM5.js → plan-V57VQTAG.js} +12 -11
- package/dist/cli-bundle/chunks/plan-ZMOBD6FX.js +27 -0
- package/dist/cli-bundle/chunks/{profile-3THJPIQY.js → profile-BG3N4ETA.js} +9 -9
- package/dist/cli-bundle/chunks/{profile-XEZAMMBW.js → profile-XLM45FKV.js} +9 -9
- package/dist/cli-bundle/chunks/{register-list-query-BR435Q2H.js → register-list-query-EYYNTGMF.js} +48 -38
- package/dist/cli-bundle/chunks/register-list-query-EYYNTGMF.js.map +1 -0
- package/dist/cli-bundle/chunks/{register-list-query-RWTWLOBE.js → register-list-query-WGXJPXXY.js} +47 -37
- package/dist/cli-bundle/chunks/register-list-query-WGXJPXXY.js.map +7 -0
- package/dist/cli-bundle/chunks/{register-mutation-HLWC2WNP.js → register-mutation-3YSDDVOL.js} +131 -105
- package/dist/cli-bundle/chunks/register-mutation-3YSDDVOL.js.map +1 -0
- package/dist/cli-bundle/chunks/{register-mutation-ZJX5AZM5.js → register-mutation-VDGUMMUY.js} +131 -105
- package/dist/cli-bundle/chunks/register-mutation-VDGUMMUY.js.map +7 -0
- package/dist/cli-bundle/chunks/{register-operations-744YBJMV.js → register-operations-H4URGAHX.js} +36 -35
- package/dist/cli-bundle/chunks/{register-operations-744YBJMV.js.map → register-operations-H4URGAHX.js.map} +1 -1
- package/dist/cli-bundle/chunks/{register-operations-UEBJH6AN.js → register-operations-HSO7X77D.js} +34 -33
- package/dist/cli-bundle/chunks/{register-operations-UEBJH6AN.js.map → register-operations-HSO7X77D.js.map} +1 -1
- package/dist/cli-bundle/chunks/{register-setup-5DA4UZXI.js → register-setup-HZ2KKXK4.js} +13 -13
- package/dist/cli-bundle/chunks/{register-setup-6H25M3BH.js → register-setup-WCBKJ3H3.js} +13 -13
- package/dist/cli-bundle/chunks/{restore-6TDVSATY.js → restore-3NGRFDPX.js} +7 -6
- package/dist/cli-bundle/chunks/restore-LNVNUWHE.js +15 -0
- package/dist/cli-bundle/chunks/{schema-TPVTIJPO.js → schema-LMFZ742C.js} +6 -6
- package/dist/cli-bundle/chunks/{schema-HFXFSGPG.js → schema-O34O33UW.js} +6 -6
- package/dist/cli-bundle/chunks/update-BN6VZSYX.js +24 -0
- package/dist/cli-bundle/chunks/{update-LJZCL5SI.js → update-FDLPLKOB.js} +14 -13
- package/dist/cli-bundle/chunks/update-many-WCKOPN3K.js +35 -0
- package/dist/cli-bundle/chunks/update-many-WCKOPN3K.js.map +7 -0
- package/dist/cli-bundle/chunks/update-many-X6DVGOMM.js +39 -0
- package/dist/cli-bundle/chunks/update-many-X6DVGOMM.js.map +1 -0
- package/dist/cli-bundle/main.js +65 -64
- package/dist/cli-bundle/main.js.map +2 -2
- package/dist/cli-bundle/sdk-runtime.js +53 -52
- package/dist/cli-bundle/sdk-testing.js +6 -6
- package/dist/cli-bundle/sdk.js +362 -56
- package/dist/cli-bundle/sdk.js.map +4 -4
- package/dist/cli.js +10 -4
- package/dist/cli.js.map +1 -1
- package/dist/core/diagnostics/remediation.js +7 -2
- package/dist/core/diagnostics/remediation.js.map +1 -1
- package/dist/core/search/background-refresh.d.ts +3 -1
- package/dist/core/search/background-refresh.js +34 -6
- package/dist/core/search/background-refresh.js.map +1 -1
- package/dist/core/search/cache.js +28 -5
- package/dist/core/search/cache.js.map +1 -1
- package/dist/core/shared/constants.d.ts +2 -0
- package/dist/core/shared/constants.js +29 -24
- package/dist/core/shared/constants.js.map +1 -1
- package/dist/core/store/item-metadata-cache.d.ts +32 -1
- package/dist/core/store/item-metadata-cache.js +289 -21
- package/dist/core/store/item-metadata-cache.js.map +1 -1
- package/dist/core/store/item-store.js +71 -34
- package/dist/core/store/item-store.js.map +1 -1
- package/dist/core/store/settings.js +9 -3
- package/dist/core/store/settings.js.map +1 -1
- package/dist/sdk/cli-bootstrap.js +68 -76
- package/dist/sdk/cli-bootstrap.js.map +1 -1
- package/dist/sdk/compile-cache.d.ts +16 -0
- package/dist/sdk/compile-cache.js +73 -0
- package/dist/sdk/compile-cache.js.map +1 -0
- package/dist/sdk/context-relevance.d.ts +16 -1
- package/dist/sdk/context-relevance.js +20 -8
- package/dist/sdk/context-relevance.js.map +1 -1
- package/dist/sdk/context-signal-store.d.ts +77 -0
- package/dist/sdk/context-signal-store.js +201 -0
- package/dist/sdk/context-signal-store.js.map +1 -0
- package/dist/sdk/dependency-provenance.d.ts +12 -0
- package/dist/sdk/dependency-provenance.js +38 -0
- package/dist/sdk/dependency-provenance.js.map +1 -0
- package/dist/sdk/governance/storage-integrity.d.ts +1 -1
- package/dist/sdk/governance/storage-integrity.js +47 -6
- package/dist/sdk/governance/storage-integrity.js.map +1 -1
- package/dist/sdk/graph/assembly.d.ts +2 -0
- package/dist/sdk/graph/assembly.js +51 -4
- package/dist/sdk/graph/assembly.js.map +1 -1
- package/dist/sdk/graph/run.js +12 -13
- package/dist/sdk/graph/run.js.map +1 -1
- package/dist/sdk/index.d.ts +5 -0
- package/dist/sdk/index.js +7 -2
- package/dist/sdk/index.js.map +1 -1
- package/dist/sdk/item-metadata-index.d.ts +11 -0
- package/dist/sdk/item-metadata-index.js +15 -0
- package/dist/sdk/item-metadata-index.js.map +1 -0
- package/dist/sdk/merge/index.d.ts +1 -0
- package/dist/sdk/merge/index.js +3 -2
- package/dist/sdk/merge/index.js.map +1 -1
- package/dist/sdk/merge/install.js +25 -9
- package/dist/sdk/merge/install.js.map +1 -1
- package/dist/sdk/merge/reconcile.d.ts +46 -0
- package/dist/sdk/merge/reconcile.js +46 -0
- package/dist/sdk/merge/reconcile.js.map +1 -0
- package/dist/sdk/query/list.d.ts +5 -4
- package/dist/sdk/query/list.js +22 -14
- package/dist/sdk/query/list.js.map +1 -1
- package/dist/sdk/relationship-history.d.ts +30 -0
- package/dist/sdk/relationship-history.js +75 -7
- package/dist/sdk/relationship-history.js.map +1 -1
- package/dist/sdk/relationship-migration.d.ts +42 -0
- package/dist/sdk/relationship-migration.js +78 -0
- package/dist/sdk/relationship-migration.js.map +1 -0
- package/dist/sdk/structured-mutations.js +4 -25
- package/dist/sdk/structured-mutations.js.map +1 -1
- package/docs/COMMANDS.md +26 -3
- package/docs/CONFIGURATION.md +1 -1
- package/docs/MERGE_SAFETY.md +14 -5
- package/docs/PERFORMANCE.md +28 -0
- package/docs/RELATIONSHIP_GRAPH.md +47 -1
- package/docs/SDK.md +78 -5
- package/marketplace.json +2 -2
- package/package.json +2 -2
- package/packages/pm-beads/package.json +1 -1
- package/packages/pm-calendar/package.json +1 -1
- package/packages/pm-command-kit/package.json +1 -1
- package/packages/pm-governance-audit/package.json +1 -1
- package/packages/pm-guide-shell/package.json +1 -1
- package/packages/pm-kanban/package.json +1 -1
- package/packages/pm-lifecycle-hooks/package.json +1 -1
- package/packages/pm-linked-test-adapters/package.json +1 -1
- package/packages/pm-search-advanced/package.json +1 -1
- package/packages/pm-templates/package.json +1 -1
- package/packages/pm-todos/package.json +1 -1
- package/packages/pm-vcs/package.json +1 -1
- package/plugins/pm-claude/.claude-plugin/plugin.json +1 -1
- package/plugins/pm-codex/.codex-plugin/plugin.json +1 -1
- package/dist/cli-bundle/chunks/append-DFETHAZL.js +0 -11
- package/dist/cli-bundle/chunks/chunk-4PUUNQDV.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-4QSQ6XDK.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-7AVEY74G.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-7DOJC3HS.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-7RW4JCU2.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-ADBTSVGK.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-AMJPSANK.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-AS4SAZ5R.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-ATBCUC7Y.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-BKIAH72N.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-FJIFFBJX.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-HYW67VJ5.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-ICDAQ4TD.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-IY6VZ3IW.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-JFD5LPMI.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-K36WV5J6.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-K55VMLSS.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-MWQ2HC2A.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-NUF7ROFH.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-O4BCOJTZ.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-POG76WWZ.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-PQSEQD6E.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-QG4GFLQ6.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-R3P6FZJW.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-RNPZYNHS.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-RPESLSO5.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-SY4SFZSD.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-XJTABV3X.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-YQWCZ5AC.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-Z75ONV25.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-ZTVA4KLN.js.map +0 -7
- package/dist/cli-bundle/chunks/close-O5QVZ6ET.js +0 -12
- package/dist/cli-bundle/chunks/close-many-5RZXVN4J.js +0 -23
- package/dist/cli-bundle/chunks/comments-Z4KV6FU3.js +0 -13
- package/dist/cli-bundle/chunks/copy-M7DDI6LS.js +0 -9
- package/dist/cli-bundle/chunks/create-RGSPN5GD.js +0 -29
- package/dist/cli-bundle/chunks/delete-MD7YXQLH.js +0 -10
- package/dist/cli-bundle/chunks/docs-JWWNRC27.js +0 -14
- package/dist/cli-bundle/chunks/focus-DRQ6FQH6.js +0 -10
- package/dist/cli-bundle/chunks/history-compact-VCKGTX64.js +0 -16
- package/dist/cli-bundle/chunks/history-repair-YTDZRK5E.js +0 -17
- package/dist/cli-bundle/chunks/learnings-CYNOICKR.js +0 -13
- package/dist/cli-bundle/chunks/notes-FGO63FXL.js +0 -13
- package/dist/cli-bundle/chunks/plan-SGCDDTYR.js +0 -26
- package/dist/cli-bundle/chunks/register-list-query-BR435Q2H.js.map +0 -1
- package/dist/cli-bundle/chunks/register-list-query-RWTWLOBE.js.map +0 -7
- package/dist/cli-bundle/chunks/register-mutation-HLWC2WNP.js.map +0 -1
- package/dist/cli-bundle/chunks/register-mutation-ZJX5AZM5.js.map +0 -7
- package/dist/cli-bundle/chunks/restore-RSL7C7LO.js +0 -14
- package/dist/cli-bundle/chunks/update-SIA7LH5Y.js +0 -23
- package/dist/cli-bundle/chunks/update-many-BDBZVGQL.js +0 -38
- package/dist/cli-bundle/chunks/update-many-MOY3A5B3.js +0 -34
- /package/dist/cli-bundle/chunks/{append-7OVFYR3C.js.map → append-CYMA7RJT.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{append-DFETHAZL.js.map → append-H53CAPMP.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-PFNHX655.js.map → chunk-2P7OK4WG.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-EJDGV4GR.js.map → chunk-3EBGHNNQ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-DZRV2OPA.js.map → chunk-3EDFN3VV.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-ZOY5K4D3.js.map → chunk-3PWJWLLQ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-VXOOB6YX.js.map → chunk-3SJAR3CY.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-GTLCVJOE.js.map → chunk-3WVKMF2A.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-LAV26CQG.js.map → chunk-42SYYKA4.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-NLR32VFS.js.map → chunk-4IXLNV7W.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-ABWCF646.js.map → chunk-4YTQVO3V.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-E5XMKOSB.js.map → chunk-5EBRMHI6.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-GKX4NJ7U.js.map → chunk-5K5LHZZX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-T6PPNM7V.js.map → chunk-5K7BOAB6.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-4QOB7L7I.js.map → chunk-5MUZ54G2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-SF3DT5HJ.js.map → chunk-5QME4KX2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-TRSHFPRZ.js.map → chunk-6PM6CPPP.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-OR42SO64.js.map → chunk-7B36A3VT.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-QWRVBJ4D.js.map → chunk-7OR2YKKD.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-FPBMLYPI.js.map → chunk-7QUV54XX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-WWNL6WMH.js.map → chunk-7WXW6JHG.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-BXNDKOR2.js.map → chunk-A2VL5SVG.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-QEMOYZN3.js.map → chunk-AXGDUXJW.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-IAQE32BI.js.map → chunk-B2AVNGG3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-HCEBZNC3.js.map → chunk-BRMPF2RM.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-Z7VWXXJM.js.map → chunk-BTNKMF2A.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-KH44WBAT.js.map → chunk-CD4643VW.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-OWXOPDHD.js.map → chunk-CJEEC5O4.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-PZC2FUOQ.js.map → chunk-CTPKCZCF.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-7W2UAXXT.js.map → chunk-D4OBQVL3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-EWJWSNRU.js.map → chunk-DM4TYC2A.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-VJQG4BIM.js.map → chunk-DSFTAQ7T.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-AELMUANP.js.map → chunk-DVB6SQU7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-KBLZ3AA5.js.map → chunk-E3ZWOFSO.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-O5QVZ6ET.js.map → chunk-EP25DV6P.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-GTK4DTEW.js.map → chunk-F4VCB4WY.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-V22ZPOKN.js.map → chunk-F4XAQUQA.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-QOOTOD3W.js.map → chunk-FGR6IBAF.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-JSLT7WVE.js.map → chunk-FKBMT2Q6.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-QIH77CAG.js.map → chunk-G5RLSSIX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-P7MTHPJQ.js.map → chunk-GEKRVH3G.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-2L6ZP22J.js.map → chunk-GSP6IZFU.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-ZVZGXPQ5.js.map → chunk-HYZZM3Q2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-4XGJLADW.js.map → chunk-IHY5SX7O.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-UCBDQI5E.js.map → chunk-IMU7JLUI.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-PEQGTJ5Q.js.map → chunk-JCLXCGIL.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-GROYI4RB.js.map → chunk-JLTHOYR7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-JHJSFOAM.js.map → chunk-JMPVHM44.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-MATHDCGG.js.map → chunk-JWYG36RV.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-VLRGDBLY.js.map → chunk-KEHOPUHH.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-CPX275C6.js.map → chunk-KPCZL2YK.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-FO6OSVEN.js.map → chunk-LANV45W2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-LVC72YRD.js.map → chunk-LC5ZUXWE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-TVYYO5A7.js.map → chunk-MBHYQYCS.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-7656MAUL.js.map → chunk-MUAJHL2R.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-7WCE6Y64.js.map → chunk-NUQCSV4P.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-SZVB53Y3.js.map → chunk-O3GFE2PX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-OY7DMU5P.js.map → chunk-O43LEUSD.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-LZYP423P.js.map → chunk-OZ25YD4Q.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-VZIZB6QH.js.map → chunk-PKYKQCTJ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-UZLJOEAC.js.map → chunk-PMRED6QZ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-K4CI6Y45.js.map → chunk-PWGJCP2V.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-UVN66B3M.js.map → chunk-Q3Z2Y5WJ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-R7QV7ICM.js.map → chunk-QSXN2FAN.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-5NTE36LD.js.map → chunk-RBECHH5K.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-JXCW2TI2.js.map → chunk-RPNC7M63.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-F2LBF7XJ.js.map → chunk-SUSFH6F7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-VHXHVTUU.js.map → chunk-TDOPC7UY.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-FSE2IKJQ.js.map → chunk-TWHG646K.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-OCUBRA6D.js.map → chunk-U7U7WGEC.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-PONKZPCJ.js.map → chunk-UFRVIIJ2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-VNTCM3VW.js.map → chunk-VKX2VZZH.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-6JUTHVQS.js.map → chunk-W2JDNTN3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-AF2CCM5U.js.map → chunk-XKRVX4B3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-JGUKMMRS.js.map → chunk-XN4NQZJK.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-3P7UJQOX.js.map → chunk-YKFMLQNK.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-YCIUJJOD.js.map → chunk-YKWKMGL7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-TOBGV45Y.js.map → chunk-YUKIFPWK.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-72LQ4TKV.js.map → chunk-YYEZEP3E.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-X3W65QK3.js.map → chunk-ZEY3XSZQ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-QJIKE24M.js.map → chunk-ZQ3UMKWE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-OG5DVFMA.js.map → chunk-ZXE6SNKO.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-many-5RZXVN4J.js.map → close-GAUIGOQC.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-many-RZVTUGBG.js.map → close-SJIEKNY4.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{comments-TPU7QRBL.js.map → close-many-B6AIC5OQ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{comments-Z4KV6FU3.js.map → close-many-QCINT6I2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{copy-M7DDI6LS.js.map → comments-4SK5EUEJ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{copy-DKTSSCK7.js.map → comments-DM5KV2RS.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{create-RGSPN5GD.js.map → copy-4KCCLTYQ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{create-EIFBIVNQ.js.map → copy-HEP5SZHB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{delete-MD7YXQLH.js.map → create-BDKQFPRE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{delete-LCS3VPDH.js.map → create-VCGBCYL2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{deps-YG7UF3VR.js.map → delete-JWDXPR3H.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{deps-UH5EQQUY.js.map → delete-ZSPBTVJD.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{docs-JWWNRC27.js.map → deps-BZTWWOIE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{docs-G32TK6XS.js.map → deps-OVAJOQIE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{files-3H32UQ4K.js.map → docs-3GFMSWLL.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{files-4ALMCSKB.js.map → docs-SY2NPT6Y.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{focus-DRQ6FQH6.js.map → files-2SEL4QIU.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{focus-7SOUT5PZ.js.map → files-FYMMJGNN.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-compact-VCKGTX64.js.map → focus-4A27YJ2Z.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-compact-77BT2LUB.js.map → focus-TEUJKTAT.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-redact-PWTTJ3XS.js.map → history-compact-7QOKL2NB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-redact-LJPZPNFA.js.map → history-compact-U7A37VR6.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-repair-I7CBNCV3.js.map → history-redact-TNKUO4ZE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-repair-YTDZRK5E.js.map → history-redact-ZWRUWQY3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{learnings-KTYW3AL7.js.map → history-repair-6IU5VWHN.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{learnings-CYNOICKR.js.map → history-repair-GWCGJUM2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{notes-FGO63FXL.js.map → learnings-DDFAUUX3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{notes-ZERD3KB2.js.map → learnings-GOEZXMKL.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{plan-OFJUBIM5.js.map → notes-BZWODAEK.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{plan-SGCDDTYR.js.map → notes-OBJ6FL36.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{profile-3THJPIQY.js.map → plan-V57VQTAG.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{profile-XEZAMMBW.js.map → plan-ZMOBD6FX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{restore-6TDVSATY.js.map → profile-BG3N4ETA.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{restore-RSL7C7LO.js.map → profile-XLM45FKV.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{register-setup-5DA4UZXI.js.map → register-setup-HZ2KKXK4.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{register-setup-6H25M3BH.js.map → register-setup-WCBKJ3H3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{schema-TPVTIJPO.js.map → restore-3NGRFDPX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{schema-HFXFSGPG.js.map → restore-LNVNUWHE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-LJZCL5SI.js.map → schema-LMFZ742C.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-SIA7LH5Y.js.map → schema-O34O33UW.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-many-MOY3A5B3.js.map → update-BN6VZSYX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-many-BDBZVGQL.js.map → update-FDLPLKOB.js.map} +0 -0
package/dist/cli-bundle/chunks/{register-mutation-ZJX5AZM5.js → register-mutation-VDGUMMUY.js}
RENAMED
|
@@ -4,16 +4,17 @@ import {
|
|
|
4
4
|
itemDocumentToMutationOptions,
|
|
5
5
|
parseAtomicMutationControls,
|
|
6
6
|
parseItemMutationBatch,
|
|
7
|
-
runMergeDriver
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
7
|
+
runMergeDriver,
|
|
8
|
+
runMergeReconcile
|
|
9
|
+
} from "./chunk-LE522OXA.js";
|
|
10
|
+
import "./chunk-O7RH6BWP.js";
|
|
11
|
+
import "./chunk-D4OBQVL3.js";
|
|
12
|
+
import "./chunk-F4XAQUQA.js";
|
|
13
|
+
import "./chunk-QKMMWESK.js";
|
|
14
|
+
import "./chunk-XC5RVKHH.js";
|
|
15
|
+
import "./chunk-7AHRY3ZB.js";
|
|
16
|
+
import "./chunk-LANV45W2.js";
|
|
17
|
+
import "./chunk-KEGVMZNA.js";
|
|
17
18
|
import {
|
|
18
19
|
applyActiveCommandResultService,
|
|
19
20
|
collect,
|
|
@@ -24,82 +25,83 @@ import {
|
|
|
24
25
|
normalizeCreateOptions,
|
|
25
26
|
normalizeUpdateOptions,
|
|
26
27
|
readOptionString
|
|
27
|
-
} from "./chunk-
|
|
28
|
-
import "./chunk-
|
|
28
|
+
} from "./chunk-KJ4ZF35M.js";
|
|
29
|
+
import "./chunk-5MUZ54G2.js";
|
|
29
30
|
import "./chunk-PNTULOGU.js";
|
|
30
|
-
import "./chunk-
|
|
31
|
-
import "./chunk-
|
|
32
|
-
import "./chunk-
|
|
33
|
-
import "./chunk-
|
|
34
|
-
import "./chunk-
|
|
35
|
-
import "./chunk-
|
|
31
|
+
import "./chunk-5K5LHZZX.js";
|
|
32
|
+
import "./chunk-5EBRMHI6.js";
|
|
33
|
+
import "./chunk-HYZZM3Q2.js";
|
|
34
|
+
import "./chunk-TDOPC7UY.js";
|
|
35
|
+
import "./chunk-3EDFN3VV.js";
|
|
36
|
+
import "./chunk-KEHOPUHH.js";
|
|
36
37
|
import "./chunk-YUSOJDWM.js";
|
|
37
|
-
import "./chunk-
|
|
38
|
+
import "./chunk-VKX2VZZH.js";
|
|
38
39
|
import {
|
|
39
40
|
CREATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS,
|
|
40
41
|
UPDATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS
|
|
41
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-GEKRVH3G.js";
|
|
42
43
|
import {
|
|
43
44
|
runMergeInstall
|
|
44
|
-
} from "./chunk-
|
|
45
|
-
import "./chunk-
|
|
46
|
-
import "./chunk-
|
|
47
|
-
import "./chunk-
|
|
48
|
-
import "./chunk-
|
|
45
|
+
} from "./chunk-IQCD6OO3.js";
|
|
46
|
+
import "./chunk-A2VL5SVG.js";
|
|
47
|
+
import "./chunk-ZEY3XSZQ.js";
|
|
48
|
+
import "./chunk-ZVVEWHWK.js";
|
|
49
|
+
import "./chunk-5QME4KX2.js";
|
|
49
50
|
import "./chunk-PWDEHT3L.js";
|
|
50
51
|
import {
|
|
51
52
|
printError,
|
|
52
53
|
printResult,
|
|
53
54
|
writeStdout
|
|
54
|
-
} from "./chunk-
|
|
55
|
-
import "./chunk-
|
|
56
|
-
import "./chunk-
|
|
57
|
-
import "./chunk-
|
|
58
|
-
import "./chunk-
|
|
55
|
+
} from "./chunk-OZ25YD4Q.js";
|
|
56
|
+
import "./chunk-J3ZKFEDM.js";
|
|
57
|
+
import "./chunk-B2AVNGG3.js";
|
|
58
|
+
import "./chunk-FKBMT2Q6.js";
|
|
59
|
+
import "./chunk-3EBGHNNQ.js";
|
|
59
60
|
import "./chunk-3HKUXVKV.js";
|
|
60
|
-
import "./chunk-
|
|
61
|
-
import "./chunk-
|
|
61
|
+
import "./chunk-SUSFH6F7.js";
|
|
62
|
+
import "./chunk-IPAQAJWB.js";
|
|
62
63
|
import "./chunk-6X5MZ5R2.js";
|
|
63
|
-
import "./chunk-
|
|
64
|
+
import "./chunk-CTPKCZCF.js";
|
|
64
65
|
import "./chunk-ZHBI2AP7.js";
|
|
65
|
-
import "./chunk-
|
|
66
|
-
import "./chunk-
|
|
66
|
+
import "./chunk-3SJAR3CY.js";
|
|
67
|
+
import "./chunk-U7U7WGEC.js";
|
|
67
68
|
import {
|
|
68
69
|
splitCommaList
|
|
69
70
|
} from "./chunk-D6HZN36B.js";
|
|
70
71
|
import "./chunk-CYCJBU3I.js";
|
|
71
|
-
import "./chunk-
|
|
72
|
-
import "./chunk-
|
|
72
|
+
import "./chunk-NUQCSV4P.js";
|
|
73
|
+
import "./chunk-BRMPF2RM.js";
|
|
73
74
|
import "./chunk-SR3JOATZ.js";
|
|
74
75
|
import "./chunk-FSRHYUDA.js";
|
|
75
|
-
import "./chunk-
|
|
76
|
-
import "./chunk-
|
|
77
|
-
import "./chunk-
|
|
76
|
+
import "./chunk-PMRED6QZ.js";
|
|
77
|
+
import "./chunk-7WXW6JHG.js";
|
|
78
|
+
import "./chunk-7B36A3VT.js";
|
|
78
79
|
import {
|
|
79
80
|
createStdinTokenResolver
|
|
80
|
-
} from "./chunk-
|
|
81
|
-
import "./chunk-
|
|
82
|
-
import "./chunk-
|
|
81
|
+
} from "./chunk-YKWKMGL7.js";
|
|
82
|
+
import "./chunk-LC5ZUXWE.js";
|
|
83
|
+
import "./chunk-YYEZEP3E.js";
|
|
83
84
|
import "./chunk-KWYX6ZIR.js";
|
|
84
|
-
import "./chunk-
|
|
85
|
-
import "./chunk-
|
|
86
|
-
import "./chunk-
|
|
87
|
-
import "./chunk-
|
|
88
|
-
import "./chunk-
|
|
89
|
-
import "./chunk-
|
|
90
|
-
import "./chunk-
|
|
91
|
-
import "./chunk-
|
|
92
|
-
import "./chunk-
|
|
85
|
+
import "./chunk-6PDGFY3P.js";
|
|
86
|
+
import "./chunk-YKFMLQNK.js";
|
|
87
|
+
import "./chunk-Q3Z2Y5WJ.js";
|
|
88
|
+
import "./chunk-3WVKMF2A.js";
|
|
89
|
+
import "./chunk-XKRVX4B3.js";
|
|
90
|
+
import "./chunk-MBHYQYCS.js";
|
|
91
|
+
import "./chunk-XD6UF2NB.js";
|
|
92
|
+
import "./chunk-PKYKQCTJ.js";
|
|
93
|
+
import "./chunk-GSP6IZFU.js";
|
|
94
|
+
import "./chunk-EP25DV6P.js";
|
|
93
95
|
import {
|
|
94
96
|
resolveAuthor
|
|
95
97
|
} from "./chunk-YRYYFGV3.js";
|
|
96
|
-
import "./chunk-
|
|
98
|
+
import "./chunk-5FAG2JUC.js";
|
|
97
99
|
import {
|
|
98
100
|
BUILTIN_ITEM_TYPE_VALUES,
|
|
99
101
|
EXIT_CODE,
|
|
100
102
|
PmCliError,
|
|
101
103
|
resolvePmRoot
|
|
102
|
-
} from "./chunk-
|
|
104
|
+
} from "./chunk-VTOCZ343.js";
|
|
103
105
|
|
|
104
106
|
// dist/cli/register-mutation.js
|
|
105
107
|
import { Option } from "commander";
|
|
@@ -186,7 +188,7 @@ function isPureSnakeCaseAlias(canonicalFlagSpec, aliasFlagSpec) {
|
|
|
186
188
|
!(function() {
|
|
187
189
|
try {
|
|
188
190
|
var e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
|
|
189
|
-
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "
|
|
191
|
+
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "f3e116ac-23cd-595e-8934-2051d4757203");
|
|
190
192
|
} catch (e2) {
|
|
191
193
|
}
|
|
192
194
|
})();
|
|
@@ -238,7 +240,7 @@ function registerStructuredMutationCommands(program) {
|
|
|
238
240
|
!(function() {
|
|
239
241
|
try {
|
|
240
242
|
var e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
|
|
241
|
-
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "
|
|
243
|
+
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "5b92f09e-78da-5f2e-8942-dbcb0471bd4e");
|
|
242
244
|
} catch (e2) {
|
|
243
245
|
}
|
|
244
246
|
})();
|
|
@@ -702,7 +704,7 @@ async function runCreateAction(typeOrTitle, secondTitle, options, command) {
|
|
|
702
704
|
delete options.bodyFile;
|
|
703
705
|
}
|
|
704
706
|
const normalized = normalizeCreateOptions(options, { requireType: false });
|
|
705
|
-
const { runCreate } = await import("./create-
|
|
707
|
+
const { runCreate } = await import("./create-BDKQFPRE.js");
|
|
706
708
|
const result = await runCreate(normalized, globalOptions);
|
|
707
709
|
await invalidateSearchCachesForMutation(globalOptions, result);
|
|
708
710
|
printResult(result, globalOptions);
|
|
@@ -735,7 +737,7 @@ function buildCloseManyListOptions(options) {
|
|
|
735
737
|
async function runCloseManyAction(options, command) {
|
|
736
738
|
const globalOptions = getGlobalOptions(command);
|
|
737
739
|
const startedAt = Date.now();
|
|
738
|
-
const { runCloseMany } = await import("./close-many-
|
|
740
|
+
const { runCloseMany } = await import("./close-many-QCINT6I2.js");
|
|
739
741
|
const result = await runCloseMany({
|
|
740
742
|
status: readOptionString(options, "filterStatus"),
|
|
741
743
|
list: buildCloseManyListOptions(options),
|
|
@@ -760,7 +762,7 @@ async function runCloseManyAction(options, command) {
|
|
|
760
762
|
async function runUpdateManyAction(options, command) {
|
|
761
763
|
const globalOptions = getGlobalOptions(command);
|
|
762
764
|
const startedAt = Date.now();
|
|
763
|
-
const { runUpdateMany } = await import("./update-many-
|
|
765
|
+
const { runUpdateMany } = await import("./update-many-WCKOPN3K.js");
|
|
764
766
|
const result = await runUpdateMany({
|
|
765
767
|
status: readOptionString(options, "filterStatus"),
|
|
766
768
|
list: buildUpdateManyListOptions(options),
|
|
@@ -778,7 +780,7 @@ async function runUpdateManyAction(options, command) {
|
|
|
778
780
|
async function runCloseAction(id, text, options, command) {
|
|
779
781
|
const globalOptions = getGlobalOptions(command);
|
|
780
782
|
const startedAt = Date.now();
|
|
781
|
-
const { runClose } = await import("./close-
|
|
783
|
+
const { runClose } = await import("./close-GAUIGOQC.js");
|
|
782
784
|
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;
|
|
783
785
|
const resolvedText = typeof text === "string" && text.length > 0 ? text : reasonFromOption;
|
|
784
786
|
const result = await runClose(id, resolvedText, {
|
|
@@ -863,7 +865,7 @@ function parsePlanReorderTo(normalizedSubcommand, reorderToken) {
|
|
|
863
865
|
async function runPlanAction(subcommand, id, stepRef, reorderToken, options, command) {
|
|
864
866
|
const globalOptions = getGlobalOptions(command);
|
|
865
867
|
const startedAt = Date.now();
|
|
866
|
-
const { runPlan, PLAN_SUBCOMMANDS } = await import("./plan-
|
|
868
|
+
const { runPlan, PLAN_SUBCOMMANDS } = await import("./plan-ZMOBD6FX.js");
|
|
867
869
|
const normalizedSubcommand = (subcommand ?? "").trim().toLowerCase();
|
|
868
870
|
assertKnownPlanSubcommand(subcommand, normalizedSubcommand, PLAN_SUBCOMMANDS);
|
|
869
871
|
const planOptions = normalizePlanAliases(options);
|
|
@@ -895,35 +897,59 @@ function parseNonNegativeIntFlag(raw, flag) {
|
|
|
895
897
|
}
|
|
896
898
|
return Number.parseInt(raw, 10);
|
|
897
899
|
}
|
|
900
|
+
async function runMergeReconcileSubcommand(artifact, options, globalOptions) {
|
|
901
|
+
if (artifact !== void 0) {
|
|
902
|
+
throw new PmCliError("merge reconcile takes no positional arguments.", EXIT_CODE.USAGE);
|
|
903
|
+
}
|
|
904
|
+
const result = await runMergeReconcile({
|
|
905
|
+
dryRun: options.dryRun === true,
|
|
906
|
+
force: options.force === true,
|
|
907
|
+
message: typeof options.message === "string" ? options.message : void 0,
|
|
908
|
+
author: globalOptions.author
|
|
909
|
+
}, globalOptions);
|
|
910
|
+
printResult(result, globalOptions);
|
|
911
|
+
if (!result.ok)
|
|
912
|
+
process.exitCode = EXIT_CODE.GENERIC_FAILURE;
|
|
913
|
+
}
|
|
914
|
+
async function runMergeDriverSubcommand(artifact, base, ours, theirs, options, globalOptions) {
|
|
915
|
+
if (artifact === void 0 || base === void 0 || ours === void 0 || theirs === void 0) {
|
|
916
|
+
throw new PmCliError("merge driver requires <artifact> <base> <ours> <theirs> (git supplies %O %A %B). Example: pm merge driver history %O %A %B", EXIT_CODE.USAGE);
|
|
917
|
+
}
|
|
918
|
+
const result = await runMergeDriver({
|
|
919
|
+
artifact,
|
|
920
|
+
basePath: base,
|
|
921
|
+
oursPath: ours,
|
|
922
|
+
theirsPath: theirs,
|
|
923
|
+
outputPath: typeof options.output === "string" ? options.output : void 0,
|
|
924
|
+
itemPath: typeof options.itemPath === "string" ? options.itemPath : void 0,
|
|
925
|
+
prefer: typeof options.prefer === "string" ? options.prefer : void 0
|
|
926
|
+
}, globalOptions);
|
|
927
|
+
printResult(result, globalOptions);
|
|
928
|
+
if (!result.ok) {
|
|
929
|
+
process.exitCode = EXIT_CODE.GENERIC_FAILURE;
|
|
930
|
+
}
|
|
931
|
+
}
|
|
898
932
|
async function runMergeAction(subcommand, artifact, base, ours, theirs, options, command) {
|
|
899
933
|
const globalOptions = getGlobalOptions(command);
|
|
900
934
|
const startedAt = Date.now();
|
|
901
935
|
const normalized = subcommand.trim().toLowerCase();
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
throw new PmCliError("merge driver requires <artifact> <base> <ours> <theirs> (git supplies %O %A %B). Example: pm merge driver history %O %A %B", EXIT_CODE.USAGE);
|
|
911
|
-
}
|
|
912
|
-
const result = await runMergeDriver({
|
|
913
|
-
artifact,
|
|
914
|
-
basePath: base,
|
|
915
|
-
oursPath: ours,
|
|
916
|
-
theirsPath: theirs,
|
|
917
|
-
outputPath: typeof options.output === "string" ? options.output : void 0,
|
|
918
|
-
itemPath: typeof options.itemPath === "string" ? options.itemPath : void 0,
|
|
919
|
-
prefer: typeof options.prefer === "string" ? options.prefer : void 0
|
|
920
|
-
}, globalOptions);
|
|
921
|
-
printResult(result, globalOptions);
|
|
922
|
-
if (!result.ok) {
|
|
923
|
-
process.exitCode = EXIT_CODE.GENERIC_FAILURE;
|
|
936
|
+
switch (normalized) {
|
|
937
|
+
case "install": {
|
|
938
|
+
if (artifact !== void 0) {
|
|
939
|
+
throw new PmCliError("merge install takes no positional arguments.", EXIT_CODE.USAGE);
|
|
940
|
+
}
|
|
941
|
+
const result = await runMergeInstall({ dryRun: options.dryRun === true }, globalOptions);
|
|
942
|
+
printResult(result, globalOptions);
|
|
943
|
+
break;
|
|
924
944
|
}
|
|
925
|
-
|
|
926
|
-
|
|
945
|
+
case "reconcile":
|
|
946
|
+
await runMergeReconcileSubcommand(artifact, options, globalOptions);
|
|
947
|
+
break;
|
|
948
|
+
case "driver":
|
|
949
|
+
await runMergeDriverSubcommand(artifact, base, ours, theirs, options, globalOptions);
|
|
950
|
+
break;
|
|
951
|
+
default:
|
|
952
|
+
throw new PmCliError(`Unknown merge subcommand "${subcommand}". Supported subcommands: install, reconcile, driver.`, EXIT_CODE.USAGE);
|
|
927
953
|
}
|
|
928
954
|
if (globalOptions.profile) {
|
|
929
955
|
printError(`profile:command=merge took_ms=${Date.now() - startedAt}`);
|
|
@@ -932,7 +958,7 @@ async function runMergeAction(subcommand, artifact, base, ours, theirs, options,
|
|
|
932
958
|
async function runHistoryCompactAction(id, options, command) {
|
|
933
959
|
const globalOptions = getGlobalOptions(command);
|
|
934
960
|
const startedAt = Date.now();
|
|
935
|
-
const { runHistoryCompact, runHistoryCompactBulk, assertHistoryCompactTarget } = await import("./history-compact-
|
|
961
|
+
const { runHistoryCompact, runHistoryCompactBulk, assertHistoryCompactTarget } = await import("./history-compact-7QOKL2NB.js");
|
|
936
962
|
const ids = typeof options.ids === "string" ? splitCommaList(options.ids) : void 0;
|
|
937
963
|
const allOver = parseNonNegativeIntFlag(options.allOver, "--all-over");
|
|
938
964
|
const minEntries = parseNonNegativeIntFlag(options.minEntries, "--min-entries");
|
|
@@ -983,7 +1009,7 @@ function splitCollectedCommaList(raw) {
|
|
|
983
1009
|
async function runSchemaAction(subcommand, name, options, command) {
|
|
984
1010
|
const globalOptions = getGlobalOptions(command);
|
|
985
1011
|
const startedAt = Date.now();
|
|
986
|
-
const schemaModule = await import("./schema-
|
|
1012
|
+
const schemaModule = await import("./schema-O34O33UW.js");
|
|
987
1013
|
const { SCHEMA_SUBCOMMANDS } = schemaModule;
|
|
988
1014
|
let normalizedSubcommand = (subcommand ?? "").trim().toLowerCase();
|
|
989
1015
|
let typeName = name;
|
|
@@ -1070,7 +1096,7 @@ async function runCommentsAction(id, text, options, command) {
|
|
|
1070
1096
|
const globalOptions = getGlobalOptions(command);
|
|
1071
1097
|
const startedAt = Date.now();
|
|
1072
1098
|
const sources = resolveCommentSources(text, options);
|
|
1073
|
-
const { runComments } = await import("./comments-
|
|
1099
|
+
const { runComments } = await import("./comments-4SK5EUEJ.js");
|
|
1074
1100
|
const result = await runComments(id, {
|
|
1075
1101
|
add: sources.add,
|
|
1076
1102
|
stdin: sources.readFromStdin,
|
|
@@ -1094,7 +1120,7 @@ async function runCommentsAction(id, text, options, command) {
|
|
|
1094
1120
|
async function runCopyAction(id, options, command) {
|
|
1095
1121
|
const globalOptions = getGlobalOptions(command);
|
|
1096
1122
|
const startedAt = Date.now();
|
|
1097
|
-
const { runCopy } = await import("./copy-
|
|
1123
|
+
const { runCopy } = await import("./copy-4KCCLTYQ.js");
|
|
1098
1124
|
const result = await runCopy(id, {
|
|
1099
1125
|
title: readOptionString(options, "title"),
|
|
1100
1126
|
author: readOptionString(options, "author"),
|
|
@@ -1109,7 +1135,7 @@ async function runCopyAction(id, options, command) {
|
|
|
1109
1135
|
async function runFocusAction(id, options, command) {
|
|
1110
1136
|
const globalOptions = getGlobalOptions(command);
|
|
1111
1137
|
const startedAt = Date.now();
|
|
1112
|
-
const { runFocus } = await import("./focus-
|
|
1138
|
+
const { runFocus } = await import("./focus-4A27YJ2Z.js");
|
|
1113
1139
|
const result = await runFocus(id, { clear: options.clear === true }, globalOptions);
|
|
1114
1140
|
printResult(result, globalOptions);
|
|
1115
1141
|
if (globalOptions.profile) {
|
|
@@ -1128,7 +1154,7 @@ async function runUpdateAction(id, options, command) {
|
|
|
1128
1154
|
options.body = await resolveBodyFileContent(options.bodyFile, options.body !== void 0 ? String(options.body) : void 0);
|
|
1129
1155
|
delete options.bodyFile;
|
|
1130
1156
|
}
|
|
1131
|
-
const { runUpdate } = await import("./update-
|
|
1157
|
+
const { runUpdate } = await import("./update-BN6VZSYX.js");
|
|
1132
1158
|
const result = await runUpdate(id, normalizeUpdateOptions(options), globalOptions);
|
|
1133
1159
|
await invalidateSearchCachesForMutation(globalOptions, result);
|
|
1134
1160
|
printResult(await applyActiveCommandResultService("update", [id], options, globalOptions, result), globalOptions);
|
|
@@ -1139,7 +1165,7 @@ async function runUpdateAction(id, options, command) {
|
|
|
1139
1165
|
async function runDeleteAction(id, options, command) {
|
|
1140
1166
|
const globalOptions = getGlobalOptions(command);
|
|
1141
1167
|
const startedAt = Date.now();
|
|
1142
|
-
const { runDelete } = await import("./delete-
|
|
1168
|
+
const { runDelete } = await import("./delete-JWDXPR3H.js");
|
|
1143
1169
|
const result = await runDelete(id, {
|
|
1144
1170
|
author: readOptionString(options, "author"),
|
|
1145
1171
|
message: readOptionString(options, "message"),
|
|
@@ -1183,7 +1209,7 @@ function resolveAppendBody(text, options) {
|
|
|
1183
1209
|
async function runAppendAction(id, text, options, command) {
|
|
1184
1210
|
const globalOptions = getGlobalOptions(command);
|
|
1185
1211
|
const startedAt = Date.now();
|
|
1186
|
-
const { runAppend } = await import("./append-
|
|
1212
|
+
const { runAppend } = await import("./append-H53CAPMP.js");
|
|
1187
1213
|
const result = await runAppend(id, {
|
|
1188
1214
|
body: resolveAppendBody(text, options),
|
|
1189
1215
|
author: readOptionString(options, "author"),
|
|
@@ -1199,7 +1225,7 @@ async function runAppendAction(id, text, options, command) {
|
|
|
1199
1225
|
async function runRestoreAction(id, target, options, command) {
|
|
1200
1226
|
const globalOptions = getGlobalOptions(command);
|
|
1201
1227
|
const startedAt = Date.now();
|
|
1202
|
-
const { runRestore } = await import("./restore-
|
|
1228
|
+
const { runRestore } = await import("./restore-LNVNUWHE.js");
|
|
1203
1229
|
const result = await runRestore(id, target, {
|
|
1204
1230
|
author: readOptionString(options, "author"),
|
|
1205
1231
|
message: readOptionString(options, "message"),
|
|
@@ -1214,7 +1240,7 @@ async function runRestoreAction(id, target, options, command) {
|
|
|
1214
1240
|
async function runProfileAction(subcommand, name, options, command) {
|
|
1215
1241
|
const globalOptions = getGlobalOptions(command);
|
|
1216
1242
|
const startedAt = Date.now();
|
|
1217
|
-
const profileModule = await import("./profile-
|
|
1243
|
+
const profileModule = await import("./profile-XLM45FKV.js");
|
|
1218
1244
|
const { PROFILE_SUBCOMMANDS } = profileModule;
|
|
1219
1245
|
const normalizedSubcommand = (subcommand ?? "").trim().toLowerCase();
|
|
1220
1246
|
if (!normalizedSubcommand) {
|
|
@@ -1248,7 +1274,7 @@ async function runNotesAction(id, text, options, command) {
|
|
|
1248
1274
|
const globalOptions = getGlobalOptions(command);
|
|
1249
1275
|
const startedAt = Date.now();
|
|
1250
1276
|
const add = resolveSingleTextSource("note", text, options);
|
|
1251
|
-
const { runNotes } = await import("./notes-
|
|
1277
|
+
const { runNotes } = await import("./notes-OBJ6FL36.js");
|
|
1252
1278
|
const result = await runNotes(id, {
|
|
1253
1279
|
add,
|
|
1254
1280
|
stdin: options.stdin === true,
|
|
@@ -1273,7 +1299,7 @@ async function runLearningsAction(id, text, options, command) {
|
|
|
1273
1299
|
const globalOptions = getGlobalOptions(command);
|
|
1274
1300
|
const startedAt = Date.now();
|
|
1275
1301
|
const add = resolveSingleTextSource("learning", text, options);
|
|
1276
|
-
const { runLearnings } = await import("./learnings-
|
|
1302
|
+
const { runLearnings } = await import("./learnings-DDFAUUX3.js");
|
|
1277
1303
|
const result = await runLearnings(id, {
|
|
1278
1304
|
add,
|
|
1279
1305
|
stdin: options.stdin === true,
|
|
@@ -1304,7 +1330,7 @@ async function runFilesAction(id, options, command) {
|
|
|
1304
1330
|
const addGlobValues = readStringArrayOption(options, "addGlob");
|
|
1305
1331
|
const removeValues = readStringArrayOption(options, "remove");
|
|
1306
1332
|
const migrateValues = readStringArrayOption(options, "migrate");
|
|
1307
|
-
const { runFiles } = await import("./files-
|
|
1333
|
+
const { runFiles } = await import("./files-2SEL4QIU.js");
|
|
1308
1334
|
const result = await runFiles(id, {
|
|
1309
1335
|
add: addValues,
|
|
1310
1336
|
addGlob: addGlobValues,
|
|
@@ -1333,7 +1359,7 @@ async function runFilesDiscoverAction(id, options, command) {
|
|
|
1333
1359
|
...command.optsWithGlobals(),
|
|
1334
1360
|
...options
|
|
1335
1361
|
};
|
|
1336
|
-
const { runFilesDiscover } = await import("./files-
|
|
1362
|
+
const { runFilesDiscover } = await import("./files-2SEL4QIU.js");
|
|
1337
1363
|
const result = await runFilesDiscover(id, {
|
|
1338
1364
|
apply: Boolean(mergedOptions.apply),
|
|
1339
1365
|
note: readOptionString(mergedOptions, "note"),
|
|
@@ -1357,7 +1383,7 @@ async function runDocsAction(id, options, command) {
|
|
|
1357
1383
|
const addGlobValues = readStringArrayOption(options, "addGlob");
|
|
1358
1384
|
const removeValues = readStringArrayOption(options, "remove");
|
|
1359
1385
|
const migrateValues = readStringArrayOption(options, "migrate");
|
|
1360
|
-
const { runDocs } = await import("./docs-
|
|
1386
|
+
const { runDocs } = await import("./docs-SY2NPT6Y.js");
|
|
1361
1387
|
const result = await runDocs(id, {
|
|
1362
1388
|
add: addValues,
|
|
1363
1389
|
addGlob: addGlobValues,
|
|
@@ -1381,7 +1407,7 @@ async function runDocsAction(id, options, command) {
|
|
|
1381
1407
|
async function runDepsAction(id, options, command) {
|
|
1382
1408
|
const globalOptions = getGlobalOptions(command);
|
|
1383
1409
|
const startedAt = Date.now();
|
|
1384
|
-
const { runDeps } = await import("./deps-
|
|
1410
|
+
const { runDeps } = await import("./deps-BZTWWOIE.js");
|
|
1385
1411
|
const result = await runDeps(id, {
|
|
1386
1412
|
format: options.format,
|
|
1387
1413
|
maxDepth: readOptionString(options, "maxDepth"),
|
|
@@ -1491,7 +1517,7 @@ function registerMutationCommands(program) {
|
|
|
1491
1517
|
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) => {
|
|
1492
1518
|
const globalOptions = getGlobalOptions(command);
|
|
1493
1519
|
const startedAt = Date.now();
|
|
1494
|
-
const { runHistoryRedact } = await import("./history-redact-
|
|
1520
|
+
const { runHistoryRedact } = await import("./history-redact-ZWRUWQY3.js");
|
|
1495
1521
|
const literal = Array.isArray(options.literal) ? options.literal : void 0;
|
|
1496
1522
|
const regex = Array.isArray(options.regex) ? options.regex : void 0;
|
|
1497
1523
|
const result = await runHistoryRedact(id, {
|
|
@@ -1514,7 +1540,7 @@ function registerMutationCommands(program) {
|
|
|
1514
1540
|
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) => {
|
|
1515
1541
|
const globalOptions = getGlobalOptions(command);
|
|
1516
1542
|
const startedAt = Date.now();
|
|
1517
|
-
const { runHistoryRepair, runHistoryRepairAll, assertHistoryRepairTarget } = await import("./history-repair-
|
|
1543
|
+
const { runHistoryRepair, runHistoryRepairAll, assertHistoryRepairTarget } = await import("./history-repair-GWCGJUM2.js");
|
|
1518
1544
|
const all = options.all === true;
|
|
1519
1545
|
assertHistoryRepairTarget(id, all);
|
|
1520
1546
|
const repairOptions = {
|
|
@@ -1538,7 +1564,7 @@ function registerMutationCommands(program) {
|
|
|
1538
1564
|
}
|
|
1539
1565
|
});
|
|
1540
1566
|
program.command("history-compact").argument("[id]", "Item id (omit when using a bulk selector)").option("--before <value>", "Compact entries strictly before this version number or ISO timestamp (single-id mode only)").option("--ids <value>", "Bulk: compact an explicit comma-separated list of item ids").option("--all-over <n>", "Bulk: compact every stream with more than N entries").option("--closed", "Bulk: compact only closed (terminal) items' streams").option("--all-streams", "Bulk: compact every history stream regardless of lifecycle state").option("--min-entries <n>", "Bulk: skip streams with at most N entries (already compact; default 3)").option("--dry-run", "Preview compaction impact without writing the history file").option("--author <value>", "Mutation author").option("--message <value>", "Audit history message for the compaction marker entry").option("--force", "Force ownership/lock override").description("Compact item history streams into a synthetic baseline plus retained tail entries. Pass an item id for one stream, or a bulk selector (--ids/--all-over/--closed/--all-streams) to compact many.").action(runHistoryCompactAction);
|
|
1541
|
-
program.command("merge").argument("<subcommand>", "Merge subcommand: install, driver").argument("[artifact]", `driver only: artifact class to merge (${MERGE_DRIVER_ARTIFACT_VALUES.join(", ")})`).argument("[base]", "driver only: common-ancestor file path (git %O)").argument("[ours]", "driver only: current-branch file path (git %A)").argument("[theirs]", "driver only: other-branch file path (git %B)").option("--dry-run", "install only:
|
|
1567
|
+
program.command("merge").argument("<subcommand>", "Merge subcommand: install, reconcile, driver").argument("[artifact]", `driver only: artifact class to merge (${MERGE_DRIVER_ARTIFACT_VALUES.join(", ")})`).argument("[base]", "driver only: common-ancestor file path (git %O)").argument("[ours]", "driver only: current-branch file path (git %A)").argument("[theirs]", "driver only: other-branch file path (git %B)").option("--dry-run", "install/reconcile: preview changes without writing").option("--message <text>", "reconcile only: audit message recorded on repaired history streams").option("--force", "reconcile only: permit the underlying audited history ownership override").option("--output <path>", "driver only: write the merged content to this path instead of the ours path").option("--item-path <path>", "driver only: original repository-relative path supplied by git as %P").option("--prefer <side>", "driver only: side that wins unresolvable conflicts (ours|theirs; default ours)").description("Install merge drivers, reconcile post-merge history, or run a field-aware driver.").action(runMergeAction);
|
|
1542
1568
|
const schemaCommand = program.command("schema").argument("[subcommand]", "Schema subcommand: list, show, show-status, add-type, remove-type, add-status, remove-status, or a custom item type name shorthand").argument("[name]", "Item type name (add-type/remove-type/show) or status id (show-status/add-status/remove-status)").option("--description <text>", "Human description for the custom item type, status, or field").option("--default-status <status>", "Default status hint recorded for the custom item type").option("--folder <dir>", "Storage folder for items of this custom type").option("--alias <name>", "Alias for the custom type, status, or field flag (repeatable, csv-friendly)", collect).option("--role <value>", "Lifecycle role for a custom status (repeatable): draft, active, blocked, terminal, terminal_done, terminal_canceled, default_open, default_close, default_cancel", collect).option("--order <n>", "Display/sort order for a custom status").option("--type <type>", "Value type for a custom field (add-field): string, number, boolean, string_array").option("--commands <list>", "Commands a custom field is wired onto (add-field; repeatable, comma-friendly): create, update, update_many, list, search, calendar, context", collect).option("--cli-flag <flag>", "Override the auto-derived CLI flag for a custom field (add-field)").option("--required", "Mark a custom field as always required (add-field)").option("--required-on-create", "Mark a custom field as required at create time (add-field)").option("--no-allow-unset", "Disallow clearing a custom field via --unset (add-field)").option("--required-types <list>", "Restrict a custom field's requirement to specific item types (add-field; repeatable, comma-friendly)", collect).option("--infer", "Infer custom item types from title-prefix conventions (add-type; preview unless --apply)").option("--min-count <n>", "Minimum items sharing a prefix for add-type --infer (default 10)").option("--apply", "Register inferred types (add-type --infer); without it the command previews only").option("--author <value>", "Mutation author").option("--force", "Force ownership/lock override").description("Inspect and manage config-driven runtime schema (types, statuses, fields, presets).");
|
|
1543
1569
|
addHiddenOption(schemaCommand, "--default_status <status>", "Alias for --default-status", false);
|
|
1544
1570
|
schemaCommand.action(runSchemaAction);
|
|
@@ -1562,4 +1588,4 @@ export {
|
|
|
1562
1588
|
registerCommanderOptionContracts,
|
|
1563
1589
|
registerMutationCommands
|
|
1564
1590
|
};
|
|
1565
|
-
//# sourceMappingURL=register-mutation-
|
|
1591
|
+
//# sourceMappingURL=register-mutation-VDGUMMUY.js.map
|