@unbrained/pm-cli 2026.7.18 → 2026.7.19
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 +17 -0
- package/dist/cli/commands/claim.js +6 -4
- package/dist/cli/commands/claim.js.map +1 -1
- package/dist/cli/commands/comments.js +5 -2
- package/dist/cli/commands/comments.js.map +1 -1
- package/dist/cli/commands/context.d.ts +10 -1
- package/dist/cli/commands/context.js +44 -6
- package/dist/cli/commands/context.js.map +1 -1
- package/dist/cli/commands/create.js +15 -4
- package/dist/cli/commands/create.js.map +1 -1
- package/dist/cli/commands/next.js +13 -3
- package/dist/cli/commands/next.js.map +1 -1
- package/dist/cli/commands/update.js +14 -3
- package/dist/cli/commands/update.js.map +1 -1
- package/dist/cli/error-guidance.js +23 -4
- package/dist/cli/error-guidance.js.map +1 -1
- package/dist/cli/extension-command-help.d.ts +11 -0
- package/dist/cli/extension-command-help.js +62 -2
- package/dist/cli/extension-command-help.js.map +1 -1
- package/dist/cli/main.d.ts +1 -0
- package/dist/cli/main.js +16 -11
- package/dist/cli/main.js.map +1 -1
- package/dist/cli-bundle/bundle-manifest.json +326 -350
- package/dist/cli-bundle/chunks/{append-5YF3TO7I.js → append-MBXHNWSX.js} +5 -5
- package/dist/cli-bundle/chunks/append-XUYF7NON.js +11 -0
- package/dist/cli-bundle/chunks/{chunk-BIRYX32V.js → chunk-2UCG5H6B.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-VE6ZSTQW.js → chunk-2XPDCXK5.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-I3INI567.js → chunk-3EZZTFL2.js} +909 -124
- package/dist/cli-bundle/chunks/chunk-3EZZTFL2.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-GLZKZON6.js → chunk-3HSRP6T2.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-XWBD6DSR.js → chunk-3KPNOZOH.js} +23 -23
- package/dist/cli-bundle/chunks/{chunk-MR4SHYR4.js → chunk-3QNUDDY2.js} +104 -23
- package/dist/cli-bundle/chunks/chunk-3QNUDDY2.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-SIPOACV5.js → chunk-46Z6FAVP.js} +888 -124
- package/dist/cli-bundle/chunks/chunk-46Z6FAVP.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-HO4DLBNK.js → chunk-4M6RZJXF.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-RXPQ5Q23.js → chunk-4PSJVGRE.js} +11 -11
- package/dist/cli-bundle/chunks/{chunk-ADXDCAKP.js → chunk-5S6IZXK7.js} +146 -32
- package/dist/cli-bundle/chunks/{chunk-IL5SPRMH.js.map → chunk-5S6IZXK7.js.map} +7 -1
- package/dist/cli-bundle/chunks/chunk-66SRNEBK.js +143 -0
- package/dist/cli-bundle/chunks/chunk-66SRNEBK.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-YFE7JHX3.js → chunk-6BNV3G6C.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-43UMFKCK.js → chunk-6V4T4RD3.js} +23 -23
- package/dist/cli-bundle/chunks/chunk-77XFQRTD.js +140 -0
- package/dist/cli-bundle/chunks/chunk-77XFQRTD.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-EHJFUOXL.js → chunk-7B7IHMLH.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-I7DIDUSP.js → chunk-7CHWLT2J.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-L6FVNR7X.js → chunk-A3GAQLBH.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-B57RJHBZ.js → chunk-A4FVWFZY.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-D52ZN3BF.js → chunk-A5EQPNV7.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-TZAE66GQ.js → chunk-AGEBQRBG.js} +15 -15
- package/dist/cli-bundle/chunks/{chunk-WU3KAN6A.js → chunk-AQUNTB7G.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-OGVTB5VO.js → chunk-AR24KW26.js} +237 -36
- package/dist/cli-bundle/chunks/chunk-AR24KW26.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-XWYQ2LT4.js → chunk-BBGR4FKQ.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-HTXXXF45.js → chunk-BDC4TW4B.js} +98 -24
- package/dist/cli-bundle/chunks/chunk-BDC4TW4B.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-2FUOXSRN.js → chunk-BFJP4VYC.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-633PKXLT.js → chunk-BZKE2O5V.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-XPUTSGJU.js → chunk-CZA2DXCV.js} +230 -36
- package/dist/cli-bundle/chunks/chunk-CZA2DXCV.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-KX62NMZC.js → chunk-D35WYXWC.js} +626 -5
- package/dist/cli-bundle/chunks/chunk-D35WYXWC.js.map +1 -0
- package/dist/cli-bundle/chunks/chunk-DOASIOQR.js +289 -0
- package/dist/cli-bundle/chunks/chunk-DOASIOQR.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-L337QKWJ.js → chunk-DUDLSQFG.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-BVLOMU6O.js → chunk-E7KBMWEF.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-3QDR6ZLU.js → chunk-EAV3P54W.js} +9 -9
- package/dist/cli-bundle/chunks/{chunk-3QDR6ZLU.js.map → chunk-EAV3P54W.js.map} +2 -2
- package/dist/cli-bundle/chunks/{chunk-WQXRZMFN.js → chunk-EEECAV5M.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-35FHWD4C.js → chunk-EI3UIMZM.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-RGMWJLXF.js → chunk-EVAN5VJA.js} +8 -5
- package/dist/cli-bundle/chunks/{chunk-RGMWJLXF.js.map → chunk-EVAN5VJA.js.map} +2 -2
- package/dist/cli-bundle/chunks/{chunk-PT7MCCGD.js → chunk-FIUTBFC6.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-7H5NNCJ5.js → chunk-FQF6VVPH.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-6DYOZS6C.js → chunk-FQO5THHM.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-5HGZKQUL.js → chunk-FQODDTE7.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-67RO3H4N.js → chunk-G33XIMRT.js} +6 -6
- package/dist/cli-bundle/chunks/{chunk-D53RTYVI.js → chunk-GFZB5CLP.js} +20 -10
- package/dist/cli-bundle/chunks/chunk-GFZB5CLP.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-QWBKN3QC.js → chunk-GKCEEXMA.js} +8 -8
- package/dist/cli-bundle/chunks/{chunk-DG2EQRIH.js → chunk-GRDK25BN.js} +7 -7
- package/dist/cli-bundle/chunks/{chunk-FXFCFL73.js → chunk-H3YKUVDR.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-IL5SPRMH.js → chunk-IEMXESIS.js} +123 -16
- package/dist/cli-bundle/chunks/chunk-IEMXESIS.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-ARGDWQ4J.js → chunk-IGBBTPM5.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-QPGQNLPI.js → chunk-IR3GOO6E.js} +3842 -4109
- package/dist/cli-bundle/chunks/chunk-IR3GOO6E.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-FY4RLHSC.js → chunk-IRJ6F23W.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-66MKH7SZ.js → chunk-IXG5CMBR.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-F3VC3GOV.js → chunk-JBW2S2C6.js} +2090 -253
- package/dist/cli-bundle/chunks/chunk-JBW2S2C6.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-7UCY6DR5.js → chunk-JPWUZOMR.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-FVNWHUME.js → chunk-K2L6FZBX.js} +8 -8
- package/dist/cli-bundle/chunks/chunk-KGPLSHJD.js +286 -0
- package/dist/cli-bundle/chunks/chunk-KGPLSHJD.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-YQEZWI3R.js → chunk-KZ5AC6B5.js} +5 -3
- package/dist/cli-bundle/chunks/chunk-KZ5AC6B5.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-X2MGQMZO.js → chunk-LT5UWU7H.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-KH6QAHME.js → chunk-M4B4RK4J.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-QRZNCRNA.js → chunk-MI3346YW.js} +377 -240
- package/dist/cli-bundle/chunks/chunk-MI3346YW.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-2XOSFSTH.js → chunk-MQOSMBWV.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-YIIIAKCE.js → chunk-MRXAHR4B.js} +28 -22
- package/dist/cli-bundle/chunks/chunk-MRXAHR4B.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-7R6UIHYY.js → chunk-N2TEEOXJ.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-NTRQLE2R.js → chunk-N7FCFJ76.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-37DRDP2B.js → chunk-NPEYH6CE.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-GKPCTQYG.js → chunk-NTS2RKHN.js} +3942 -4216
- package/dist/cli-bundle/chunks/chunk-NTS2RKHN.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-6VHUGVNP.js → chunk-ODEIDKGW.js} +2062 -246
- package/dist/cli-bundle/chunks/chunk-ODEIDKGW.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-2CXL335K.js → chunk-OK7VSX3N.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-NNANAWFH.js → chunk-OKPZDH43.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-G6MYGULG.js → chunk-OKWJUL6F.js} +6 -6
- package/dist/cli-bundle/chunks/{chunk-HPAYDSR2.js → chunk-P24ZU5QV.js} +27 -21
- package/dist/cli-bundle/chunks/chunk-P24ZU5QV.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-TGBTLGPX.js → chunk-Q4PSG2GV.js} +13 -4
- package/dist/cli-bundle/chunks/{chunk-TGBTLGPX.js.map → chunk-Q4PSG2GV.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-5UKQLQM2.js → chunk-Q5NHJ6RO.js} +6 -4
- package/dist/cli-bundle/chunks/chunk-Q5NHJ6RO.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-D5XHO4Q7.js → chunk-Q6JPYR7I.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-P22HGFFI.js → chunk-QFG4MB7P.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-P22HGFFI.js.map → chunk-QFG4MB7P.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-IE5KRAKN.js → chunk-QQ77W23U.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-M7MVOKVV.js → chunk-QYGK2XQ3.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-646MQXFW.js → chunk-RLLOZAM2.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-646MQXFW.js.map → chunk-RLLOZAM2.js.map} +2 -2
- package/dist/cli-bundle/chunks/{chunk-X5YCTFKT.js → chunk-RWAIRGBC.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-W5E2UUSH.js → chunk-RX53WHFI.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-R5XTTZSJ.js → chunk-SBW7EQC4.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-TM5CIO3F.js → chunk-SGJB6PXA.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-DDFGYUCQ.js → chunk-STBCBDKF.js} +7 -7
- package/dist/cli-bundle/chunks/{chunk-EX7OQT3Y.js → chunk-SUNZKVAH.js} +10 -10
- package/dist/cli-bundle/chunks/{chunk-EX7OQT3Y.js.map → chunk-SUNZKVAH.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-FHOBCGQO.js → chunk-SVAWG7EE.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-6O44IN44.js → chunk-T6MOTLOJ.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-HSYV4ZYT.js → chunk-TELI67UP.js} +9 -6
- package/dist/cli-bundle/chunks/{chunk-HSYV4ZYT.js.map → chunk-TELI67UP.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-EWIT5WIC.js → chunk-U6RYD446.js} +11 -11
- package/dist/cli-bundle/chunks/{chunk-E4FXM2XB.js → chunk-UE7LK3RE.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-N33FD2UI.js → chunk-UNNCT5QY.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-2IPNL3DR.js → chunk-UOIFZ66L.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-LSOWTLEM.js → chunk-UU6EP25G.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-HYTOJW2Q.js → chunk-UW6HCMP2.js} +15 -15
- package/dist/cli-bundle/chunks/{chunk-47HXN6RX.js → chunk-UWAQI3B7.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-YKFHF37B.js → chunk-V4QHAMI5.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-VAHZIPWS.js → chunk-VA3H7VVC.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-XC2HEEOV.js → chunk-VFA5EIEN.js} +21 -11
- package/dist/cli-bundle/chunks/chunk-VFA5EIEN.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-TLWJP5BF.js → chunk-VQOG2ETB.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-H5IOT54C.js → chunk-VSQE43NO.js} +8 -8
- package/dist/cli-bundle/chunks/{chunk-BDA35QG5.js → chunk-W6IEJXNC.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-WACRQ26A.js → chunk-WCBB6VI3.js} +637 -9
- package/dist/cli-bundle/chunks/chunk-WCBB6VI3.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-OWP6QFBV.js → chunk-XDWXPG2E.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-CKX4WOPC.js → chunk-XKVHL3MB.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-WL3SS45P.js → chunk-XVB6BATY.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-NVZ6NVHJ.js → chunk-XXWDEQ6O.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-ILVOOAT4.js → chunk-Y2VSGFT4.js} +8 -8
- package/dist/cli-bundle/chunks/{chunk-NCVT6XEL.js → chunk-YG56M3NE.js} +11 -11
- package/dist/cli-bundle/chunks/{chunk-AFGKSHAM.js → chunk-YGEA4CLH.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-AXRT7K5V.js → chunk-YIC5NGXF.js} +11 -11
- package/dist/cli-bundle/chunks/{chunk-DHNG452T.js → chunk-ZF52NVRT.js} +396 -245
- package/dist/cli-bundle/chunks/chunk-ZF52NVRT.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-XXLXJL7V.js → chunk-ZUCBPXNA.js} +4 -4
- package/dist/cli-bundle/chunks/{close-X3CF6FQP.js → close-7NWA3GLA.js} +5 -5
- package/dist/cli-bundle/chunks/close-ZZCDDWJT.js +12 -0
- package/dist/cli-bundle/chunks/close-many-QCZHFCON.js +23 -0
- package/dist/cli-bundle/chunks/{close-many-J7A5EHOQ.js → close-many-YALQ7AXS.js} +14 -14
- package/dist/cli-bundle/chunks/comments-FMQNYPSZ.js +13 -0
- package/dist/cli-bundle/chunks/{comments-TMHMALA5.js → comments-SQIQ5WYR.js} +7 -7
- package/dist/cli-bundle/chunks/copy-GI3RCVZP.js +9 -0
- package/dist/cli-bundle/chunks/{copy-FWQA5OU4.js → copy-YDAMENCP.js} +4 -4
- package/dist/cli-bundle/chunks/{create-AQ5SIGZC.js → create-JSL6CXU3.js} +11 -9
- package/dist/cli-bundle/chunks/create-LXMLYJNM.js +29 -0
- package/dist/cli-bundle/chunks/delete-5DFAXJNI.js +10 -0
- package/dist/cli-bundle/chunks/{delete-YYYFOSEA.js → delete-IGVOZEU2.js} +4 -4
- package/dist/cli-bundle/chunks/{deps-NIIKXLPB.js → deps-BQAXUQAK.js} +6 -6
- package/dist/cli-bundle/chunks/{deps-MQ4ZIGZB.js → deps-CBPPSS6J.js} +6 -6
- package/dist/cli-bundle/chunks/docs-KCWPLQOV.js +14 -0
- package/dist/cli-bundle/chunks/{docs-53NUGMIQ.js → docs-NS2AZWCN.js} +7 -7
- package/dist/cli-bundle/chunks/{files-3PXGXYDB.js → files-PVWEPT5J.js} +7 -7
- package/dist/cli-bundle/chunks/{files-EGLKHD7O.js → files-XUUBQ76I.js} +7 -7
- package/dist/cli-bundle/chunks/focus-3EJVFI3D.js +10 -0
- package/dist/cli-bundle/chunks/{focus-SRPASFTN.js → focus-DHBHKK3E.js} +5 -5
- package/dist/cli-bundle/chunks/{history-compact-G4DULDCX.js → history-compact-3TNPYVFG.js} +6 -6
- package/dist/cli-bundle/chunks/history-compact-JHYVDYLW.js +16 -0
- package/dist/cli-bundle/chunks/{history-redact-IUSJ6X3E.js → history-redact-ELRL73XN.js} +4 -4
- package/dist/cli-bundle/chunks/{history-redact-THHGRQXV.js → history-redact-KKFDICCF.js} +4 -4
- package/dist/cli-bundle/chunks/{history-repair-LUQWRS7X.js → history-repair-J7WKZFAG.js} +6 -6
- package/dist/cli-bundle/chunks/history-repair-REMI7DDI.js +16 -0
- package/dist/cli-bundle/chunks/learnings-O6V5WDCV.js +13 -0
- package/dist/cli-bundle/chunks/{learnings-2MRNBFJF.js → learnings-X4D6JCCG.js} +7 -7
- package/dist/cli-bundle/chunks/{notes-73JWKWUD.js → notes-UQC6VS6N.js} +7 -7
- package/dist/cli-bundle/chunks/notes-ZSZREWZA.js +13 -0
- package/dist/cli-bundle/chunks/{plan-AZPMCG37.js → plan-5GKRBJJO.js} +12 -10
- package/dist/cli-bundle/chunks/plan-EZW2YDDY.js +26 -0
- package/dist/cli-bundle/chunks/{profile-AVCIIZID.js → profile-5PQAPCLF.js} +10 -10
- package/dist/cli-bundle/chunks/{profile-LFYO3HHX.js → profile-CW4BD3FO.js} +10 -10
- package/dist/cli-bundle/chunks/{register-list-query-UKMF55FT.js → register-list-query-HTDQE6VI.js} +24 -24
- package/dist/cli-bundle/chunks/{register-list-query-MZUF2EEC.js → register-list-query-PHIPDFP2.js} +24 -24
- package/dist/cli-bundle/chunks/{register-mutation-T6RVNJC4.js → register-mutation-BLEWM5I6.js} +32 -32
- package/dist/cli-bundle/chunks/{register-mutation-2PBW2GEX.js → register-mutation-OTYHR7J6.js} +32 -32
- package/dist/cli-bundle/chunks/{register-operations-KHZYR6MG.js → register-operations-AMCUFYEW.js} +38 -40
- package/dist/cli-bundle/chunks/{register-operations-KHZYR6MG.js.map → register-operations-AMCUFYEW.js.map} +1 -1
- package/dist/cli-bundle/chunks/{register-operations-WPQ2LWZJ.js → register-operations-MRLHOZYR.js} +36 -38
- package/dist/cli-bundle/chunks/{register-operations-WPQ2LWZJ.js.map → register-operations-MRLHOZYR.js.map} +1 -1
- package/dist/cli-bundle/chunks/{register-setup-PGDNOXDQ.js → register-setup-N2FOSWAG.js} +15 -17
- package/dist/cli-bundle/chunks/{register-setup-PGDNOXDQ.js.map → register-setup-N2FOSWAG.js.map} +1 -1
- package/dist/cli-bundle/chunks/{register-setup-TDN7WAO6.js → register-setup-ZVKTDL4G.js} +17 -19
- package/dist/cli-bundle/chunks/{register-setup-TDN7WAO6.js.map → register-setup-ZVKTDL4G.js.map} +1 -1
- package/dist/cli-bundle/chunks/restore-A55MLFAI.js +14 -0
- package/dist/cli-bundle/chunks/{restore-E3PRGDN3.js → restore-HEQAG6EK.js} +6 -6
- package/dist/cli-bundle/chunks/{schema-5JNFQFUW.js → schema-MAXAIHEC.js} +6 -6
- package/dist/cli-bundle/chunks/{schema-TMIW4XZC.js → schema-Q5DAWJ2S.js} +6 -6
- package/dist/cli-bundle/chunks/update-5DTSCWVF.js +23 -0
- package/dist/cli-bundle/chunks/{update-SQYZA3ZW.js → update-DWFXXJKP.js} +15 -13
- package/dist/cli-bundle/chunks/update-many-6T4ZLZS7.js +34 -0
- package/dist/cli-bundle/chunks/update-many-MYRK6VBJ.js +38 -0
- package/dist/cli-bundle/main.js +152 -29
- package/dist/cli-bundle/main.js.map +3 -3
- package/dist/cli-bundle/sdk-runtime.js +72 -75
- package/dist/cli-bundle/sdk-testing.js +8 -8
- package/dist/cli-bundle/sdk.js +288 -642
- package/dist/cli-bundle/sdk.js.map +4 -4
- package/dist/core/extensions/activation-summary.d.ts +2 -0
- package/dist/core/extensions/activation-summary.js +7 -2
- package/dist/core/extensions/activation-summary.js.map +1 -1
- package/dist/core/extensions/capability-usage.d.ts +1 -1
- package/dist/core/extensions/capability-usage.js +5 -2
- package/dist/core/extensions/capability-usage.js.map +1 -1
- package/dist/core/extensions/extension-hook-runtime.js +3 -2
- package/dist/core/extensions/extension-hook-runtime.js.map +1 -1
- package/dist/core/extensions/extension-registries.js +3 -2
- package/dist/core/extensions/extension-registries.js.map +1 -1
- package/dist/core/extensions/extension-types.d.ts +38 -1
- package/dist/core/extensions/extension-types.js +3 -2
- package/dist/core/extensions/extension-types.js.map +1 -1
- package/dist/core/extensions/loader.js +36 -2
- package/dist/core/extensions/loader.js.map +1 -1
- package/dist/core/store/item-store.d.ts +4 -1
- package/dist/core/store/item-store.js +3 -3
- package/dist/core/store/item-store.js.map +1 -1
- package/dist/core/store/paths.d.ts +2 -0
- package/dist/core/store/paths.js +26 -3
- package/dist/core/store/paths.js.map +1 -1
- package/dist/sdk/cli-contracts/enum-contracts.d.ts +1 -1
- package/dist/sdk/compose.d.ts +3 -0
- package/dist/sdk/compose.js +14 -2
- package/dist/sdk/compose.js.map +1 -1
- package/dist/sdk/dependencies.js +3 -3
- package/dist/sdk/dependencies.js.map +1 -1
- package/dist/sdk/extension-command-context.d.ts +10 -0
- package/dist/sdk/extension-command-context.js +30 -0
- package/dist/sdk/extension-command-context.js.map +1 -0
- package/dist/sdk/graph/assembly.js +14 -4
- package/dist/sdk/graph/assembly.js.map +1 -1
- package/dist/sdk/graph/index.d.ts +1 -0
- package/dist/sdk/graph/index.js +3 -2
- package/dist/sdk/graph/index.js.map +1 -1
- package/dist/sdk/graph/mutation-advisory.d.ts +20 -0
- package/dist/sdk/graph/mutation-advisory.js +80 -0
- package/dist/sdk/graph/mutation-advisory.js.map +1 -0
- package/dist/sdk/graph/run.d.ts +5 -1
- package/dist/sdk/graph/run.js +11 -3
- package/dist/sdk/graph/run.js.map +1 -1
- package/dist/sdk/index.d.ts +4 -1
- package/dist/sdk/index.js +5 -2
- package/dist/sdk/index.js.map +1 -1
- package/dist/sdk/ownership-source.d.ts +2 -0
- package/dist/sdk/ownership-source.js +22 -0
- package/dist/sdk/ownership-source.js.map +1 -0
- package/dist/sdk/relationship-history.d.ts +38 -0
- package/dist/sdk/relationship-history.js +60 -2
- package/dist/sdk/relationship-history.js.map +1 -1
- package/dist/sdk/relationships.js +49 -8
- package/dist/sdk/relationships.js.map +1 -1
- package/dist/sdk/runtime-input.js +3 -2
- package/dist/sdk/runtime-input.js.map +1 -1
- package/dist/sdk/runtime.d.ts +2 -0
- package/dist/sdk/runtime.js +19 -2
- package/dist/sdk/runtime.js.map +1 -1
- package/dist/sdk/tracker-root-discovery.d.ts +6 -0
- package/dist/sdk/tracker-root-discovery.js +10 -0
- package/dist/sdk/tracker-root-discovery.js.map +1 -0
- package/dist/sdk/workspace-transaction.d.ts +83 -0
- package/dist/sdk/workspace-transaction.js +364 -0
- package/dist/sdk/workspace-transaction.js.map +1 -0
- package/docs/AGENT_UX_CONTRACTS.md +41 -0
- package/docs/EXTENSIONS.md +4 -4
- package/docs/README.md +1 -0
- package/docs/SDK.md +102 -1
- package/marketplace.json +2 -2
- package/package.json +1 -1
- 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/GAP_REPORT.md +31 -0
- package/packages/pm-vcs/README.md +62 -0
- package/packages/pm-vcs/extensions/vcs/index.ts +745 -0
- package/packages/pm-vcs/extensions/vcs/manifest.json +19 -0
- package/packages/pm-vcs/extensions/vcs/package.json +3 -0
- package/packages/pm-vcs/package.json +55 -0
- 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-JHO5K6RP.js +0 -11
- package/dist/cli-bundle/chunks/chunk-2BX74BAS.js +0 -125
- package/dist/cli-bundle/chunks/chunk-2BX74BAS.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-3CUQZNQ6.js +0 -672
- package/dist/cli-bundle/chunks/chunk-3CUQZNQ6.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-5UKQLQM2.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-6VHUGVNP.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-74FKFFXO.js +0 -172
- package/dist/cli-bundle/chunks/chunk-74FKFFXO.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-ADXDCAKP.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-BAP7G3N2.js +0 -178
- package/dist/cli-bundle/chunks/chunk-BAP7G3N2.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-D53RTYVI.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-DHNG452T.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-EY7ZE3TG.js +0 -1831
- package/dist/cli-bundle/chunks/chunk-EY7ZE3TG.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-F3VC3GOV.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-FL4D53ND.js +0 -162
- package/dist/cli-bundle/chunks/chunk-FL4D53ND.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-GKPCTQYG.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-HPAYDSR2.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-HTXXXF45.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-I3INI567.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-KX62NMZC.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-L5BTTDU5.js +0 -662
- package/dist/cli-bundle/chunks/chunk-L5BTTDU5.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-MR4SHYR4.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-OGVTB5VO.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-QPGQNLPI.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-QRZNCRNA.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-RC4UOUXA.js +0 -122
- package/dist/cli-bundle/chunks/chunk-RC4UOUXA.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-RTBX3C4C.js +0 -1841
- package/dist/cli-bundle/chunks/chunk-RTBX3C4C.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-SIPOACV5.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-WACRQ26A.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-XC2HEEOV.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-XPUTSGJU.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-YIIIAKCE.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-YJSURTBB.js +0 -175
- package/dist/cli-bundle/chunks/chunk-YJSURTBB.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-YQEZWI3R.js.map +0 -7
- package/dist/cli-bundle/chunks/close-GPD7DTJV.js +0 -12
- package/dist/cli-bundle/chunks/close-many-NQLYGPYW.js +0 -23
- package/dist/cli-bundle/chunks/comments-2AOZQ5D2.js +0 -13
- package/dist/cli-bundle/chunks/copy-N3LCQBMC.js +0 -9
- package/dist/cli-bundle/chunks/create-KOGQ3JKD.js +0 -27
- package/dist/cli-bundle/chunks/delete-6G3MBZ6S.js +0 -10
- package/dist/cli-bundle/chunks/docs-OWRGDMNY.js +0 -14
- package/dist/cli-bundle/chunks/focus-KZLIA6WS.js +0 -10
- package/dist/cli-bundle/chunks/history-compact-HHIUOMZ7.js +0 -16
- package/dist/cli-bundle/chunks/history-repair-KG7SWXI6.js +0 -16
- package/dist/cli-bundle/chunks/learnings-ZVHSALJY.js +0 -13
- package/dist/cli-bundle/chunks/notes-BAKUL5DJ.js +0 -13
- package/dist/cli-bundle/chunks/plan-LEAGLPGP.js +0 -24
- package/dist/cli-bundle/chunks/restore-KIUYTAEJ.js +0 -14
- package/dist/cli-bundle/chunks/update-XZJYS5X7.js +0 -21
- package/dist/cli-bundle/chunks/update-many-R24B3GBK.js +0 -36
- package/dist/cli-bundle/chunks/update-many-WQ3R3J6N.js +0 -32
- /package/dist/cli-bundle/chunks/{append-5YF3TO7I.js.map → append-MBXHNWSX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{append-JHO5K6RP.js.map → append-XUYF7NON.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-BIRYX32V.js.map → chunk-2UCG5H6B.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-VE6ZSTQW.js.map → chunk-2XPDCXK5.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-GLZKZON6.js.map → chunk-3HSRP6T2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-XWBD6DSR.js.map → chunk-3KPNOZOH.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-HO4DLBNK.js.map → chunk-4M6RZJXF.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-RXPQ5Q23.js.map → chunk-4PSJVGRE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-YFE7JHX3.js.map → chunk-6BNV3G6C.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-43UMFKCK.js.map → chunk-6V4T4RD3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-EHJFUOXL.js.map → chunk-7B7IHMLH.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-I7DIDUSP.js.map → chunk-7CHWLT2J.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-L6FVNR7X.js.map → chunk-A3GAQLBH.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-B57RJHBZ.js.map → chunk-A4FVWFZY.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-D52ZN3BF.js.map → chunk-A5EQPNV7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-TZAE66GQ.js.map → chunk-AGEBQRBG.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-WU3KAN6A.js.map → chunk-AQUNTB7G.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-XWYQ2LT4.js.map → chunk-BBGR4FKQ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-2FUOXSRN.js.map → chunk-BFJP4VYC.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-633PKXLT.js.map → chunk-BZKE2O5V.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-L337QKWJ.js.map → chunk-DUDLSQFG.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-BVLOMU6O.js.map → chunk-E7KBMWEF.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-WQXRZMFN.js.map → chunk-EEECAV5M.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-35FHWD4C.js.map → chunk-EI3UIMZM.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-PT7MCCGD.js.map → chunk-FIUTBFC6.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-7H5NNCJ5.js.map → chunk-FQF6VVPH.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-6DYOZS6C.js.map → chunk-FQO5THHM.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-5HGZKQUL.js.map → chunk-FQODDTE7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-67RO3H4N.js.map → chunk-G33XIMRT.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-QWBKN3QC.js.map → chunk-GKCEEXMA.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-DG2EQRIH.js.map → chunk-GRDK25BN.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-FXFCFL73.js.map → chunk-H3YKUVDR.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-ARGDWQ4J.js.map → chunk-IGBBTPM5.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-FY4RLHSC.js.map → chunk-IRJ6F23W.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-66MKH7SZ.js.map → chunk-IXG5CMBR.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-7UCY6DR5.js.map → chunk-JPWUZOMR.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-FVNWHUME.js.map → chunk-K2L6FZBX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-X2MGQMZO.js.map → chunk-LT5UWU7H.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-KH6QAHME.js.map → chunk-M4B4RK4J.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-2XOSFSTH.js.map → chunk-MQOSMBWV.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-7R6UIHYY.js.map → chunk-N2TEEOXJ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-NTRQLE2R.js.map → chunk-N7FCFJ76.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-37DRDP2B.js.map → chunk-NPEYH6CE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-2CXL335K.js.map → chunk-OK7VSX3N.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-NNANAWFH.js.map → chunk-OKPZDH43.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-G6MYGULG.js.map → chunk-OKWJUL6F.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-D5XHO4Q7.js.map → chunk-Q6JPYR7I.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-IE5KRAKN.js.map → chunk-QQ77W23U.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-M7MVOKVV.js.map → chunk-QYGK2XQ3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-X5YCTFKT.js.map → chunk-RWAIRGBC.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-W5E2UUSH.js.map → chunk-RX53WHFI.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-R5XTTZSJ.js.map → chunk-SBW7EQC4.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-TM5CIO3F.js.map → chunk-SGJB6PXA.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-DDFGYUCQ.js.map → chunk-STBCBDKF.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-FHOBCGQO.js.map → chunk-SVAWG7EE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-6O44IN44.js.map → chunk-T6MOTLOJ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-EWIT5WIC.js.map → chunk-U6RYD446.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-E4FXM2XB.js.map → chunk-UE7LK3RE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-N33FD2UI.js.map → chunk-UNNCT5QY.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-2IPNL3DR.js.map → chunk-UOIFZ66L.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-LSOWTLEM.js.map → chunk-UU6EP25G.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-HYTOJW2Q.js.map → chunk-UW6HCMP2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-47HXN6RX.js.map → chunk-UWAQI3B7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-YKFHF37B.js.map → chunk-V4QHAMI5.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-VAHZIPWS.js.map → chunk-VA3H7VVC.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-TLWJP5BF.js.map → chunk-VQOG2ETB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-H5IOT54C.js.map → chunk-VSQE43NO.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-BDA35QG5.js.map → chunk-W6IEJXNC.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-OWP6QFBV.js.map → chunk-XDWXPG2E.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-CKX4WOPC.js.map → chunk-XKVHL3MB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-WL3SS45P.js.map → chunk-XVB6BATY.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-NVZ6NVHJ.js.map → chunk-XXWDEQ6O.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-ILVOOAT4.js.map → chunk-Y2VSGFT4.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-NCVT6XEL.js.map → chunk-YG56M3NE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-AFGKSHAM.js.map → chunk-YGEA4CLH.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-AXRT7K5V.js.map → chunk-YIC5NGXF.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-XXLXJL7V.js.map → chunk-ZUCBPXNA.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-X3CF6FQP.js.map → close-7NWA3GLA.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-GPD7DTJV.js.map → close-ZZCDDWJT.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-many-NQLYGPYW.js.map → close-many-QCZHFCON.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-many-J7A5EHOQ.js.map → close-many-YALQ7AXS.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{comments-2AOZQ5D2.js.map → comments-FMQNYPSZ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{comments-TMHMALA5.js.map → comments-SQIQ5WYR.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{copy-N3LCQBMC.js.map → copy-GI3RCVZP.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{copy-FWQA5OU4.js.map → copy-YDAMENCP.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{create-AQ5SIGZC.js.map → create-JSL6CXU3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{create-KOGQ3JKD.js.map → create-LXMLYJNM.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{delete-6G3MBZ6S.js.map → delete-5DFAXJNI.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{delete-YYYFOSEA.js.map → delete-IGVOZEU2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{deps-NIIKXLPB.js.map → deps-BQAXUQAK.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{deps-MQ4ZIGZB.js.map → deps-CBPPSS6J.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{docs-OWRGDMNY.js.map → docs-KCWPLQOV.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{docs-53NUGMIQ.js.map → docs-NS2AZWCN.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{files-3PXGXYDB.js.map → files-PVWEPT5J.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{files-EGLKHD7O.js.map → files-XUUBQ76I.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{focus-KZLIA6WS.js.map → focus-3EJVFI3D.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{focus-SRPASFTN.js.map → focus-DHBHKK3E.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-compact-G4DULDCX.js.map → history-compact-3TNPYVFG.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-compact-HHIUOMZ7.js.map → history-compact-JHYVDYLW.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-redact-IUSJ6X3E.js.map → history-redact-ELRL73XN.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-redact-THHGRQXV.js.map → history-redact-KKFDICCF.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-repair-LUQWRS7X.js.map → history-repair-J7WKZFAG.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-repair-KG7SWXI6.js.map → history-repair-REMI7DDI.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{learnings-ZVHSALJY.js.map → learnings-O6V5WDCV.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{learnings-2MRNBFJF.js.map → learnings-X4D6JCCG.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{notes-73JWKWUD.js.map → notes-UQC6VS6N.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{notes-BAKUL5DJ.js.map → notes-ZSZREWZA.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{plan-AZPMCG37.js.map → plan-5GKRBJJO.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{plan-LEAGLPGP.js.map → plan-EZW2YDDY.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{profile-AVCIIZID.js.map → profile-5PQAPCLF.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{profile-LFYO3HHX.js.map → profile-CW4BD3FO.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{register-list-query-UKMF55FT.js.map → register-list-query-HTDQE6VI.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{register-list-query-MZUF2EEC.js.map → register-list-query-PHIPDFP2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{register-mutation-T6RVNJC4.js.map → register-mutation-BLEWM5I6.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{register-mutation-2PBW2GEX.js.map → register-mutation-OTYHR7J6.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{restore-KIUYTAEJ.js.map → restore-A55MLFAI.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{restore-E3PRGDN3.js.map → restore-HEQAG6EK.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{schema-5JNFQFUW.js.map → schema-MAXAIHEC.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{schema-TMIW4XZC.js.map → schema-Q5DAWJ2S.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-XZJYS5X7.js.map → update-5DTSCWVF.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-SQYZA3ZW.js.map → update-DWFXXJKP.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-many-WQ3R3J6N.js.map → update-many-6T4ZLZS7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-many-R24B3GBK.js.map → update-many-MYRK6VBJ.js.map} +0 -0
|
@@ -2,16 +2,16 @@
|
|
|
2
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]="45eac7fa-f181-5cca-93b7-cfb58909dbb3")}catch(e){}}();
|
|
3
3
|
import {
|
|
4
4
|
runNotes
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-IRJ6F23W.js";
|
|
6
|
+
import "./chunk-Y2VSGFT4.js";
|
|
7
|
+
import "./chunk-SVAWG7EE.js";
|
|
8
|
+
import "./chunk-FIUTBFC6.js";
|
|
8
9
|
import "./chunk-CUFW7ITY.js";
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-KX62NMZC.js";
|
|
10
|
+
import "./chunk-QFG4MB7P.js";
|
|
11
|
+
import "./chunk-D35WYXWC.js";
|
|
12
12
|
export {
|
|
13
13
|
runNotes
|
|
14
14
|
};
|
|
15
|
-
//# sourceMappingURL=notes-
|
|
15
|
+
//# sourceMappingURL=notes-UQC6VS6N.js.map
|
|
16
16
|
|
|
17
17
|
//# debugId=45eac7fa-f181-5cca-93b7-cfb58909dbb3
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import {
|
|
2
|
+
runNotes
|
|
3
|
+
} from "./chunk-UU6EP25G.js";
|
|
4
|
+
import "./chunk-GKCEEXMA.js";
|
|
5
|
+
import "./chunk-A5EQPNV7.js";
|
|
6
|
+
import "./chunk-7CHWLT2J.js";
|
|
7
|
+
import "./chunk-YRYYFGV3.js";
|
|
8
|
+
import "./chunk-RLLOZAM2.js";
|
|
9
|
+
import "./chunk-WCBB6VI3.js";
|
|
10
|
+
export {
|
|
11
|
+
runNotes
|
|
12
|
+
};
|
|
13
|
+
//# sourceMappingURL=notes-ZSZREWZA.js.map
|
|
@@ -6,16 +6,18 @@ import {
|
|
|
6
6
|
PLAN_TEMPLATE_NAMES,
|
|
7
7
|
resolvePlanTemplateSteps,
|
|
8
8
|
runPlan
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-2XPDCXK5.js";
|
|
10
|
+
import "./chunk-BDC4TW4B.js";
|
|
11
|
+
import "./chunk-AQUNTB7G.js";
|
|
12
|
+
import "./chunk-KGPLSHJD.js";
|
|
13
|
+
import "./chunk-2UCG5H6B.js";
|
|
14
|
+
import "./chunk-3HSRP6T2.js";
|
|
15
|
+
import "./chunk-77XFQRTD.js";
|
|
15
16
|
import "./chunk-NETP4DY4.js";
|
|
16
|
-
import "./chunk-
|
|
17
|
-
import "./chunk-
|
|
18
|
-
import "./chunk-
|
|
17
|
+
import "./chunk-IGBBTPM5.js";
|
|
18
|
+
import "./chunk-SVAWG7EE.js";
|
|
19
|
+
import "./chunk-QFG4MB7P.js";
|
|
20
|
+
import "./chunk-D35WYXWC.js";
|
|
19
21
|
export {
|
|
20
22
|
PLAN_SHOW_DEPTH_VALUES,
|
|
21
23
|
PLAN_SUBCOMMANDS,
|
|
@@ -23,6 +25,6 @@ export {
|
|
|
23
25
|
resolvePlanTemplateSteps,
|
|
24
26
|
runPlan
|
|
25
27
|
};
|
|
26
|
-
//# sourceMappingURL=plan-
|
|
28
|
+
//# sourceMappingURL=plan-5GKRBJJO.js.map
|
|
27
29
|
|
|
28
30
|
//# debugId=45eac7fa-f181-5cca-93b7-cfb58909dbb3
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import {
|
|
2
|
+
PLAN_SHOW_DEPTH_VALUES,
|
|
3
|
+
PLAN_SUBCOMMANDS,
|
|
4
|
+
PLAN_TEMPLATE_NAMES,
|
|
5
|
+
resolvePlanTemplateSteps,
|
|
6
|
+
runPlan
|
|
7
|
+
} from "./chunk-ZUCBPXNA.js";
|
|
8
|
+
import "./chunk-3QNUDDY2.js";
|
|
9
|
+
import "./chunk-SGJB6PXA.js";
|
|
10
|
+
import "./chunk-DOASIOQR.js";
|
|
11
|
+
import "./chunk-7B7IHMLH.js";
|
|
12
|
+
import "./chunk-E7KBMWEF.js";
|
|
13
|
+
import "./chunk-66SRNEBK.js";
|
|
14
|
+
import "./chunk-D6HZN36B.js";
|
|
15
|
+
import "./chunk-4M6RZJXF.js";
|
|
16
|
+
import "./chunk-A5EQPNV7.js";
|
|
17
|
+
import "./chunk-RLLOZAM2.js";
|
|
18
|
+
import "./chunk-WCBB6VI3.js";
|
|
19
|
+
export {
|
|
20
|
+
PLAN_SHOW_DEPTH_VALUES,
|
|
21
|
+
PLAN_SUBCOMMANDS,
|
|
22
|
+
PLAN_TEMPLATE_NAMES,
|
|
23
|
+
resolvePlanTemplateSteps,
|
|
24
|
+
runPlan
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=plan-EZW2YDDY.js.map
|
|
@@ -10,17 +10,17 @@ import {
|
|
|
10
10
|
runProfileLint,
|
|
11
11
|
runProfileList,
|
|
12
12
|
runProfileShow
|
|
13
|
-
} from "./chunk-
|
|
14
|
-
import "./chunk-
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
13
|
+
} from "./chunk-UW6HCMP2.js";
|
|
14
|
+
import "./chunk-JPWUZOMR.js";
|
|
15
|
+
import "./chunk-H3YKUVDR.js";
|
|
16
|
+
import "./chunk-GRDK25BN.js";
|
|
17
17
|
import "./chunk-DJAGYYCQ.js";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-IDUTGRDM.js";
|
|
19
|
+
import "./chunk-UNNCT5QY.js";
|
|
20
|
+
import "./chunk-IGBBTPM5.js";
|
|
19
21
|
import "./chunk-CUFW7ITY.js";
|
|
20
|
-
import "./chunk-
|
|
21
|
-
import "./chunk-
|
|
22
|
-
import "./chunk-P22HGFFI.js";
|
|
23
|
-
import "./chunk-KX62NMZC.js";
|
|
22
|
+
import "./chunk-QFG4MB7P.js";
|
|
23
|
+
import "./chunk-D35WYXWC.js";
|
|
24
24
|
export {
|
|
25
25
|
PROFILE_SUBCOMMANDS,
|
|
26
26
|
formatProfileApplyHuman,
|
|
@@ -32,6 +32,6 @@ export {
|
|
|
32
32
|
runProfileList,
|
|
33
33
|
runProfileShow
|
|
34
34
|
};
|
|
35
|
-
//# sourceMappingURL=profile-
|
|
35
|
+
//# sourceMappingURL=profile-5PQAPCLF.js.map
|
|
36
36
|
|
|
37
37
|
//# debugId=45eac7fa-f181-5cca-93b7-cfb58909dbb3
|
|
@@ -8,17 +8,17 @@ import {
|
|
|
8
8
|
runProfileLint,
|
|
9
9
|
runProfileList,
|
|
10
10
|
runProfileShow
|
|
11
|
-
} from "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
11
|
+
} from "./chunk-AGEBQRBG.js";
|
|
12
|
+
import "./chunk-EEECAV5M.js";
|
|
13
|
+
import "./chunk-MQOSMBWV.js";
|
|
14
|
+
import "./chunk-STBCBDKF.js";
|
|
15
15
|
import "./chunk-Q3K5XPAQ.js";
|
|
16
|
-
import "./chunk-
|
|
16
|
+
import "./chunk-KAE727L2.js";
|
|
17
|
+
import "./chunk-OK7VSX3N.js";
|
|
18
|
+
import "./chunk-4M6RZJXF.js";
|
|
17
19
|
import "./chunk-YRYYFGV3.js";
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
20
|
-
import "./chunk-646MQXFW.js";
|
|
21
|
-
import "./chunk-WACRQ26A.js";
|
|
20
|
+
import "./chunk-RLLOZAM2.js";
|
|
21
|
+
import "./chunk-WCBB6VI3.js";
|
|
22
22
|
export {
|
|
23
23
|
PROFILE_SUBCOMMANDS,
|
|
24
24
|
formatProfileApplyHuman,
|
|
@@ -30,4 +30,4 @@ export {
|
|
|
30
30
|
runProfileList,
|
|
31
31
|
runProfileShow
|
|
32
32
|
};
|
|
33
|
-
//# sourceMappingURL=profile-
|
|
33
|
+
//# sourceMappingURL=profile-CW4BD3FO.js.map
|
package/dist/cli-bundle/chunks/{register-list-query-UKMF55FT.js → register-list-query-HTDQE6VI.js}
RENAMED
|
@@ -4,8 +4,7 @@ import {
|
|
|
4
4
|
runGet,
|
|
5
5
|
runGraph,
|
|
6
6
|
runSearch
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-3QDR6ZLU.js";
|
|
7
|
+
} from "./chunk-NTS2RKHN.js";
|
|
9
8
|
import {
|
|
10
9
|
renderContextMarkdown,
|
|
11
10
|
renderNextMarkdown,
|
|
@@ -15,20 +14,7 @@ import {
|
|
|
15
14
|
runContext,
|
|
16
15
|
runHistory,
|
|
17
16
|
runNext
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import "./chunk-3CUQZNQ6.js";
|
|
20
|
-
import "./chunk-KWYX6ZIR.js";
|
|
21
|
-
import {
|
|
22
|
-
runList
|
|
23
|
-
} from "./chunk-AXRT7K5V.js";
|
|
24
|
-
import "./chunk-M7MVOKVV.js";
|
|
25
|
-
import "./chunk-B57RJHBZ.js";
|
|
26
|
-
import "./chunk-NTRQLE2R.js";
|
|
27
|
-
import "./chunk-X5YCTFKT.js";
|
|
28
|
-
import "./chunk-I7DIDUSP.js";
|
|
29
|
-
import "./chunk-YRYYFGV3.js";
|
|
30
|
-
import "./chunk-BAP7G3N2.js";
|
|
31
|
-
import "./chunk-CYCJBU3I.js";
|
|
17
|
+
} from "./chunk-AR24KW26.js";
|
|
32
18
|
import {
|
|
33
19
|
addHiddenOption,
|
|
34
20
|
collect,
|
|
@@ -43,20 +29,34 @@ import {
|
|
|
43
29
|
printActivityJsonStream,
|
|
44
30
|
printListJsonStream,
|
|
45
31
|
resolveActivityStreamMode
|
|
46
|
-
} from "./chunk-
|
|
47
|
-
import "./chunk-
|
|
48
|
-
import "./chunk-
|
|
32
|
+
} from "./chunk-N2TEEOXJ.js";
|
|
33
|
+
import "./chunk-EEECAV5M.js";
|
|
34
|
+
import "./chunk-DOASIOQR.js";
|
|
49
35
|
import {
|
|
50
36
|
printError,
|
|
51
37
|
printResult,
|
|
52
38
|
writeStdout
|
|
53
|
-
} from "./chunk-
|
|
54
|
-
import "./chunk-
|
|
55
|
-
import "./chunk-
|
|
39
|
+
} from "./chunk-7B7IHMLH.js";
|
|
40
|
+
import "./chunk-EAV3P54W.js";
|
|
41
|
+
import "./chunk-66SRNEBK.js";
|
|
42
|
+
import "./chunk-D6HZN36B.js";
|
|
43
|
+
import "./chunk-CYCJBU3I.js";
|
|
44
|
+
import "./chunk-KWYX6ZIR.js";
|
|
45
|
+
import {
|
|
46
|
+
runList
|
|
47
|
+
} from "./chunk-YIC5NGXF.js";
|
|
48
|
+
import "./chunk-N7FCFJ76.js";
|
|
49
|
+
import "./chunk-7CHWLT2J.js";
|
|
50
|
+
import "./chunk-QYGK2XQ3.js";
|
|
51
|
+
import "./chunk-W6IEJXNC.js";
|
|
52
|
+
import "./chunk-A4FVWFZY.js";
|
|
53
|
+
import "./chunk-RWAIRGBC.js";
|
|
54
|
+
import "./chunk-YRYYFGV3.js";
|
|
55
|
+
import "./chunk-RLLOZAM2.js";
|
|
56
56
|
import {
|
|
57
57
|
EXIT_CODE,
|
|
58
58
|
PmCliError
|
|
59
|
-
} from "./chunk-
|
|
59
|
+
} from "./chunk-WCBB6VI3.js";
|
|
60
60
|
|
|
61
61
|
// dist/core/output/tabular.js
|
|
62
62
|
!(function() {
|
|
@@ -511,4 +511,4 @@ export {
|
|
|
511
511
|
_testOnlyRegisterListQuery,
|
|
512
512
|
registerListQueryCommands
|
|
513
513
|
};
|
|
514
|
-
//# sourceMappingURL=register-list-query-
|
|
514
|
+
//# sourceMappingURL=register-list-query-HTDQE6VI.js.map
|
package/dist/cli-bundle/chunks/{register-list-query-MZUF2EEC.js → register-list-query-PHIPDFP2.js}
RENAMED
|
@@ -6,8 +6,7 @@ import {
|
|
|
6
6
|
runGet,
|
|
7
7
|
runGraph,
|
|
8
8
|
runSearch
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-EX7OQT3Y.js";
|
|
9
|
+
} from "./chunk-IR3GOO6E.js";
|
|
11
10
|
import {
|
|
12
11
|
renderContextMarkdown,
|
|
13
12
|
renderNextMarkdown,
|
|
@@ -17,20 +16,7 @@ import {
|
|
|
17
16
|
runContext,
|
|
18
17
|
runHistory,
|
|
19
18
|
runNext
|
|
20
|
-
} from "./chunk-
|
|
21
|
-
import "./chunk-L5BTTDU5.js";
|
|
22
|
-
import "./chunk-N7V7TI6J.js";
|
|
23
|
-
import {
|
|
24
|
-
runList
|
|
25
|
-
} from "./chunk-NCVT6XEL.js";
|
|
26
|
-
import "./chunk-2IPNL3DR.js";
|
|
27
|
-
import "./chunk-VAHZIPWS.js";
|
|
28
|
-
import "./chunk-CKX4WOPC.js";
|
|
29
|
-
import "./chunk-KH6QAHME.js";
|
|
30
|
-
import "./chunk-PT7MCCGD.js";
|
|
31
|
-
import "./chunk-CUFW7ITY.js";
|
|
32
|
-
import "./chunk-YJSURTBB.js";
|
|
33
|
-
import "./chunk-M3JN6FPW.js";
|
|
19
|
+
} from "./chunk-CZA2DXCV.js";
|
|
34
20
|
import {
|
|
35
21
|
addHiddenOption,
|
|
36
22
|
collect,
|
|
@@ -45,20 +31,34 @@ import {
|
|
|
45
31
|
printActivityJsonStream,
|
|
46
32
|
printListJsonStream,
|
|
47
33
|
resolveActivityStreamMode
|
|
48
|
-
} from "./chunk-
|
|
49
|
-
import "./chunk-
|
|
50
|
-
import "./chunk-
|
|
34
|
+
} from "./chunk-UE7LK3RE.js";
|
|
35
|
+
import "./chunk-JPWUZOMR.js";
|
|
36
|
+
import "./chunk-KGPLSHJD.js";
|
|
51
37
|
import {
|
|
52
38
|
printError,
|
|
53
39
|
printResult,
|
|
54
40
|
writeStdout
|
|
55
|
-
} from "./chunk-
|
|
56
|
-
import "./chunk-
|
|
57
|
-
import "./chunk-
|
|
41
|
+
} from "./chunk-2UCG5H6B.js";
|
|
42
|
+
import "./chunk-SUNZKVAH.js";
|
|
43
|
+
import "./chunk-77XFQRTD.js";
|
|
44
|
+
import "./chunk-NETP4DY4.js";
|
|
45
|
+
import "./chunk-M3JN6FPW.js";
|
|
46
|
+
import "./chunk-N7V7TI6J.js";
|
|
47
|
+
import {
|
|
48
|
+
runList
|
|
49
|
+
} from "./chunk-YG56M3NE.js";
|
|
50
|
+
import "./chunk-XKVHL3MB.js";
|
|
51
|
+
import "./chunk-FIUTBFC6.js";
|
|
52
|
+
import "./chunk-UOIFZ66L.js";
|
|
53
|
+
import "./chunk-6BNV3G6C.js";
|
|
54
|
+
import "./chunk-VA3H7VVC.js";
|
|
55
|
+
import "./chunk-M4B4RK4J.js";
|
|
56
|
+
import "./chunk-CUFW7ITY.js";
|
|
57
|
+
import "./chunk-QFG4MB7P.js";
|
|
58
58
|
import {
|
|
59
59
|
EXIT_CODE,
|
|
60
60
|
PmCliError
|
|
61
|
-
} from "./chunk-
|
|
61
|
+
} from "./chunk-D35WYXWC.js";
|
|
62
62
|
|
|
63
63
|
// dist/core/output/tabular.js
|
|
64
64
|
function resolveColumns(rows) {
|
|
@@ -499,6 +499,6 @@ export {
|
|
|
499
499
|
_testOnlyRegisterListQuery,
|
|
500
500
|
registerListQueryCommands
|
|
501
501
|
};
|
|
502
|
-
//# sourceMappingURL=register-list-query-
|
|
502
|
+
//# sourceMappingURL=register-list-query-PHIPDFP2.js.map
|
|
503
503
|
|
|
504
504
|
//# debugId=0164f6a4-b6b8-5fe8-bd9c-50f4cff1f814
|
package/dist/cli-bundle/chunks/{register-mutation-T6RVNJC4.js → register-mutation-BLEWM5I6.js}
RENAMED
|
@@ -8,25 +8,25 @@ import {
|
|
|
8
8
|
normalizeCreateOptions,
|
|
9
9
|
normalizeUpdateOptions,
|
|
10
10
|
readOptionString
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-N2TEEOXJ.js";
|
|
12
12
|
import {
|
|
13
13
|
CREATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS,
|
|
14
14
|
UPDATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS
|
|
15
|
-
} from "./chunk-
|
|
16
|
-
import {
|
|
17
|
-
splitCommaList
|
|
18
|
-
} from "./chunk-D6HZN36B.js";
|
|
15
|
+
} from "./chunk-EEECAV5M.js";
|
|
19
16
|
import {
|
|
20
17
|
printError,
|
|
21
18
|
printResult,
|
|
22
19
|
writeStdout
|
|
23
|
-
} from "./chunk-
|
|
24
|
-
import
|
|
20
|
+
} from "./chunk-7B7IHMLH.js";
|
|
21
|
+
import {
|
|
22
|
+
splitCommaList
|
|
23
|
+
} from "./chunk-D6HZN36B.js";
|
|
24
|
+
import "./chunk-RLLOZAM2.js";
|
|
25
25
|
import {
|
|
26
26
|
BUILTIN_ITEM_TYPE_VALUES,
|
|
27
27
|
EXIT_CODE,
|
|
28
28
|
PmCliError
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-WCBB6VI3.js";
|
|
30
30
|
|
|
31
31
|
// dist/cli/register-mutation.js
|
|
32
32
|
import { Option } from "commander";
|
|
@@ -548,7 +548,7 @@ async function runCreateAction(typeOrTitle, secondTitle, options, command) {
|
|
|
548
548
|
delete options.bodyFile;
|
|
549
549
|
}
|
|
550
550
|
const normalized = normalizeCreateOptions(options, { requireType: false });
|
|
551
|
-
const { runCreate } = await import("./create-
|
|
551
|
+
const { runCreate } = await import("./create-LXMLYJNM.js");
|
|
552
552
|
const result = await runCreate(normalized, globalOptions);
|
|
553
553
|
await invalidateSearchCachesForMutation(globalOptions, result);
|
|
554
554
|
printResult(result, globalOptions);
|
|
@@ -581,7 +581,7 @@ function buildCloseManyListOptions(options) {
|
|
|
581
581
|
async function runCloseManyAction(options, command) {
|
|
582
582
|
const globalOptions = getGlobalOptions(command);
|
|
583
583
|
const startedAt = Date.now();
|
|
584
|
-
const { runCloseMany } = await import("./close-many-
|
|
584
|
+
const { runCloseMany } = await import("./close-many-QCZHFCON.js");
|
|
585
585
|
const result = await runCloseMany({
|
|
586
586
|
status: readOptionString(options, "filterStatus"),
|
|
587
587
|
list: buildCloseManyListOptions(options),
|
|
@@ -606,7 +606,7 @@ async function runCloseManyAction(options, command) {
|
|
|
606
606
|
async function runUpdateManyAction(options, command) {
|
|
607
607
|
const globalOptions = getGlobalOptions(command);
|
|
608
608
|
const startedAt = Date.now();
|
|
609
|
-
const { runUpdateMany } = await import("./update-many-
|
|
609
|
+
const { runUpdateMany } = await import("./update-many-6T4ZLZS7.js");
|
|
610
610
|
const result = await runUpdateMany({
|
|
611
611
|
status: readOptionString(options, "filterStatus"),
|
|
612
612
|
list: buildUpdateManyListOptions(options),
|
|
@@ -624,7 +624,7 @@ async function runUpdateManyAction(options, command) {
|
|
|
624
624
|
async function runCloseAction(id, text, options, command) {
|
|
625
625
|
const globalOptions = getGlobalOptions(command);
|
|
626
626
|
const startedAt = Date.now();
|
|
627
|
-
const { runClose } = await import("./close-
|
|
627
|
+
const { runClose } = await import("./close-ZZCDDWJT.js");
|
|
628
628
|
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;
|
|
629
629
|
const resolvedText = typeof text === "string" && text.length > 0 ? text : reasonFromOption;
|
|
630
630
|
const result = await runClose(id, resolvedText, {
|
|
@@ -709,7 +709,7 @@ function parsePlanReorderTo(normalizedSubcommand, reorderToken) {
|
|
|
709
709
|
async function runPlanAction(subcommand, id, stepRef, reorderToken, options, command) {
|
|
710
710
|
const globalOptions = getGlobalOptions(command);
|
|
711
711
|
const startedAt = Date.now();
|
|
712
|
-
const { runPlan, PLAN_SUBCOMMANDS } = await import("./plan-
|
|
712
|
+
const { runPlan, PLAN_SUBCOMMANDS } = await import("./plan-EZW2YDDY.js");
|
|
713
713
|
const normalizedSubcommand = (subcommand ?? "").trim().toLowerCase();
|
|
714
714
|
assertKnownPlanSubcommand(subcommand, normalizedSubcommand, PLAN_SUBCOMMANDS);
|
|
715
715
|
const planOptions = normalizePlanAliases(options);
|
|
@@ -744,7 +744,7 @@ function parseNonNegativeIntFlag(raw, flag) {
|
|
|
744
744
|
async function runHistoryCompactAction(id, options, command) {
|
|
745
745
|
const globalOptions = getGlobalOptions(command);
|
|
746
746
|
const startedAt = Date.now();
|
|
747
|
-
const { runHistoryCompact, runHistoryCompactBulk, assertHistoryCompactTarget } = await import("./history-compact-
|
|
747
|
+
const { runHistoryCompact, runHistoryCompactBulk, assertHistoryCompactTarget } = await import("./history-compact-JHYVDYLW.js");
|
|
748
748
|
const ids = typeof options.ids === "string" ? splitCommaList(options.ids) : void 0;
|
|
749
749
|
const allOver = parseNonNegativeIntFlag(options.allOver, "--all-over");
|
|
750
750
|
const minEntries = parseNonNegativeIntFlag(options.minEntries, "--min-entries");
|
|
@@ -795,7 +795,7 @@ function splitCollectedCommaList(raw) {
|
|
|
795
795
|
async function runSchemaAction(subcommand, name, options, command) {
|
|
796
796
|
const globalOptions = getGlobalOptions(command);
|
|
797
797
|
const startedAt = Date.now();
|
|
798
|
-
const schemaModule = await import("./schema-
|
|
798
|
+
const schemaModule = await import("./schema-Q5DAWJ2S.js");
|
|
799
799
|
const { SCHEMA_SUBCOMMANDS } = schemaModule;
|
|
800
800
|
let normalizedSubcommand = (subcommand ?? "").trim().toLowerCase();
|
|
801
801
|
let typeName = name;
|
|
@@ -882,7 +882,7 @@ async function runCommentsAction(id, text, options, command) {
|
|
|
882
882
|
const globalOptions = getGlobalOptions(command);
|
|
883
883
|
const startedAt = Date.now();
|
|
884
884
|
const sources = resolveCommentSources(text, options);
|
|
885
|
-
const { runComments } = await import("./comments-
|
|
885
|
+
const { runComments } = await import("./comments-FMQNYPSZ.js");
|
|
886
886
|
const result = await runComments(id, {
|
|
887
887
|
add: sources.add,
|
|
888
888
|
stdin: sources.readFromStdin,
|
|
@@ -906,7 +906,7 @@ async function runCommentsAction(id, text, options, command) {
|
|
|
906
906
|
async function runCopyAction(id, options, command) {
|
|
907
907
|
const globalOptions = getGlobalOptions(command);
|
|
908
908
|
const startedAt = Date.now();
|
|
909
|
-
const { runCopy } = await import("./copy-
|
|
909
|
+
const { runCopy } = await import("./copy-GI3RCVZP.js");
|
|
910
910
|
const result = await runCopy(id, {
|
|
911
911
|
title: readOptionString(options, "title"),
|
|
912
912
|
author: readOptionString(options, "author"),
|
|
@@ -921,7 +921,7 @@ async function runCopyAction(id, options, command) {
|
|
|
921
921
|
async function runFocusAction(id, options, command) {
|
|
922
922
|
const globalOptions = getGlobalOptions(command);
|
|
923
923
|
const startedAt = Date.now();
|
|
924
|
-
const { runFocus } = await import("./focus-
|
|
924
|
+
const { runFocus } = await import("./focus-3EJVFI3D.js");
|
|
925
925
|
const result = await runFocus(id, { clear: options.clear === true }, globalOptions);
|
|
926
926
|
printResult(result, globalOptions);
|
|
927
927
|
if (globalOptions.profile) {
|
|
@@ -935,7 +935,7 @@ async function runUpdateAction(id, options, command) {
|
|
|
935
935
|
options.body = await resolveBodyFileContent(options.bodyFile, options.body !== void 0 ? String(options.body) : void 0);
|
|
936
936
|
delete options.bodyFile;
|
|
937
937
|
}
|
|
938
|
-
const { runUpdate } = await import("./update-
|
|
938
|
+
const { runUpdate } = await import("./update-5DTSCWVF.js");
|
|
939
939
|
const result = await runUpdate(id, normalizeUpdateOptions(options), globalOptions);
|
|
940
940
|
await invalidateSearchCachesForMutation(globalOptions, result);
|
|
941
941
|
printResult(await applyActiveCommandResultService("update", [id], options, globalOptions, result), globalOptions);
|
|
@@ -946,7 +946,7 @@ async function runUpdateAction(id, options, command) {
|
|
|
946
946
|
async function runDeleteAction(id, options, command) {
|
|
947
947
|
const globalOptions = getGlobalOptions(command);
|
|
948
948
|
const startedAt = Date.now();
|
|
949
|
-
const { runDelete } = await import("./delete-
|
|
949
|
+
const { runDelete } = await import("./delete-5DFAXJNI.js");
|
|
950
950
|
const result = await runDelete(id, {
|
|
951
951
|
author: readOptionString(options, "author"),
|
|
952
952
|
message: readOptionString(options, "message"),
|
|
@@ -990,7 +990,7 @@ function resolveAppendBody(text, options) {
|
|
|
990
990
|
async function runAppendAction(id, text, options, command) {
|
|
991
991
|
const globalOptions = getGlobalOptions(command);
|
|
992
992
|
const startedAt = Date.now();
|
|
993
|
-
const { runAppend } = await import("./append-
|
|
993
|
+
const { runAppend } = await import("./append-XUYF7NON.js");
|
|
994
994
|
const result = await runAppend(id, {
|
|
995
995
|
body: resolveAppendBody(text, options),
|
|
996
996
|
author: readOptionString(options, "author"),
|
|
@@ -1006,7 +1006,7 @@ async function runAppendAction(id, text, options, command) {
|
|
|
1006
1006
|
async function runRestoreAction(id, target, options, command) {
|
|
1007
1007
|
const globalOptions = getGlobalOptions(command);
|
|
1008
1008
|
const startedAt = Date.now();
|
|
1009
|
-
const { runRestore } = await import("./restore-
|
|
1009
|
+
const { runRestore } = await import("./restore-A55MLFAI.js");
|
|
1010
1010
|
const result = await runRestore(id, target, {
|
|
1011
1011
|
author: readOptionString(options, "author"),
|
|
1012
1012
|
message: readOptionString(options, "message"),
|
|
@@ -1021,7 +1021,7 @@ async function runRestoreAction(id, target, options, command) {
|
|
|
1021
1021
|
async function runProfileAction(subcommand, name, options, command) {
|
|
1022
1022
|
const globalOptions = getGlobalOptions(command);
|
|
1023
1023
|
const startedAt = Date.now();
|
|
1024
|
-
const profileModule = await import("./profile-
|
|
1024
|
+
const profileModule = await import("./profile-CW4BD3FO.js");
|
|
1025
1025
|
const { PROFILE_SUBCOMMANDS } = profileModule;
|
|
1026
1026
|
const normalizedSubcommand = (subcommand ?? "").trim().toLowerCase();
|
|
1027
1027
|
if (!normalizedSubcommand) {
|
|
@@ -1055,7 +1055,7 @@ async function runNotesAction(id, text, options, command) {
|
|
|
1055
1055
|
const globalOptions = getGlobalOptions(command);
|
|
1056
1056
|
const startedAt = Date.now();
|
|
1057
1057
|
const add = resolveSingleTextSource("note", text, options);
|
|
1058
|
-
const { runNotes } = await import("./notes-
|
|
1058
|
+
const { runNotes } = await import("./notes-ZSZREWZA.js");
|
|
1059
1059
|
const result = await runNotes(id, {
|
|
1060
1060
|
add,
|
|
1061
1061
|
stdin: options.stdin === true,
|
|
@@ -1080,7 +1080,7 @@ async function runLearningsAction(id, text, options, command) {
|
|
|
1080
1080
|
const globalOptions = getGlobalOptions(command);
|
|
1081
1081
|
const startedAt = Date.now();
|
|
1082
1082
|
const add = resolveSingleTextSource("learning", text, options);
|
|
1083
|
-
const { runLearnings } = await import("./learnings-
|
|
1083
|
+
const { runLearnings } = await import("./learnings-O6V5WDCV.js");
|
|
1084
1084
|
const result = await runLearnings(id, {
|
|
1085
1085
|
add,
|
|
1086
1086
|
stdin: options.stdin === true,
|
|
@@ -1111,7 +1111,7 @@ async function runFilesAction(id, options, command) {
|
|
|
1111
1111
|
const addGlobValues = readStringArrayOption(options, "addGlob");
|
|
1112
1112
|
const removeValues = readStringArrayOption(options, "remove");
|
|
1113
1113
|
const migrateValues = readStringArrayOption(options, "migrate");
|
|
1114
|
-
const { runFiles } = await import("./files-
|
|
1114
|
+
const { runFiles } = await import("./files-XUUBQ76I.js");
|
|
1115
1115
|
const result = await runFiles(id, {
|
|
1116
1116
|
add: addValues,
|
|
1117
1117
|
addGlob: addGlobValues,
|
|
@@ -1140,7 +1140,7 @@ async function runFilesDiscoverAction(id, options, command) {
|
|
|
1140
1140
|
...command.optsWithGlobals(),
|
|
1141
1141
|
...options
|
|
1142
1142
|
};
|
|
1143
|
-
const { runFilesDiscover } = await import("./files-
|
|
1143
|
+
const { runFilesDiscover } = await import("./files-XUUBQ76I.js");
|
|
1144
1144
|
const result = await runFilesDiscover(id, {
|
|
1145
1145
|
apply: Boolean(mergedOptions.apply),
|
|
1146
1146
|
note: readOptionString(mergedOptions, "note"),
|
|
@@ -1164,7 +1164,7 @@ async function runDocsAction(id, options, command) {
|
|
|
1164
1164
|
const addGlobValues = readStringArrayOption(options, "addGlob");
|
|
1165
1165
|
const removeValues = readStringArrayOption(options, "remove");
|
|
1166
1166
|
const migrateValues = readStringArrayOption(options, "migrate");
|
|
1167
|
-
const { runDocs } = await import("./docs-
|
|
1167
|
+
const { runDocs } = await import("./docs-KCWPLQOV.js");
|
|
1168
1168
|
const result = await runDocs(id, {
|
|
1169
1169
|
add: addValues,
|
|
1170
1170
|
addGlob: addGlobValues,
|
|
@@ -1188,7 +1188,7 @@ async function runDocsAction(id, options, command) {
|
|
|
1188
1188
|
async function runDepsAction(id, options, command) {
|
|
1189
1189
|
const globalOptions = getGlobalOptions(command);
|
|
1190
1190
|
const startedAt = Date.now();
|
|
1191
|
-
const { runDeps } = await import("./deps-
|
|
1191
|
+
const { runDeps } = await import("./deps-BQAXUQAK.js");
|
|
1192
1192
|
const result = await runDeps(id, {
|
|
1193
1193
|
format: options.format,
|
|
1194
1194
|
maxDepth: readOptionString(options, "maxDepth"),
|
|
@@ -1295,7 +1295,7 @@ function registerMutationCommands(program) {
|
|
|
1295
1295
|
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) => {
|
|
1296
1296
|
const globalOptions = getGlobalOptions(command);
|
|
1297
1297
|
const startedAt = Date.now();
|
|
1298
|
-
const { runHistoryRedact } = await import("./history-redact-
|
|
1298
|
+
const { runHistoryRedact } = await import("./history-redact-ELRL73XN.js");
|
|
1299
1299
|
const literal = Array.isArray(options.literal) ? options.literal : void 0;
|
|
1300
1300
|
const regex = Array.isArray(options.regex) ? options.regex : void 0;
|
|
1301
1301
|
const result = await runHistoryRedact(id, {
|
|
@@ -1318,7 +1318,7 @@ function registerMutationCommands(program) {
|
|
|
1318
1318
|
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) => {
|
|
1319
1319
|
const globalOptions = getGlobalOptions(command);
|
|
1320
1320
|
const startedAt = Date.now();
|
|
1321
|
-
const { runHistoryRepair, runHistoryRepairAll, assertHistoryRepairTarget } = await import("./history-repair-
|
|
1321
|
+
const { runHistoryRepair, runHistoryRepairAll, assertHistoryRepairTarget } = await import("./history-repair-REMI7DDI.js");
|
|
1322
1322
|
const all = options.all === true;
|
|
1323
1323
|
assertHistoryRepairTarget(id, all);
|
|
1324
1324
|
const repairOptions = {
|
|
@@ -1365,4 +1365,4 @@ export {
|
|
|
1365
1365
|
registerCommanderOptionContracts,
|
|
1366
1366
|
registerMutationCommands
|
|
1367
1367
|
};
|
|
1368
|
-
//# sourceMappingURL=register-mutation-
|
|
1368
|
+
//# sourceMappingURL=register-mutation-BLEWM5I6.js.map
|