@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-HLWC2WNP.js → register-mutation-3YSDDVOL.js}
RENAMED
|
@@ -1,21 +1,22 @@
|
|
|
1
1
|
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="44590fca-6449-5335-9f84-16aa4d99cce6")}catch(e){}}();
|
|
3
3
|
import {
|
|
4
4
|
MERGE_DRIVER_ARTIFACT_VALUES,
|
|
5
5
|
commitItemMutations,
|
|
6
6
|
itemDocumentToMutationOptions,
|
|
7
7
|
parseAtomicMutationControls,
|
|
8
8
|
parseItemMutationBatch,
|
|
9
|
-
runMergeDriver
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-
|
|
9
|
+
runMergeDriver,
|
|
10
|
+
runMergeReconcile
|
|
11
|
+
} from "./chunk-H3MDK2VU.js";
|
|
12
|
+
import "./chunk-Q6YZ3VCI.js";
|
|
13
|
+
import "./chunk-F4VCB4WY.js";
|
|
14
|
+
import "./chunk-KPCZL2YK.js";
|
|
15
|
+
import "./chunk-OODR5KYF.js";
|
|
16
|
+
import "./chunk-WT4KXBUD.js";
|
|
17
|
+
import "./chunk-IBWG3OSH.js";
|
|
18
|
+
import "./chunk-RPNC7M63.js";
|
|
19
|
+
import "./chunk-SP3BAXFF.js";
|
|
19
20
|
import {
|
|
20
21
|
applyActiveCommandResultService,
|
|
21
22
|
collect,
|
|
@@ -26,82 +27,83 @@ import {
|
|
|
26
27
|
normalizeCreateOptions,
|
|
27
28
|
normalizeUpdateOptions,
|
|
28
29
|
readOptionString
|
|
29
|
-
} from "./chunk-
|
|
30
|
-
import "./chunk-
|
|
30
|
+
} from "./chunk-W35PHE44.js";
|
|
31
|
+
import "./chunk-4YTQVO3V.js";
|
|
31
32
|
import "./chunk-MIQDDLB5.js";
|
|
32
|
-
import "./chunk-
|
|
33
|
-
import "./chunk-
|
|
34
|
-
import "./chunk-
|
|
35
|
-
import "./chunk-
|
|
36
|
-
import "./chunk-
|
|
37
|
-
import "./chunk-
|
|
33
|
+
import "./chunk-FGR6IBAF.js";
|
|
34
|
+
import "./chunk-UFRVIIJ2.js";
|
|
35
|
+
import "./chunk-ZQ3UMKWE.js";
|
|
36
|
+
import "./chunk-MUAJHL2R.js";
|
|
37
|
+
import "./chunk-G5RLSSIX.js";
|
|
38
|
+
import "./chunk-E3ZWOFSO.js";
|
|
38
39
|
import "./chunk-DUT67M43.js";
|
|
39
|
-
import "./chunk-
|
|
40
|
+
import "./chunk-JWYG36RV.js";
|
|
40
41
|
import {
|
|
41
42
|
CREATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS,
|
|
42
43
|
UPDATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS
|
|
43
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-TWHG646K.js";
|
|
44
45
|
import {
|
|
45
46
|
runMergeInstall
|
|
46
|
-
} from "./chunk-
|
|
47
|
-
import "./chunk-
|
|
48
|
-
import "./chunk-
|
|
49
|
-
import "./chunk-
|
|
50
|
-
import "./chunk-
|
|
47
|
+
} from "./chunk-S2QQNTA6.js";
|
|
48
|
+
import "./chunk-DM4TYC2A.js";
|
|
49
|
+
import "./chunk-6PM6CPPP.js";
|
|
50
|
+
import "./chunk-ZKOQHLJP.js";
|
|
51
|
+
import "./chunk-JCLXCGIL.js";
|
|
51
52
|
import "./chunk-H7EAER5L.js";
|
|
52
53
|
import {
|
|
53
54
|
printError,
|
|
54
55
|
printResult,
|
|
55
56
|
writeStdout
|
|
56
|
-
} from "./chunk-
|
|
57
|
-
import "./chunk-
|
|
58
|
-
import "./chunk-
|
|
59
|
-
import "./chunk-
|
|
60
|
-
import "./chunk-
|
|
57
|
+
} from "./chunk-DSFTAQ7T.js";
|
|
58
|
+
import "./chunk-4LTPHDKA.js";
|
|
59
|
+
import "./chunk-RBECHH5K.js";
|
|
60
|
+
import "./chunk-3PWJWLLQ.js";
|
|
61
|
+
import "./chunk-XN4NQZJK.js";
|
|
61
62
|
import "./chunk-FRQ63VPB.js";
|
|
62
|
-
import "./chunk-
|
|
63
|
-
import "./chunk-
|
|
63
|
+
import "./chunk-ZXE6SNKO.js";
|
|
64
|
+
import "./chunk-B7O44UBR.js";
|
|
64
65
|
import "./chunk-B7SWOIP6.js";
|
|
65
|
-
import "./chunk-
|
|
66
|
+
import "./chunk-O43LEUSD.js";
|
|
66
67
|
import "./chunk-76UBY2EE.js";
|
|
67
|
-
import "./chunk-
|
|
68
|
-
import "./chunk-
|
|
68
|
+
import "./chunk-7QUV54XX.js";
|
|
69
|
+
import "./chunk-42SYYKA4.js";
|
|
69
70
|
import {
|
|
70
71
|
splitCommaList
|
|
71
72
|
} from "./chunk-NETP4DY4.js";
|
|
72
73
|
import "./chunk-M3JN6FPW.js";
|
|
73
|
-
import "./chunk-
|
|
74
|
-
import "./chunk-
|
|
74
|
+
import "./chunk-W2JDNTN3.js";
|
|
75
|
+
import "./chunk-JMPVHM44.js";
|
|
75
76
|
import "./chunk-SC2HMDGB.js";
|
|
76
77
|
import "./chunk-URXVHN3L.js";
|
|
77
|
-
import "./chunk-
|
|
78
|
-
import "./chunk-
|
|
79
|
-
import "./chunk-
|
|
78
|
+
import "./chunk-O3GFE2PX.js";
|
|
79
|
+
import "./chunk-YUKIFPWK.js";
|
|
80
|
+
import "./chunk-CD4643VW.js";
|
|
80
81
|
import {
|
|
81
82
|
createStdinTokenResolver
|
|
82
|
-
} from "./chunk-
|
|
83
|
-
import "./chunk-
|
|
84
|
-
import "./chunk-
|
|
83
|
+
} from "./chunk-DVB6SQU7.js";
|
|
84
|
+
import "./chunk-IMU7JLUI.js";
|
|
85
|
+
import "./chunk-JLTHOYR7.js";
|
|
85
86
|
import "./chunk-N7V7TI6J.js";
|
|
86
|
-
import "./chunk-
|
|
87
|
-
import "./chunk-
|
|
88
|
-
import "./chunk-
|
|
89
|
-
import "./chunk-
|
|
90
|
-
import "./chunk-
|
|
91
|
-
import "./chunk-
|
|
92
|
-
import "./chunk-
|
|
93
|
-
import "./chunk-
|
|
94
|
-
import "./chunk-
|
|
87
|
+
import "./chunk-QE5EUHKN.js";
|
|
88
|
+
import "./chunk-7OR2YKKD.js";
|
|
89
|
+
import "./chunk-PWGJCP2V.js";
|
|
90
|
+
import "./chunk-IHY5SX7O.js";
|
|
91
|
+
import "./chunk-CJEEC5O4.js";
|
|
92
|
+
import "./chunk-4IXLNV7W.js";
|
|
93
|
+
import "./chunk-N6QCY2AX.js";
|
|
94
|
+
import "./chunk-BTNKMF2A.js";
|
|
95
|
+
import "./chunk-2P7OK4WG.js";
|
|
96
|
+
import "./chunk-AXGDUXJW.js";
|
|
95
97
|
import {
|
|
96
98
|
resolveAuthor
|
|
97
99
|
} from "./chunk-CUFW7ITY.js";
|
|
98
|
-
import "./chunk-
|
|
100
|
+
import "./chunk-L7DZV6EZ.js";
|
|
99
101
|
import {
|
|
100
102
|
BUILTIN_ITEM_TYPE_VALUES,
|
|
101
103
|
EXIT_CODE,
|
|
102
104
|
PmCliError,
|
|
103
105
|
resolvePmRoot
|
|
104
|
-
} from "./chunk-
|
|
106
|
+
} from "./chunk-TLF52ZDP.js";
|
|
105
107
|
|
|
106
108
|
// dist/cli/register-mutation.js
|
|
107
109
|
import { Option } from "commander";
|
|
@@ -667,7 +669,7 @@ async function runCreateAction(typeOrTitle, secondTitle, options, command) {
|
|
|
667
669
|
delete options.bodyFile;
|
|
668
670
|
}
|
|
669
671
|
const normalized = normalizeCreateOptions(options, { requireType: false });
|
|
670
|
-
const { runCreate } = await import("./create-
|
|
672
|
+
const { runCreate } = await import("./create-VCGBCYL2.js");
|
|
671
673
|
const result = await runCreate(normalized, globalOptions);
|
|
672
674
|
await invalidateSearchCachesForMutation(globalOptions, result);
|
|
673
675
|
printResult(result, globalOptions);
|
|
@@ -700,7 +702,7 @@ function buildCloseManyListOptions(options) {
|
|
|
700
702
|
async function runCloseManyAction(options, command) {
|
|
701
703
|
const globalOptions = getGlobalOptions(command);
|
|
702
704
|
const startedAt = Date.now();
|
|
703
|
-
const { runCloseMany } = await import("./close-many-
|
|
705
|
+
const { runCloseMany } = await import("./close-many-B6AIC5OQ.js");
|
|
704
706
|
const result = await runCloseMany({
|
|
705
707
|
status: readOptionString(options, "filterStatus"),
|
|
706
708
|
list: buildCloseManyListOptions(options),
|
|
@@ -725,7 +727,7 @@ async function runCloseManyAction(options, command) {
|
|
|
725
727
|
async function runUpdateManyAction(options, command) {
|
|
726
728
|
const globalOptions = getGlobalOptions(command);
|
|
727
729
|
const startedAt = Date.now();
|
|
728
|
-
const { runUpdateMany } = await import("./update-many-
|
|
730
|
+
const { runUpdateMany } = await import("./update-many-X6DVGOMM.js");
|
|
729
731
|
const result = await runUpdateMany({
|
|
730
732
|
status: readOptionString(options, "filterStatus"),
|
|
731
733
|
list: buildUpdateManyListOptions(options),
|
|
@@ -743,7 +745,7 @@ async function runUpdateManyAction(options, command) {
|
|
|
743
745
|
async function runCloseAction(id, text, options, command) {
|
|
744
746
|
const globalOptions = getGlobalOptions(command);
|
|
745
747
|
const startedAt = Date.now();
|
|
746
|
-
const { runClose } = await import("./close-
|
|
748
|
+
const { runClose } = await import("./close-SJIEKNY4.js");
|
|
747
749
|
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;
|
|
748
750
|
const resolvedText = typeof text === "string" && text.length > 0 ? text : reasonFromOption;
|
|
749
751
|
const result = await runClose(id, resolvedText, {
|
|
@@ -828,7 +830,7 @@ function parsePlanReorderTo(normalizedSubcommand, reorderToken) {
|
|
|
828
830
|
async function runPlanAction(subcommand, id, stepRef, reorderToken, options, command) {
|
|
829
831
|
const globalOptions = getGlobalOptions(command);
|
|
830
832
|
const startedAt = Date.now();
|
|
831
|
-
const { runPlan, PLAN_SUBCOMMANDS } = await import("./plan-
|
|
833
|
+
const { runPlan, PLAN_SUBCOMMANDS } = await import("./plan-V57VQTAG.js");
|
|
832
834
|
const normalizedSubcommand = (subcommand ?? "").trim().toLowerCase();
|
|
833
835
|
assertKnownPlanSubcommand(subcommand, normalizedSubcommand, PLAN_SUBCOMMANDS);
|
|
834
836
|
const planOptions = normalizePlanAliases(options);
|
|
@@ -860,35 +862,59 @@ function parseNonNegativeIntFlag(raw, flag) {
|
|
|
860
862
|
}
|
|
861
863
|
return Number.parseInt(raw, 10);
|
|
862
864
|
}
|
|
865
|
+
async function runMergeReconcileSubcommand(artifact, options, globalOptions) {
|
|
866
|
+
if (artifact !== void 0) {
|
|
867
|
+
throw new PmCliError("merge reconcile takes no positional arguments.", EXIT_CODE.USAGE);
|
|
868
|
+
}
|
|
869
|
+
const result = await runMergeReconcile({
|
|
870
|
+
dryRun: options.dryRun === true,
|
|
871
|
+
force: options.force === true,
|
|
872
|
+
message: typeof options.message === "string" ? options.message : void 0,
|
|
873
|
+
author: globalOptions.author
|
|
874
|
+
}, globalOptions);
|
|
875
|
+
printResult(result, globalOptions);
|
|
876
|
+
if (!result.ok)
|
|
877
|
+
process.exitCode = EXIT_CODE.GENERIC_FAILURE;
|
|
878
|
+
}
|
|
879
|
+
async function runMergeDriverSubcommand(artifact, base, ours, theirs, options, globalOptions) {
|
|
880
|
+
if (artifact === void 0 || base === void 0 || ours === void 0 || theirs === void 0) {
|
|
881
|
+
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);
|
|
882
|
+
}
|
|
883
|
+
const result = await runMergeDriver({
|
|
884
|
+
artifact,
|
|
885
|
+
basePath: base,
|
|
886
|
+
oursPath: ours,
|
|
887
|
+
theirsPath: theirs,
|
|
888
|
+
outputPath: typeof options.output === "string" ? options.output : void 0,
|
|
889
|
+
itemPath: typeof options.itemPath === "string" ? options.itemPath : void 0,
|
|
890
|
+
prefer: typeof options.prefer === "string" ? options.prefer : void 0
|
|
891
|
+
}, globalOptions);
|
|
892
|
+
printResult(result, globalOptions);
|
|
893
|
+
if (!result.ok) {
|
|
894
|
+
process.exitCode = EXIT_CODE.GENERIC_FAILURE;
|
|
895
|
+
}
|
|
896
|
+
}
|
|
863
897
|
async function runMergeAction(subcommand, artifact, base, ours, theirs, options, command) {
|
|
864
898
|
const globalOptions = getGlobalOptions(command);
|
|
865
899
|
const startedAt = Date.now();
|
|
866
900
|
const normalized = subcommand.trim().toLowerCase();
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
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);
|
|
876
|
-
}
|
|
877
|
-
const result = await runMergeDriver({
|
|
878
|
-
artifact,
|
|
879
|
-
basePath: base,
|
|
880
|
-
oursPath: ours,
|
|
881
|
-
theirsPath: theirs,
|
|
882
|
-
outputPath: typeof options.output === "string" ? options.output : void 0,
|
|
883
|
-
itemPath: typeof options.itemPath === "string" ? options.itemPath : void 0,
|
|
884
|
-
prefer: typeof options.prefer === "string" ? options.prefer : void 0
|
|
885
|
-
}, globalOptions);
|
|
886
|
-
printResult(result, globalOptions);
|
|
887
|
-
if (!result.ok) {
|
|
888
|
-
process.exitCode = EXIT_CODE.GENERIC_FAILURE;
|
|
901
|
+
switch (normalized) {
|
|
902
|
+
case "install": {
|
|
903
|
+
if (artifact !== void 0) {
|
|
904
|
+
throw new PmCliError("merge install takes no positional arguments.", EXIT_CODE.USAGE);
|
|
905
|
+
}
|
|
906
|
+
const result = await runMergeInstall({ dryRun: options.dryRun === true }, globalOptions);
|
|
907
|
+
printResult(result, globalOptions);
|
|
908
|
+
break;
|
|
889
909
|
}
|
|
890
|
-
|
|
891
|
-
|
|
910
|
+
case "reconcile":
|
|
911
|
+
await runMergeReconcileSubcommand(artifact, options, globalOptions);
|
|
912
|
+
break;
|
|
913
|
+
case "driver":
|
|
914
|
+
await runMergeDriverSubcommand(artifact, base, ours, theirs, options, globalOptions);
|
|
915
|
+
break;
|
|
916
|
+
default:
|
|
917
|
+
throw new PmCliError(`Unknown merge subcommand "${subcommand}". Supported subcommands: install, reconcile, driver.`, EXIT_CODE.USAGE);
|
|
892
918
|
}
|
|
893
919
|
if (globalOptions.profile) {
|
|
894
920
|
printError(`profile:command=merge took_ms=${Date.now() - startedAt}`);
|
|
@@ -897,7 +923,7 @@ async function runMergeAction(subcommand, artifact, base, ours, theirs, options,
|
|
|
897
923
|
async function runHistoryCompactAction(id, options, command) {
|
|
898
924
|
const globalOptions = getGlobalOptions(command);
|
|
899
925
|
const startedAt = Date.now();
|
|
900
|
-
const { runHistoryCompact, runHistoryCompactBulk, assertHistoryCompactTarget } = await import("./history-compact-
|
|
926
|
+
const { runHistoryCompact, runHistoryCompactBulk, assertHistoryCompactTarget } = await import("./history-compact-U7A37VR6.js");
|
|
901
927
|
const ids = typeof options.ids === "string" ? splitCommaList(options.ids) : void 0;
|
|
902
928
|
const allOver = parseNonNegativeIntFlag(options.allOver, "--all-over");
|
|
903
929
|
const minEntries = parseNonNegativeIntFlag(options.minEntries, "--min-entries");
|
|
@@ -948,7 +974,7 @@ function splitCollectedCommaList(raw) {
|
|
|
948
974
|
async function runSchemaAction(subcommand, name, options, command) {
|
|
949
975
|
const globalOptions = getGlobalOptions(command);
|
|
950
976
|
const startedAt = Date.now();
|
|
951
|
-
const schemaModule = await import("./schema-
|
|
977
|
+
const schemaModule = await import("./schema-LMFZ742C.js");
|
|
952
978
|
const { SCHEMA_SUBCOMMANDS } = schemaModule;
|
|
953
979
|
let normalizedSubcommand = (subcommand ?? "").trim().toLowerCase();
|
|
954
980
|
let typeName = name;
|
|
@@ -1035,7 +1061,7 @@ async function runCommentsAction(id, text, options, command) {
|
|
|
1035
1061
|
const globalOptions = getGlobalOptions(command);
|
|
1036
1062
|
const startedAt = Date.now();
|
|
1037
1063
|
const sources = resolveCommentSources(text, options);
|
|
1038
|
-
const { runComments } = await import("./comments-
|
|
1064
|
+
const { runComments } = await import("./comments-DM5KV2RS.js");
|
|
1039
1065
|
const result = await runComments(id, {
|
|
1040
1066
|
add: sources.add,
|
|
1041
1067
|
stdin: sources.readFromStdin,
|
|
@@ -1059,7 +1085,7 @@ async function runCommentsAction(id, text, options, command) {
|
|
|
1059
1085
|
async function runCopyAction(id, options, command) {
|
|
1060
1086
|
const globalOptions = getGlobalOptions(command);
|
|
1061
1087
|
const startedAt = Date.now();
|
|
1062
|
-
const { runCopy } = await import("./copy-
|
|
1088
|
+
const { runCopy } = await import("./copy-HEP5SZHB.js");
|
|
1063
1089
|
const result = await runCopy(id, {
|
|
1064
1090
|
title: readOptionString(options, "title"),
|
|
1065
1091
|
author: readOptionString(options, "author"),
|
|
@@ -1074,7 +1100,7 @@ async function runCopyAction(id, options, command) {
|
|
|
1074
1100
|
async function runFocusAction(id, options, command) {
|
|
1075
1101
|
const globalOptions = getGlobalOptions(command);
|
|
1076
1102
|
const startedAt = Date.now();
|
|
1077
|
-
const { runFocus } = await import("./focus-
|
|
1103
|
+
const { runFocus } = await import("./focus-TEUJKTAT.js");
|
|
1078
1104
|
const result = await runFocus(id, { clear: options.clear === true }, globalOptions);
|
|
1079
1105
|
printResult(result, globalOptions);
|
|
1080
1106
|
if (globalOptions.profile) {
|
|
@@ -1093,7 +1119,7 @@ async function runUpdateAction(id, options, command) {
|
|
|
1093
1119
|
options.body = await resolveBodyFileContent(options.bodyFile, options.body !== void 0 ? String(options.body) : void 0);
|
|
1094
1120
|
delete options.bodyFile;
|
|
1095
1121
|
}
|
|
1096
|
-
const { runUpdate } = await import("./update-
|
|
1122
|
+
const { runUpdate } = await import("./update-FDLPLKOB.js");
|
|
1097
1123
|
const result = await runUpdate(id, normalizeUpdateOptions(options), globalOptions);
|
|
1098
1124
|
await invalidateSearchCachesForMutation(globalOptions, result);
|
|
1099
1125
|
printResult(await applyActiveCommandResultService("update", [id], options, globalOptions, result), globalOptions);
|
|
@@ -1104,7 +1130,7 @@ async function runUpdateAction(id, options, command) {
|
|
|
1104
1130
|
async function runDeleteAction(id, options, command) {
|
|
1105
1131
|
const globalOptions = getGlobalOptions(command);
|
|
1106
1132
|
const startedAt = Date.now();
|
|
1107
|
-
const { runDelete } = await import("./delete-
|
|
1133
|
+
const { runDelete } = await import("./delete-ZSPBTVJD.js");
|
|
1108
1134
|
const result = await runDelete(id, {
|
|
1109
1135
|
author: readOptionString(options, "author"),
|
|
1110
1136
|
message: readOptionString(options, "message"),
|
|
@@ -1148,7 +1174,7 @@ function resolveAppendBody(text, options) {
|
|
|
1148
1174
|
async function runAppendAction(id, text, options, command) {
|
|
1149
1175
|
const globalOptions = getGlobalOptions(command);
|
|
1150
1176
|
const startedAt = Date.now();
|
|
1151
|
-
const { runAppend } = await import("./append-
|
|
1177
|
+
const { runAppend } = await import("./append-CYMA7RJT.js");
|
|
1152
1178
|
const result = await runAppend(id, {
|
|
1153
1179
|
body: resolveAppendBody(text, options),
|
|
1154
1180
|
author: readOptionString(options, "author"),
|
|
@@ -1164,7 +1190,7 @@ async function runAppendAction(id, text, options, command) {
|
|
|
1164
1190
|
async function runRestoreAction(id, target, options, command) {
|
|
1165
1191
|
const globalOptions = getGlobalOptions(command);
|
|
1166
1192
|
const startedAt = Date.now();
|
|
1167
|
-
const { runRestore } = await import("./restore-
|
|
1193
|
+
const { runRestore } = await import("./restore-3NGRFDPX.js");
|
|
1168
1194
|
const result = await runRestore(id, target, {
|
|
1169
1195
|
author: readOptionString(options, "author"),
|
|
1170
1196
|
message: readOptionString(options, "message"),
|
|
@@ -1179,7 +1205,7 @@ async function runRestoreAction(id, target, options, command) {
|
|
|
1179
1205
|
async function runProfileAction(subcommand, name, options, command) {
|
|
1180
1206
|
const globalOptions = getGlobalOptions(command);
|
|
1181
1207
|
const startedAt = Date.now();
|
|
1182
|
-
const profileModule = await import("./profile-
|
|
1208
|
+
const profileModule = await import("./profile-BG3N4ETA.js");
|
|
1183
1209
|
const { PROFILE_SUBCOMMANDS } = profileModule;
|
|
1184
1210
|
const normalizedSubcommand = (subcommand ?? "").trim().toLowerCase();
|
|
1185
1211
|
if (!normalizedSubcommand) {
|
|
@@ -1213,7 +1239,7 @@ async function runNotesAction(id, text, options, command) {
|
|
|
1213
1239
|
const globalOptions = getGlobalOptions(command);
|
|
1214
1240
|
const startedAt = Date.now();
|
|
1215
1241
|
const add = resolveSingleTextSource("note", text, options);
|
|
1216
|
-
const { runNotes } = await import("./notes-
|
|
1242
|
+
const { runNotes } = await import("./notes-BZWODAEK.js");
|
|
1217
1243
|
const result = await runNotes(id, {
|
|
1218
1244
|
add,
|
|
1219
1245
|
stdin: options.stdin === true,
|
|
@@ -1238,7 +1264,7 @@ async function runLearningsAction(id, text, options, command) {
|
|
|
1238
1264
|
const globalOptions = getGlobalOptions(command);
|
|
1239
1265
|
const startedAt = Date.now();
|
|
1240
1266
|
const add = resolveSingleTextSource("learning", text, options);
|
|
1241
|
-
const { runLearnings } = await import("./learnings-
|
|
1267
|
+
const { runLearnings } = await import("./learnings-GOEZXMKL.js");
|
|
1242
1268
|
const result = await runLearnings(id, {
|
|
1243
1269
|
add,
|
|
1244
1270
|
stdin: options.stdin === true,
|
|
@@ -1269,7 +1295,7 @@ async function runFilesAction(id, options, command) {
|
|
|
1269
1295
|
const addGlobValues = readStringArrayOption(options, "addGlob");
|
|
1270
1296
|
const removeValues = readStringArrayOption(options, "remove");
|
|
1271
1297
|
const migrateValues = readStringArrayOption(options, "migrate");
|
|
1272
|
-
const { runFiles } = await import("./files-
|
|
1298
|
+
const { runFiles } = await import("./files-FYMMJGNN.js");
|
|
1273
1299
|
const result = await runFiles(id, {
|
|
1274
1300
|
add: addValues,
|
|
1275
1301
|
addGlob: addGlobValues,
|
|
@@ -1298,7 +1324,7 @@ async function runFilesDiscoverAction(id, options, command) {
|
|
|
1298
1324
|
...command.optsWithGlobals(),
|
|
1299
1325
|
...options
|
|
1300
1326
|
};
|
|
1301
|
-
const { runFilesDiscover } = await import("./files-
|
|
1327
|
+
const { runFilesDiscover } = await import("./files-FYMMJGNN.js");
|
|
1302
1328
|
const result = await runFilesDiscover(id, {
|
|
1303
1329
|
apply: Boolean(mergedOptions.apply),
|
|
1304
1330
|
note: readOptionString(mergedOptions, "note"),
|
|
@@ -1322,7 +1348,7 @@ async function runDocsAction(id, options, command) {
|
|
|
1322
1348
|
const addGlobValues = readStringArrayOption(options, "addGlob");
|
|
1323
1349
|
const removeValues = readStringArrayOption(options, "remove");
|
|
1324
1350
|
const migrateValues = readStringArrayOption(options, "migrate");
|
|
1325
|
-
const { runDocs } = await import("./docs-
|
|
1351
|
+
const { runDocs } = await import("./docs-3GFMSWLL.js");
|
|
1326
1352
|
const result = await runDocs(id, {
|
|
1327
1353
|
add: addValues,
|
|
1328
1354
|
addGlob: addGlobValues,
|
|
@@ -1346,7 +1372,7 @@ async function runDocsAction(id, options, command) {
|
|
|
1346
1372
|
async function runDepsAction(id, options, command) {
|
|
1347
1373
|
const globalOptions = getGlobalOptions(command);
|
|
1348
1374
|
const startedAt = Date.now();
|
|
1349
|
-
const { runDeps } = await import("./deps-
|
|
1375
|
+
const { runDeps } = await import("./deps-OVAJOQIE.js");
|
|
1350
1376
|
const result = await runDeps(id, {
|
|
1351
1377
|
format: options.format,
|
|
1352
1378
|
maxDepth: readOptionString(options, "maxDepth"),
|
|
@@ -1456,7 +1482,7 @@ function registerMutationCommands(program) {
|
|
|
1456
1482
|
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) => {
|
|
1457
1483
|
const globalOptions = getGlobalOptions(command);
|
|
1458
1484
|
const startedAt = Date.now();
|
|
1459
|
-
const { runHistoryRedact } = await import("./history-redact-
|
|
1485
|
+
const { runHistoryRedact } = await import("./history-redact-TNKUO4ZE.js");
|
|
1460
1486
|
const literal = Array.isArray(options.literal) ? options.literal : void 0;
|
|
1461
1487
|
const regex = Array.isArray(options.regex) ? options.regex : void 0;
|
|
1462
1488
|
const result = await runHistoryRedact(id, {
|
|
@@ -1479,7 +1505,7 @@ function registerMutationCommands(program) {
|
|
|
1479
1505
|
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) => {
|
|
1480
1506
|
const globalOptions = getGlobalOptions(command);
|
|
1481
1507
|
const startedAt = Date.now();
|
|
1482
|
-
const { runHistoryRepair, runHistoryRepairAll, assertHistoryRepairTarget } = await import("./history-repair-
|
|
1508
|
+
const { runHistoryRepair, runHistoryRepairAll, assertHistoryRepairTarget } = await import("./history-repair-6IU5VWHN.js");
|
|
1483
1509
|
const all = options.all === true;
|
|
1484
1510
|
assertHistoryRepairTarget(id, all);
|
|
1485
1511
|
const repairOptions = {
|
|
@@ -1503,7 +1529,7 @@ function registerMutationCommands(program) {
|
|
|
1503
1529
|
}
|
|
1504
1530
|
});
|
|
1505
1531
|
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);
|
|
1506
|
-
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:
|
|
1532
|
+
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);
|
|
1507
1533
|
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).");
|
|
1508
1534
|
addHiddenOption(schemaCommand, "--default_status <status>", "Alias for --default-status", false);
|
|
1509
1535
|
schemaCommand.action(runSchemaAction);
|
|
@@ -1527,6 +1553,6 @@ export {
|
|
|
1527
1553
|
registerCommanderOptionContracts,
|
|
1528
1554
|
registerMutationCommands
|
|
1529
1555
|
};
|
|
1530
|
-
//# sourceMappingURL=register-mutation-
|
|
1556
|
+
//# sourceMappingURL=register-mutation-3YSDDVOL.js.map
|
|
1531
1557
|
|
|
1532
|
-
//# debugId=
|
|
1558
|
+
//# debugId=44590fca-6449-5335-9f84-16aa4d99cce6
|