@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
|
@@ -1,662 +0,0 @@
|
|
|
1
|
-
// dist/sdk/relationships.js
|
|
2
|
-
|
|
3
|
-
!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]="8145f80d-99b5-53e4-a519-54b4549dca6c")}catch(e){}}();
|
|
4
|
-
var BUILTIN_RELATIONSHIP_KINDS = [
|
|
5
|
-
{
|
|
6
|
-
kind: "blocked_by",
|
|
7
|
-
direction: "directed",
|
|
8
|
-
inverse: "blocks",
|
|
9
|
-
ordering: true,
|
|
10
|
-
precedence: "target_before_source",
|
|
11
|
-
hierarchy: false,
|
|
12
|
-
outgoing: "many",
|
|
13
|
-
incoming: "many",
|
|
14
|
-
lifecycle: "persistent",
|
|
15
|
-
aliases: ["depends_on"],
|
|
16
|
-
compatibilityVersion: 1,
|
|
17
|
-
allowSelf: false
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
kind: "blocks",
|
|
21
|
-
direction: "directed",
|
|
22
|
-
inverse: "blocked_by",
|
|
23
|
-
ordering: true,
|
|
24
|
-
precedence: "source_before_target",
|
|
25
|
-
hierarchy: false,
|
|
26
|
-
outgoing: "many",
|
|
27
|
-
incoming: "many",
|
|
28
|
-
lifecycle: "persistent",
|
|
29
|
-
compatibilityVersion: 1,
|
|
30
|
-
allowSelf: false
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
kind: "parent",
|
|
34
|
-
direction: "directed",
|
|
35
|
-
inverse: "child",
|
|
36
|
-
ordering: false,
|
|
37
|
-
hierarchy: true,
|
|
38
|
-
hierarchyDirection: "target_parent",
|
|
39
|
-
outgoing: "one",
|
|
40
|
-
incoming: "many",
|
|
41
|
-
lifecycle: "supersedable",
|
|
42
|
-
aliases: ["child_of", "epic"],
|
|
43
|
-
compatibilityVersion: 1,
|
|
44
|
-
allowSelf: false
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
kind: "child",
|
|
48
|
-
direction: "directed",
|
|
49
|
-
inverse: "parent",
|
|
50
|
-
ordering: false,
|
|
51
|
-
hierarchy: true,
|
|
52
|
-
hierarchyDirection: "source_parent",
|
|
53
|
-
outgoing: "many",
|
|
54
|
-
incoming: "one",
|
|
55
|
-
lifecycle: "supersedable",
|
|
56
|
-
aliases: ["parent_child", "task"],
|
|
57
|
-
compatibilityVersion: 1,
|
|
58
|
-
allowSelf: false
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
kind: "related",
|
|
62
|
-
direction: "undirected",
|
|
63
|
-
ordering: false,
|
|
64
|
-
hierarchy: false,
|
|
65
|
-
outgoing: "many",
|
|
66
|
-
incoming: "many",
|
|
67
|
-
lifecycle: "persistent",
|
|
68
|
-
aliases: ["related_to"],
|
|
69
|
-
compatibilityVersion: 1,
|
|
70
|
-
allowSelf: false
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
kind: "discovered_from",
|
|
74
|
-
direction: "directed",
|
|
75
|
-
ordering: false,
|
|
76
|
-
hierarchy: false,
|
|
77
|
-
outgoing: "many",
|
|
78
|
-
incoming: "many",
|
|
79
|
-
lifecycle: "persistent",
|
|
80
|
-
compatibilityVersion: 1,
|
|
81
|
-
allowSelf: false
|
|
82
|
-
},
|
|
83
|
-
{
|
|
84
|
-
kind: "incident_from",
|
|
85
|
-
direction: "directed",
|
|
86
|
-
ordering: false,
|
|
87
|
-
hierarchy: false,
|
|
88
|
-
outgoing: "many",
|
|
89
|
-
incoming: "many",
|
|
90
|
-
lifecycle: "persistent",
|
|
91
|
-
compatibilityVersion: 1,
|
|
92
|
-
allowSelf: false
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
kind: "supersedes",
|
|
96
|
-
direction: "directed",
|
|
97
|
-
ordering: false,
|
|
98
|
-
hierarchy: false,
|
|
99
|
-
outgoing: "many",
|
|
100
|
-
incoming: "many",
|
|
101
|
-
lifecycle: "supersedable",
|
|
102
|
-
compatibilityVersion: 1,
|
|
103
|
-
allowSelf: false
|
|
104
|
-
}
|
|
105
|
-
];
|
|
106
|
-
function normalizeKind(kind) {
|
|
107
|
-
return kind.trim().toLowerCase().replaceAll("-", "_");
|
|
108
|
-
}
|
|
109
|
-
function normalizeInverseKind(inverse) {
|
|
110
|
-
if (inverse === void 0)
|
|
111
|
-
return void 0;
|
|
112
|
-
const normalized = normalizeKind(inverse);
|
|
113
|
-
if (!/^[a-z][a-z0-9_]*$/.test(normalized))
|
|
114
|
-
throw new TypeError(`Invalid inverse relationship kind: ${inverse}`);
|
|
115
|
-
return normalized;
|
|
116
|
-
}
|
|
117
|
-
function freezeValue(value, visited = /* @__PURE__ */ new Set()) {
|
|
118
|
-
if (value === null || typeof value !== "object")
|
|
119
|
-
return value;
|
|
120
|
-
if (visited.has(value))
|
|
121
|
-
return value;
|
|
122
|
-
visited.add(value);
|
|
123
|
-
if (Array.isArray(value)) {
|
|
124
|
-
for (const entry of value)
|
|
125
|
-
freezeValue(entry, visited);
|
|
126
|
-
return Object.freeze(value);
|
|
127
|
-
}
|
|
128
|
-
for (const entry of Object.values(value))
|
|
129
|
-
freezeValue(entry, visited);
|
|
130
|
-
return Object.freeze(value);
|
|
131
|
-
}
|
|
132
|
-
function assertRelationshipPrecedence(definition, kind) {
|
|
133
|
-
if (definition.precedence !== void 0 && definition.precedence !== "source_before_target" && definition.precedence !== "target_before_source")
|
|
134
|
-
throw new TypeError(`Invalid relationship precedence for ${kind}`);
|
|
135
|
-
if (!definition.ordering && definition.precedence !== void 0)
|
|
136
|
-
throw new TypeError(`Non-ordering relationship kind cannot declare precedence: ${kind}`);
|
|
137
|
-
}
|
|
138
|
-
function assertRelationshipHierarchyDirection(definition, kind) {
|
|
139
|
-
if (definition.hierarchyDirection !== void 0 && definition.hierarchyDirection !== "source_parent" && definition.hierarchyDirection !== "target_parent")
|
|
140
|
-
throw new TypeError(`Invalid relationship hierarchy direction for ${kind}`);
|
|
141
|
-
if (!definition.hierarchy && definition.hierarchyDirection !== void 0)
|
|
142
|
-
throw new TypeError(`Non-hierarchy relationship kind cannot declare hierarchy direction: ${kind}`);
|
|
143
|
-
}
|
|
144
|
-
var RelationshipKindRegistry = class {
|
|
145
|
-
#definitions = /* @__PURE__ */ new Map();
|
|
146
|
-
#aliases = /* @__PURE__ */ new Map();
|
|
147
|
-
/** Create a registry initialized with the stable built-in ontology by default. */
|
|
148
|
-
constructor(definitions = BUILTIN_RELATIONSHIP_KINDS) {
|
|
149
|
-
for (const definition of definitions)
|
|
150
|
-
this.register(definition);
|
|
151
|
-
}
|
|
152
|
-
/** Register one definition after validating its identifier, version, and aliases. */
|
|
153
|
-
register(definition) {
|
|
154
|
-
const kind = normalizeKind(definition.kind);
|
|
155
|
-
if (!/^[a-z][a-z0-9_]*$/.test(kind))
|
|
156
|
-
throw new TypeError(`Invalid relationship kind: ${definition.kind}`);
|
|
157
|
-
if (!Number.isInteger(definition.compatibilityVersion) || definition.compatibilityVersion < 1)
|
|
158
|
-
throw new TypeError(`Invalid compatibility version for ${kind}`);
|
|
159
|
-
assertRelationshipPrecedence(definition, kind);
|
|
160
|
-
assertRelationshipHierarchyDirection(definition, kind);
|
|
161
|
-
if (this.#definitions.has(kind) || this.#aliases.has(kind))
|
|
162
|
-
throw new TypeError(`Relationship kind already registered: ${kind}`);
|
|
163
|
-
const inverse = normalizeInverseKind(definition.inverse);
|
|
164
|
-
const aliases = [
|
|
165
|
-
...new Set((definition.aliases ?? []).map(normalizeKind))
|
|
166
|
-
].sort();
|
|
167
|
-
for (const alias of aliases) {
|
|
168
|
-
if (!/^[a-z][a-z0-9_]*$/.test(alias))
|
|
169
|
-
throw new TypeError(`Invalid relationship alias: ${alias}`);
|
|
170
|
-
if (alias === kind || this.#definitions.has(alias) || this.#aliases.has(alias))
|
|
171
|
-
throw new TypeError(`Relationship alias already registered: ${alias}`);
|
|
172
|
-
}
|
|
173
|
-
const normalized = Object.freeze({
|
|
174
|
-
...definition,
|
|
175
|
-
kind,
|
|
176
|
-
inverse,
|
|
177
|
-
aliases: Object.freeze(aliases),
|
|
178
|
-
payloadSchema: definition.payloadSchema ? freezeValue(structuredClone(definition.payloadSchema)) : void 0
|
|
179
|
-
});
|
|
180
|
-
this.#definitions.set(kind, normalized);
|
|
181
|
-
for (const alias of aliases)
|
|
182
|
-
this.#aliases.set(alias, kind);
|
|
183
|
-
return this;
|
|
184
|
-
}
|
|
185
|
-
/** Resolve a canonical kind or compatibility alias. */
|
|
186
|
-
resolve(kind) {
|
|
187
|
-
if (typeof kind !== "string")
|
|
188
|
-
return void 0;
|
|
189
|
-
const normalized = normalizeKind(kind);
|
|
190
|
-
return this.#definitions.get(this.#aliases.get(normalized) ?? normalized);
|
|
191
|
-
}
|
|
192
|
-
/** Resolve a kind or throw a precise error suitable for command adapters. */
|
|
193
|
-
require(kind) {
|
|
194
|
-
const definition = this.resolve(kind);
|
|
195
|
-
if (!definition)
|
|
196
|
-
throw new TypeError(`Unknown relationship kind: ${kind}`);
|
|
197
|
-
return definition;
|
|
198
|
-
}
|
|
199
|
-
/** Return a deterministic immutable registry snapshot. */
|
|
200
|
-
list() {
|
|
201
|
-
return Object.freeze([...this.#definitions.values()].sort((left, right) => left.kind.localeCompare(right.kind)));
|
|
202
|
-
}
|
|
203
|
-
};
|
|
204
|
-
function createRelationshipKindRegistry() {
|
|
205
|
-
return new RelationshipKindRegistry();
|
|
206
|
-
}
|
|
207
|
-
var defaultRegistry = createRelationshipKindRegistry();
|
|
208
|
-
function isOrderingRelationshipKind(kind, registry = defaultRegistry) {
|
|
209
|
-
return registry.resolve(kind)?.ordering === true;
|
|
210
|
-
}
|
|
211
|
-
function compareEdges(left, right) {
|
|
212
|
-
return left.source.localeCompare(right.source) || left.target.localeCompare(right.target) || left.kind.localeCompare(right.kind);
|
|
213
|
-
}
|
|
214
|
-
function normalizeRelationshipEdge(candidate, nodes, registry) {
|
|
215
|
-
const source = typeof candidate.source === "string" ? candidate.source.trim() : "";
|
|
216
|
-
const target = typeof candidate.target === "string" ? candidate.target.trim() : "";
|
|
217
|
-
const definition = registry.require(candidate.kind);
|
|
218
|
-
if (!nodes.has(source) || !nodes.has(target))
|
|
219
|
-
throw new TypeError(`Relationship endpoint not found: ${source} -> ${target}`);
|
|
220
|
-
if (source === target && !definition.allowSelf)
|
|
221
|
-
throw new TypeError(`Self relationship is not allowed for ${definition.kind}`);
|
|
222
|
-
const edge = Object.freeze({
|
|
223
|
-
...candidate,
|
|
224
|
-
source,
|
|
225
|
-
target,
|
|
226
|
-
kind: definition.kind
|
|
227
|
-
});
|
|
228
|
-
const endpoints = definition.direction === "undirected" ? [source, target].sort().join("\0") : `${source}\0${target}`;
|
|
229
|
-
return { edge, identity: `${definition.kind}\0${endpoints}` };
|
|
230
|
-
}
|
|
231
|
-
function appendIndexedEdge(index, node, edge) {
|
|
232
|
-
const indexed = index.get(node);
|
|
233
|
-
if (indexed)
|
|
234
|
-
indexed.push(edge);
|
|
235
|
-
else
|
|
236
|
-
index.set(node, [edge]);
|
|
237
|
-
}
|
|
238
|
-
function normalizeNodeId(value) {
|
|
239
|
-
return typeof value === "string" ? value.trim() : "";
|
|
240
|
-
}
|
|
241
|
-
function resolveExistingNodeId(value, ids) {
|
|
242
|
-
const id = normalizeNodeId(value);
|
|
243
|
-
return id && ids.has(id) ? id : void 0;
|
|
244
|
-
}
|
|
245
|
-
function reconstructPath(source, target, parents) {
|
|
246
|
-
const path = [target];
|
|
247
|
-
let cursor = target;
|
|
248
|
-
while (cursor !== source) {
|
|
249
|
-
cursor = parents.get(cursor);
|
|
250
|
-
path.push(cursor);
|
|
251
|
-
}
|
|
252
|
-
return path.reverse();
|
|
253
|
-
}
|
|
254
|
-
var RelationshipGraph = class _RelationshipGraph {
|
|
255
|
-
#registry;
|
|
256
|
-
#nodes;
|
|
257
|
-
#nodeSnapshot;
|
|
258
|
-
#edges;
|
|
259
|
-
#outgoing = /* @__PURE__ */ new Map();
|
|
260
|
-
#incoming = /* @__PURE__ */ new Map();
|
|
261
|
-
/** Validate and index nodes and edges without reading tracker storage. */
|
|
262
|
-
constructor(nodes, edges, registry = defaultRegistry) {
|
|
263
|
-
this.#registry = registry;
|
|
264
|
-
this.#nodes = new Set([...nodes].filter((id) => typeof id === "string").map((id) => id.trim()).filter(Boolean));
|
|
265
|
-
this.#nodeSnapshot = Object.freeze([...this.#nodes].sort());
|
|
266
|
-
const deduped = /* @__PURE__ */ new Map();
|
|
267
|
-
for (const candidate of edges) {
|
|
268
|
-
const { edge, identity } = normalizeRelationshipEdge(candidate, this.#nodes, registry);
|
|
269
|
-
deduped.set(identity, edge);
|
|
270
|
-
}
|
|
271
|
-
this.#edges = Object.freeze([...deduped.values()].sort(compareEdges));
|
|
272
|
-
for (const edge of this.#edges) {
|
|
273
|
-
appendIndexedEdge(this.#outgoing, edge.source, edge);
|
|
274
|
-
appendIndexedEdge(this.#incoming, edge.target, edge);
|
|
275
|
-
if (registry.require(edge.kind).direction === "undirected") {
|
|
276
|
-
appendIndexedEdge(this.#outgoing, edge.target, edge);
|
|
277
|
-
appendIndexedEdge(this.#incoming, edge.source, edge);
|
|
278
|
-
}
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
/** Build the graph directly from item metadata, including hierarchy and legacy blocker fields. */
|
|
282
|
-
static fromItems(items, registry = defaultRegistry) {
|
|
283
|
-
const ids = new Set(items.map((item) => normalizeNodeId(item.id)).filter(Boolean));
|
|
284
|
-
const edges = [];
|
|
285
|
-
for (const item of items) {
|
|
286
|
-
const source = normalizeNodeId(item.id);
|
|
287
|
-
if (!source)
|
|
288
|
-
continue;
|
|
289
|
-
const parent = resolveExistingNodeId(item.parent, ids);
|
|
290
|
-
if (parent)
|
|
291
|
-
edges.push({ source, target: parent, kind: "parent" });
|
|
292
|
-
const blockedBy = resolveExistingNodeId(item.blocked_by, ids);
|
|
293
|
-
if (blockedBy)
|
|
294
|
-
edges.push({
|
|
295
|
-
source,
|
|
296
|
-
target: blockedBy,
|
|
297
|
-
kind: "blocked_by"
|
|
298
|
-
});
|
|
299
|
-
for (const dependency of item.dependencies ?? []) {
|
|
300
|
-
const dependencyId = resolveExistingNodeId(dependency.id, ids);
|
|
301
|
-
if (dependencyId && registry.resolve(dependency.kind))
|
|
302
|
-
edges.push({
|
|
303
|
-
source,
|
|
304
|
-
target: dependencyId,
|
|
305
|
-
kind: dependency.kind,
|
|
306
|
-
createdAt: dependency.created_at,
|
|
307
|
-
author: dependency.author
|
|
308
|
-
});
|
|
309
|
-
}
|
|
310
|
-
}
|
|
311
|
-
return new _RelationshipGraph(ids, edges, registry);
|
|
312
|
-
}
|
|
313
|
-
/** Return the deterministic immutable edge snapshot. */
|
|
314
|
-
edges() {
|
|
315
|
-
return this.#edges;
|
|
316
|
-
}
|
|
317
|
-
/** Return the deterministic immutable edges incident to one node. */
|
|
318
|
-
incidentEdges(id) {
|
|
319
|
-
this.#assertNode(id);
|
|
320
|
-
const outgoing = this.#outgoing.get(id) ?? [];
|
|
321
|
-
const incoming = this.#incoming.get(id) ?? [];
|
|
322
|
-
if (outgoing.length === 0)
|
|
323
|
-
return Object.freeze([...incoming]);
|
|
324
|
-
if (incoming.length === 0)
|
|
325
|
-
return Object.freeze([...outgoing]);
|
|
326
|
-
const edges = [];
|
|
327
|
-
let outgoingIndex = 0;
|
|
328
|
-
let incomingIndex = 0;
|
|
329
|
-
while (outgoingIndex < outgoing.length || incomingIndex < incoming.length) {
|
|
330
|
-
const outgoingEdge = outgoing[outgoingIndex];
|
|
331
|
-
const incomingEdge = incoming[incomingIndex];
|
|
332
|
-
const edge = outgoingEdge === void 0 ? incomingEdge : incomingEdge === void 0 || compareEdges(outgoingEdge, incomingEdge) <= 0 ? outgoingEdge : incomingEdge;
|
|
333
|
-
if (edges.at(-1) !== edge)
|
|
334
|
-
edges.push(edge);
|
|
335
|
-
if (outgoingEdge === edge)
|
|
336
|
-
outgoingIndex += 1;
|
|
337
|
-
if (incomingEdge === edge)
|
|
338
|
-
incomingIndex += 1;
|
|
339
|
-
}
|
|
340
|
-
return Object.freeze(edges);
|
|
341
|
-
}
|
|
342
|
-
/** Return the deterministic immutable node snapshot. */
|
|
343
|
-
nodes() {
|
|
344
|
-
return this.#nodeSnapshot;
|
|
345
|
-
}
|
|
346
|
-
/** Report whether an identifier names an indexed node. */
|
|
347
|
-
hasNode(id) {
|
|
348
|
-
return this.#nodes.has(id);
|
|
349
|
-
}
|
|
350
|
-
/** Return the registry that interprets this graph's relationship kinds. */
|
|
351
|
-
registry() {
|
|
352
|
-
return this.#registry;
|
|
353
|
-
}
|
|
354
|
-
#assertNode(id) {
|
|
355
|
-
if (!this.#nodes.has(id))
|
|
356
|
-
throw new TypeError(`Relationship node not found: ${id}`);
|
|
357
|
-
}
|
|
358
|
-
#matchesKinds(edge, kinds) {
|
|
359
|
-
if (!kinds)
|
|
360
|
-
return true;
|
|
361
|
-
const definition = this.#registry.require(edge.kind);
|
|
362
|
-
return kinds.has(edge.kind) || definition.inverse !== void 0 && kinds.has(definition.inverse);
|
|
363
|
-
}
|
|
364
|
-
#neighbors(id, direction, kinds) {
|
|
365
|
-
const candidates = [
|
|
366
|
-
...direction === "incoming" ? [] : this.#outgoing.get(id) ?? [],
|
|
367
|
-
...direction === "outgoing" ? [] : this.#incoming.get(id) ?? []
|
|
368
|
-
];
|
|
369
|
-
return [...new Set(candidates)].filter((edge) => this.#matchesKinds(edge, kinds)).map((edge) => ({
|
|
370
|
-
id: edge.source === id ? edge.target : edge.source,
|
|
371
|
-
edge
|
|
372
|
-
})).sort((left, right) => left.id.localeCompare(right.id) || compareEdges(left.edge, right.edge));
|
|
373
|
-
}
|
|
374
|
-
/** Return one-hop adjacent node identifiers. */
|
|
375
|
-
adjacency(id, options = {}) {
|
|
376
|
-
this.#assertNode(id);
|
|
377
|
-
options.signal?.throwIfAborted();
|
|
378
|
-
const kinds = options.kinds ? new Set(options.kinds.map((kind) => this.#registry.require(kind).kind)) : void 0;
|
|
379
|
-
const rows = this.#neighbors(id, options.direction ?? "outgoing", kinds);
|
|
380
|
-
const limit = options.limit ?? Number.POSITIVE_INFINITY;
|
|
381
|
-
const uniqueNeighbors = [...new Set(rows.map((row) => row.id))];
|
|
382
|
-
const value = uniqueNeighbors.slice(0, limit);
|
|
383
|
-
return {
|
|
384
|
-
value,
|
|
385
|
-
meta: {
|
|
386
|
-
visitedNodes: 1,
|
|
387
|
-
inspectedEdges: rows.length,
|
|
388
|
-
truncated: value.length < uniqueNeighbors.length,
|
|
389
|
-
nextCursor: value.at(-1)
|
|
390
|
-
}
|
|
391
|
-
};
|
|
392
|
-
}
|
|
393
|
-
/** Return deterministic one-hop neighbor rows paired with each connecting edge. */
|
|
394
|
-
neighborEdges(id, options = {}) {
|
|
395
|
-
this.#assertNode(id);
|
|
396
|
-
options.signal?.throwIfAborted();
|
|
397
|
-
const kinds = options.kinds ? new Set(options.kinds.map((kind) => this.#registry.require(kind).kind)) : void 0;
|
|
398
|
-
const rows = this.#neighbors(id, options.direction ?? "outgoing", kinds);
|
|
399
|
-
const limit = options.limit ?? Number.POSITIVE_INFINITY;
|
|
400
|
-
const value = rows.slice(0, limit);
|
|
401
|
-
return {
|
|
402
|
-
value,
|
|
403
|
-
meta: {
|
|
404
|
-
visitedNodes: 1,
|
|
405
|
-
inspectedEdges: rows.length,
|
|
406
|
-
truncated: value.length < rows.length,
|
|
407
|
-
nextCursor: value.at(-1)?.id
|
|
408
|
-
}
|
|
409
|
-
};
|
|
410
|
-
}
|
|
411
|
-
/** Return bounded transitive closure in breadth-first discovery order. */
|
|
412
|
-
closure(id, options = {}) {
|
|
413
|
-
this.#assertNode(id);
|
|
414
|
-
const kinds = options.kinds ? new Set(options.kinds.map((kind) => this.#registry.require(kind).kind)) : void 0;
|
|
415
|
-
const direction = options.direction ?? "outgoing";
|
|
416
|
-
const limit = options.limit ?? Number.POSITIVE_INFINITY;
|
|
417
|
-
const maxDepth = options.maxDepth ?? Number.POSITIVE_INFINITY;
|
|
418
|
-
const seen = /* @__PURE__ */ new Set([id]);
|
|
419
|
-
const value = [];
|
|
420
|
-
const queue = [{ id, depth: 0 }];
|
|
421
|
-
let visitedNodes = 0;
|
|
422
|
-
let inspectedEdges = 0;
|
|
423
|
-
let truncated = false;
|
|
424
|
-
traversal: for (let index = 0; index < queue.length; index += 1) {
|
|
425
|
-
options.signal?.throwIfAborted();
|
|
426
|
-
const current = queue[index];
|
|
427
|
-
visitedNodes += 1;
|
|
428
|
-
const neighbors = this.#neighbors(current.id, direction, kinds);
|
|
429
|
-
inspectedEdges += neighbors.length;
|
|
430
|
-
if (current.depth >= maxDepth) {
|
|
431
|
-
if (neighbors.some((neighbor) => !seen.has(neighbor.id)))
|
|
432
|
-
truncated = true;
|
|
433
|
-
continue;
|
|
434
|
-
}
|
|
435
|
-
for (const neighbor of neighbors) {
|
|
436
|
-
if (seen.has(neighbor.id))
|
|
437
|
-
continue;
|
|
438
|
-
if (value.length >= limit) {
|
|
439
|
-
truncated = true;
|
|
440
|
-
break traversal;
|
|
441
|
-
}
|
|
442
|
-
seen.add(neighbor.id);
|
|
443
|
-
value.push(neighbor.id);
|
|
444
|
-
queue.push({ id: neighbor.id, depth: current.depth + 1 });
|
|
445
|
-
}
|
|
446
|
-
}
|
|
447
|
-
return {
|
|
448
|
-
value,
|
|
449
|
-
meta: {
|
|
450
|
-
visitedNodes,
|
|
451
|
-
inspectedEdges,
|
|
452
|
-
truncated,
|
|
453
|
-
nextCursor: value.at(-1)
|
|
454
|
-
}
|
|
455
|
-
};
|
|
456
|
-
}
|
|
457
|
-
/** Return a deterministic shortest path, or an empty array when disconnected. */
|
|
458
|
-
shortestPath(source, target, options = {}) {
|
|
459
|
-
this.#assertNode(source);
|
|
460
|
-
this.#assertNode(target);
|
|
461
|
-
if (source === target)
|
|
462
|
-
return {
|
|
463
|
-
value: [source],
|
|
464
|
-
meta: { visitedNodes: 1, inspectedEdges: 0, truncated: false }
|
|
465
|
-
};
|
|
466
|
-
const kinds = options.kinds ? new Set(options.kinds.map((kind) => this.#registry.require(kind).kind)) : void 0;
|
|
467
|
-
const direction = options.direction ?? "outgoing";
|
|
468
|
-
const maxDepth = options.maxDepth ?? Number.POSITIVE_INFINITY;
|
|
469
|
-
const queue = [{ id: source, depth: 0 }];
|
|
470
|
-
const parents = /* @__PURE__ */ new Map();
|
|
471
|
-
const seen = /* @__PURE__ */ new Set([source]);
|
|
472
|
-
let visitedNodes = 0;
|
|
473
|
-
let inspectedEdges = 0;
|
|
474
|
-
let truncated = false;
|
|
475
|
-
for (let index = 0; index < queue.length; index += 1) {
|
|
476
|
-
options.signal?.throwIfAborted();
|
|
477
|
-
const current = queue[index];
|
|
478
|
-
visitedNodes += 1;
|
|
479
|
-
const neighbors = this.#neighbors(current.id, direction, kinds);
|
|
480
|
-
inspectedEdges += neighbors.length;
|
|
481
|
-
if (current.depth >= maxDepth) {
|
|
482
|
-
if (neighbors.some((neighbor) => !seen.has(neighbor.id)))
|
|
483
|
-
truncated = true;
|
|
484
|
-
continue;
|
|
485
|
-
}
|
|
486
|
-
for (const neighbor of neighbors) {
|
|
487
|
-
if (seen.has(neighbor.id))
|
|
488
|
-
continue;
|
|
489
|
-
parents.set(neighbor.id, current.id);
|
|
490
|
-
if (neighbor.id === target)
|
|
491
|
-
return {
|
|
492
|
-
value: reconstructPath(source, target, parents),
|
|
493
|
-
meta: { visitedNodes, inspectedEdges, truncated: false }
|
|
494
|
-
};
|
|
495
|
-
seen.add(neighbor.id);
|
|
496
|
-
queue.push({ id: neighbor.id, depth: current.depth + 1 });
|
|
497
|
-
}
|
|
498
|
-
}
|
|
499
|
-
return {
|
|
500
|
-
value: [],
|
|
501
|
-
meta: { visitedNodes, inspectedEdges, truncated }
|
|
502
|
-
};
|
|
503
|
-
}
|
|
504
|
-
/** Return the induced subgraph over a bounded closure including the root. */
|
|
505
|
-
subgraph(id, options = {}) {
|
|
506
|
-
const closure = this.closure(id, options);
|
|
507
|
-
const nodes = [id, ...closure.value].sort();
|
|
508
|
-
const included = new Set(nodes);
|
|
509
|
-
const kinds = options.kinds ? new Set(options.kinds.map((kind) => this.#registry.require(kind).kind)) : void 0;
|
|
510
|
-
const edges = /* @__PURE__ */ new Set();
|
|
511
|
-
for (const node of nodes) {
|
|
512
|
-
for (const edge of this.#outgoing.get(node) ?? []) {
|
|
513
|
-
if (included.has(edge.source) && included.has(edge.target) && this.#matchesKinds(edge, kinds))
|
|
514
|
-
edges.add(edge);
|
|
515
|
-
}
|
|
516
|
-
}
|
|
517
|
-
return {
|
|
518
|
-
value: {
|
|
519
|
-
nodes,
|
|
520
|
-
edges: [...edges].sort(compareEdges)
|
|
521
|
-
},
|
|
522
|
-
meta: closure.meta
|
|
523
|
-
};
|
|
524
|
-
}
|
|
525
|
-
};
|
|
526
|
-
function dependencyToRelationship(source, dependency, registry = defaultRegistry) {
|
|
527
|
-
return {
|
|
528
|
-
source,
|
|
529
|
-
target: dependency.id,
|
|
530
|
-
kind: registry.require(dependency.kind).kind,
|
|
531
|
-
createdAt: dependency.created_at,
|
|
532
|
-
author: dependency.author
|
|
533
|
-
};
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
// dist/sdk/graph/assembly.js
|
|
537
|
-
function normalizeDependencyReferenceTarget(target) {
|
|
538
|
-
if (typeof target !== "string")
|
|
539
|
-
return void 0;
|
|
540
|
-
const normalized = target.trim();
|
|
541
|
-
if (!normalized || ["none", "null", "n/a", "na"].includes(normalized.toLowerCase()))
|
|
542
|
-
return void 0;
|
|
543
|
-
return normalized;
|
|
544
|
-
}
|
|
545
|
-
function normalizeDependencyGraphTarget(target) {
|
|
546
|
-
const normalized = normalizeDependencyReferenceTarget(target);
|
|
547
|
-
return normalized?.toLowerCase() === "no-active-blocker" ? void 0 : normalized;
|
|
548
|
-
}
|
|
549
|
-
function collectDanglingDependencyReferences(items, isTerminal = (status) => status === "closed" || status === "canceled") {
|
|
550
|
-
const safeItems = items.filter((item) => typeof item?.id === "string" && item.id.trim().length > 0);
|
|
551
|
-
const knownIds = new Set(safeItems.map((item) => item.id.trim().toLowerCase()));
|
|
552
|
-
const rows = /* @__PURE__ */ new Map();
|
|
553
|
-
const addReference = (item, target, kind, source) => {
|
|
554
|
-
const normalized = normalizeDependencyReferenceTarget(target);
|
|
555
|
-
if (!normalized || knownIds.has(normalized.toLowerCase())) {
|
|
556
|
-
return;
|
|
557
|
-
}
|
|
558
|
-
const row = {
|
|
559
|
-
holder_id: item.id.trim(),
|
|
560
|
-
target_id: normalized,
|
|
561
|
-
kind,
|
|
562
|
-
source,
|
|
563
|
-
holder_status: item.status,
|
|
564
|
-
legacy_terminal: isTerminal(item.status),
|
|
565
|
-
no_active_blocker_sentinel: normalized.toLowerCase() === "no-active-blocker"
|
|
566
|
-
};
|
|
567
|
-
rows.set(`${row.holder_id}::${row.target_id}::${row.kind}::${row.source}`, row);
|
|
568
|
-
};
|
|
569
|
-
for (const item of safeItems) {
|
|
570
|
-
addReference(item, item.parent, "parent", "parent");
|
|
571
|
-
addReference(item, item.blocked_by, "blocked_by", "blocked_by");
|
|
572
|
-
for (const dependency of item.dependencies ?? []) {
|
|
573
|
-
if (typeof dependency !== "object" || dependency === null) {
|
|
574
|
-
continue;
|
|
575
|
-
}
|
|
576
|
-
const legacyDependency = dependency;
|
|
577
|
-
addReference(item, legacyDependency.id, typeof legacyDependency.kind === "string" ? legacyDependency.kind : "related", "dependency");
|
|
578
|
-
}
|
|
579
|
-
}
|
|
580
|
-
const sorted = [...rows.values()].sort((left, right) => left.holder_id.localeCompare(right.holder_id) || left.target_id.localeCompare(right.target_id) || left.kind.localeCompare(right.kind) || left.source.localeCompare(right.source));
|
|
581
|
-
const legacyTerminal = sorted.filter((row) => row.legacy_terminal);
|
|
582
|
-
return {
|
|
583
|
-
active: sorted.filter((row) => !row.legacy_terminal),
|
|
584
|
-
legacy_terminal: legacyTerminal,
|
|
585
|
-
no_active_blocker_sentinels: sorted.filter((row) => row.no_active_blocker_sentinel)
|
|
586
|
-
};
|
|
587
|
-
}
|
|
588
|
-
function collectMissingDependencyTargetIds(dangling) {
|
|
589
|
-
const targets = /* @__PURE__ */ new Map();
|
|
590
|
-
for (const reference of [...dangling.active, ...dangling.legacy_terminal]) {
|
|
591
|
-
if (reference.no_active_blocker_sentinel)
|
|
592
|
-
continue;
|
|
593
|
-
const target = reference.target_id.trim();
|
|
594
|
-
const key = target.toLowerCase();
|
|
595
|
-
if (!targets.has(key))
|
|
596
|
-
targets.set(key, target);
|
|
597
|
-
}
|
|
598
|
-
return [...targets.values()].sort((left, right) => left.localeCompare(right));
|
|
599
|
-
}
|
|
600
|
-
function assembleWorkspaceRelationshipGraph(items, isTerminal, registry) {
|
|
601
|
-
const safeItems = items.filter((item) => typeof item?.id === "string" && item.id.trim().length > 0);
|
|
602
|
-
const canonicalIds = new Map(safeItems.map((item) => [item.id.trim().toLowerCase(), item.id.trim()]));
|
|
603
|
-
const dangling = collectDanglingDependencyReferences(safeItems, isTerminal);
|
|
604
|
-
const missingIds = collectMissingDependencyTargetIds(dangling);
|
|
605
|
-
for (const id of missingIds)
|
|
606
|
-
canonicalIds.set(id.toLowerCase(), id);
|
|
607
|
-
const graphItems = safeItems.map((item) => {
|
|
608
|
-
const parent = normalizeDependencyGraphTarget(item.parent);
|
|
609
|
-
const blocker = normalizeDependencyGraphTarget(item.blocked_by);
|
|
610
|
-
const dependencies = (item.dependencies ?? []).flatMap((rawDependency) => {
|
|
611
|
-
if (typeof rawDependency !== "object" || rawDependency === null)
|
|
612
|
-
return [];
|
|
613
|
-
const dependency = rawDependency;
|
|
614
|
-
const target = normalizeDependencyGraphTarget(dependency.id);
|
|
615
|
-
if (!target)
|
|
616
|
-
return [];
|
|
617
|
-
return [
|
|
618
|
-
{
|
|
619
|
-
id: canonicalIds.get(target.toLowerCase()),
|
|
620
|
-
kind: typeof dependency.kind === "string" ? dependency.kind : "related"
|
|
621
|
-
}
|
|
622
|
-
];
|
|
623
|
-
});
|
|
624
|
-
return {
|
|
625
|
-
id: item.id.trim(),
|
|
626
|
-
...parent ? { parent: canonicalIds.get(parent.toLowerCase()) } : {},
|
|
627
|
-
...blocker ? { blocked_by: canonicalIds.get(blocker.toLowerCase()) } : {},
|
|
628
|
-
dependencies
|
|
629
|
-
};
|
|
630
|
-
});
|
|
631
|
-
return {
|
|
632
|
-
graph: RelationshipGraph.fromItems([...graphItems, ...missingIds.map((id) => ({ id }))], registry),
|
|
633
|
-
details: [
|
|
634
|
-
...safeItems.map((item) => ({
|
|
635
|
-
id: item.id.trim(),
|
|
636
|
-
title: item.title,
|
|
637
|
-
status: item.status
|
|
638
|
-
})),
|
|
639
|
-
...missingIds.map((id) => ({
|
|
640
|
-
id,
|
|
641
|
-
title: `[missing] ${id}`,
|
|
642
|
-
status: "missing"
|
|
643
|
-
}))
|
|
644
|
-
],
|
|
645
|
-
missingIdSet: new Set(missingIds.map((id) => id.toLowerCase())),
|
|
646
|
-
dangling
|
|
647
|
-
};
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
export {
|
|
651
|
-
RelationshipKindRegistry,
|
|
652
|
-
createRelationshipKindRegistry,
|
|
653
|
-
isOrderingRelationshipKind,
|
|
654
|
-
RelationshipGraph,
|
|
655
|
-
dependencyToRelationship,
|
|
656
|
-
collectDanglingDependencyReferences,
|
|
657
|
-
collectMissingDependencyTargetIds,
|
|
658
|
-
assembleWorkspaceRelationshipGraph
|
|
659
|
-
};
|
|
660
|
-
//# sourceMappingURL=chunk-L5BTTDU5.js.map
|
|
661
|
-
|
|
662
|
-
//# debugId=8145f80d-99b5-53e4-a519-54b4549dca6c
|