@unbrained/pm-cli 2026.7.8 → 2026.7.10
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/CHANGELOG.md +30 -0
- package/README.md +1 -0
- package/dist/cli/bootstrap-args.js +6 -3
- package/dist/cli/bootstrap-args.js.map +1 -1
- package/dist/cli/commands/close.js +5 -2
- package/dist/cli/commands/close.js.map +1 -1
- package/dist/cli/commands/completion.js +8 -2
- package/dist/cli/commands/completion.js.map +1 -1
- package/dist/cli/commands/context.d.ts +23 -0
- package/dist/cli/commands/context.js +96 -7
- package/dist/cli/commands/context.js.map +1 -1
- package/dist/cli/commands/contracts.d.ts +11 -0
- package/dist/cli/commands/contracts.js +112 -15
- package/dist/cli/commands/contracts.js.map +1 -1
- package/dist/cli/commands/create.js +4 -2
- package/dist/cli/commands/create.js.map +1 -1
- package/dist/cli/commands/extension.d.ts +1 -1
- package/dist/cli/commands/extension.js +91 -32
- package/dist/cli/commands/extension.js.map +1 -1
- package/dist/cli/commands/init.d.ts +19 -3
- package/dist/cli/commands/init.js +57 -24
- package/dist/cli/commands/init.js.map +1 -1
- package/dist/cli/commands/list.d.ts +4 -0
- package/dist/cli/commands/list.js +32 -3
- package/dist/cli/commands/list.js.map +1 -1
- package/dist/cli/commands/next.d.ts +3 -1
- package/dist/cli/commands/next.js +19 -7
- package/dist/cli/commands/next.js.map +1 -1
- package/dist/cli/commands/update.d.ts +32 -1
- package/dist/cli/commands/update.js +37 -10
- package/dist/cli/commands/update.js.map +1 -1
- package/dist/cli/register-list-query.js +10 -4
- package/dist/cli/register-list-query.js.map +1 -1
- package/dist/cli/register-operations.js +4 -2
- package/dist/cli/register-operations.js.map +1 -1
- package/dist/cli/register-setup.js +11 -2
- package/dist/cli/register-setup.js.map +1 -1
- package/dist/cli/registration-helpers.js +4 -2
- package/dist/cli/registration-helpers.js.map +1 -1
- package/dist/cli-bundle/chunks/append-G7NGOQVU.js +11 -0
- package/dist/cli-bundle/chunks/{append-RSPHC423.js → append-SIECQAPH.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-CGDUIPJL.js → chunk-22PW73KV.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-ML27MHNM.js → chunk-2RW5DWHQ.js} +98 -22
- package/dist/cli-bundle/chunks/chunk-2RW5DWHQ.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-GO2X6ZRB.js → chunk-35U3AVRY.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-4I7KS5ES.js → chunk-3JFQRPOI.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-NRMDT4OV.js → chunk-3THCOPYI.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-D6J5673C.js → chunk-4BINCIRM.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-D63PEJTB.js → chunk-4P2GYOM5.js} +7 -7
- package/dist/cli-bundle/chunks/{chunk-LHDHS4Z6.js → chunk-4QE5HOJY.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-5VAZHYVQ.js → chunk-56J3MPGE.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-UCRYCT5M.js → chunk-5BFBDJ4R.js} +38 -16
- package/dist/cli-bundle/chunks/chunk-5BFBDJ4R.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-IINCZYM3.js → chunk-62ECRG6J.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-EYPIUFWJ.js → chunk-62KPBB2W.js} +10 -10
- package/dist/cli-bundle/chunks/{chunk-3FUXM574.js → chunk-6MK6M35B.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-XN5BEN2B.js → chunk-6PBZBIS6.js} +35 -8
- package/dist/cli-bundle/chunks/chunk-6PBZBIS6.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-GQOKFX2G.js → chunk-6WIP52LQ.js} +8 -8
- package/dist/cli-bundle/chunks/{chunk-GLMJLBLR.js → chunk-75NAGPEL.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-6TD5QGIB.js → chunk-77CWXIAC.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-3FRNNVWY.js → chunk-7S2UC7S6.js} +427 -133
- package/dist/cli-bundle/chunks/chunk-7S2UC7S6.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-PAWPLIWW.js → chunk-7THLDY3D.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-QJZM5WO5.js → chunk-7TRCAREE.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-EEJKHF7M.js → chunk-7TRVVYPI.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-PJPZTE7P.js → chunk-A62N3BM3.js} +8 -6
- package/dist/cli-bundle/chunks/chunk-A62N3BM3.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-TU5P744I.js → chunk-A7DJG5EF.js} +55 -6
- package/dist/cli-bundle/chunks/chunk-A7DJG5EF.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-ZMOPZFVT.js → chunk-AD4HJKQZ.js} +49 -7
- package/dist/cli-bundle/chunks/chunk-AD4HJKQZ.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-7QKSLAHB.js → chunk-AIWGQK6K.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-P2WE5KCU.js → chunk-AKCHJXJ4.js} +7 -7
- package/dist/cli-bundle/chunks/{chunk-KFL3XHMA.js → chunk-AYPXY3HF.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-RL24NAUX.js → chunk-B7FCPO65.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-4OCWJ2AP.js → chunk-BC7QBM2A.js} +7 -7
- package/dist/cli-bundle/chunks/{chunk-LD2NBQ5T.js → chunk-BST7GFIX.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-GE44TQMC.js → chunk-CUBPPDDF.js} +145 -62
- package/dist/cli-bundle/chunks/chunk-CUBPPDDF.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-FJR2S7S4.js → chunk-CYBW4HK7.js} +7 -7
- package/dist/cli-bundle/chunks/{chunk-7UCBLJDF.js → chunk-DDF7UMVV.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-YQEKE4FO.js → chunk-DLHFJZ2S.js} +7 -7
- package/dist/cli-bundle/chunks/{chunk-PCBZ2VJD.js → chunk-DMD2TENU.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-SCJPFQQT.js → chunk-DN67YDFH.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-7TBUV7XS.js → chunk-DNHILSD7.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-FFB3WITE.js → chunk-DT6NDP53.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-G4FKP4ID.js → chunk-DWGHHSDC.js} +9 -7
- package/dist/cli-bundle/chunks/chunk-DWGHHSDC.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-3V5C7PUH.js → chunk-DYUAQVDK.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-MCH6IKK7.js → chunk-E2RJZQNW.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-6ZKDMEVT.js → chunk-ECXJ7OHI.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-LG4N6YOK.js → chunk-ESXG6VFX.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-TR2C6V5T.js → chunk-EXG6XTJC.js} +101 -25
- package/dist/cli-bundle/chunks/chunk-EXG6XTJC.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-BPJ5NYSJ.js → chunk-F7UA74OZ.js} +54 -7
- package/dist/cli-bundle/chunks/chunk-F7UA74OZ.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-GSQVQINP.js → chunk-FBD2WUNS.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-YSRXFGNV.js → chunk-FSD7W7Y2.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-JYVPLGOW.js → chunk-FWL5XVYI.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-KMXVZ2P7.js → chunk-FYMHD6VX.js} +122 -27
- package/dist/cli-bundle/chunks/chunk-FYMHD6VX.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-SIQGG335.js → chunk-GMNCW27N.js} +7 -7
- package/dist/cli-bundle/chunks/{chunk-3SHDAKMF.js → chunk-GPPWUJMR.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-W2VFNVSJ.js → chunk-H3HKQXQJ.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-UIHDZS6X.js → chunk-HFQ7QQZL.js} +7 -7
- package/dist/cli-bundle/chunks/{chunk-Z6RLSNUX.js → chunk-HLUB7G6J.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-ASMRSIDX.js → chunk-HWUIK7YL.js} +121 -26
- package/dist/cli-bundle/chunks/chunk-HWUIK7YL.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-U72GF3I2.js → chunk-INAZHXOI.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-INOWVPUD.js → chunk-J3ELHLOJ.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-2BVD4ZD2.js → chunk-J3FDNQWM.js} +4 -3
- package/dist/cli-bundle/chunks/chunk-J3FDNQWM.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-UH6VFRV6.js → chunk-J3Z2JMDV.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-HI27UADG.js → chunk-JDEXIVKQ.js} +372 -20
- package/dist/cli-bundle/chunks/chunk-JDEXIVKQ.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-MYHFZNBO.js → chunk-JFOBTM4D.js} +8 -8
- package/dist/cli-bundle/chunks/{chunk-J6AD3GWC.js → chunk-JNELC5UO.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-YUCKM3MD.js → chunk-JQ5NB6O2.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-3UXIMY62.js → chunk-KFC6X4PI.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-C3YU3TXX.js → chunk-L2SWAZ3S.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-QLEH6FTQ.js → chunk-LVVZLEW5.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-RFHLRMLQ.js → chunk-M66PC7JI.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-UVFJSKTF.js → chunk-M7DWRMNY.js} +10 -7
- package/dist/cli-bundle/chunks/chunk-M7DWRMNY.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-UEATYUZW.js → chunk-M7JYEBPT.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-Z2JQH2MG.js → chunk-MQ632QRB.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-IYRG5AEC.js → chunk-N7N3PUUP.js} +7 -7
- package/dist/cli-bundle/chunks/{chunk-3YJDIJIE.js → chunk-NPJLTZQZ.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-TUDAYIO7.js → chunk-NQTIOKHL.js} +12 -10
- package/dist/cli-bundle/chunks/{chunk-TUDAYIO7.js.map → chunk-NQTIOKHL.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-BFNFTHWQ.js → chunk-O67XP4FD.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-XPSGJ4IV.js → chunk-OVYXSZOQ.js} +11 -9
- package/dist/cli-bundle/chunks/{chunk-XPSGJ4IV.js.map → chunk-OVYXSZOQ.js.map} +2 -2
- package/dist/cli-bundle/chunks/{chunk-FOJEBRDD.js → chunk-P7PDLLCE.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-SN5X5GTU.js → chunk-PEACKWHL.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-HZZ3AC27.js → chunk-PFRGQZG2.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-Q3CFSOQZ.js → chunk-PMU2OJ3N.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-5STY7NVM.js → chunk-PUMTJMMF.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-K52C6YPA.js → chunk-QTJCMK2S.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-6FU5BVRB.js → chunk-RAE2SLNO.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-YR5R4FMQ.js → chunk-RYA7QE7B.js} +10 -10
- package/dist/cli-bundle/chunks/{chunk-TTCJCKUJ.js → chunk-SL337EYZ.js} +379 -20
- package/dist/cli-bundle/chunks/chunk-SL337EYZ.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-RDJXIAJB.js → chunk-SMKQFGDI.js} +9 -6
- package/dist/cli-bundle/chunks/chunk-SMKQFGDI.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-UFNFHCAC.js → chunk-SWQMU4AD.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-MFLLULHU.js → chunk-TB2CZJAQ.js} +5 -4
- package/dist/cli-bundle/chunks/chunk-TB2CZJAQ.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-WVEMZZCR.js → chunk-TEKAGPZV.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-JH5XDDYS.js → chunk-TM5E2IED.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-C6XSTACC.js → chunk-TTRL5GE6.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-AEOFBBWO.js → chunk-UA2VI62P.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-6RR4XM5H.js → chunk-UYK26VRP.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-CXH7EMSB.js → chunk-VBDQTL3Z.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-NGBWEYNY.js → chunk-W2FXYQ6D.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-UURYLDDC.js → chunk-WZ7EPGUX.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-2RADY7IB.js → chunk-XES6AVCK.js} +427 -126
- package/dist/cli-bundle/chunks/chunk-XES6AVCK.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-QYZMZD4L.js → chunk-XVCB574W.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-F5DDGY6R.js → chunk-XWS3Z57Q.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-EP2CKDS7.js → chunk-XXJB4GLJ.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-NTOOEVJ4.js → chunk-Y5Q4FEE4.js} +47 -7
- package/dist/cli-bundle/chunks/chunk-Y5Q4FEE4.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-DUBC6TI3.js → chunk-YA4B6P3L.js} +37 -15
- package/dist/cli-bundle/chunks/chunk-YA4B6P3L.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-FL625JJM.js → chunk-Z3R2Z5KW.js} +145 -62
- package/dist/cli-bundle/chunks/chunk-Z3R2Z5KW.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-RLHQ3G4M.js → chunk-Z5MFM54X.js} +34 -7
- package/dist/cli-bundle/chunks/chunk-Z5MFM54X.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-6WCXSC5V.js → chunk-ZGDJA6WI.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-TKWTJGD6.js → chunk-ZIU35KME.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-YUMNZS3X.js → chunk-ZQ2KEWE7.js} +3 -3
- package/dist/cli-bundle/chunks/close-2NVUCJXV.js +12 -0
- package/dist/cli-bundle/chunks/{close-K6BFI3OX.js → close-BZPS37KL.js} +5 -5
- package/dist/cli-bundle/chunks/{close-many-6NBL3PM4.js → close-many-KKNCGLVR.js} +13 -13
- package/dist/cli-bundle/chunks/close-many-S5WKLWVO.js +22 -0
- package/dist/cli-bundle/chunks/{comments-PLFK5ZKK.js → comments-PV5XG342.js} +7 -7
- package/dist/cli-bundle/chunks/comments-XAM2ADHO.js +13 -0
- package/dist/cli-bundle/chunks/copy-OJ2YNJ7S.js +9 -0
- package/dist/cli-bundle/chunks/{copy-VH3L4MN2.js → copy-OZDYDQUG.js} +4 -4
- package/dist/cli-bundle/chunks/create-5O3QK3PX.js +25 -0
- package/dist/cli-bundle/chunks/{create-TRIBYORN.js → create-WGFKEJAK.js} +9 -9
- package/dist/cli-bundle/chunks/{delete-ZNXUNCZR.js → delete-NTYXFL7A.js} +4 -4
- package/dist/cli-bundle/chunks/delete-V7FPW6JL.js +10 -0
- package/dist/cli-bundle/chunks/{deps-CVDY7FFK.js → deps-7WVENNH3.js} +4 -4
- package/dist/cli-bundle/chunks/{deps-SZXQHV73.js → deps-Z6RD6RWW.js} +4 -4
- package/dist/cli-bundle/chunks/{docs-DR74ITCD.js → docs-2NIRGHAN.js} +6 -6
- package/dist/cli-bundle/chunks/docs-SOY2CMH3.js +14 -0
- package/dist/cli-bundle/chunks/{files-QEFQ2M3H.js → files-4OH2I663.js} +6 -6
- package/dist/cli-bundle/chunks/{files-H5YCA74Z.js → files-5KNAFW67.js} +6 -6
- package/dist/cli-bundle/chunks/{focus-55TRYSNA.js → focus-CLNZWWKW.js} +5 -5
- package/dist/cli-bundle/chunks/focus-JUKXZN3J.js +10 -0
- package/dist/cli-bundle/chunks/{history-compact-JJZ4EFL3.js → history-compact-R3T3XPD4.js} +9 -9
- package/dist/cli-bundle/chunks/history-compact-WKAKPLFQ.js +21 -0
- package/dist/cli-bundle/chunks/{history-redact-TPPUT3A5.js → history-redact-CLJDCBNF.js} +7 -7
- package/dist/cli-bundle/chunks/history-redact-Y67UDKD3.js +17 -0
- package/dist/cli-bundle/chunks/history-repair-2WLXWQAM.js +19 -0
- package/dist/cli-bundle/chunks/{history-repair-J7PIZ6ZP.js → history-repair-LNA7V2VI.js} +9 -9
- package/dist/cli-bundle/chunks/{learnings-KB6BT4NR.js → learnings-2L72KBOE.js} +7 -7
- package/dist/cli-bundle/chunks/learnings-PNK7WUWO.js +13 -0
- package/dist/cli-bundle/chunks/{notes-ZTHXVOKM.js → notes-USDIABZV.js} +7 -7
- package/dist/cli-bundle/chunks/notes-X4SWEJSB.js +13 -0
- package/dist/cli-bundle/chunks/plan-JU454RMZ.js +24 -0
- package/dist/cli-bundle/chunks/{plan-CJPKFRBK.js → plan-U4RWU56Z.js} +10 -10
- package/dist/cli-bundle/chunks/{profile-AQNHXOYA.js → profile-COBKZJUQ.js} +9 -9
- package/dist/cli-bundle/chunks/{profile-HTBFINKQ.js → profile-RKIRCXH7.js} +9 -9
- package/dist/cli-bundle/chunks/{register-list-query-EEF33SUJ.js → register-list-query-2VBANNFM.js} +20 -18
- package/dist/cli-bundle/chunks/register-list-query-2VBANNFM.js.map +1 -0
- package/dist/cli-bundle/chunks/{register-list-query-S4FBWIWN.js → register-list-query-4AZEKWZ5.js} +19 -17
- package/dist/cli-bundle/chunks/register-list-query-4AZEKWZ5.js.map +7 -0
- package/dist/cli-bundle/chunks/{register-mutation-QFLRBCI7.js → register-mutation-JGXTDEIZ.js} +29 -29
- package/dist/cli-bundle/chunks/{register-mutation-L5Q7AUDN.js → register-mutation-XVO4GGZI.js} +29 -29
- package/dist/cli-bundle/chunks/{register-operations-HDE4FVW4.js → register-operations-4EEFV5KJ.js} +30 -29
- package/dist/cli-bundle/chunks/register-operations-4EEFV5KJ.js.map +1 -0
- package/dist/cli-bundle/chunks/{register-operations-QDU43FCG.js → register-operations-UV25Z4BN.js} +29 -28
- package/dist/cli-bundle/chunks/register-operations-UV25Z4BN.js.map +7 -0
- package/dist/cli-bundle/chunks/{register-setup-EGMTAXDC.js → register-setup-MMXQQC5J.js} +27 -19
- package/dist/cli-bundle/chunks/register-setup-MMXQQC5J.js.map +1 -0
- package/dist/cli-bundle/chunks/{register-setup-PNIO3L2P.js → register-setup-NQE5MW63.js} +26 -18
- package/dist/cli-bundle/chunks/register-setup-NQE5MW63.js.map +7 -0
- package/dist/cli-bundle/chunks/restore-54HR2EYD.js +15 -0
- package/dist/cli-bundle/chunks/{restore-BTBEZ5CK.js → restore-BINCHJIY.js} +7 -7
- package/dist/cli-bundle/chunks/{schema-DGSTYYQB.js → schema-2JZNEQSG.js} +6 -6
- package/dist/cli-bundle/chunks/{schema-HAIBEE24.js → schema-VV3K5WZI.js} +6 -6
- package/dist/cli-bundle/chunks/{update-MP4XLU56.js → update-DK3GAY5D.js} +12 -12
- package/dist/cli-bundle/chunks/update-OIMRKTX6.js +21 -0
- package/dist/cli-bundle/chunks/update-many-5KI6MW76.js +31 -0
- package/dist/cli-bundle/chunks/update-many-IOLDHIZT.js +35 -0
- package/dist/cli-bundle/main.js +16 -54
- package/dist/cli-bundle/main.js.map +3 -3
- package/dist/cli-bundle/sdk-runtime.js +117 -53
- package/dist/cli-bundle/sdk-testing.js +6 -6
- package/dist/cli-bundle/sdk.js +142 -58
- package/dist/cli-bundle/sdk.js.map +3 -3
- package/dist/core/extensions/extension-types.d.ts +1 -1
- package/dist/core/extensions/extension-types.js +3 -2
- package/dist/core/extensions/extension-types.js.map +1 -1
- package/dist/core/extensions/index.d.ts +1 -0
- package/dist/core/extensions/index.js +3 -2
- package/dist/core/extensions/index.js.map +1 -1
- package/dist/core/store/front-matter-cache.d.ts +8 -0
- package/dist/core/store/front-matter-cache.js +22 -9
- package/dist/core/store/front-matter-cache.js.map +1 -1
- package/dist/sdk/cli-contracts/commander-mutation-options.js +4 -4
- package/dist/sdk/cli-contracts/commander-mutation-options.js.map +1 -1
- package/dist/sdk/cli-contracts/enum-contracts.d.ts +1 -1
- package/dist/sdk/cli-contracts/flag-contracts.js +10 -2
- package/dist/sdk/cli-contracts/flag-contracts.js.map +1 -1
- package/dist/sdk/cli-contracts/tool-option-contracts.js +10 -5
- package/dist/sdk/cli-contracts/tool-option-contracts.js.map +1 -1
- package/dist/sdk/cli-contracts/tool-parameter-tables.js +12 -4
- package/dist/sdk/cli-contracts/tool-parameter-tables.js.map +1 -1
- package/dist/sdk/cli-contracts/tool-schema.d.ts +4 -0
- package/dist/sdk/cli-contracts/tool-schema.js +66 -11
- package/dist/sdk/cli-contracts/tool-schema.js.map +1 -1
- package/dist/sdk/context-relevance.d.ts +166 -0
- package/dist/sdk/context-relevance.js +299 -0
- package/dist/sdk/context-relevance.js.map +1 -0
- package/dist/sdk/index.d.ts +2 -1
- package/dist/sdk/index.js +4 -3
- package/dist/sdk/index.js.map +1 -1
- package/dist/sdk/runtime.d.ts +340 -25
- package/dist/sdk/runtime.js +413 -25
- package/dist/sdk/runtime.js.map +1 -1
- package/docs/AGENT_GUIDE.md +3 -0
- package/docs/COMMANDS.md +17 -2
- package/docs/EXTENSIONS.md +3 -1
- package/docs/SDK.md +115 -0
- package/docs/TESTING.md +40 -1
- package/package.json +4 -2
- package/dist/cli-bundle/chunks/append-CDPAYYSB.js +0 -11
- package/dist/cli-bundle/chunks/chunk-2BVD4ZD2.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-2RADY7IB.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-3FRNNVWY.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-ASMRSIDX.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-BPJ5NYSJ.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-DUBC6TI3.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-FL625JJM.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-G4FKP4ID.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-GE44TQMC.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-HI27UADG.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-KMXVZ2P7.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-MFLLULHU.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-ML27MHNM.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-NTOOEVJ4.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-PJPZTE7P.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-RDJXIAJB.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-RLHQ3G4M.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-TR2C6V5T.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-TTCJCKUJ.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-TU5P744I.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-UCRYCT5M.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-UVFJSKTF.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-XN5BEN2B.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-ZMOPZFVT.js.map +0 -1
- package/dist/cli-bundle/chunks/close-E3RLZSP2.js +0 -12
- package/dist/cli-bundle/chunks/close-many-X4YKS3RO.js +0 -22
- package/dist/cli-bundle/chunks/comments-ZNOD5PTV.js +0 -13
- package/dist/cli-bundle/chunks/copy-F7BUFY4J.js +0 -9
- package/dist/cli-bundle/chunks/create-AMBMYP6F.js +0 -25
- package/dist/cli-bundle/chunks/delete-6KQHZYIP.js +0 -10
- package/dist/cli-bundle/chunks/docs-WCVYY6I7.js +0 -14
- package/dist/cli-bundle/chunks/focus-N2QGNS5D.js +0 -10
- package/dist/cli-bundle/chunks/history-compact-GWQ4UOEI.js +0 -21
- package/dist/cli-bundle/chunks/history-redact-4GJOLXCM.js +0 -17
- package/dist/cli-bundle/chunks/history-repair-HVCVCGUF.js +0 -19
- package/dist/cli-bundle/chunks/learnings-YYY3U2Y7.js +0 -13
- package/dist/cli-bundle/chunks/notes-BGG7VL72.js +0 -13
- package/dist/cli-bundle/chunks/plan-MK2QY3GA.js +0 -24
- package/dist/cli-bundle/chunks/register-list-query-EEF33SUJ.js.map +0 -1
- package/dist/cli-bundle/chunks/register-list-query-S4FBWIWN.js.map +0 -7
- package/dist/cli-bundle/chunks/register-operations-HDE4FVW4.js.map +0 -1
- package/dist/cli-bundle/chunks/register-operations-QDU43FCG.js.map +0 -7
- package/dist/cli-bundle/chunks/register-setup-EGMTAXDC.js.map +0 -1
- package/dist/cli-bundle/chunks/register-setup-PNIO3L2P.js.map +0 -7
- package/dist/cli-bundle/chunks/restore-EX4UUZL6.js +0 -15
- package/dist/cli-bundle/chunks/update-SDIRJGSY.js +0 -21
- package/dist/cli-bundle/chunks/update-many-34AIU6W7.js +0 -31
- package/dist/cli-bundle/chunks/update-many-JUPCNOKV.js +0 -35
- /package/dist/cli-bundle/chunks/{append-CDPAYYSB.js.map → append-G7NGOQVU.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{append-RSPHC423.js.map → append-SIECQAPH.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-CGDUIPJL.js.map → chunk-22PW73KV.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-GO2X6ZRB.js.map → chunk-35U3AVRY.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-4I7KS5ES.js.map → chunk-3JFQRPOI.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-NRMDT4OV.js.map → chunk-3THCOPYI.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-D6J5673C.js.map → chunk-4BINCIRM.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-D63PEJTB.js.map → chunk-4P2GYOM5.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-LHDHS4Z6.js.map → chunk-4QE5HOJY.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-5VAZHYVQ.js.map → chunk-56J3MPGE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-IINCZYM3.js.map → chunk-62ECRG6J.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-EYPIUFWJ.js.map → chunk-62KPBB2W.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-3FUXM574.js.map → chunk-6MK6M35B.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-GQOKFX2G.js.map → chunk-6WIP52LQ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-GLMJLBLR.js.map → chunk-75NAGPEL.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-6TD5QGIB.js.map → chunk-77CWXIAC.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-PAWPLIWW.js.map → chunk-7THLDY3D.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-QJZM5WO5.js.map → chunk-7TRCAREE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-EEJKHF7M.js.map → chunk-7TRVVYPI.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-7QKSLAHB.js.map → chunk-AIWGQK6K.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-P2WE5KCU.js.map → chunk-AKCHJXJ4.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-KFL3XHMA.js.map → chunk-AYPXY3HF.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-RL24NAUX.js.map → chunk-B7FCPO65.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-4OCWJ2AP.js.map → chunk-BC7QBM2A.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-LD2NBQ5T.js.map → chunk-BST7GFIX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-FJR2S7S4.js.map → chunk-CYBW4HK7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-7UCBLJDF.js.map → chunk-DDF7UMVV.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-YQEKE4FO.js.map → chunk-DLHFJZ2S.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-PCBZ2VJD.js.map → chunk-DMD2TENU.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-SCJPFQQT.js.map → chunk-DN67YDFH.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-7TBUV7XS.js.map → chunk-DNHILSD7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-FFB3WITE.js.map → chunk-DT6NDP53.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-3V5C7PUH.js.map → chunk-DYUAQVDK.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-MCH6IKK7.js.map → chunk-E2RJZQNW.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-6ZKDMEVT.js.map → chunk-ECXJ7OHI.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-LG4N6YOK.js.map → chunk-ESXG6VFX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-GSQVQINP.js.map → chunk-FBD2WUNS.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-YSRXFGNV.js.map → chunk-FSD7W7Y2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-JYVPLGOW.js.map → chunk-FWL5XVYI.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-SIQGG335.js.map → chunk-GMNCW27N.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-3SHDAKMF.js.map → chunk-GPPWUJMR.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-W2VFNVSJ.js.map → chunk-H3HKQXQJ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-UIHDZS6X.js.map → chunk-HFQ7QQZL.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-Z6RLSNUX.js.map → chunk-HLUB7G6J.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-U72GF3I2.js.map → chunk-INAZHXOI.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-INOWVPUD.js.map → chunk-J3ELHLOJ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-UH6VFRV6.js.map → chunk-J3Z2JMDV.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-MYHFZNBO.js.map → chunk-JFOBTM4D.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-J6AD3GWC.js.map → chunk-JNELC5UO.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-YUCKM3MD.js.map → chunk-JQ5NB6O2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-3UXIMY62.js.map → chunk-KFC6X4PI.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-C3YU3TXX.js.map → chunk-L2SWAZ3S.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-QLEH6FTQ.js.map → chunk-LVVZLEW5.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-RFHLRMLQ.js.map → chunk-M66PC7JI.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-UEATYUZW.js.map → chunk-M7JYEBPT.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-Z2JQH2MG.js.map → chunk-MQ632QRB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-IYRG5AEC.js.map → chunk-N7N3PUUP.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-3YJDIJIE.js.map → chunk-NPJLTZQZ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-BFNFTHWQ.js.map → chunk-O67XP4FD.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-FOJEBRDD.js.map → chunk-P7PDLLCE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-SN5X5GTU.js.map → chunk-PEACKWHL.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-HZZ3AC27.js.map → chunk-PFRGQZG2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-Q3CFSOQZ.js.map → chunk-PMU2OJ3N.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-5STY7NVM.js.map → chunk-PUMTJMMF.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-K52C6YPA.js.map → chunk-QTJCMK2S.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-6FU5BVRB.js.map → chunk-RAE2SLNO.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-YR5R4FMQ.js.map → chunk-RYA7QE7B.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-UFNFHCAC.js.map → chunk-SWQMU4AD.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-WVEMZZCR.js.map → chunk-TEKAGPZV.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-JH5XDDYS.js.map → chunk-TM5E2IED.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-C6XSTACC.js.map → chunk-TTRL5GE6.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-AEOFBBWO.js.map → chunk-UA2VI62P.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-6RR4XM5H.js.map → chunk-UYK26VRP.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-CXH7EMSB.js.map → chunk-VBDQTL3Z.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-NGBWEYNY.js.map → chunk-W2FXYQ6D.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-UURYLDDC.js.map → chunk-WZ7EPGUX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-QYZMZD4L.js.map → chunk-XVCB574W.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-F5DDGY6R.js.map → chunk-XWS3Z57Q.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-EP2CKDS7.js.map → chunk-XXJB4GLJ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-6WCXSC5V.js.map → chunk-ZGDJA6WI.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-TKWTJGD6.js.map → chunk-ZIU35KME.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-YUMNZS3X.js.map → chunk-ZQ2KEWE7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-E3RLZSP2.js.map → close-2NVUCJXV.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-K6BFI3OX.js.map → close-BZPS37KL.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-many-6NBL3PM4.js.map → close-many-KKNCGLVR.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-many-X4YKS3RO.js.map → close-many-S5WKLWVO.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{comments-PLFK5ZKK.js.map → comments-PV5XG342.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{comments-ZNOD5PTV.js.map → comments-XAM2ADHO.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{copy-F7BUFY4J.js.map → copy-OJ2YNJ7S.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{copy-VH3L4MN2.js.map → copy-OZDYDQUG.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{create-AMBMYP6F.js.map → create-5O3QK3PX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{create-TRIBYORN.js.map → create-WGFKEJAK.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{delete-ZNXUNCZR.js.map → delete-NTYXFL7A.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{delete-6KQHZYIP.js.map → delete-V7FPW6JL.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{deps-CVDY7FFK.js.map → deps-7WVENNH3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{deps-SZXQHV73.js.map → deps-Z6RD6RWW.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{docs-DR74ITCD.js.map → docs-2NIRGHAN.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{docs-WCVYY6I7.js.map → docs-SOY2CMH3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{files-QEFQ2M3H.js.map → files-4OH2I663.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{files-H5YCA74Z.js.map → files-5KNAFW67.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{focus-55TRYSNA.js.map → focus-CLNZWWKW.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{focus-N2QGNS5D.js.map → focus-JUKXZN3J.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-compact-JJZ4EFL3.js.map → history-compact-R3T3XPD4.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-compact-GWQ4UOEI.js.map → history-compact-WKAKPLFQ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-redact-TPPUT3A5.js.map → history-redact-CLJDCBNF.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-redact-4GJOLXCM.js.map → history-redact-Y67UDKD3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-repair-HVCVCGUF.js.map → history-repair-2WLXWQAM.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-repair-J7PIZ6ZP.js.map → history-repair-LNA7V2VI.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{learnings-KB6BT4NR.js.map → learnings-2L72KBOE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{learnings-YYY3U2Y7.js.map → learnings-PNK7WUWO.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{notes-ZTHXVOKM.js.map → notes-USDIABZV.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{notes-BGG7VL72.js.map → notes-X4SWEJSB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{plan-MK2QY3GA.js.map → plan-JU454RMZ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{plan-CJPKFRBK.js.map → plan-U4RWU56Z.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{profile-AQNHXOYA.js.map → profile-COBKZJUQ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{profile-HTBFINKQ.js.map → profile-RKIRCXH7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{register-mutation-QFLRBCI7.js.map → register-mutation-JGXTDEIZ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{register-mutation-L5Q7AUDN.js.map → register-mutation-XVO4GGZI.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{restore-EX4UUZL6.js.map → restore-54HR2EYD.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{restore-BTBEZ5CK.js.map → restore-BINCHJIY.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{schema-DGSTYYQB.js.map → schema-2JZNEQSG.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{schema-HAIBEE24.js.map → schema-VV3K5WZI.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-MP4XLU56.js.map → update-DK3GAY5D.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-SDIRJGSY.js.map → update-OIMRKTX6.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-many-34AIU6W7.js.map → update-many-5KI6MW76.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-many-JUPCNOKV.js.map → update-many-IOLDHIZT.js.map} +0 -0
package/dist/cli-bundle/chunks/{register-mutation-QFLRBCI7.js → register-mutation-JGXTDEIZ.js}
RENAMED
|
@@ -9,11 +9,11 @@ import {
|
|
|
9
9
|
normalizeCreateOptions,
|
|
10
10
|
normalizeUpdateOptions,
|
|
11
11
|
readOptionString
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-DWGHHSDC.js";
|
|
13
13
|
import {
|
|
14
14
|
CREATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS,
|
|
15
15
|
UPDATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-2RW5DWHQ.js";
|
|
17
17
|
import {
|
|
18
18
|
splitCommaList
|
|
19
19
|
} from "./chunk-P4SESZGT.js";
|
|
@@ -21,14 +21,14 @@ import {
|
|
|
21
21
|
printError,
|
|
22
22
|
printResult,
|
|
23
23
|
writeStdout
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-INAZHXOI.js";
|
|
25
25
|
import {
|
|
26
26
|
PmCliError
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-Y5Q4FEE4.js";
|
|
28
28
|
import {
|
|
29
29
|
BUILTIN_ITEM_TYPE_VALUES,
|
|
30
30
|
EXIT_CODE
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-TB2CZJAQ.js";
|
|
32
32
|
|
|
33
33
|
// dist/cli/register-mutation.js
|
|
34
34
|
import { Option } from "commander";
|
|
@@ -461,7 +461,7 @@ async function runCreateAction(typeOrTitle, secondTitle, options, command) {
|
|
|
461
461
|
delete options.bodyFile;
|
|
462
462
|
}
|
|
463
463
|
const normalized = normalizeCreateOptions(options, { requireType: false });
|
|
464
|
-
const { runCreate } = await import("./create-
|
|
464
|
+
const { runCreate } = await import("./create-WGFKEJAK.js");
|
|
465
465
|
const result = await runCreate(normalized, globalOptions);
|
|
466
466
|
await invalidateSearchCachesForMutation(globalOptions, result);
|
|
467
467
|
printResult(result, globalOptions);
|
|
@@ -494,7 +494,7 @@ function buildCloseManyListOptions(options) {
|
|
|
494
494
|
async function runCloseManyAction(options, command) {
|
|
495
495
|
const globalOptions = getGlobalOptions(command);
|
|
496
496
|
const startedAt = Date.now();
|
|
497
|
-
const { runCloseMany } = await import("./close-many-
|
|
497
|
+
const { runCloseMany } = await import("./close-many-KKNCGLVR.js");
|
|
498
498
|
const result = await runCloseMany({
|
|
499
499
|
status: readOptionString(options, "filterStatus"),
|
|
500
500
|
list: buildCloseManyListOptions(options),
|
|
@@ -519,7 +519,7 @@ async function runCloseManyAction(options, command) {
|
|
|
519
519
|
async function runUpdateManyAction(options, command) {
|
|
520
520
|
const globalOptions = getGlobalOptions(command);
|
|
521
521
|
const startedAt = Date.now();
|
|
522
|
-
const { runUpdateMany } = await import("./update-many-
|
|
522
|
+
const { runUpdateMany } = await import("./update-many-IOLDHIZT.js");
|
|
523
523
|
const result = await runUpdateMany({
|
|
524
524
|
status: readOptionString(options, "filterStatus"),
|
|
525
525
|
list: buildUpdateManyListOptions(options),
|
|
@@ -537,7 +537,7 @@ async function runUpdateManyAction(options, command) {
|
|
|
537
537
|
async function runCloseAction(id, text, options, command) {
|
|
538
538
|
const globalOptions = getGlobalOptions(command);
|
|
539
539
|
const startedAt = Date.now();
|
|
540
|
-
const { runClose } = await import("./close-
|
|
540
|
+
const { runClose } = await import("./close-BZPS37KL.js");
|
|
541
541
|
const reasonFromOption = typeof options.reason === "string" && options.reason.trim().length > 0 && options.reason || typeof options.closeReason === "string" && options.closeReason.trim().length > 0 && options.closeReason || void 0;
|
|
542
542
|
const resolvedText = typeof text === "string" && text.length > 0 ? text : reasonFromOption;
|
|
543
543
|
const result = await runClose(id, resolvedText, {
|
|
@@ -622,7 +622,7 @@ function parsePlanReorderTo(normalizedSubcommand, reorderToken) {
|
|
|
622
622
|
async function runPlanAction(subcommand, id, stepRef, reorderToken, options, command) {
|
|
623
623
|
const globalOptions = getGlobalOptions(command);
|
|
624
624
|
const startedAt = Date.now();
|
|
625
|
-
const { runPlan, PLAN_SUBCOMMANDS } = await import("./plan-
|
|
625
|
+
const { runPlan, PLAN_SUBCOMMANDS } = await import("./plan-U4RWU56Z.js");
|
|
626
626
|
const normalizedSubcommand = (subcommand ?? "").trim().toLowerCase();
|
|
627
627
|
assertKnownPlanSubcommand(subcommand, normalizedSubcommand, PLAN_SUBCOMMANDS);
|
|
628
628
|
const planOptions = normalizePlanAliases(options);
|
|
@@ -657,7 +657,7 @@ function parseNonNegativeIntFlag(raw, flag) {
|
|
|
657
657
|
async function runHistoryCompactAction(id, options, command) {
|
|
658
658
|
const globalOptions = getGlobalOptions(command);
|
|
659
659
|
const startedAt = Date.now();
|
|
660
|
-
const { runHistoryCompact, runHistoryCompactBulk, assertHistoryCompactTarget } = await import("./history-compact-
|
|
660
|
+
const { runHistoryCompact, runHistoryCompactBulk, assertHistoryCompactTarget } = await import("./history-compact-R3T3XPD4.js");
|
|
661
661
|
const ids = typeof options.ids === "string" ? splitCommaList(options.ids) : void 0;
|
|
662
662
|
const allOver = parseNonNegativeIntFlag(options.allOver, "--all-over");
|
|
663
663
|
const minEntries = parseNonNegativeIntFlag(options.minEntries, "--min-entries");
|
|
@@ -708,7 +708,7 @@ function splitCollectedCommaList(raw) {
|
|
|
708
708
|
async function runSchemaAction(subcommand, name, options, command) {
|
|
709
709
|
const globalOptions = getGlobalOptions(command);
|
|
710
710
|
const startedAt = Date.now();
|
|
711
|
-
const schemaModule = await import("./schema-
|
|
711
|
+
const schemaModule = await import("./schema-VV3K5WZI.js");
|
|
712
712
|
const { SCHEMA_SUBCOMMANDS } = schemaModule;
|
|
713
713
|
let normalizedSubcommand = (subcommand ?? "").trim().toLowerCase();
|
|
714
714
|
let typeName = name;
|
|
@@ -788,7 +788,7 @@ async function runCommentsAction(id, text, options, command) {
|
|
|
788
788
|
const globalOptions = getGlobalOptions(command);
|
|
789
789
|
const startedAt = Date.now();
|
|
790
790
|
const sources = resolveCommentSources(text, options);
|
|
791
|
-
const { runComments } = await import("./comments-
|
|
791
|
+
const { runComments } = await import("./comments-PV5XG342.js");
|
|
792
792
|
const result = await runComments(id, {
|
|
793
793
|
add: sources.add,
|
|
794
794
|
stdin: sources.readFromStdin,
|
|
@@ -812,7 +812,7 @@ async function runCommentsAction(id, text, options, command) {
|
|
|
812
812
|
async function runCopyAction(id, options, command) {
|
|
813
813
|
const globalOptions = getGlobalOptions(command);
|
|
814
814
|
const startedAt = Date.now();
|
|
815
|
-
const { runCopy } = await import("./copy-
|
|
815
|
+
const { runCopy } = await import("./copy-OZDYDQUG.js");
|
|
816
816
|
const result = await runCopy(id, {
|
|
817
817
|
title: readOptionString(options, "title"),
|
|
818
818
|
author: readOptionString(options, "author"),
|
|
@@ -827,7 +827,7 @@ async function runCopyAction(id, options, command) {
|
|
|
827
827
|
async function runFocusAction(id, options, command) {
|
|
828
828
|
const globalOptions = getGlobalOptions(command);
|
|
829
829
|
const startedAt = Date.now();
|
|
830
|
-
const { runFocus } = await import("./focus-
|
|
830
|
+
const { runFocus } = await import("./focus-CLNZWWKW.js");
|
|
831
831
|
const result = await runFocus(id, { clear: options.clear === true }, globalOptions);
|
|
832
832
|
printResult(result, globalOptions);
|
|
833
833
|
if (globalOptions.profile) {
|
|
@@ -841,7 +841,7 @@ async function runUpdateAction(id, options, command) {
|
|
|
841
841
|
options.body = await resolveBodyFileContent(options.bodyFile, options.body !== void 0 ? String(options.body) : void 0);
|
|
842
842
|
delete options.bodyFile;
|
|
843
843
|
}
|
|
844
|
-
const { runUpdate } = await import("./update-
|
|
844
|
+
const { runUpdate } = await import("./update-DK3GAY5D.js");
|
|
845
845
|
const result = await runUpdate(id, normalizeUpdateOptions(options), globalOptions);
|
|
846
846
|
await invalidateSearchCachesForMutation(globalOptions, result);
|
|
847
847
|
printResult(result, globalOptions);
|
|
@@ -852,7 +852,7 @@ async function runUpdateAction(id, options, command) {
|
|
|
852
852
|
async function runDeleteAction(id, options, command) {
|
|
853
853
|
const globalOptions = getGlobalOptions(command);
|
|
854
854
|
const startedAt = Date.now();
|
|
855
|
-
const { runDelete } = await import("./delete-
|
|
855
|
+
const { runDelete } = await import("./delete-NTYXFL7A.js");
|
|
856
856
|
const result = await runDelete(id, {
|
|
857
857
|
author: readOptionString(options, "author"),
|
|
858
858
|
message: readOptionString(options, "message"),
|
|
@@ -892,7 +892,7 @@ function resolveAppendBody(text, options) {
|
|
|
892
892
|
async function runAppendAction(id, text, options, command) {
|
|
893
893
|
const globalOptions = getGlobalOptions(command);
|
|
894
894
|
const startedAt = Date.now();
|
|
895
|
-
const { runAppend } = await import("./append-
|
|
895
|
+
const { runAppend } = await import("./append-SIECQAPH.js");
|
|
896
896
|
const result = await runAppend(id, {
|
|
897
897
|
body: resolveAppendBody(text, options),
|
|
898
898
|
author: readOptionString(options, "author"),
|
|
@@ -908,7 +908,7 @@ async function runAppendAction(id, text, options, command) {
|
|
|
908
908
|
async function runRestoreAction(id, target, options, command) {
|
|
909
909
|
const globalOptions = getGlobalOptions(command);
|
|
910
910
|
const startedAt = Date.now();
|
|
911
|
-
const { runRestore } = await import("./restore-
|
|
911
|
+
const { runRestore } = await import("./restore-BINCHJIY.js");
|
|
912
912
|
const result = await runRestore(id, target, {
|
|
913
913
|
author: readOptionString(options, "author"),
|
|
914
914
|
message: readOptionString(options, "message"),
|
|
@@ -923,7 +923,7 @@ async function runRestoreAction(id, target, options, command) {
|
|
|
923
923
|
async function runProfileAction(subcommand, name, options, command) {
|
|
924
924
|
const globalOptions = getGlobalOptions(command);
|
|
925
925
|
const startedAt = Date.now();
|
|
926
|
-
const profileModule = await import("./profile-
|
|
926
|
+
const profileModule = await import("./profile-COBKZJUQ.js");
|
|
927
927
|
const { PROFILE_SUBCOMMANDS } = profileModule;
|
|
928
928
|
const normalizedSubcommand = (subcommand ?? "").trim().toLowerCase();
|
|
929
929
|
if (!normalizedSubcommand) {
|
|
@@ -952,7 +952,7 @@ async function runNotesAction(id, text, options, command) {
|
|
|
952
952
|
const globalOptions = getGlobalOptions(command);
|
|
953
953
|
const startedAt = Date.now();
|
|
954
954
|
const add = resolveSingleTextSource("note", text, options);
|
|
955
|
-
const { runNotes } = await import("./notes-
|
|
955
|
+
const { runNotes } = await import("./notes-USDIABZV.js");
|
|
956
956
|
const result = await runNotes(id, {
|
|
957
957
|
add,
|
|
958
958
|
limit: readOptionString(options, "limit"),
|
|
@@ -973,7 +973,7 @@ async function runLearningsAction(id, text, options, command) {
|
|
|
973
973
|
const globalOptions = getGlobalOptions(command);
|
|
974
974
|
const startedAt = Date.now();
|
|
975
975
|
const add = resolveSingleTextSource("learning", text, options);
|
|
976
|
-
const { runLearnings } = await import("./learnings-
|
|
976
|
+
const { runLearnings } = await import("./learnings-2L72KBOE.js");
|
|
977
977
|
const result = await runLearnings(id, {
|
|
978
978
|
add,
|
|
979
979
|
limit: readOptionString(options, "limit"),
|
|
@@ -1000,7 +1000,7 @@ async function runFilesAction(id, options, command) {
|
|
|
1000
1000
|
const addGlobValues = readStringArrayOption(options, "addGlob");
|
|
1001
1001
|
const removeValues = readStringArrayOption(options, "remove");
|
|
1002
1002
|
const migrateValues = readStringArrayOption(options, "migrate");
|
|
1003
|
-
const { runFiles } = await import("./files-
|
|
1003
|
+
const { runFiles } = await import("./files-4OH2I663.js");
|
|
1004
1004
|
const result = await runFiles(id, {
|
|
1005
1005
|
add: addValues,
|
|
1006
1006
|
addGlob: addGlobValues,
|
|
@@ -1027,7 +1027,7 @@ async function runFilesDiscoverAction(id, options, command) {
|
|
|
1027
1027
|
const globalOptions = getGlobalOptions(command);
|
|
1028
1028
|
const startedAt = Date.now();
|
|
1029
1029
|
const mergedOptions = { ...command.optsWithGlobals(), ...options };
|
|
1030
|
-
const { runFilesDiscover } = await import("./files-
|
|
1030
|
+
const { runFilesDiscover } = await import("./files-4OH2I663.js");
|
|
1031
1031
|
const result = await runFilesDiscover(id, {
|
|
1032
1032
|
apply: Boolean(mergedOptions.apply),
|
|
1033
1033
|
note: readOptionString(mergedOptions, "note"),
|
|
@@ -1051,7 +1051,7 @@ async function runDocsAction(id, options, command) {
|
|
|
1051
1051
|
const addGlobValues = readStringArrayOption(options, "addGlob");
|
|
1052
1052
|
const removeValues = readStringArrayOption(options, "remove");
|
|
1053
1053
|
const migrateValues = readStringArrayOption(options, "migrate");
|
|
1054
|
-
const { runDocs } = await import("./docs-
|
|
1054
|
+
const { runDocs } = await import("./docs-2NIRGHAN.js");
|
|
1055
1055
|
const result = await runDocs(id, {
|
|
1056
1056
|
add: addValues,
|
|
1057
1057
|
addGlob: addGlobValues,
|
|
@@ -1076,7 +1076,7 @@ async function runDocsAction(id, options, command) {
|
|
|
1076
1076
|
async function runDepsAction(id, options, command) {
|
|
1077
1077
|
const globalOptions = getGlobalOptions(command);
|
|
1078
1078
|
const startedAt = Date.now();
|
|
1079
|
-
const { runDeps } = await import("./deps-
|
|
1079
|
+
const { runDeps } = await import("./deps-Z6RD6RWW.js");
|
|
1080
1080
|
const result = await runDeps(id, {
|
|
1081
1081
|
format: options.format,
|
|
1082
1082
|
maxDepth: readOptionString(options, "maxDepth"),
|
|
@@ -1178,7 +1178,7 @@ function registerMutationCommands(program) {
|
|
|
1178
1178
|
program.command("history-redact").argument("<id>", "Item id").option("--literal <value>", "Literal string to redact (repeatable)", collect).option("--regex <value>", "Regex pattern to redact (repeatable; accepts /pattern/flags or raw pattern)", collect).option("--replacement <value>", 'Replacement string (default: "[redacted]")').option("--dry-run", "Preview redaction impact without writing item/history files").option("--author <value>", "Mutation author").option("--message <value>", "Audit history message for the redaction marker entry").option("--force", "Force ownership/lock override").description("Redact sensitive literals/patterns from an item history stream and recompute hashes.").action(async (id, options, command) => {
|
|
1179
1179
|
const globalOptions = getGlobalOptions(command);
|
|
1180
1180
|
const startedAt = Date.now();
|
|
1181
|
-
const { runHistoryRedact } = await import("./history-redact-
|
|
1181
|
+
const { runHistoryRedact } = await import("./history-redact-CLJDCBNF.js");
|
|
1182
1182
|
const literal = Array.isArray(options.literal) ? options.literal : void 0;
|
|
1183
1183
|
const regex = Array.isArray(options.regex) ? options.regex : void 0;
|
|
1184
1184
|
const result = await runHistoryRedact(id, {
|
|
@@ -1201,7 +1201,7 @@ function registerMutationCommands(program) {
|
|
|
1201
1201
|
program.command("history-repair").argument("[id]", "Item id (omit with --all)").option("--all", "Scan every stream for drift and repair each drifted stream in one audited pass").option("--dry-run", "Preview the re-anchor impact without writing the history file").option("--author <value>", "Mutation author").option("--message <value>", "Audit history message for the repair marker entry").option("--force", "Force ownership/lock override").description("Re-anchor a drifted item history chain (recompute hashes, reconcile with the on-disk item) and record an audit marker. Use --all to repair every drifted stream.").action(async (id, options, command) => {
|
|
1202
1202
|
const globalOptions = getGlobalOptions(command);
|
|
1203
1203
|
const startedAt = Date.now();
|
|
1204
|
-
const { runHistoryRepair, runHistoryRepairAll, assertHistoryRepairTarget } = await import("./history-repair-
|
|
1204
|
+
const { runHistoryRepair, runHistoryRepairAll, assertHistoryRepairTarget } = await import("./history-repair-LNA7V2VI.js");
|
|
1205
1205
|
const all = options.all === true;
|
|
1206
1206
|
assertHistoryRepairTarget(id, all);
|
|
1207
1207
|
const repairOptions = {
|
|
@@ -1246,6 +1246,6 @@ export {
|
|
|
1246
1246
|
registerCommanderOptionContracts,
|
|
1247
1247
|
registerMutationCommands
|
|
1248
1248
|
};
|
|
1249
|
-
//# sourceMappingURL=register-mutation-
|
|
1249
|
+
//# sourceMappingURL=register-mutation-JGXTDEIZ.js.map
|
|
1250
1250
|
|
|
1251
1251
|
//# debugId=467f5aba-dd78-5f6c-b8c1-a7c7f5346997
|
package/dist/cli-bundle/chunks/{register-mutation-L5Q7AUDN.js → register-mutation-XVO4GGZI.js}
RENAMED
|
@@ -7,11 +7,11 @@ import {
|
|
|
7
7
|
normalizeCreateOptions,
|
|
8
8
|
normalizeUpdateOptions,
|
|
9
9
|
readOptionString
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-A62N3BM3.js";
|
|
11
11
|
import {
|
|
12
12
|
CREATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS,
|
|
13
13
|
UPDATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-EXG6XTJC.js";
|
|
15
15
|
import {
|
|
16
16
|
splitCommaList
|
|
17
17
|
} from "./chunk-5HIZDR5A.js";
|
|
@@ -19,14 +19,14 @@ import {
|
|
|
19
19
|
printError,
|
|
20
20
|
printResult,
|
|
21
21
|
writeStdout
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-TTRL5GE6.js";
|
|
23
23
|
import {
|
|
24
24
|
PmCliError
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-F7UA74OZ.js";
|
|
26
26
|
import {
|
|
27
27
|
BUILTIN_ITEM_TYPE_VALUES,
|
|
28
28
|
EXIT_CODE
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-J3FDNQWM.js";
|
|
30
30
|
|
|
31
31
|
// dist/cli/register-mutation.js
|
|
32
32
|
import { Option } from "commander";
|
|
@@ -480,7 +480,7 @@ async function runCreateAction(typeOrTitle, secondTitle, options, command) {
|
|
|
480
480
|
delete options.bodyFile;
|
|
481
481
|
}
|
|
482
482
|
const normalized = normalizeCreateOptions(options, { requireType: false });
|
|
483
|
-
const { runCreate } = await import("./create-
|
|
483
|
+
const { runCreate } = await import("./create-5O3QK3PX.js");
|
|
484
484
|
const result = await runCreate(normalized, globalOptions);
|
|
485
485
|
await invalidateSearchCachesForMutation(globalOptions, result);
|
|
486
486
|
printResult(result, globalOptions);
|
|
@@ -513,7 +513,7 @@ function buildCloseManyListOptions(options) {
|
|
|
513
513
|
async function runCloseManyAction(options, command) {
|
|
514
514
|
const globalOptions = getGlobalOptions(command);
|
|
515
515
|
const startedAt = Date.now();
|
|
516
|
-
const { runCloseMany } = await import("./close-many-
|
|
516
|
+
const { runCloseMany } = await import("./close-many-S5WKLWVO.js");
|
|
517
517
|
const result = await runCloseMany({
|
|
518
518
|
status: readOptionString(options, "filterStatus"),
|
|
519
519
|
list: buildCloseManyListOptions(options),
|
|
@@ -538,7 +538,7 @@ async function runCloseManyAction(options, command) {
|
|
|
538
538
|
async function runUpdateManyAction(options, command) {
|
|
539
539
|
const globalOptions = getGlobalOptions(command);
|
|
540
540
|
const startedAt = Date.now();
|
|
541
|
-
const { runUpdateMany } = await import("./update-many-
|
|
541
|
+
const { runUpdateMany } = await import("./update-many-5KI6MW76.js");
|
|
542
542
|
const result = await runUpdateMany({
|
|
543
543
|
status: readOptionString(options, "filterStatus"),
|
|
544
544
|
list: buildUpdateManyListOptions(options),
|
|
@@ -556,7 +556,7 @@ async function runUpdateManyAction(options, command) {
|
|
|
556
556
|
async function runCloseAction(id, text, options, command) {
|
|
557
557
|
const globalOptions = getGlobalOptions(command);
|
|
558
558
|
const startedAt = Date.now();
|
|
559
|
-
const { runClose } = await import("./close-
|
|
559
|
+
const { runClose } = await import("./close-2NVUCJXV.js");
|
|
560
560
|
const reasonFromOption = typeof options.reason === "string" && options.reason.trim().length > 0 && options.reason || typeof options.closeReason === "string" && options.closeReason.trim().length > 0 && options.closeReason || void 0;
|
|
561
561
|
const resolvedText = typeof text === "string" && text.length > 0 ? text : reasonFromOption;
|
|
562
562
|
const result = await runClose(id, resolvedText, {
|
|
@@ -641,7 +641,7 @@ function parsePlanReorderTo(normalizedSubcommand, reorderToken) {
|
|
|
641
641
|
async function runPlanAction(subcommand, id, stepRef, reorderToken, options, command) {
|
|
642
642
|
const globalOptions = getGlobalOptions(command);
|
|
643
643
|
const startedAt = Date.now();
|
|
644
|
-
const { runPlan, PLAN_SUBCOMMANDS } = await import("./plan-
|
|
644
|
+
const { runPlan, PLAN_SUBCOMMANDS } = await import("./plan-JU454RMZ.js");
|
|
645
645
|
const normalizedSubcommand = (subcommand ?? "").trim().toLowerCase();
|
|
646
646
|
assertKnownPlanSubcommand(subcommand, normalizedSubcommand, PLAN_SUBCOMMANDS);
|
|
647
647
|
const planOptions = normalizePlanAliases(options);
|
|
@@ -676,7 +676,7 @@ function parseNonNegativeIntFlag(raw, flag) {
|
|
|
676
676
|
async function runHistoryCompactAction(id, options, command) {
|
|
677
677
|
const globalOptions = getGlobalOptions(command);
|
|
678
678
|
const startedAt = Date.now();
|
|
679
|
-
const { runHistoryCompact, runHistoryCompactBulk, assertHistoryCompactTarget } = await import("./history-compact-
|
|
679
|
+
const { runHistoryCompact, runHistoryCompactBulk, assertHistoryCompactTarget } = await import("./history-compact-WKAKPLFQ.js");
|
|
680
680
|
const ids = typeof options.ids === "string" ? splitCommaList(options.ids) : void 0;
|
|
681
681
|
const allOver = parseNonNegativeIntFlag(options.allOver, "--all-over");
|
|
682
682
|
const minEntries = parseNonNegativeIntFlag(options.minEntries, "--min-entries");
|
|
@@ -727,7 +727,7 @@ function splitCollectedCommaList(raw) {
|
|
|
727
727
|
async function runSchemaAction(subcommand, name, options, command) {
|
|
728
728
|
const globalOptions = getGlobalOptions(command);
|
|
729
729
|
const startedAt = Date.now();
|
|
730
|
-
const schemaModule = await import("./schema-
|
|
730
|
+
const schemaModule = await import("./schema-2JZNEQSG.js");
|
|
731
731
|
const { SCHEMA_SUBCOMMANDS } = schemaModule;
|
|
732
732
|
let normalizedSubcommand = (subcommand ?? "").trim().toLowerCase();
|
|
733
733
|
let typeName = name;
|
|
@@ -807,7 +807,7 @@ async function runCommentsAction(id, text, options, command) {
|
|
|
807
807
|
const globalOptions = getGlobalOptions(command);
|
|
808
808
|
const startedAt = Date.now();
|
|
809
809
|
const sources = resolveCommentSources(text, options);
|
|
810
|
-
const { runComments } = await import("./comments-
|
|
810
|
+
const { runComments } = await import("./comments-XAM2ADHO.js");
|
|
811
811
|
const result = await runComments(id, {
|
|
812
812
|
add: sources.add,
|
|
813
813
|
stdin: sources.readFromStdin,
|
|
@@ -831,7 +831,7 @@ async function runCommentsAction(id, text, options, command) {
|
|
|
831
831
|
async function runCopyAction(id, options, command) {
|
|
832
832
|
const globalOptions = getGlobalOptions(command);
|
|
833
833
|
const startedAt = Date.now();
|
|
834
|
-
const { runCopy } = await import("./copy-
|
|
834
|
+
const { runCopy } = await import("./copy-OJ2YNJ7S.js");
|
|
835
835
|
const result = await runCopy(id, {
|
|
836
836
|
title: readOptionString(options, "title"),
|
|
837
837
|
author: readOptionString(options, "author"),
|
|
@@ -846,7 +846,7 @@ async function runCopyAction(id, options, command) {
|
|
|
846
846
|
async function runFocusAction(id, options, command) {
|
|
847
847
|
const globalOptions = getGlobalOptions(command);
|
|
848
848
|
const startedAt = Date.now();
|
|
849
|
-
const { runFocus } = await import("./focus-
|
|
849
|
+
const { runFocus } = await import("./focus-JUKXZN3J.js");
|
|
850
850
|
const result = await runFocus(id, { clear: options.clear === true }, globalOptions);
|
|
851
851
|
printResult(result, globalOptions);
|
|
852
852
|
if (globalOptions.profile) {
|
|
@@ -860,7 +860,7 @@ async function runUpdateAction(id, options, command) {
|
|
|
860
860
|
options.body = await resolveBodyFileContent(options.bodyFile, options.body !== void 0 ? String(options.body) : void 0);
|
|
861
861
|
delete options.bodyFile;
|
|
862
862
|
}
|
|
863
|
-
const { runUpdate } = await import("./update-
|
|
863
|
+
const { runUpdate } = await import("./update-OIMRKTX6.js");
|
|
864
864
|
const result = await runUpdate(id, normalizeUpdateOptions(options), globalOptions);
|
|
865
865
|
await invalidateSearchCachesForMutation(globalOptions, result);
|
|
866
866
|
printResult(result, globalOptions);
|
|
@@ -871,7 +871,7 @@ async function runUpdateAction(id, options, command) {
|
|
|
871
871
|
async function runDeleteAction(id, options, command) {
|
|
872
872
|
const globalOptions = getGlobalOptions(command);
|
|
873
873
|
const startedAt = Date.now();
|
|
874
|
-
const { runDelete } = await import("./delete-
|
|
874
|
+
const { runDelete } = await import("./delete-V7FPW6JL.js");
|
|
875
875
|
const result = await runDelete(id, {
|
|
876
876
|
author: readOptionString(options, "author"),
|
|
877
877
|
message: readOptionString(options, "message"),
|
|
@@ -911,7 +911,7 @@ function resolveAppendBody(text, options) {
|
|
|
911
911
|
async function runAppendAction(id, text, options, command) {
|
|
912
912
|
const globalOptions = getGlobalOptions(command);
|
|
913
913
|
const startedAt = Date.now();
|
|
914
|
-
const { runAppend } = await import("./append-
|
|
914
|
+
const { runAppend } = await import("./append-G7NGOQVU.js");
|
|
915
915
|
const result = await runAppend(id, {
|
|
916
916
|
body: resolveAppendBody(text, options),
|
|
917
917
|
author: readOptionString(options, "author"),
|
|
@@ -927,7 +927,7 @@ async function runAppendAction(id, text, options, command) {
|
|
|
927
927
|
async function runRestoreAction(id, target, options, command) {
|
|
928
928
|
const globalOptions = getGlobalOptions(command);
|
|
929
929
|
const startedAt = Date.now();
|
|
930
|
-
const { runRestore } = await import("./restore-
|
|
930
|
+
const { runRestore } = await import("./restore-54HR2EYD.js");
|
|
931
931
|
const result = await runRestore(id, target, {
|
|
932
932
|
author: readOptionString(options, "author"),
|
|
933
933
|
message: readOptionString(options, "message"),
|
|
@@ -942,7 +942,7 @@ async function runRestoreAction(id, target, options, command) {
|
|
|
942
942
|
async function runProfileAction(subcommand, name, options, command) {
|
|
943
943
|
const globalOptions = getGlobalOptions(command);
|
|
944
944
|
const startedAt = Date.now();
|
|
945
|
-
const profileModule = await import("./profile-
|
|
945
|
+
const profileModule = await import("./profile-RKIRCXH7.js");
|
|
946
946
|
const { PROFILE_SUBCOMMANDS } = profileModule;
|
|
947
947
|
const normalizedSubcommand = (subcommand ?? "").trim().toLowerCase();
|
|
948
948
|
if (!normalizedSubcommand) {
|
|
@@ -971,7 +971,7 @@ async function runNotesAction(id, text, options, command) {
|
|
|
971
971
|
const globalOptions = getGlobalOptions(command);
|
|
972
972
|
const startedAt = Date.now();
|
|
973
973
|
const add = resolveSingleTextSource("note", text, options);
|
|
974
|
-
const { runNotes } = await import("./notes-
|
|
974
|
+
const { runNotes } = await import("./notes-X4SWEJSB.js");
|
|
975
975
|
const result = await runNotes(id, {
|
|
976
976
|
add,
|
|
977
977
|
limit: readOptionString(options, "limit"),
|
|
@@ -992,7 +992,7 @@ async function runLearningsAction(id, text, options, command) {
|
|
|
992
992
|
const globalOptions = getGlobalOptions(command);
|
|
993
993
|
const startedAt = Date.now();
|
|
994
994
|
const add = resolveSingleTextSource("learning", text, options);
|
|
995
|
-
const { runLearnings } = await import("./learnings-
|
|
995
|
+
const { runLearnings } = await import("./learnings-PNK7WUWO.js");
|
|
996
996
|
const result = await runLearnings(id, {
|
|
997
997
|
add,
|
|
998
998
|
limit: readOptionString(options, "limit"),
|
|
@@ -1019,7 +1019,7 @@ async function runFilesAction(id, options, command) {
|
|
|
1019
1019
|
const addGlobValues = readStringArrayOption(options, "addGlob");
|
|
1020
1020
|
const removeValues = readStringArrayOption(options, "remove");
|
|
1021
1021
|
const migrateValues = readStringArrayOption(options, "migrate");
|
|
1022
|
-
const { runFiles } = await import("./files-
|
|
1022
|
+
const { runFiles } = await import("./files-5KNAFW67.js");
|
|
1023
1023
|
const result = await runFiles(id, {
|
|
1024
1024
|
add: addValues,
|
|
1025
1025
|
addGlob: addGlobValues,
|
|
@@ -1046,7 +1046,7 @@ async function runFilesDiscoverAction(id, options, command) {
|
|
|
1046
1046
|
const globalOptions = getGlobalOptions(command);
|
|
1047
1047
|
const startedAt = Date.now();
|
|
1048
1048
|
const mergedOptions = { ...command.optsWithGlobals(), ...options };
|
|
1049
|
-
const { runFilesDiscover } = await import("./files-
|
|
1049
|
+
const { runFilesDiscover } = await import("./files-5KNAFW67.js");
|
|
1050
1050
|
const result = await runFilesDiscover(id, {
|
|
1051
1051
|
apply: Boolean(mergedOptions.apply),
|
|
1052
1052
|
note: readOptionString(mergedOptions, "note"),
|
|
@@ -1070,7 +1070,7 @@ async function runDocsAction(id, options, command) {
|
|
|
1070
1070
|
const addGlobValues = readStringArrayOption(options, "addGlob");
|
|
1071
1071
|
const removeValues = readStringArrayOption(options, "remove");
|
|
1072
1072
|
const migrateValues = readStringArrayOption(options, "migrate");
|
|
1073
|
-
const { runDocs } = await import("./docs-
|
|
1073
|
+
const { runDocs } = await import("./docs-SOY2CMH3.js");
|
|
1074
1074
|
const result = await runDocs(id, {
|
|
1075
1075
|
add: addValues,
|
|
1076
1076
|
addGlob: addGlobValues,
|
|
@@ -1095,7 +1095,7 @@ async function runDocsAction(id, options, command) {
|
|
|
1095
1095
|
async function runDepsAction(id, options, command) {
|
|
1096
1096
|
const globalOptions = getGlobalOptions(command);
|
|
1097
1097
|
const startedAt = Date.now();
|
|
1098
|
-
const { runDeps } = await import("./deps-
|
|
1098
|
+
const { runDeps } = await import("./deps-7WVENNH3.js");
|
|
1099
1099
|
const result = await runDeps(id, {
|
|
1100
1100
|
format: options.format,
|
|
1101
1101
|
maxDepth: readOptionString(options, "maxDepth"),
|
|
@@ -1197,7 +1197,7 @@ function registerMutationCommands(program) {
|
|
|
1197
1197
|
program.command("history-redact").argument("<id>", "Item id").option("--literal <value>", "Literal string to redact (repeatable)", collect).option("--regex <value>", "Regex pattern to redact (repeatable; accepts /pattern/flags or raw pattern)", collect).option("--replacement <value>", 'Replacement string (default: "[redacted]")').option("--dry-run", "Preview redaction impact without writing item/history files").option("--author <value>", "Mutation author").option("--message <value>", "Audit history message for the redaction marker entry").option("--force", "Force ownership/lock override").description("Redact sensitive literals/patterns from an item history stream and recompute hashes.").action(async (id, options, command) => {
|
|
1198
1198
|
const globalOptions = getGlobalOptions(command);
|
|
1199
1199
|
const startedAt = Date.now();
|
|
1200
|
-
const { runHistoryRedact } = await import("./history-redact-
|
|
1200
|
+
const { runHistoryRedact } = await import("./history-redact-Y67UDKD3.js");
|
|
1201
1201
|
const literal = Array.isArray(options.literal) ? options.literal : void 0;
|
|
1202
1202
|
const regex = Array.isArray(options.regex) ? options.regex : void 0;
|
|
1203
1203
|
const result = await runHistoryRedact(id, {
|
|
@@ -1220,7 +1220,7 @@ function registerMutationCommands(program) {
|
|
|
1220
1220
|
program.command("history-repair").argument("[id]", "Item id (omit with --all)").option("--all", "Scan every stream for drift and repair each drifted stream in one audited pass").option("--dry-run", "Preview the re-anchor impact without writing the history file").option("--author <value>", "Mutation author").option("--message <value>", "Audit history message for the repair marker entry").option("--force", "Force ownership/lock override").description("Re-anchor a drifted item history chain (recompute hashes, reconcile with the on-disk item) and record an audit marker. Use --all to repair every drifted stream.").action(async (id, options, command) => {
|
|
1221
1221
|
const globalOptions = getGlobalOptions(command);
|
|
1222
1222
|
const startedAt = Date.now();
|
|
1223
|
-
const { runHistoryRepair, runHistoryRepairAll, assertHistoryRepairTarget } = await import("./history-repair-
|
|
1223
|
+
const { runHistoryRepair, runHistoryRepairAll, assertHistoryRepairTarget } = await import("./history-repair-2WLXWQAM.js");
|
|
1224
1224
|
const all = options.all === true;
|
|
1225
1225
|
assertHistoryRepairTarget(id, all);
|
|
1226
1226
|
const repairOptions = {
|
|
@@ -1265,4 +1265,4 @@ export {
|
|
|
1265
1265
|
registerCommanderOptionContracts,
|
|
1266
1266
|
registerMutationCommands
|
|
1267
1267
|
};
|
|
1268
|
-
//# sourceMappingURL=register-mutation-
|
|
1268
|
+
//# sourceMappingURL=register-mutation-XVO4GGZI.js.map
|
package/dist/cli-bundle/chunks/{register-operations-HDE4FVW4.js → register-operations-4EEFV5KJ.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
2
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="f46d3a1e-6ebe-5bdf-9e42-b9343b5ba620")}catch(e){}}();
|
|
3
3
|
import {
|
|
4
4
|
resolveStartTaskInProgressStatus,
|
|
5
5
|
runClaim,
|
|
@@ -17,30 +17,30 @@ import {
|
|
|
17
17
|
runTestAll,
|
|
18
18
|
runTestRunsWorker,
|
|
19
19
|
runValidate
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-FYMHD6VX.js";
|
|
21
21
|
import "./chunk-IBMFIKVS.js";
|
|
22
|
-
import "./chunk-
|
|
23
|
-
import "./chunk-
|
|
22
|
+
import "./chunk-77CWXIAC.js";
|
|
23
|
+
import "./chunk-J3ELHLOJ.js";
|
|
24
24
|
import {
|
|
25
25
|
runUpdate
|
|
26
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-5BFBDJ4R.js";
|
|
27
27
|
import {
|
|
28
28
|
runClose
|
|
29
|
-
} from "./chunk-
|
|
29
|
+
} from "./chunk-M7DWRMNY.js";
|
|
30
30
|
import "./chunk-T5RRNDA7.js";
|
|
31
|
-
import "./chunk-
|
|
31
|
+
import "./chunk-ZQ2KEWE7.js";
|
|
32
32
|
import "./chunk-YJIEJRZB.js";
|
|
33
|
-
import "./chunk-
|
|
34
|
-
import "./chunk-
|
|
35
|
-
import "./chunk-
|
|
36
|
-
import "./chunk-
|
|
37
|
-
import "./chunk-
|
|
33
|
+
import "./chunk-CUBPPDDF.js";
|
|
34
|
+
import "./chunk-AD4HJKQZ.js";
|
|
35
|
+
import "./chunk-MQ632QRB.js";
|
|
36
|
+
import "./chunk-P7PDLLCE.js";
|
|
37
|
+
import "./chunk-FSD7W7Y2.js";
|
|
38
38
|
import "./chunk-ROGZTCCB.js";
|
|
39
39
|
import "./chunk-QB7XMHJW.js";
|
|
40
|
-
import "./chunk-
|
|
41
|
-
import "./chunk-
|
|
42
|
-
import "./chunk-
|
|
43
|
-
import "./chunk-
|
|
40
|
+
import "./chunk-L2SWAZ3S.js";
|
|
41
|
+
import "./chunk-JNELC5UO.js";
|
|
42
|
+
import "./chunk-62ECRG6J.js";
|
|
43
|
+
import "./chunk-UYK26VRP.js";
|
|
44
44
|
import {
|
|
45
45
|
addHiddenOption,
|
|
46
46
|
buildBackgroundTestAllCommandArgs,
|
|
@@ -49,28 +49,28 @@ import {
|
|
|
49
49
|
getGlobalOptions,
|
|
50
50
|
invalidateSearchCachesForMutation,
|
|
51
51
|
readOptionString
|
|
52
|
-
} from "./chunk-
|
|
53
|
-
import "./chunk-
|
|
54
|
-
import "./chunk-
|
|
55
|
-
import "./chunk-
|
|
56
|
-
import "./chunk-
|
|
57
|
-
import "./chunk-
|
|
58
|
-
import "./chunk-
|
|
52
|
+
} from "./chunk-DWGHHSDC.js";
|
|
53
|
+
import "./chunk-2RW5DWHQ.js";
|
|
54
|
+
import "./chunk-NQTIOKHL.js";
|
|
55
|
+
import "./chunk-XXJB4GLJ.js";
|
|
56
|
+
import "./chunk-GPPWUJMR.js";
|
|
57
|
+
import "./chunk-M66PC7JI.js";
|
|
58
|
+
import "./chunk-AIWGQK6K.js";
|
|
59
59
|
import "./chunk-P4SESZGT.js";
|
|
60
60
|
import {
|
|
61
61
|
printError,
|
|
62
62
|
printResult
|
|
63
|
-
} from "./chunk-
|
|
63
|
+
} from "./chunk-INAZHXOI.js";
|
|
64
64
|
import {
|
|
65
65
|
PmCliError,
|
|
66
66
|
readSettings,
|
|
67
67
|
setActiveCommandResult
|
|
68
|
-
} from "./chunk-
|
|
68
|
+
} from "./chunk-Y5Q4FEE4.js";
|
|
69
69
|
import {
|
|
70
70
|
EXIT_CODE,
|
|
71
71
|
resolvePmRoot,
|
|
72
72
|
resolveRuntimeStatusRegistry
|
|
73
|
-
} from "./chunk-
|
|
73
|
+
} from "./chunk-TB2CZJAQ.js";
|
|
74
74
|
|
|
75
75
|
// dist/cli/register-operations.js
|
|
76
76
|
function resolveTelemetrySubcommand(namespaceOrSubcommand, subcommand) {
|
|
@@ -363,6 +363,7 @@ async function runContractsAction(options, command) {
|
|
|
363
363
|
const result = await runContracts({
|
|
364
364
|
action: readOptionString(options, "action"),
|
|
365
365
|
command: readOptionString(options, "command"),
|
|
366
|
+
summary: Boolean(options.summary),
|
|
366
367
|
schemaOnly: Boolean(options.schemaOnly),
|
|
367
368
|
flagsOnly: Boolean(options.flagsOnly),
|
|
368
369
|
availabilityOnly: Boolean(options.availabilityOnly),
|
|
@@ -465,7 +466,7 @@ function registerOperationCommands(program) {
|
|
|
465
466
|
program.command("health").description("Show project tracker health checks.").option("--strict-directories", "Treat optional item-type directories as required failures").option("--check-only", "Run read-only health diagnostics without refreshing vectors").option("--check-telemetry", "Probe telemetry endpoint health and include network diagnostics").option("--no-refresh", "Disable automatic vector refresh attempts during health checks").option("--refresh-vectors", "Explicitly enable vector refresh attempts during health checks").option("--verbose-stale-items", "Include full stale vectorization ID lists in health output").option("--brief", "Emit compact health details for low-token agent checks").option("--summary", "Emit one-line-style health status with check names and warning count").option("--skip-vectors", "Skip vectorization check for a faster run").option("--skip-integrity", "Skip item/history file integrity check for a faster run").option("--skip-drift", "Skip history drift hash check for a faster run").option("--full", "Run all checks including slow integrity, drift, and vectorization checks").option("--strict-exit", "Return non-zero exit when health is not ok (advisory telemetry warnings are excluded; see warnings[])").option("--fail-on-warn", "Alias for --strict-exit").action(runHealthAction);
|
|
466
467
|
program.command("validate").description("Run standalone metadata, resolution, lifecycle, files, linked-command reference, and history drift validation checks.").option("--check-metadata", "Run metadata completeness checks").option("--metadata-profile <value>", "Select metadata validation profile for --check-metadata (core|strict|custom)").option("--check-resolution", "Run closed-item resolution metadata checks").option("--check-lifecycle", "Run active-item lifecycle governance drift checks").option("--check-stale-blockers", "Include stale blocker-pattern diagnostics in lifecycle checks").option("--dependency-cycle-severity <value>", "Set dependency-cycle warning policy for lifecycle checks (off|warn|error)").option("--parent-cycle-severity <value>", "Set parent-hierarchy cycle warning policy for lifecycle checks (off|warn|error)").option("--check-files", "Run linked-file and orphaned-file checks").option("--check-command-references", "Run linked-command PM-ID reference checks").option("--scan-mode <value>", "Select file candidate scan mode for --check-files (default|tracked-all|tracked-all-strict)").option("--include-pm-internals", "Include PM storage internals in tracked-all candidate scans").option("--verbose-file-lists", "Include full file-path lists for validate --check-files details").option("--verbose-diagnostics", "Include full validate diagnostic ID lists instead of compact summaries").option("--all-affected-ids", "Emit complete missing_* affected-ID lists with no truncation (implied by --json)").option("--strict-exit", "Return non-zero exit when validation warnings are present").option("--fail-on-warn", "Alias for --strict-exit").option("--fix-hints", "Add a machine-executable fix_hints[] of pm commands to each failing check's details").option("--auto-fix", "Apply the safe, deterministic subset of fix-hint remediations (field backfills) automatically").option("--dry-run", "Preview planned --auto-fix/--prune-missing fixes without applying them").option("--fix-scope <scope>", "Grant --auto-fix scopes (metadata, resolution, lifecycle; comma-separated or repeatable). Default: metadata, resolution; lifecycle must be named explicitly", collect).option("--prune-missing", "Remove stale linked-file/doc LINKS whose paths classified as deleted (never touches real files)").option("--check-history-drift", "Run item/history hash drift checks").action(runValidateAction);
|
|
467
468
|
program.command("gc").option("--dry-run", "Preview cleanup targets without deleting files; without this flag, pm gc deletes matched artifacts").option("--scope <value>", "Limit cleanup to one or more scopes (comma-separated or repeatable): index, embeddings, runtime, locks, checkpoints", collect).description("Delete optional cache artifacts by default (including expired lock debris) and show a summary.").action(runGcAction);
|
|
468
|
-
program.command("contracts").description("Show machine-readable command and schema contracts for agents.").option("--action <value>", "Filter tool schema branches to a specific action").option("--command <value>", "Scope contracts output to one CLI command (narrow-by-default)").option("--schema-only", "Return schema-focused output only").option("--flags-only", "Return command flag contracts only").option("--availability-only", "Return action availability surface only").option("--runtime-only", "Include only actions invocable in the current runtime").option("--active-only", "Alias for --runtime-only").option("--full", "Include full schema and command-flag surfaces (large; default brief output omits heavy sections for unfiltered queries)").action(runContractsAction);
|
|
469
|
+
program.command("contracts").description("Show machine-readable command and schema contracts for agents.").option("--action <value>", "Filter tool schema branches to a specific action").option("--command <value>", "Scope contracts output to one CLI command (narrow-by-default)").option("--summary", "Return one command+intent row per top-level command for cheap agent bootstrap").option("--schema-only", "Return schema-focused output only").option("--flags-only", "Return command flag contracts only").option("--availability-only", "Return action availability surface only").option("--runtime-only", "Include only actions invocable in the current runtime").option("--active-only", "Alias for --runtime-only").option("--full", "Include full schema and command-flag surfaces (large; default brief output omits heavy sections for unfiltered queries)").action(runContractsAction);
|
|
469
470
|
const claimCommand = program.command("claim").argument("<id>", "Item id").option("--author <value>", "Mutation author").option("--message <value>", "History message").option("--force", "Force claim override").option("--if-available", "Skip silently when the item is already claimed by another author (returns skipped=true)").description("Claim an item for active work.").action(runClaimAction);
|
|
470
471
|
addHiddenOption(claimCommand, "--assignee <value>", "Alias for --author on lifecycle ownership commands");
|
|
471
472
|
const releaseCommand = program.command("release").argument("<id>", "Item id").option("--author <value>", "Mutation author").option("--message <value>", "History message").option("--allow-audit-release", "Allow non-owner release handoffs without requiring --force").option("--force", "Force release override").description("Release an item's active claim.").action(runReleaseAction);
|
|
@@ -536,6 +537,6 @@ function registerSchedulingShortcutCommands(program) {
|
|
|
536
537
|
export {
|
|
537
538
|
registerOperationCommands
|
|
538
539
|
};
|
|
539
|
-
//# sourceMappingURL=register-operations-
|
|
540
|
+
//# sourceMappingURL=register-operations-4EEFV5KJ.js.map
|
|
540
541
|
|
|
541
|
-
//# debugId=
|
|
542
|
+
//# debugId=f46d3a1e-6ebe-5bdf-9e42-b9343b5ba620
|