@unbrained/pm-cli 2026.7.21 → 2026.7.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +2 -2
- package/CHANGELOG.md +25 -0
- package/dist/cli/bundle-integrity.js +3 -3
- package/dist/cli/bundle-integrity.js.map +1 -1
- package/dist/cli/commands/contracts.d.ts +5 -0
- package/dist/cli/commands/contracts.js +8 -6
- package/dist/cli/commands/contracts.js.map +1 -1
- package/dist/cli/commands/copy.js +36 -20
- package/dist/cli/commands/copy.js.map +1 -1
- package/dist/cli/commands/create.js +48 -24
- package/dist/cli/commands/create.js.map +1 -1
- package/dist/cli/commands/merge.d.ts +1 -1
- package/dist/cli/commands/merge.js +3 -3
- package/dist/cli/commands/merge.js.map +1 -1
- package/dist/cli/commands/restore.js +40 -22
- package/dist/cli/commands/restore.js.map +1 -1
- package/dist/cli/commands/update.js +12 -9
- package/dist/cli/commands/update.js.map +1 -1
- package/dist/cli/extension-command-help.js +3 -4
- package/dist/cli/extension-command-help.js.map +1 -1
- package/dist/cli/main.d.ts +3 -2
- package/dist/cli/main.js +6 -6
- package/dist/cli/main.js.map +1 -1
- package/dist/cli/register-list-query.js +33 -21
- package/dist/cli/register-list-query.js.map +1 -1
- package/dist/cli/register-mutation.js +63 -37
- package/dist/cli/register-mutation.js.map +1 -1
- package/dist/cli/registration-helpers.d.ts +2 -0
- package/dist/cli/registration-helpers.js +3 -2
- package/dist/cli/registration-helpers.js.map +1 -1
- package/dist/cli-bundle/bundle-manifest.json +349 -341
- package/dist/cli-bundle/chunks/{append-7OVFYR3C.js → append-CYMA7RJT.js} +5 -5
- package/dist/cli-bundle/chunks/append-H53CAPMP.js +11 -0
- package/dist/cli-bundle/chunks/{chunk-PFNHX655.js → chunk-2P7OK4WG.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-EJDGV4GR.js → chunk-3EBGHNNQ.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-DZRV2OPA.js → chunk-3EDFN3VV.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-ZOY5K4D3.js → chunk-3PWJWLLQ.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-VXOOB6YX.js → chunk-3SJAR3CY.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-GTLCVJOE.js → chunk-3WVKMF2A.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-LAV26CQG.js → chunk-42SYYKA4.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-NLR32VFS.js → chunk-4IXLNV7W.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-BKIAH72N.js → chunk-4LTPHDKA.js} +39 -23
- package/dist/cli-bundle/chunks/chunk-4LTPHDKA.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-ABWCF646.js → chunk-4YTQVO3V.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-E5XMKOSB.js → chunk-5EBRMHI6.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-IY6VZ3IW.js → chunk-5FAG2JUC.js} +320 -62
- package/dist/cli-bundle/chunks/chunk-5FAG2JUC.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-GKX4NJ7U.js → chunk-5K5LHZZX.js} +6 -6
- package/dist/cli-bundle/chunks/{chunk-T6PPNM7V.js → chunk-5K7BOAB6.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-4QOB7L7I.js → chunk-5MUZ54G2.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-SF3DT5HJ.js → chunk-5QME4KX2.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-RMF7LMBS.js → chunk-6PDGFY3P.js} +27 -17
- package/dist/cli-bundle/chunks/{chunk-RMF7LMBS.js.map → chunk-6PDGFY3P.js.map} +2 -2
- package/dist/cli-bundle/chunks/{chunk-TRSHFPRZ.js → chunk-6PM6CPPP.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-O4BCOJTZ.js → chunk-7AHRY3ZB.js} +21 -16
- package/dist/cli-bundle/chunks/chunk-7AHRY3ZB.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-OR42SO64.js → chunk-7B36A3VT.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-QWRVBJ4D.js → chunk-7OR2YKKD.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-FPBMLYPI.js → chunk-7QUV54XX.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-WWNL6WMH.js → chunk-7WXW6JHG.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-BXNDKOR2.js → chunk-A2VL5SVG.js} +4 -4
- package/dist/cli-bundle/chunks/chunk-AXGDUXJW.js +5 -0
- package/dist/cli-bundle/chunks/{chunk-IAQE32BI.js → chunk-B2AVNGG3.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-K36WV5J6.js → chunk-B7O44UBR.js} +71 -8
- package/dist/cli-bundle/chunks/chunk-B7O44UBR.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-HCEBZNC3.js → chunk-BRMPF2RM.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-Z7VWXXJM.js → chunk-BTNKMF2A.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-KH44WBAT.js → chunk-CD4643VW.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-OWXOPDHD.js → chunk-CJEEC5O4.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-PZC2FUOQ.js → chunk-CTPKCZCF.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-7W2UAXXT.js → chunk-D4OBQVL3.js} +10 -10
- package/dist/cli-bundle/chunks/{chunk-EWJWSNRU.js → chunk-DM4TYC2A.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-VJQG4BIM.js → chunk-DSFTAQ7T.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-AELMUANP.js → chunk-DVB6SQU7.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-KBLZ3AA5.js → chunk-E3ZWOFSO.js} +4 -4
- package/dist/cli-bundle/chunks/chunk-EP25DV6P.js +9 -0
- package/dist/cli-bundle/chunks/{chunk-GTK4DTEW.js → chunk-F4VCB4WY.js} +10 -10
- package/dist/cli-bundle/chunks/{chunk-V22ZPOKN.js → chunk-F4XAQUQA.js} +6 -6
- package/dist/cli-bundle/chunks/{chunk-QOOTOD3W.js → chunk-FGR6IBAF.js} +6 -6
- package/dist/cli-bundle/chunks/{chunk-JSLT7WVE.js → chunk-FKBMT2Q6.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-QIH77CAG.js → chunk-G5RLSSIX.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-P7MTHPJQ.js → chunk-GEKRVH3G.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-2L6ZP22J.js → chunk-GSP6IZFU.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-ATBCUC7Y.js → chunk-H3MDK2VU.js} +48 -30
- package/dist/cli-bundle/chunks/chunk-H3MDK2VU.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-ZVZGXPQ5.js → chunk-HYZZM3Q2.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-XJTABV3X.js → chunk-IBWG3OSH.js} +22 -17
- package/dist/cli-bundle/chunks/chunk-IBWG3OSH.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-4XGJLADW.js → chunk-IHY5SX7O.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-UCBDQI5E.js → chunk-IMU7JLUI.js} +7 -7
- package/dist/cli-bundle/chunks/{chunk-Z75ONV25.js → chunk-IPAQAJWB.js} +77 -7
- package/dist/cli-bundle/chunks/chunk-IPAQAJWB.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-7RW4JCU2.js → chunk-IQCD6OO3.js} +25 -13
- package/dist/cli-bundle/chunks/chunk-IQCD6OO3.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-YQWCZ5AC.js → chunk-J3ZKFEDM.js} +38 -22
- package/dist/cli-bundle/chunks/chunk-J3ZKFEDM.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-PEQGTJ5Q.js → chunk-JCLXCGIL.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-GROYI4RB.js → chunk-JLTHOYR7.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-JHJSFOAM.js → chunk-JMPVHM44.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-MATHDCGG.js → chunk-JWYG36RV.js} +8 -8
- package/dist/cli-bundle/chunks/{chunk-ZTVA4KLN.js → chunk-KEGVMZNA.js} +28 -16
- package/dist/cli-bundle/chunks/chunk-KEGVMZNA.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-VLRGDBLY.js → chunk-KEHOPUHH.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-K55VMLSS.js → chunk-KJ4ZF35M.js} +63 -13
- package/dist/cli-bundle/chunks/chunk-KJ4ZF35M.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-CPX275C6.js → chunk-KPCZL2YK.js} +6 -6
- package/dist/cli-bundle/chunks/{chunk-POG76WWZ.js → chunk-L7DZV6EZ.js} +319 -61
- package/dist/cli-bundle/chunks/chunk-L7DZV6EZ.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-FO6OSVEN.js → chunk-LANV45W2.js} +8 -8
- package/dist/cli-bundle/chunks/{chunk-LVC72YRD.js → chunk-LC5ZUXWE.js} +7 -7
- package/dist/cli-bundle/chunks/{chunk-SY4SFZSD.js → chunk-LE522OXA.js} +55 -30
- package/dist/cli-bundle/chunks/chunk-LE522OXA.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-TVYYO5A7.js → chunk-MBHYQYCS.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-FJIFFBJX.js → chunk-MROP2RNT.js} +66 -74
- package/dist/cli-bundle/chunks/chunk-MROP2RNT.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-7656MAUL.js → chunk-MUAJHL2R.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-R3P6FZJW.js → chunk-N6QCY2AX.js} +43 -25
- package/dist/cli-bundle/chunks/chunk-N6QCY2AX.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-7WCE6Y64.js → chunk-NUQCSV4P.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-SZVB53Y3.js → chunk-O3GFE2PX.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-OY7DMU5P.js → chunk-O43LEUSD.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-AMJPSANK.js → chunk-O7RH6BWP.js} +103 -44
- package/dist/cli-bundle/chunks/chunk-O7RH6BWP.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-NUF7ROFH.js → chunk-OODR5KYF.js} +26 -27
- package/dist/cli-bundle/chunks/chunk-OODR5KYF.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-LZYP423P.js → chunk-OZ25YD4Q.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-VZIZB6QH.js → chunk-PKYKQCTJ.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-UZLJOEAC.js → chunk-PMRED6QZ.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-ADBTSVGK.js → chunk-PPATPPI6.js} +65 -73
- package/dist/cli-bundle/chunks/chunk-PPATPPI6.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-K4CI6Y45.js → chunk-PWGJCP2V.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-UVN66B3M.js → chunk-Q3Z2Y5WJ.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-RNPZYNHS.js → chunk-Q6YZ3VCI.js} +104 -45
- package/dist/cli-bundle/chunks/chunk-Q6YZ3VCI.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-7DOJC3HS.js → chunk-QE5EUHKN.js} +28 -18
- package/dist/cli-bundle/chunks/chunk-QE5EUHKN.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-AS4SAZ5R.js → chunk-QKMMWESK.js} +25 -26
- package/dist/cli-bundle/chunks/chunk-QKMMWESK.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-R7QV7ICM.js → chunk-QSXN2FAN.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-5NTE36LD.js → chunk-RBECHH5K.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-JXCW2TI2.js → chunk-RPNC7M63.js} +8 -8
- package/dist/cli-bundle/chunks/{chunk-ICDAQ4TD.js → chunk-S2QQNTA6.js} +26 -14
- package/dist/cli-bundle/chunks/chunk-S2QQNTA6.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-JFD5LPMI.js → chunk-SP3BAXFF.js} +29 -17
- package/dist/cli-bundle/chunks/chunk-SP3BAXFF.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-F2LBF7XJ.js → chunk-SUSFH6F7.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-VHXHVTUU.js → chunk-TDOPC7UY.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-HYW67VJ5.js → chunk-TLF52ZDP.js} +30 -25
- package/dist/cli-bundle/chunks/chunk-TLF52ZDP.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-FSE2IKJQ.js → chunk-TWHG646K.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-OCUBRA6D.js → chunk-U7U7WGEC.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-PONKZPCJ.js → chunk-UFRVIIJ2.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-VNTCM3VW.js → chunk-VKX2VZZH.js} +8 -8
- package/dist/cli-bundle/chunks/{chunk-7AVEY74G.js → chunk-VTOCZ343.js} +29 -24
- package/dist/cli-bundle/chunks/chunk-VTOCZ343.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-6JUTHVQS.js → chunk-W2JDNTN3.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-PQSEQD6E.js → chunk-W35PHE44.js} +62 -12
- package/dist/cli-bundle/chunks/chunk-W35PHE44.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-4QSQ6XDK.js → chunk-WT4KXBUD.js} +68 -31
- package/dist/cli-bundle/chunks/chunk-WT4KXBUD.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-RPESLSO5.js → chunk-XC5RVKHH.js} +69 -32
- package/dist/cli-bundle/chunks/chunk-XC5RVKHH.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-QG4GFLQ6.js → chunk-XD6UF2NB.js} +42 -24
- package/dist/cli-bundle/chunks/chunk-XD6UF2NB.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-AF2CCM5U.js → chunk-XKRVX4B3.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-JGUKMMRS.js → chunk-XN4NQZJK.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-3P7UJQOX.js → chunk-YKFMLQNK.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-YCIUJJOD.js → chunk-YKWKMGL7.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-TOBGV45Y.js → chunk-YUKIFPWK.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-72LQ4TKV.js → chunk-YYEZEP3E.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-X3W65QK3.js → chunk-ZEY3XSZQ.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-MWQ2HC2A.js → chunk-ZKOQHLJP.js} +59 -34
- package/dist/cli-bundle/chunks/chunk-ZKOQHLJP.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-QJIKE24M.js → chunk-ZQ3UMKWE.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-4PUUNQDV.js → chunk-ZVVEWHWK.js} +58 -33
- package/dist/cli-bundle/chunks/chunk-ZVVEWHWK.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-OG5DVFMA.js → chunk-ZXE6SNKO.js} +5 -5
- package/dist/cli-bundle/chunks/close-GAUIGOQC.js +12 -0
- package/dist/cli-bundle/chunks/{close-QEMOYZN3.js → close-SJIEKNY4.js} +5 -5
- package/dist/cli-bundle/chunks/{close-many-RZVTUGBG.js → close-many-B6AIC5OQ.js} +15 -14
- package/dist/cli-bundle/chunks/close-many-QCINT6I2.js +24 -0
- package/dist/cli-bundle/chunks/comments-4SK5EUEJ.js +13 -0
- package/dist/cli-bundle/chunks/{comments-TPU7QRBL.js → comments-DM5KV2RS.js} +7 -7
- package/dist/cli-bundle/chunks/copy-4KCCLTYQ.js +10 -0
- package/dist/cli-bundle/chunks/{copy-DKTSSCK7.js → copy-HEP5SZHB.js} +5 -4
- package/dist/cli-bundle/chunks/create-BDKQFPRE.js +30 -0
- package/dist/cli-bundle/chunks/{create-EIFBIVNQ.js → create-VCGBCYL2.js} +11 -10
- package/dist/cli-bundle/chunks/delete-JWDXPR3H.js +10 -0
- package/dist/cli-bundle/chunks/{delete-LCS3VPDH.js → delete-ZSPBTVJD.js} +4 -4
- package/dist/cli-bundle/chunks/{deps-YG7UF3VR.js → deps-BZTWWOIE.js} +6 -6
- package/dist/cli-bundle/chunks/{deps-UH5EQQUY.js → deps-OVAJOQIE.js} +6 -6
- package/dist/cli-bundle/chunks/{docs-G32TK6XS.js → docs-3GFMSWLL.js} +6 -6
- package/dist/cli-bundle/chunks/docs-SY2NPT6Y.js +14 -0
- package/dist/cli-bundle/chunks/{files-4ALMCSKB.js → files-2SEL4QIU.js} +6 -6
- package/dist/cli-bundle/chunks/{files-3H32UQ4K.js → files-FYMMJGNN.js} +6 -6
- package/dist/cli-bundle/chunks/focus-4A27YJ2Z.js +10 -0
- package/dist/cli-bundle/chunks/{focus-7SOUT5PZ.js → focus-TEUJKTAT.js} +5 -5
- package/dist/cli-bundle/chunks/history-compact-7QOKL2NB.js +16 -0
- package/dist/cli-bundle/chunks/{history-compact-77BT2LUB.js → history-compact-U7A37VR6.js} +6 -6
- package/dist/cli-bundle/chunks/{history-redact-LJPZPNFA.js → history-redact-TNKUO4ZE.js} +4 -4
- package/dist/cli-bundle/chunks/{history-redact-PWTTJ3XS.js → history-redact-ZWRUWQY3.js} +4 -4
- package/dist/cli-bundle/chunks/{history-repair-I7CBNCV3.js → history-repair-6IU5VWHN.js} +7 -7
- package/dist/cli-bundle/chunks/history-repair-GWCGJUM2.js +17 -0
- package/dist/cli-bundle/chunks/learnings-DDFAUUX3.js +13 -0
- package/dist/cli-bundle/chunks/{learnings-KTYW3AL7.js → learnings-GOEZXMKL.js} +7 -7
- package/dist/cli-bundle/chunks/{notes-ZERD3KB2.js → notes-BZWODAEK.js} +7 -7
- package/dist/cli-bundle/chunks/notes-OBJ6FL36.js +13 -0
- package/dist/cli-bundle/chunks/{plan-OFJUBIM5.js → plan-V57VQTAG.js} +12 -11
- package/dist/cli-bundle/chunks/plan-ZMOBD6FX.js +27 -0
- package/dist/cli-bundle/chunks/{profile-3THJPIQY.js → profile-BG3N4ETA.js} +9 -9
- package/dist/cli-bundle/chunks/{profile-XEZAMMBW.js → profile-XLM45FKV.js} +9 -9
- package/dist/cli-bundle/chunks/{register-list-query-BR435Q2H.js → register-list-query-EYYNTGMF.js} +48 -38
- package/dist/cli-bundle/chunks/register-list-query-EYYNTGMF.js.map +1 -0
- package/dist/cli-bundle/chunks/{register-list-query-RWTWLOBE.js → register-list-query-WGXJPXXY.js} +47 -37
- package/dist/cli-bundle/chunks/register-list-query-WGXJPXXY.js.map +7 -0
- package/dist/cli-bundle/chunks/{register-mutation-HLWC2WNP.js → register-mutation-3YSDDVOL.js} +131 -105
- package/dist/cli-bundle/chunks/register-mutation-3YSDDVOL.js.map +1 -0
- package/dist/cli-bundle/chunks/{register-mutation-ZJX5AZM5.js → register-mutation-VDGUMMUY.js} +131 -105
- package/dist/cli-bundle/chunks/register-mutation-VDGUMMUY.js.map +7 -0
- package/dist/cli-bundle/chunks/{register-operations-744YBJMV.js → register-operations-H4URGAHX.js} +36 -35
- package/dist/cli-bundle/chunks/{register-operations-744YBJMV.js.map → register-operations-H4URGAHX.js.map} +1 -1
- package/dist/cli-bundle/chunks/{register-operations-UEBJH6AN.js → register-operations-HSO7X77D.js} +34 -33
- package/dist/cli-bundle/chunks/{register-operations-UEBJH6AN.js.map → register-operations-HSO7X77D.js.map} +1 -1
- package/dist/cli-bundle/chunks/{register-setup-5DA4UZXI.js → register-setup-HZ2KKXK4.js} +13 -13
- package/dist/cli-bundle/chunks/{register-setup-6H25M3BH.js → register-setup-WCBKJ3H3.js} +13 -13
- package/dist/cli-bundle/chunks/{restore-6TDVSATY.js → restore-3NGRFDPX.js} +7 -6
- package/dist/cli-bundle/chunks/restore-LNVNUWHE.js +15 -0
- package/dist/cli-bundle/chunks/{schema-TPVTIJPO.js → schema-LMFZ742C.js} +6 -6
- package/dist/cli-bundle/chunks/{schema-HFXFSGPG.js → schema-O34O33UW.js} +6 -6
- package/dist/cli-bundle/chunks/update-BN6VZSYX.js +24 -0
- package/dist/cli-bundle/chunks/{update-LJZCL5SI.js → update-FDLPLKOB.js} +14 -13
- package/dist/cli-bundle/chunks/update-many-WCKOPN3K.js +35 -0
- package/dist/cli-bundle/chunks/update-many-WCKOPN3K.js.map +7 -0
- package/dist/cli-bundle/chunks/update-many-X6DVGOMM.js +39 -0
- package/dist/cli-bundle/chunks/update-many-X6DVGOMM.js.map +1 -0
- package/dist/cli-bundle/main.js +65 -64
- package/dist/cli-bundle/main.js.map +2 -2
- package/dist/cli-bundle/sdk-runtime.js +53 -52
- package/dist/cli-bundle/sdk-testing.js +6 -6
- package/dist/cli-bundle/sdk.js +362 -56
- package/dist/cli-bundle/sdk.js.map +4 -4
- package/dist/cli.js +10 -4
- package/dist/cli.js.map +1 -1
- package/dist/core/diagnostics/remediation.js +7 -2
- package/dist/core/diagnostics/remediation.js.map +1 -1
- package/dist/core/search/background-refresh.d.ts +3 -1
- package/dist/core/search/background-refresh.js +34 -6
- package/dist/core/search/background-refresh.js.map +1 -1
- package/dist/core/search/cache.js +28 -5
- package/dist/core/search/cache.js.map +1 -1
- package/dist/core/shared/constants.d.ts +2 -0
- package/dist/core/shared/constants.js +29 -24
- package/dist/core/shared/constants.js.map +1 -1
- package/dist/core/store/item-metadata-cache.d.ts +32 -1
- package/dist/core/store/item-metadata-cache.js +289 -21
- package/dist/core/store/item-metadata-cache.js.map +1 -1
- package/dist/core/store/item-store.js +71 -34
- package/dist/core/store/item-store.js.map +1 -1
- package/dist/core/store/settings.js +9 -3
- package/dist/core/store/settings.js.map +1 -1
- package/dist/sdk/cli-bootstrap.js +68 -76
- package/dist/sdk/cli-bootstrap.js.map +1 -1
- package/dist/sdk/compile-cache.d.ts +16 -0
- package/dist/sdk/compile-cache.js +73 -0
- package/dist/sdk/compile-cache.js.map +1 -0
- package/dist/sdk/context-relevance.d.ts +16 -1
- package/dist/sdk/context-relevance.js +20 -8
- package/dist/sdk/context-relevance.js.map +1 -1
- package/dist/sdk/context-signal-store.d.ts +77 -0
- package/dist/sdk/context-signal-store.js +201 -0
- package/dist/sdk/context-signal-store.js.map +1 -0
- package/dist/sdk/dependency-provenance.d.ts +12 -0
- package/dist/sdk/dependency-provenance.js +38 -0
- package/dist/sdk/dependency-provenance.js.map +1 -0
- package/dist/sdk/governance/storage-integrity.d.ts +1 -1
- package/dist/sdk/governance/storage-integrity.js +47 -6
- package/dist/sdk/governance/storage-integrity.js.map +1 -1
- package/dist/sdk/graph/assembly.d.ts +2 -0
- package/dist/sdk/graph/assembly.js +51 -4
- package/dist/sdk/graph/assembly.js.map +1 -1
- package/dist/sdk/graph/run.js +12 -13
- package/dist/sdk/graph/run.js.map +1 -1
- package/dist/sdk/index.d.ts +5 -0
- package/dist/sdk/index.js +7 -2
- package/dist/sdk/index.js.map +1 -1
- package/dist/sdk/item-metadata-index.d.ts +11 -0
- package/dist/sdk/item-metadata-index.js +15 -0
- package/dist/sdk/item-metadata-index.js.map +1 -0
- package/dist/sdk/merge/index.d.ts +1 -0
- package/dist/sdk/merge/index.js +3 -2
- package/dist/sdk/merge/index.js.map +1 -1
- package/dist/sdk/merge/install.js +25 -9
- package/dist/sdk/merge/install.js.map +1 -1
- package/dist/sdk/merge/reconcile.d.ts +46 -0
- package/dist/sdk/merge/reconcile.js +46 -0
- package/dist/sdk/merge/reconcile.js.map +1 -0
- package/dist/sdk/query/list.d.ts +5 -4
- package/dist/sdk/query/list.js +22 -14
- package/dist/sdk/query/list.js.map +1 -1
- package/dist/sdk/relationship-history.d.ts +30 -0
- package/dist/sdk/relationship-history.js +75 -7
- package/dist/sdk/relationship-history.js.map +1 -1
- package/dist/sdk/relationship-migration.d.ts +42 -0
- package/dist/sdk/relationship-migration.js +78 -0
- package/dist/sdk/relationship-migration.js.map +1 -0
- package/dist/sdk/structured-mutations.js +4 -25
- package/dist/sdk/structured-mutations.js.map +1 -1
- package/docs/COMMANDS.md +26 -3
- package/docs/CONFIGURATION.md +1 -1
- package/docs/MERGE_SAFETY.md +14 -5
- package/docs/PERFORMANCE.md +28 -0
- package/docs/RELATIONSHIP_GRAPH.md +47 -1
- package/docs/SDK.md +78 -5
- package/marketplace.json +2 -2
- package/package.json +2 -2
- package/packages/pm-beads/package.json +1 -1
- package/packages/pm-calendar/package.json +1 -1
- package/packages/pm-command-kit/package.json +1 -1
- package/packages/pm-governance-audit/package.json +1 -1
- package/packages/pm-guide-shell/package.json +1 -1
- package/packages/pm-kanban/package.json +1 -1
- package/packages/pm-lifecycle-hooks/package.json +1 -1
- package/packages/pm-linked-test-adapters/package.json +1 -1
- package/packages/pm-search-advanced/package.json +1 -1
- package/packages/pm-templates/package.json +1 -1
- package/packages/pm-todos/package.json +1 -1
- package/packages/pm-vcs/package.json +1 -1
- package/plugins/pm-claude/.claude-plugin/plugin.json +1 -1
- package/plugins/pm-codex/.codex-plugin/plugin.json +1 -1
- package/dist/cli-bundle/chunks/append-DFETHAZL.js +0 -11
- package/dist/cli-bundle/chunks/chunk-4PUUNQDV.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-4QSQ6XDK.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-7AVEY74G.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-7DOJC3HS.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-7RW4JCU2.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-ADBTSVGK.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-AMJPSANK.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-AS4SAZ5R.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-ATBCUC7Y.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-BKIAH72N.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-FJIFFBJX.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-HYW67VJ5.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-ICDAQ4TD.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-IY6VZ3IW.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-JFD5LPMI.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-K36WV5J6.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-K55VMLSS.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-MWQ2HC2A.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-NUF7ROFH.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-O4BCOJTZ.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-POG76WWZ.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-PQSEQD6E.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-QG4GFLQ6.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-R3P6FZJW.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-RNPZYNHS.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-RPESLSO5.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-SY4SFZSD.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-XJTABV3X.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-YQWCZ5AC.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-Z75ONV25.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-ZTVA4KLN.js.map +0 -7
- package/dist/cli-bundle/chunks/close-O5QVZ6ET.js +0 -12
- package/dist/cli-bundle/chunks/close-many-5RZXVN4J.js +0 -23
- package/dist/cli-bundle/chunks/comments-Z4KV6FU3.js +0 -13
- package/dist/cli-bundle/chunks/copy-M7DDI6LS.js +0 -9
- package/dist/cli-bundle/chunks/create-RGSPN5GD.js +0 -29
- package/dist/cli-bundle/chunks/delete-MD7YXQLH.js +0 -10
- package/dist/cli-bundle/chunks/docs-JWWNRC27.js +0 -14
- package/dist/cli-bundle/chunks/focus-DRQ6FQH6.js +0 -10
- package/dist/cli-bundle/chunks/history-compact-VCKGTX64.js +0 -16
- package/dist/cli-bundle/chunks/history-repair-YTDZRK5E.js +0 -17
- package/dist/cli-bundle/chunks/learnings-CYNOICKR.js +0 -13
- package/dist/cli-bundle/chunks/notes-FGO63FXL.js +0 -13
- package/dist/cli-bundle/chunks/plan-SGCDDTYR.js +0 -26
- package/dist/cli-bundle/chunks/register-list-query-BR435Q2H.js.map +0 -1
- package/dist/cli-bundle/chunks/register-list-query-RWTWLOBE.js.map +0 -7
- package/dist/cli-bundle/chunks/register-mutation-HLWC2WNP.js.map +0 -1
- package/dist/cli-bundle/chunks/register-mutation-ZJX5AZM5.js.map +0 -7
- package/dist/cli-bundle/chunks/restore-RSL7C7LO.js +0 -14
- package/dist/cli-bundle/chunks/update-SIA7LH5Y.js +0 -23
- package/dist/cli-bundle/chunks/update-many-BDBZVGQL.js +0 -38
- package/dist/cli-bundle/chunks/update-many-MOY3A5B3.js +0 -34
- /package/dist/cli-bundle/chunks/{append-7OVFYR3C.js.map → append-CYMA7RJT.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{append-DFETHAZL.js.map → append-H53CAPMP.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-PFNHX655.js.map → chunk-2P7OK4WG.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-EJDGV4GR.js.map → chunk-3EBGHNNQ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-DZRV2OPA.js.map → chunk-3EDFN3VV.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-ZOY5K4D3.js.map → chunk-3PWJWLLQ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-VXOOB6YX.js.map → chunk-3SJAR3CY.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-GTLCVJOE.js.map → chunk-3WVKMF2A.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-LAV26CQG.js.map → chunk-42SYYKA4.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-NLR32VFS.js.map → chunk-4IXLNV7W.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-ABWCF646.js.map → chunk-4YTQVO3V.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-E5XMKOSB.js.map → chunk-5EBRMHI6.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-GKX4NJ7U.js.map → chunk-5K5LHZZX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-T6PPNM7V.js.map → chunk-5K7BOAB6.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-4QOB7L7I.js.map → chunk-5MUZ54G2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-SF3DT5HJ.js.map → chunk-5QME4KX2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-TRSHFPRZ.js.map → chunk-6PM6CPPP.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-OR42SO64.js.map → chunk-7B36A3VT.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-QWRVBJ4D.js.map → chunk-7OR2YKKD.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-FPBMLYPI.js.map → chunk-7QUV54XX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-WWNL6WMH.js.map → chunk-7WXW6JHG.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-BXNDKOR2.js.map → chunk-A2VL5SVG.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-QEMOYZN3.js.map → chunk-AXGDUXJW.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-IAQE32BI.js.map → chunk-B2AVNGG3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-HCEBZNC3.js.map → chunk-BRMPF2RM.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-Z7VWXXJM.js.map → chunk-BTNKMF2A.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-KH44WBAT.js.map → chunk-CD4643VW.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-OWXOPDHD.js.map → chunk-CJEEC5O4.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-PZC2FUOQ.js.map → chunk-CTPKCZCF.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-7W2UAXXT.js.map → chunk-D4OBQVL3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-EWJWSNRU.js.map → chunk-DM4TYC2A.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-VJQG4BIM.js.map → chunk-DSFTAQ7T.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-AELMUANP.js.map → chunk-DVB6SQU7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-KBLZ3AA5.js.map → chunk-E3ZWOFSO.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-O5QVZ6ET.js.map → chunk-EP25DV6P.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-GTK4DTEW.js.map → chunk-F4VCB4WY.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-V22ZPOKN.js.map → chunk-F4XAQUQA.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-QOOTOD3W.js.map → chunk-FGR6IBAF.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-JSLT7WVE.js.map → chunk-FKBMT2Q6.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-QIH77CAG.js.map → chunk-G5RLSSIX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-P7MTHPJQ.js.map → chunk-GEKRVH3G.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-2L6ZP22J.js.map → chunk-GSP6IZFU.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-ZVZGXPQ5.js.map → chunk-HYZZM3Q2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-4XGJLADW.js.map → chunk-IHY5SX7O.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-UCBDQI5E.js.map → chunk-IMU7JLUI.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-PEQGTJ5Q.js.map → chunk-JCLXCGIL.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-GROYI4RB.js.map → chunk-JLTHOYR7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-JHJSFOAM.js.map → chunk-JMPVHM44.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-MATHDCGG.js.map → chunk-JWYG36RV.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-VLRGDBLY.js.map → chunk-KEHOPUHH.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-CPX275C6.js.map → chunk-KPCZL2YK.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-FO6OSVEN.js.map → chunk-LANV45W2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-LVC72YRD.js.map → chunk-LC5ZUXWE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-TVYYO5A7.js.map → chunk-MBHYQYCS.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-7656MAUL.js.map → chunk-MUAJHL2R.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-7WCE6Y64.js.map → chunk-NUQCSV4P.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-SZVB53Y3.js.map → chunk-O3GFE2PX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-OY7DMU5P.js.map → chunk-O43LEUSD.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-LZYP423P.js.map → chunk-OZ25YD4Q.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-VZIZB6QH.js.map → chunk-PKYKQCTJ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-UZLJOEAC.js.map → chunk-PMRED6QZ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-K4CI6Y45.js.map → chunk-PWGJCP2V.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-UVN66B3M.js.map → chunk-Q3Z2Y5WJ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-R7QV7ICM.js.map → chunk-QSXN2FAN.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-5NTE36LD.js.map → chunk-RBECHH5K.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-JXCW2TI2.js.map → chunk-RPNC7M63.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-F2LBF7XJ.js.map → chunk-SUSFH6F7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-VHXHVTUU.js.map → chunk-TDOPC7UY.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-FSE2IKJQ.js.map → chunk-TWHG646K.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-OCUBRA6D.js.map → chunk-U7U7WGEC.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-PONKZPCJ.js.map → chunk-UFRVIIJ2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-VNTCM3VW.js.map → chunk-VKX2VZZH.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-6JUTHVQS.js.map → chunk-W2JDNTN3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-AF2CCM5U.js.map → chunk-XKRVX4B3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-JGUKMMRS.js.map → chunk-XN4NQZJK.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-3P7UJQOX.js.map → chunk-YKFMLQNK.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-YCIUJJOD.js.map → chunk-YKWKMGL7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-TOBGV45Y.js.map → chunk-YUKIFPWK.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-72LQ4TKV.js.map → chunk-YYEZEP3E.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-X3W65QK3.js.map → chunk-ZEY3XSZQ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-QJIKE24M.js.map → chunk-ZQ3UMKWE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-OG5DVFMA.js.map → chunk-ZXE6SNKO.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-many-5RZXVN4J.js.map → close-GAUIGOQC.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-many-RZVTUGBG.js.map → close-SJIEKNY4.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{comments-TPU7QRBL.js.map → close-many-B6AIC5OQ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{comments-Z4KV6FU3.js.map → close-many-QCINT6I2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{copy-M7DDI6LS.js.map → comments-4SK5EUEJ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{copy-DKTSSCK7.js.map → comments-DM5KV2RS.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{create-RGSPN5GD.js.map → copy-4KCCLTYQ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{create-EIFBIVNQ.js.map → copy-HEP5SZHB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{delete-MD7YXQLH.js.map → create-BDKQFPRE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{delete-LCS3VPDH.js.map → create-VCGBCYL2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{deps-YG7UF3VR.js.map → delete-JWDXPR3H.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{deps-UH5EQQUY.js.map → delete-ZSPBTVJD.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{docs-JWWNRC27.js.map → deps-BZTWWOIE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{docs-G32TK6XS.js.map → deps-OVAJOQIE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{files-3H32UQ4K.js.map → docs-3GFMSWLL.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{files-4ALMCSKB.js.map → docs-SY2NPT6Y.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{focus-DRQ6FQH6.js.map → files-2SEL4QIU.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{focus-7SOUT5PZ.js.map → files-FYMMJGNN.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-compact-VCKGTX64.js.map → focus-4A27YJ2Z.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-compact-77BT2LUB.js.map → focus-TEUJKTAT.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-redact-PWTTJ3XS.js.map → history-compact-7QOKL2NB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-redact-LJPZPNFA.js.map → history-compact-U7A37VR6.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-repair-I7CBNCV3.js.map → history-redact-TNKUO4ZE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-repair-YTDZRK5E.js.map → history-redact-ZWRUWQY3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{learnings-KTYW3AL7.js.map → history-repair-6IU5VWHN.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{learnings-CYNOICKR.js.map → history-repair-GWCGJUM2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{notes-FGO63FXL.js.map → learnings-DDFAUUX3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{notes-ZERD3KB2.js.map → learnings-GOEZXMKL.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{plan-OFJUBIM5.js.map → notes-BZWODAEK.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{plan-SGCDDTYR.js.map → notes-OBJ6FL36.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{profile-3THJPIQY.js.map → plan-V57VQTAG.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{profile-XEZAMMBW.js.map → plan-ZMOBD6FX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{restore-6TDVSATY.js.map → profile-BG3N4ETA.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{restore-RSL7C7LO.js.map → profile-XLM45FKV.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{register-setup-5DA4UZXI.js.map → register-setup-HZ2KKXK4.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{register-setup-6H25M3BH.js.map → register-setup-WCBKJ3H3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{schema-TPVTIJPO.js.map → restore-3NGRFDPX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{schema-HFXFSGPG.js.map → restore-LNVNUWHE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-LJZCL5SI.js.map → schema-LMFZ742C.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-SIA7LH5Y.js.map → schema-O34O33UW.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-many-MOY3A5B3.js.map → update-BN6VZSYX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-many-BDBZVGQL.js.map → update-FDLPLKOB.js.map} +0 -0
package/dist/cli-bundle/sdk.js
CHANGED
|
@@ -12,8 +12,9 @@ import {
|
|
|
12
12
|
parseAtomicMutationControls,
|
|
13
13
|
parseItemMutationBatch,
|
|
14
14
|
runMergeDriver,
|
|
15
|
+
runMergeReconcile,
|
|
15
16
|
validateItemMutationRows
|
|
16
|
-
} from "./chunks/chunk-
|
|
17
|
+
} from "./chunks/chunk-LE522OXA.js";
|
|
17
18
|
import {
|
|
18
19
|
applyBootstrapPagerPolicy,
|
|
19
20
|
applyInvocationAuthorOverride,
|
|
@@ -33,7 +34,7 @@ import {
|
|
|
33
34
|
readThrownExitCode,
|
|
34
35
|
stripGlobalBootstrapTokens,
|
|
35
36
|
wrapThrownErrorForSentry
|
|
36
|
-
} from "./chunks/chunk-
|
|
37
|
+
} from "./chunks/chunk-PPATPPI6.js";
|
|
37
38
|
import {
|
|
38
39
|
PM_CLI_EXPECTED_ERROR_NAME,
|
|
39
40
|
PmClient,
|
|
@@ -151,12 +152,12 @@ import {
|
|
|
151
152
|
update,
|
|
152
153
|
upgrade,
|
|
153
154
|
validate
|
|
154
|
-
} from "./chunks/chunk-
|
|
155
|
-
import "./chunks/chunk-
|
|
155
|
+
} from "./chunks/chunk-O7RH6BWP.js";
|
|
156
|
+
import "./chunks/chunk-D4OBQVL3.js";
|
|
156
157
|
import {
|
|
157
158
|
_testOnlyConfigCommand,
|
|
158
159
|
runConfig
|
|
159
|
-
} from "./chunks/chunk-
|
|
160
|
+
} from "./chunks/chunk-F4XAQUQA.js";
|
|
160
161
|
import {
|
|
161
162
|
DEFAULT_CHILD_SAMPLE_LIMIT,
|
|
162
163
|
DEFAULT_EVAL_QUERIES_RELATIVE_PATH,
|
|
@@ -187,7 +188,7 @@ import {
|
|
|
187
188
|
runSearch,
|
|
188
189
|
saveGraphAuditBaseline,
|
|
189
190
|
shouldPersistDurableGraphCache
|
|
190
|
-
} from "./chunks/chunk-
|
|
191
|
+
} from "./chunks/chunk-QKMMWESK.js";
|
|
191
192
|
import {
|
|
192
193
|
TELEMETRY_SUBCOMMANDS,
|
|
193
194
|
_testOnlyHealthCommand,
|
|
@@ -217,8 +218,8 @@ import {
|
|
|
217
218
|
runWorkspaceTransactionGc,
|
|
218
219
|
scanHistoryAuthorAttribution,
|
|
219
220
|
summarizeContextPreflight
|
|
220
|
-
} from "./chunks/chunk-
|
|
221
|
-
import "./chunks/chunk-
|
|
221
|
+
} from "./chunks/chunk-XC5RVKHH.js";
|
|
222
|
+
import "./chunks/chunk-7AHRY3ZB.js";
|
|
222
223
|
import {
|
|
223
224
|
INIT_AGENT_GUIDANCE_MODE_VALUES,
|
|
224
225
|
PM_PACKAGE_CONVENTIONAL_RESOURCE_ROOTS,
|
|
@@ -234,7 +235,7 @@ import {
|
|
|
234
235
|
runInit,
|
|
235
236
|
runInitAgentGuidance,
|
|
236
237
|
summarizeInitResult
|
|
237
|
-
} from "./chunks/chunk-
|
|
238
|
+
} from "./chunks/chunk-LANV45W2.js";
|
|
238
239
|
import {
|
|
239
240
|
CONTEXT_EVALUATION_METRIC_NAMES,
|
|
240
241
|
CONTEXT_PACKING_PROFILES,
|
|
@@ -257,33 +258,33 @@ import {
|
|
|
257
258
|
scoreContextCandidates,
|
|
258
259
|
scoreContextCandidatesWithActiveExtensions,
|
|
259
260
|
summarizeContextEvaluationReports
|
|
260
|
-
} from "./chunks/chunk-
|
|
261
|
+
} from "./chunks/chunk-KEGVMZNA.js";
|
|
261
262
|
import {
|
|
262
263
|
refreshSemanticEmbeddingsForMutatedItems,
|
|
263
264
|
runSemanticRefreshWorker
|
|
264
|
-
} from "./chunks/chunk-
|
|
265
|
+
} from "./chunks/chunk-KJ4ZF35M.js";
|
|
265
266
|
import {
|
|
266
267
|
HISTORY_COMPACT_BULK_DEFAULT_MIN_ENTRIES,
|
|
267
268
|
assertHistoryCompactTarget,
|
|
268
269
|
runHistoryCompact,
|
|
269
270
|
runHistoryCompactBulk
|
|
270
|
-
} from "./chunks/chunk-
|
|
271
|
+
} from "./chunks/chunk-5MUZ54G2.js";
|
|
271
272
|
import "./chunks/chunk-PNTULOGU.js";
|
|
272
273
|
import {
|
|
273
274
|
analyzeReconciliationDiscard,
|
|
274
275
|
assertHistoryRepairTarget,
|
|
275
276
|
runHistoryRepair,
|
|
276
277
|
runHistoryRepairAll
|
|
277
|
-
} from "./chunks/chunk-
|
|
278
|
-
import "./chunks/chunk-
|
|
279
|
-
import "./chunks/chunk-
|
|
280
|
-
import "./chunks/chunk-
|
|
281
|
-
import "./chunks/chunk-
|
|
278
|
+
} from "./chunks/chunk-5K5LHZZX.js";
|
|
279
|
+
import "./chunks/chunk-5EBRMHI6.js";
|
|
280
|
+
import "./chunks/chunk-HYZZM3Q2.js";
|
|
281
|
+
import "./chunks/chunk-TDOPC7UY.js";
|
|
282
|
+
import "./chunks/chunk-3EDFN3VV.js";
|
|
282
283
|
import {
|
|
283
284
|
PLAN_SHOW_DEPTH_VALUES,
|
|
284
285
|
PLAN_SUBCOMMANDS,
|
|
285
286
|
PLAN_TEMPLATE_NAMES
|
|
286
|
-
} from "./chunks/chunk-
|
|
287
|
+
} from "./chunks/chunk-KEHOPUHH.js";
|
|
287
288
|
import "./chunks/chunk-YUSOJDWM.js";
|
|
288
289
|
import {
|
|
289
290
|
PROFILE_SUBCOMMANDS,
|
|
@@ -303,7 +304,7 @@ import {
|
|
|
303
304
|
runTemplatesList,
|
|
304
305
|
runTemplatesSave,
|
|
305
306
|
runTemplatesShow
|
|
306
|
-
} from "./chunks/chunk-
|
|
307
|
+
} from "./chunks/chunk-VKX2VZZH.js";
|
|
307
308
|
import {
|
|
308
309
|
ACTIVITY_COMMANDER_STRING_OPTION_CONTRACTS,
|
|
309
310
|
APPEND_FLAG_CONTRACTS,
|
|
@@ -428,7 +429,7 @@ import {
|
|
|
428
429
|
resolveSubcommandFlagContractsForCommand,
|
|
429
430
|
toCompletionFlagString,
|
|
430
431
|
withFlagAliasMetadata
|
|
431
|
-
} from "./chunks/chunk-
|
|
432
|
+
} from "./chunks/chunk-GEKRVH3G.js";
|
|
432
433
|
import {
|
|
433
434
|
PM_GITATTRIBUTES_END,
|
|
434
435
|
PM_GITATTRIBUTES_START,
|
|
@@ -436,8 +437,8 @@ import {
|
|
|
436
437
|
buildMergeAttributePatterns,
|
|
437
438
|
refreshMergeAttributeFenceIfInstalled,
|
|
438
439
|
runMergeInstall
|
|
439
|
-
} from "./chunks/chunk-
|
|
440
|
-
import "./chunks/chunk-
|
|
440
|
+
} from "./chunks/chunk-IQCD6OO3.js";
|
|
441
|
+
import "./chunks/chunk-A2VL5SVG.js";
|
|
441
442
|
import {
|
|
442
443
|
isErrnoError,
|
|
443
444
|
limitAnnotationEntries,
|
|
@@ -447,7 +448,7 @@ import {
|
|
|
447
448
|
resolveAnnotationInput,
|
|
448
449
|
runAnnotationCommand,
|
|
449
450
|
wrapOwnershipConflict
|
|
450
|
-
} from "./chunks/chunk-
|
|
451
|
+
} from "./chunks/chunk-ZEY3XSZQ.js";
|
|
451
452
|
import {
|
|
452
453
|
LINKED_TEST_ENV_NAME_PATTERN,
|
|
453
454
|
LINKED_TEST_PM_CONTEXT_MODE_VALUES,
|
|
@@ -463,8 +464,8 @@ import {
|
|
|
463
464
|
parseLinkedTestMinLines,
|
|
464
465
|
parseLinkedTestRegexList,
|
|
465
466
|
parseLinkedTestStringList
|
|
466
|
-
} from "./chunks/chunk-
|
|
467
|
-
import "./chunks/chunk-
|
|
467
|
+
} from "./chunks/chunk-ZVVEWHWK.js";
|
|
468
|
+
import "./chunks/chunk-5QME4KX2.js";
|
|
468
469
|
import {
|
|
469
470
|
auditWorkspaceRelationshipGraph,
|
|
470
471
|
collectDuplicateRelationshipEdgeGroups,
|
|
@@ -485,11 +486,11 @@ import {
|
|
|
485
486
|
SUPPRESS_HOST_OUTPUT_MARKER,
|
|
486
487
|
isHostOutputSuppressed,
|
|
487
488
|
suppressHostOutput
|
|
488
|
-
} from "./chunks/chunk-
|
|
489
|
-
import "./chunks/chunk-
|
|
490
|
-
import "./chunks/chunk-
|
|
491
|
-
import "./chunks/chunk-
|
|
492
|
-
import "./chunks/chunk-
|
|
489
|
+
} from "./chunks/chunk-OZ25YD4Q.js";
|
|
490
|
+
import "./chunks/chunk-J3ZKFEDM.js";
|
|
491
|
+
import "./chunks/chunk-B2AVNGG3.js";
|
|
492
|
+
import "./chunks/chunk-FKBMT2Q6.js";
|
|
493
|
+
import "./chunks/chunk-3EBGHNNQ.js";
|
|
493
494
|
import "./chunks/chunk-3HKUXVKV.js";
|
|
494
495
|
import {
|
|
495
496
|
WorkspaceGraphCache,
|
|
@@ -498,24 +499,28 @@ import {
|
|
|
498
499
|
resetWorkspaceGraphCache,
|
|
499
500
|
runDeps,
|
|
500
501
|
workspaceGraphCache
|
|
501
|
-
} from "./chunks/chunk-
|
|
502
|
+
} from "./chunks/chunk-SUSFH6F7.js";
|
|
502
503
|
import {
|
|
504
|
+
EXTERNAL_DEPENDENCY_SOURCE_KIND,
|
|
503
505
|
assembleWorkspaceRelationshipGraph,
|
|
504
506
|
collectDanglingDependencyReferences,
|
|
505
507
|
collectDuplicateDependencyRows,
|
|
506
508
|
collectMissingDependencyTargetIds,
|
|
509
|
+
isExternalDependencySourceKind,
|
|
507
510
|
normalizeDependencyGraphTarget,
|
|
511
|
+
normalizeDependencySeedId,
|
|
512
|
+
normalizeDependencySourceKind,
|
|
508
513
|
resolveWorkspaceRelationshipKindRegistry
|
|
509
|
-
} from "./chunks/chunk-
|
|
514
|
+
} from "./chunks/chunk-IPAQAJWB.js";
|
|
510
515
|
import "./chunks/chunk-6X5MZ5R2.js";
|
|
511
516
|
import {
|
|
512
517
|
runDocs
|
|
513
|
-
} from "./chunks/chunk-
|
|
518
|
+
} from "./chunks/chunk-CTPKCZCF.js";
|
|
514
519
|
import "./chunks/chunk-ZHBI2AP7.js";
|
|
515
520
|
import {
|
|
516
521
|
runFiles,
|
|
517
522
|
runFilesDiscover
|
|
518
|
-
} from "./chunks/chunk-
|
|
523
|
+
} from "./chunks/chunk-3SJAR3CY.js";
|
|
519
524
|
import {
|
|
520
525
|
applyPathMigrations,
|
|
521
526
|
applyStandaloneNote,
|
|
@@ -532,7 +537,7 @@ import {
|
|
|
532
537
|
runLinkedArtifacts,
|
|
533
538
|
sortLinkedArtifacts,
|
|
534
539
|
validateLinkedPaths
|
|
535
|
-
} from "./chunks/chunk-
|
|
540
|
+
} from "./chunks/chunk-U7U7WGEC.js";
|
|
536
541
|
import "./chunks/chunk-D6HZN36B.js";
|
|
537
542
|
import {
|
|
538
543
|
activateExtensionForTest,
|
|
@@ -585,12 +590,12 @@ import {
|
|
|
585
590
|
runRegisteredServiceOverrideForTest,
|
|
586
591
|
runRegisteredVectorStoreAdapterForTest,
|
|
587
592
|
synthesizeExtensionManifest
|
|
588
|
-
} from "./chunks/chunk-
|
|
593
|
+
} from "./chunks/chunk-5K7BOAB6.js";
|
|
589
594
|
import "./chunks/chunk-CYCJBU3I.js";
|
|
590
595
|
import {
|
|
591
596
|
describeExtensionActivation,
|
|
592
597
|
renderExtensionSurfaceMarkdown
|
|
593
|
-
} from "./chunks/chunk-
|
|
598
|
+
} from "./chunks/chunk-NUQCSV4P.js";
|
|
594
599
|
import {
|
|
595
600
|
BUILTIN_PROFILES,
|
|
596
601
|
PROFILE_LINT_CODES,
|
|
@@ -600,29 +605,29 @@ import {
|
|
|
600
605
|
listProfiles,
|
|
601
606
|
normalizeProfileName,
|
|
602
607
|
resolveProfile
|
|
603
|
-
} from "./chunks/chunk-
|
|
608
|
+
} from "./chunks/chunk-BRMPF2RM.js";
|
|
604
609
|
import "./chunks/chunk-SR3JOATZ.js";
|
|
605
610
|
import "./chunks/chunk-FSRHYUDA.js";
|
|
606
|
-
import "./chunks/chunk-
|
|
607
|
-
import "./chunks/chunk-
|
|
608
|
-
import "./chunks/chunk-
|
|
611
|
+
import "./chunks/chunk-PMRED6QZ.js";
|
|
612
|
+
import "./chunks/chunk-7WXW6JHG.js";
|
|
613
|
+
import "./chunks/chunk-7B36A3VT.js";
|
|
609
614
|
import {
|
|
610
615
|
createStdinTokenResolver,
|
|
611
616
|
parseTags
|
|
612
|
-
} from "./chunks/chunk-
|
|
613
|
-
import "./chunks/chunk-
|
|
614
|
-
import "./chunks/chunk-
|
|
617
|
+
} from "./chunks/chunk-YKWKMGL7.js";
|
|
618
|
+
import "./chunks/chunk-LC5ZUXWE.js";
|
|
619
|
+
import "./chunks/chunk-YYEZEP3E.js";
|
|
615
620
|
import "./chunks/chunk-KWYX6ZIR.js";
|
|
616
621
|
import {
|
|
617
622
|
parseIntegerLimit,
|
|
618
623
|
parsePriority,
|
|
619
624
|
parseType,
|
|
620
625
|
runList
|
|
621
|
-
} from "./chunks/chunk-
|
|
622
|
-
import "./chunks/chunk-
|
|
626
|
+
} from "./chunks/chunk-6PDGFY3P.js";
|
|
627
|
+
import "./chunks/chunk-YKFMLQNK.js";
|
|
623
628
|
import {
|
|
624
629
|
parseLimit
|
|
625
|
-
} from "./chunks/chunk-
|
|
630
|
+
} from "./chunks/chunk-Q3Z2Y5WJ.js";
|
|
626
631
|
import {
|
|
627
632
|
QUERY_CURSOR_CONTRACT,
|
|
628
633
|
createQueryFingerprint,
|
|
@@ -631,18 +636,18 @@ import {
|
|
|
631
636
|
encodeQueryCursor,
|
|
632
637
|
paginateQueryRows,
|
|
633
638
|
resolveQueryCursorStart
|
|
634
|
-
} from "./chunks/chunk-
|
|
635
|
-
import "./chunks/chunk-
|
|
639
|
+
} from "./chunks/chunk-3WVKMF2A.js";
|
|
640
|
+
import "./chunks/chunk-XKRVX4B3.js";
|
|
636
641
|
import {
|
|
637
642
|
collectBlockedByIds,
|
|
638
643
|
collectDependencyBlockedIds,
|
|
639
644
|
computeActionabilityReport,
|
|
640
645
|
resolveItemBlockers
|
|
641
|
-
} from "./chunks/chunk-
|
|
642
|
-
import "./chunks/chunk-
|
|
646
|
+
} from "./chunks/chunk-MBHYQYCS.js";
|
|
647
|
+
import "./chunks/chunk-XD6UF2NB.js";
|
|
643
648
|
import {
|
|
644
649
|
getItemAt
|
|
645
|
-
} from "./chunks/chunk-
|
|
650
|
+
} from "./chunks/chunk-PKYKQCTJ.js";
|
|
646
651
|
import {
|
|
647
652
|
_testOnly,
|
|
648
653
|
applyHistoryPatch,
|
|
@@ -653,13 +658,16 @@ import {
|
|
|
653
658
|
resolveHistorySubject,
|
|
654
659
|
resolveHistoryTarget,
|
|
655
660
|
runHistoryRedact
|
|
656
|
-
} from "./chunks/chunk-
|
|
661
|
+
} from "./chunks/chunk-GSP6IZFU.js";
|
|
662
|
+
import "./chunks/chunk-EP25DV6P.js";
|
|
657
663
|
import {
|
|
658
664
|
resolveAuthor
|
|
659
665
|
} from "./chunks/chunk-YRYYFGV3.js";
|
|
660
666
|
import {
|
|
661
667
|
BASELINE_ITEM_FORMAT_VERSION,
|
|
662
668
|
CURRENT_ITEM_FORMAT_VERSION,
|
|
669
|
+
DEFAULT_DERIVED_INDEX_MINIMUM_ITEMS,
|
|
670
|
+
acquireItemMetadataDerivedIndexLock,
|
|
663
671
|
acquireLock,
|
|
664
672
|
appendHistoryEntry,
|
|
665
673
|
canonicalDocument,
|
|
@@ -679,12 +687,13 @@ import {
|
|
|
679
687
|
nowIso,
|
|
680
688
|
readLocatedItem,
|
|
681
689
|
readSettings,
|
|
690
|
+
refreshItemMetadataDerivedIndex,
|
|
682
691
|
runActiveOnReadHooks,
|
|
683
692
|
runActiveOnWriteHooks,
|
|
684
693
|
scanItemFormatVersions,
|
|
685
694
|
serializeItemDocument,
|
|
686
695
|
splitFrontMatter
|
|
687
|
-
} from "./chunks/chunk-
|
|
696
|
+
} from "./chunks/chunk-5FAG2JUC.js";
|
|
688
697
|
import {
|
|
689
698
|
BUILTIN_ITEM_TYPE_VALUES,
|
|
690
699
|
CONFIDENCE_TEXT_VALUES,
|
|
@@ -724,7 +733,7 @@ import {
|
|
|
724
733
|
resolveRuntimeFieldRegistry,
|
|
725
734
|
resolveRuntimeStatusRegistry,
|
|
726
735
|
writeFileAtomic
|
|
727
|
-
} from "./chunks/chunk-
|
|
736
|
+
} from "./chunks/chunk-VTOCZ343.js";
|
|
728
737
|
|
|
729
738
|
// dist/sdk/search-refresh-worker.js
|
|
730
739
|
!(function() {
|
|
@@ -753,6 +762,228 @@ async function flushTelemetryQueue() {
|
|
|
753
762
|
await flushTelemetryQueueNow();
|
|
754
763
|
}
|
|
755
764
|
|
|
765
|
+
// dist/sdk/compile-cache.js
|
|
766
|
+
import fs from "node:fs";
|
|
767
|
+
import path from "node:path";
|
|
768
|
+
!(function() {
|
|
769
|
+
try {
|
|
770
|
+
var e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
|
|
771
|
+
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "40c51325-9031-597f-8c2a-3dfbcb696e19");
|
|
772
|
+
} catch (e2) {
|
|
773
|
+
}
|
|
774
|
+
})();
|
|
775
|
+
var COMPILE_CACHE_CONCURRENT_GRACE_MS = 5 * 60 * 1e3;
|
|
776
|
+
var COMPILE_CACHE_MAX_GENERATIONS = 3;
|
|
777
|
+
function resolveCompileCacheGeneration(packageVersion) {
|
|
778
|
+
return (packageVersion?.trim() || "development").replace(/[^a-zA-Z0-9._-]/g, "_").replace(/^\./, "_");
|
|
779
|
+
}
|
|
780
|
+
function pruneCompileCacheGenerations(cacheRoot, currentGeneration) {
|
|
781
|
+
const normalizedGeneration = currentGeneration.trim();
|
|
782
|
+
if (!/^[a-zA-Z0-9_-][a-zA-Z0-9._-]*$/.test(normalizedGeneration)) {
|
|
783
|
+
throw new TypeError("Compile-cache generation must be a safe non-empty filename token.");
|
|
784
|
+
}
|
|
785
|
+
fs.mkdirSync(cacheRoot, { recursive: true });
|
|
786
|
+
const currentPath = path.join(cacheRoot, normalizedGeneration);
|
|
787
|
+
fs.mkdirSync(currentPath, { recursive: true });
|
|
788
|
+
const touchedAt = /* @__PURE__ */ new Date();
|
|
789
|
+
fs.utimesSync(currentPath, touchedAt, touchedAt);
|
|
790
|
+
const candidates = fs.readdirSync(cacheRoot).filter((name) => name !== normalizedGeneration).flatMap((name) => {
|
|
791
|
+
try {
|
|
792
|
+
return [
|
|
793
|
+
{ name, mtimeMs: fs.statSync(path.join(cacheRoot, name)).mtimeMs }
|
|
794
|
+
];
|
|
795
|
+
} catch (error) {
|
|
796
|
+
if (error instanceof Error && "code" in error && error.code === "ENOENT") {
|
|
797
|
+
return [];
|
|
798
|
+
}
|
|
799
|
+
throw error;
|
|
800
|
+
}
|
|
801
|
+
}).sort((left, right) => right.mtimeMs - left.mtimeMs || left.name.localeCompare(right.name));
|
|
802
|
+
const fresh = candidates.filter((entry) => touchedAt.getTime() - entry.mtimeMs < COMPILE_CACHE_CONCURRENT_GRACE_MS);
|
|
803
|
+
const staleRetention = Math.max(0, COMPILE_CACHE_MAX_GENERATIONS - 1 - fresh.length);
|
|
804
|
+
const removed = candidates.filter((entry) => touchedAt.getTime() - entry.mtimeMs >= COMPILE_CACHE_CONCURRENT_GRACE_MS).slice(staleRetention).map((entry) => entry.name).sort((left, right) => left.localeCompare(right));
|
|
805
|
+
for (const name of removed) {
|
|
806
|
+
fs.rmSync(path.join(cacheRoot, name), {
|
|
807
|
+
recursive: true,
|
|
808
|
+
force: true,
|
|
809
|
+
maxRetries: 3,
|
|
810
|
+
retryDelay: 50
|
|
811
|
+
});
|
|
812
|
+
}
|
|
813
|
+
return { retained: normalizedGeneration, removed };
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
// dist/sdk/context-signal-store.js
|
|
817
|
+
import fs2 from "node:fs/promises";
|
|
818
|
+
import path2 from "node:path";
|
|
819
|
+
import { randomUUID } from "node:crypto";
|
|
820
|
+
!(function() {
|
|
821
|
+
try {
|
|
822
|
+
var e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
|
|
823
|
+
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "26f26fe2-7795-5447-8a43-6d86f5da0e73");
|
|
824
|
+
} catch (e2) {
|
|
825
|
+
}
|
|
826
|
+
})();
|
|
827
|
+
var CONTEXT_SIGNAL_STORE_FORMAT_VERSION = 1;
|
|
828
|
+
var CONTEXT_SIGNAL_SET_VERSION = 1;
|
|
829
|
+
var STORED_CONTEXT_SIGNAL_NAMES = CONTEXT_RELEVANCE_SIGNAL_NAMES.slice(1);
|
|
830
|
+
function isRecord(value) {
|
|
831
|
+
return typeof value === "object" && value !== null && !Array.isArray(value);
|
|
832
|
+
}
|
|
833
|
+
function isNormalizedSignal(value) {
|
|
834
|
+
return typeof value === "number" && Number.isFinite(value) && value >= 0 && value <= 1;
|
|
835
|
+
}
|
|
836
|
+
function compactSignals(signals) {
|
|
837
|
+
const compact = {};
|
|
838
|
+
for (const name of STORED_CONTEXT_SIGNAL_NAMES) {
|
|
839
|
+
const value = signals[name];
|
|
840
|
+
if (value === void 0)
|
|
841
|
+
continue;
|
|
842
|
+
if (!isNormalizedSignal(value)) {
|
|
843
|
+
throw new TypeError(`Context relevance signal ${name} must be a finite number from 0 to 1`);
|
|
844
|
+
}
|
|
845
|
+
compact[name] = value;
|
|
846
|
+
}
|
|
847
|
+
return compact;
|
|
848
|
+
}
|
|
849
|
+
function parseSnapshotItem(value) {
|
|
850
|
+
if (!isRecord(value) || typeof value.id !== "string" || !isRecord(value.signals)) {
|
|
851
|
+
return null;
|
|
852
|
+
}
|
|
853
|
+
const signals = {};
|
|
854
|
+
const supportedSignals = new Set(STORED_CONTEXT_SIGNAL_NAMES);
|
|
855
|
+
for (const [name, signal] of Object.entries(value.signals)) {
|
|
856
|
+
if (!supportedSignals.has(name) || !isNormalizedSignal(signal)) {
|
|
857
|
+
return null;
|
|
858
|
+
}
|
|
859
|
+
signals[name] = signal;
|
|
860
|
+
}
|
|
861
|
+
return { id: value.id, signals };
|
|
862
|
+
}
|
|
863
|
+
function parseContextSignalSnapshot(value) {
|
|
864
|
+
if (!isRecord(value) || value.format_version !== CONTEXT_SIGNAL_STORE_FORMAT_VERSION || value.signal_set_version !== CONTEXT_SIGNAL_SET_VERSION || typeof value.source_cursor !== "string" || value.source_cursor.trim().length === 0 || typeof value.generated_at !== "string" || !Number.isFinite(Date.parse(value.generated_at)) || value.source !== "derived_index" && value.source !== "scan_fallback" || !Array.isArray(value.items)) {
|
|
865
|
+
return null;
|
|
866
|
+
}
|
|
867
|
+
const items = value.items.map(parseSnapshotItem);
|
|
868
|
+
if (items.some((item) => item === null)) {
|
|
869
|
+
return null;
|
|
870
|
+
}
|
|
871
|
+
const validItems = items;
|
|
872
|
+
if (new Set(validItems.map((item) => item.id)).size !== validItems.length || validItems.some((item) => item.id.trim().length === 0)) {
|
|
873
|
+
return null;
|
|
874
|
+
}
|
|
875
|
+
return {
|
|
876
|
+
format_version: CONTEXT_SIGNAL_STORE_FORMAT_VERSION,
|
|
877
|
+
signal_set_version: CONTEXT_SIGNAL_SET_VERSION,
|
|
878
|
+
source_cursor: value.source_cursor,
|
|
879
|
+
generated_at: value.generated_at,
|
|
880
|
+
source: value.source,
|
|
881
|
+
items: validItems.sort((left, right) => left.id.localeCompare(right.id))
|
|
882
|
+
};
|
|
883
|
+
}
|
|
884
|
+
function buildContextSignalSnapshot(items, options) {
|
|
885
|
+
if (typeof options.sourceCursor !== "string" || options.sourceCursor.trim().length === 0) {
|
|
886
|
+
throw new TypeError("Context signal source cursor must be non-empty");
|
|
887
|
+
}
|
|
888
|
+
if (!Number.isFinite(Date.parse(options.now))) {
|
|
889
|
+
throw new TypeError("Context signal snapshot clock must be a valid timestamp");
|
|
890
|
+
}
|
|
891
|
+
const rows = buildItemContextRelevanceCandidates(items, options).map(({ id, signals }) => ({
|
|
892
|
+
id,
|
|
893
|
+
signals: compactSignals(signals)
|
|
894
|
+
})).sort((left, right) => left.id.localeCompare(right.id));
|
|
895
|
+
return Object.freeze({
|
|
896
|
+
format_version: CONTEXT_SIGNAL_STORE_FORMAT_VERSION,
|
|
897
|
+
signal_set_version: CONTEXT_SIGNAL_SET_VERSION,
|
|
898
|
+
source_cursor: options.sourceCursor,
|
|
899
|
+
generated_at: options.now,
|
|
900
|
+
source: options.source,
|
|
901
|
+
items: Object.freeze(rows.map((row) => Object.freeze(row)))
|
|
902
|
+
});
|
|
903
|
+
}
|
|
904
|
+
var JsonFileContextSignalStoreAdapter = class {
|
|
905
|
+
filePath;
|
|
906
|
+
/** Create an adapter for an explicit derived-state file path. */
|
|
907
|
+
constructor(filePath) {
|
|
908
|
+
if (typeof filePath !== "string" || filePath.trim().length === 0) {
|
|
909
|
+
throw new TypeError("Context signal store path must be non-empty");
|
|
910
|
+
}
|
|
911
|
+
this.filePath = path2.resolve(filePath);
|
|
912
|
+
}
|
|
913
|
+
/** Read and decode the JSON snapshot, returning null when it does not exist. */
|
|
914
|
+
async read() {
|
|
915
|
+
try {
|
|
916
|
+
return JSON.parse(await fs2.readFile(this.filePath, "utf8"));
|
|
917
|
+
} catch (error) {
|
|
918
|
+
if (isRecord(error) && error.code === "ENOENT") {
|
|
919
|
+
return null;
|
|
920
|
+
}
|
|
921
|
+
throw error;
|
|
922
|
+
}
|
|
923
|
+
}
|
|
924
|
+
/** Write a complete snapshot through a unique same-directory temporary file. */
|
|
925
|
+
async write(snapshot) {
|
|
926
|
+
const directory = path2.dirname(this.filePath);
|
|
927
|
+
await fs2.mkdir(directory, { recursive: true });
|
|
928
|
+
const temporaryPath = path2.join(directory, `.${path2.basename(this.filePath)}.${randomUUID()}.tmp`);
|
|
929
|
+
try {
|
|
930
|
+
await fs2.writeFile(temporaryPath, `${JSON.stringify(snapshot)}
|
|
931
|
+
`, { encoding: "utf8", flag: "wx" });
|
|
932
|
+
await fs2.rename(temporaryPath, this.filePath);
|
|
933
|
+
} finally {
|
|
934
|
+
try {
|
|
935
|
+
await fs2.rm(temporaryPath, { force: true });
|
|
936
|
+
} catch {
|
|
937
|
+
}
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
|
+
};
|
|
941
|
+
var ContextSignalStore = class {
|
|
942
|
+
adapter;
|
|
943
|
+
/** Bind the store to a caller-selected persistence adapter. */
|
|
944
|
+
constructor(adapter) {
|
|
945
|
+
this.adapter = adapter;
|
|
946
|
+
}
|
|
947
|
+
/** Read matching signals or rebuild them from authoritative items. */
|
|
948
|
+
async readOrRebuild(items, options) {
|
|
949
|
+
const warnings = [];
|
|
950
|
+
let snapshot = null;
|
|
951
|
+
try {
|
|
952
|
+
const serialized = await this.adapter.read();
|
|
953
|
+
snapshot = parseContextSignalSnapshot(serialized);
|
|
954
|
+
if (serialized !== null && snapshot === null) {
|
|
955
|
+
warnings.push("context_signal_store_invalid");
|
|
956
|
+
}
|
|
957
|
+
} catch {
|
|
958
|
+
warnings.push("context_signal_store_invalid");
|
|
959
|
+
}
|
|
960
|
+
const authoritativeIds = items.map((item) => item.id).sort((left, right) => left.localeCompare(right));
|
|
961
|
+
const snapshotIds = snapshot?.items.map((item) => item.id) ?? [];
|
|
962
|
+
const fresh = snapshot !== null && snapshot.source_cursor === options.sourceCursor && snapshot.source === options.source && snapshotIds.length === authoritativeIds.length && snapshotIds.every((id, index) => id === authoritativeIds[index]);
|
|
963
|
+
let resolvedSnapshot;
|
|
964
|
+
if (fresh && snapshot !== null) {
|
|
965
|
+
resolvedSnapshot = snapshot;
|
|
966
|
+
} else {
|
|
967
|
+
if (snapshot !== null) {
|
|
968
|
+
warnings.push("context_signal_store_stale");
|
|
969
|
+
}
|
|
970
|
+
resolvedSnapshot = buildContextSignalSnapshot(items, options);
|
|
971
|
+
try {
|
|
972
|
+
await this.adapter.write(resolvedSnapshot);
|
|
973
|
+
} catch {
|
|
974
|
+
warnings.push("context_signal_store_write_failed");
|
|
975
|
+
}
|
|
976
|
+
}
|
|
977
|
+
const signalsById = new Map(resolvedSnapshot.items.map((item) => [item.id, item.signals]));
|
|
978
|
+
return {
|
|
979
|
+
snapshot: resolvedSnapshot,
|
|
980
|
+
candidates: items.map((item) => ({ id: item.id, item, signals: signalsById.get(item.id) })),
|
|
981
|
+
cache_status: fresh ? "fresh" : "rebuilt",
|
|
982
|
+
warnings
|
|
983
|
+
};
|
|
984
|
+
}
|
|
985
|
+
};
|
|
986
|
+
|
|
756
987
|
// dist/sdk/graph/index.js
|
|
757
988
|
!(function() {
|
|
758
989
|
try {
|
|
@@ -780,6 +1011,64 @@ async function flushTelemetryQueue() {
|
|
|
780
1011
|
}
|
|
781
1012
|
})();
|
|
782
1013
|
|
|
1014
|
+
// dist/sdk/relationship-migration.js
|
|
1015
|
+
import { createHash } from "node:crypto";
|
|
1016
|
+
!(function() {
|
|
1017
|
+
try {
|
|
1018
|
+
var e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
|
|
1019
|
+
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "f9779cc4-d1b9-5b9c-ad7c-69d125261898");
|
|
1020
|
+
} catch (e2) {
|
|
1021
|
+
}
|
|
1022
|
+
})();
|
|
1023
|
+
function requiredMigrationText(value, field) {
|
|
1024
|
+
if (typeof value !== "string" || value.trim().length === 0)
|
|
1025
|
+
throw new TypeError(`Relationship backfill ${field} must be non-empty`);
|
|
1026
|
+
return value.trim();
|
|
1027
|
+
}
|
|
1028
|
+
function planRelationshipEventBackfill(items, options) {
|
|
1029
|
+
const migrationId = requiredMigrationText(options.migrationId, "migrationId");
|
|
1030
|
+
const author = requiredMigrationText(options.author, "author");
|
|
1031
|
+
const parsedTimestamp = Date.parse(options.timestamp);
|
|
1032
|
+
if (!Number.isFinite(parsedTimestamp))
|
|
1033
|
+
throw new TypeError("Relationship backfill timestamp must be valid");
|
|
1034
|
+
const timestamp = new Date(parsedTimestamp).toISOString();
|
|
1035
|
+
const assembly = assembleWorkspaceRelationshipGraph(items, void 0, options.registry);
|
|
1036
|
+
const nodes = assembly.graph.nodes();
|
|
1037
|
+
const completeEvents = assembly.graph.edges().map((edge) => {
|
|
1038
|
+
const digest = createHash("sha256").update(JSON.stringify([
|
|
1039
|
+
migrationId,
|
|
1040
|
+
edge.kind,
|
|
1041
|
+
edge.source,
|
|
1042
|
+
edge.target,
|
|
1043
|
+
edge.createdAt ?? null,
|
|
1044
|
+
edge.author ?? null,
|
|
1045
|
+
edge.payload ?? null
|
|
1046
|
+
])).digest("hex").slice(0, 24);
|
|
1047
|
+
return Object.freeze({
|
|
1048
|
+
eventId: `backfill:${migrationId}:${digest}`,
|
|
1049
|
+
relationshipId: `migration:${migrationId}:${digest}`,
|
|
1050
|
+
action: "add",
|
|
1051
|
+
edge,
|
|
1052
|
+
author,
|
|
1053
|
+
timestamp,
|
|
1054
|
+
reason: `Backfill ${migrationId} from legacy item metadata`
|
|
1055
|
+
});
|
|
1056
|
+
});
|
|
1057
|
+
const fingerprint = createHash("sha256").update(JSON.stringify({ migrationId, nodes, events: completeEvents })).digest("hex");
|
|
1058
|
+
const existingEventIds = new Set([...options.existingEventIds ?? []].filter((id) => typeof id === "string").map((id) => id.trim()).filter(Boolean));
|
|
1059
|
+
const events = completeEvents.filter((event) => !existingEventIds.has(event.eventId));
|
|
1060
|
+
return Object.freeze({
|
|
1061
|
+
migration_id: migrationId,
|
|
1062
|
+
fingerprint,
|
|
1063
|
+
nodes,
|
|
1064
|
+
events: Object.freeze(events),
|
|
1065
|
+
edge_count: completeEvents.length,
|
|
1066
|
+
skipped_existing_count: completeEvents.length - events.length,
|
|
1067
|
+
duplicate_dependency_rows: assembly.duplicateRows.length,
|
|
1068
|
+
dangling_reference_count: assembly.dangling.active.length + assembly.dangling.legacy_terminal.length
|
|
1069
|
+
});
|
|
1070
|
+
}
|
|
1071
|
+
|
|
783
1072
|
// dist/sdk/define.js
|
|
784
1073
|
!(function() {
|
|
785
1074
|
try {
|
|
@@ -856,7 +1145,7 @@ function defineOnIndexHook(hook) {
|
|
|
856
1145
|
!(function() {
|
|
857
1146
|
try {
|
|
858
1147
|
var e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
|
|
859
|
-
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "
|
|
1148
|
+
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "5ee16e71-b669-567c-b162-4e78f1a28c63");
|
|
860
1149
|
} catch (e2) {
|
|
861
1150
|
}
|
|
862
1151
|
})();
|
|
@@ -887,6 +1176,8 @@ export {
|
|
|
887
1176
|
CONTEXT_PACKING_PROFILES,
|
|
888
1177
|
CONTEXT_RELEVANCE_SERVICE,
|
|
889
1178
|
CONTEXT_RELEVANCE_SIGNAL_NAMES,
|
|
1179
|
+
CONTEXT_SIGNAL_SET_VERSION,
|
|
1180
|
+
CONTEXT_SIGNAL_STORE_FORMAT_VERSION,
|
|
890
1181
|
CONTRACTS_FLAG_CONTRACTS,
|
|
891
1182
|
COPY_FLAG_CONTRACTS,
|
|
892
1183
|
CREATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS,
|
|
@@ -894,7 +1185,9 @@ export {
|
|
|
894
1185
|
CREATE_COMMANDER_STRING_OPTION_CONTRACTS,
|
|
895
1186
|
CREATE_FLAG_CONTRACTS,
|
|
896
1187
|
CURRENT_ITEM_FORMAT_VERSION,
|
|
1188
|
+
ContextSignalStore,
|
|
897
1189
|
DEFAULT_CHILD_SAMPLE_LIMIT,
|
|
1190
|
+
DEFAULT_DERIVED_INDEX_MINIMUM_ITEMS,
|
|
898
1191
|
DEFAULT_EVAL_QUERIES_RELATIVE_PATH,
|
|
899
1192
|
DELETE_FLAG_CONTRACTS,
|
|
900
1193
|
DEPENDENCY_KIND_VALUES,
|
|
@@ -927,6 +1220,7 @@ export {
|
|
|
927
1220
|
EXTENSION_SCOPE_FLAG_CONTRACTS,
|
|
928
1221
|
EXTENSION_TRUST_MODES,
|
|
929
1222
|
EXTENSION_UNINSTALL_FLAG_CONTRACTS,
|
|
1223
|
+
EXTERNAL_DEPENDENCY_SOURCE_KIND,
|
|
930
1224
|
FILES_FLAG_CONTRACTS,
|
|
931
1225
|
FOCUS_FLAG_CONTRACTS,
|
|
932
1226
|
GC_FLAG_CONTRACTS,
|
|
@@ -949,6 +1243,7 @@ export {
|
|
|
949
1243
|
ITEM_LATEST_TIMESTAMP_FIELDS,
|
|
950
1244
|
ITEM_TYPE_VALUES,
|
|
951
1245
|
ITEM_UNION_COLLECTION_FIELDS,
|
|
1246
|
+
JsonFileContextSignalStoreAdapter,
|
|
952
1247
|
LEARNINGS_FLAG_CONTRACTS,
|
|
953
1248
|
LINKED_TEST_ENV_NAME_PATTERN,
|
|
954
1249
|
LINKED_TEST_PM_CONTEXT_MODE_VALUES,
|
|
@@ -1046,6 +1341,7 @@ export {
|
|
|
1046
1341
|
_testOnlyItemTransaction,
|
|
1047
1342
|
_testOnly4 as _testOnlyTemplates,
|
|
1048
1343
|
_testOnlyValidateCommand,
|
|
1344
|
+
acquireItemMetadataDerivedIndexLock,
|
|
1049
1345
|
acquireLock,
|
|
1050
1346
|
activateExtensionForTest,
|
|
1051
1347
|
aggregate,
|
|
@@ -1091,6 +1387,7 @@ export {
|
|
|
1091
1387
|
assertRegisteredVectorStoreAdapter,
|
|
1092
1388
|
auditMergeAttributeFence,
|
|
1093
1389
|
auditWorkspaceRelationshipGraph,
|
|
1390
|
+
buildContextSignalSnapshot,
|
|
1094
1391
|
buildItemChildrenRollup,
|
|
1095
1392
|
buildItemContextRelevanceCandidates,
|
|
1096
1393
|
buildItemSchedule,
|
|
@@ -1236,6 +1533,7 @@ export {
|
|
|
1236
1533
|
inspectHistoryAuthorStream,
|
|
1237
1534
|
isCommanderError,
|
|
1238
1535
|
isErrnoError,
|
|
1536
|
+
isExternalDependencySourceKind,
|
|
1239
1537
|
isHostOutputSuppressed,
|
|
1240
1538
|
isOrderingRelationshipKind,
|
|
1241
1539
|
isPmCliExpectedError,
|
|
@@ -1267,6 +1565,8 @@ export {
|
|
|
1267
1565
|
next,
|
|
1268
1566
|
normalizeBootstrapInvocation,
|
|
1269
1567
|
normalizeDependencyGraphTarget,
|
|
1568
|
+
normalizeDependencySeedId,
|
|
1569
|
+
normalizeDependencySourceKind,
|
|
1270
1570
|
normalizeItemFormatVersion,
|
|
1271
1571
|
normalizeItemId,
|
|
1272
1572
|
normalizeItemMetadata,
|
|
@@ -1302,6 +1602,7 @@ export {
|
|
|
1302
1602
|
parseBootstrapGlobalOptions,
|
|
1303
1603
|
parseBootstrapHelpRequest,
|
|
1304
1604
|
parseBootstrapTypeValue,
|
|
1605
|
+
parseContextSignalSnapshot,
|
|
1305
1606
|
parseGraphSubcommand,
|
|
1306
1607
|
parseIntegerLimit,
|
|
1307
1608
|
parseItemMutationBatch,
|
|
@@ -1325,6 +1626,7 @@ export {
|
|
|
1325
1626
|
pauseTask,
|
|
1326
1627
|
persistDurableGraphResult,
|
|
1327
1628
|
planProfileApplication,
|
|
1629
|
+
planRelationshipEventBackfill,
|
|
1328
1630
|
planRelationshipRemediation,
|
|
1329
1631
|
preflightExtension,
|
|
1330
1632
|
profile,
|
|
@@ -1332,6 +1634,7 @@ export {
|
|
|
1332
1634
|
profileLint,
|
|
1333
1635
|
profileList,
|
|
1334
1636
|
profileShow,
|
|
1637
|
+
pruneCompileCacheGenerations,
|
|
1335
1638
|
quoteCommandArg,
|
|
1336
1639
|
quoteWindowsCommandArg,
|
|
1337
1640
|
readAnnotationEntries,
|
|
@@ -1353,6 +1656,7 @@ export {
|
|
|
1353
1656
|
recordContextUsageServing,
|
|
1354
1657
|
recordContextUsageTouch,
|
|
1355
1658
|
recordContextUsageTouches,
|
|
1659
|
+
refreshItemMetadataDerivedIndex,
|
|
1356
1660
|
refreshMergeAttributeFenceIfInstalled,
|
|
1357
1661
|
release,
|
|
1358
1662
|
removeFileIfExists,
|
|
@@ -1368,6 +1672,7 @@ export {
|
|
|
1368
1672
|
resolveAnnotationInput,
|
|
1369
1673
|
resolveAuthor,
|
|
1370
1674
|
resolveCalendarOutputFormat,
|
|
1675
|
+
resolveCompileCacheGeneration,
|
|
1371
1676
|
resolveGuideOutputFormat,
|
|
1372
1677
|
resolveHistorySubject,
|
|
1373
1678
|
resolveHistoryTarget,
|
|
@@ -1413,6 +1718,7 @@ export {
|
|
|
1413
1718
|
runList,
|
|
1414
1719
|
runMergeDriver,
|
|
1415
1720
|
runMergeInstall,
|
|
1721
|
+
runMergeReconcile,
|
|
1416
1722
|
runProfileApply,
|
|
1417
1723
|
runProfileLint,
|
|
1418
1724
|
runProfileList,
|