@unbrained/pm-cli 2026.6.10 → 2026.6.12
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 +1 -1
- package/CHANGELOG.md +44 -0
- package/README.md +1 -1
- package/dist/cli/bootstrap-args.d.ts +11 -0
- package/dist/cli/bootstrap-args.js +88 -4
- package/dist/cli/bootstrap-args.js.map +1 -1
- package/dist/cli/commands/completion.js +20 -8
- package/dist/cli/commands/completion.js.map +1 -1
- package/dist/cli/commands/contracts.d.ts +2 -0
- package/dist/cli/commands/contracts.js +9 -2
- package/dist/cli/commands/contracts.js.map +1 -1
- package/dist/cli/commands/create.js +6 -3
- package/dist/cli/commands/create.js.map +1 -1
- package/dist/cli/commands/docs.d.ts +2 -0
- package/dist/cli/commands/docs.js +2 -2
- package/dist/cli/commands/docs.js.map +1 -1
- package/dist/cli/commands/files.d.ts +2 -0
- package/dist/cli/commands/files.js +2 -2
- package/dist/cli/commands/files.js.map +1 -1
- package/dist/cli/commands/health.d.ts +1 -1
- package/dist/cli/commands/health.js +77 -2
- package/dist/cli/commands/health.js.map +1 -1
- package/dist/cli/commands/history-repair.d.ts +36 -0
- package/dist/cli/commands/history-repair.js +68 -3
- package/dist/cli/commands/history-repair.js.map +1 -1
- package/dist/cli/commands/index.d.ts +1 -1
- package/dist/cli/commands/index.js +3 -3
- package/dist/cli/commands/index.js.map +1 -1
- package/dist/cli/commands/linked-artifacts.d.ts +18 -0
- package/dist/cli/commands/linked-artifacts.js +26 -3
- package/dist/cli/commands/linked-artifacts.js.map +1 -1
- package/dist/cli/commands/plan.d.ts +6 -0
- package/dist/cli/commands/plan.js +93 -32
- package/dist/cli/commands/plan.js.map +1 -1
- package/dist/cli/commands/validate.d.ts +20 -0
- package/dist/cli/commands/validate.js +292 -28
- package/dist/cli/commands/validate.js.map +1 -1
- package/dist/cli/error-guidance.d.ts +8 -0
- package/dist/cli/error-guidance.js +102 -2
- package/dist/cli/error-guidance.js.map +1 -1
- package/dist/cli/help-content.js +7 -3
- package/dist/cli/help-content.js.map +1 -1
- package/dist/cli/register-mutation.js +47 -16
- package/dist/cli/register-mutation.js.map +1 -1
- package/dist/cli/register-operations.js +10 -2
- package/dist/cli/register-operations.js.map +1 -1
- package/dist/cli/register-setup.js +16 -16
- package/dist/cli/register-setup.js.map +1 -1
- package/dist/cli-bundle/chunks/{activity-W6TS5F2L.js → activity-XADJOG6G.js} +11 -11
- package/dist/cli-bundle/chunks/activity-XZIUPGZH.js +16 -0
- package/dist/cli-bundle/chunks/{aggregate-UK2WJ4Z3.js → aggregate-6OTS3AOO.js} +10 -10
- package/dist/cli-bundle/chunks/{aggregate-NNJLKGEK.js → aggregate-OD36DJU5.js} +10 -10
- package/dist/cli-bundle/chunks/{append-DHGTLUZW.js → append-JYWO4P7W.js} +8 -8
- package/dist/cli-bundle/chunks/{append-7BS36Z2L.js → append-KG55G7S3.js} +8 -8
- package/dist/cli-bundle/chunks/{chunk-GF5XIBUH.js → chunk-35P4GT6E.js} +111 -10
- package/dist/cli-bundle/chunks/chunk-35P4GT6E.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-A6XVYNQJ.js → chunk-37CYVF73.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-XRE4CTNP.js → chunk-3KLPFWZ4.js} +6 -6
- package/dist/cli-bundle/chunks/{chunk-WSWOQP3Z.js → chunk-4HFU4UO2.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-UNH3KSHG.js → chunk-4JCSYR6F.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-73PSHEMT.js → chunk-4YFAGDRH.js} +8 -8
- package/dist/cli-bundle/chunks/{chunk-7GYMMDDW.js → chunk-5SCT2JCT.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-Q6PSD5DZ.js → chunk-73ZPG2I3.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-XH6RA5A5.js → chunk-7AMK6DOW.js} +15 -15
- package/dist/cli-bundle/chunks/{chunk-XH6RA5A5.js.map → chunk-7AMK6DOW.js.map} +1 -1
- package/dist/cli-bundle/chunks/{chunk-CTW7QAHM.js → chunk-7IYFN5R7.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-OSGWBWLK.js → chunk-7UGSRQCL.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-WNMRICXH.js → chunk-A6LXQFO7.js} +4 -3
- package/dist/cli-bundle/chunks/chunk-A6LXQFO7.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-UDWUDUJI.js → chunk-ATEES5SX.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-2MKBPWMK.js → chunk-AVGHVVF7.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-ZH7C7ZVX.js → chunk-AX4GEVQC.js} +14 -14
- package/dist/cli-bundle/chunks/{chunk-ZH7C7ZVX.js.map → chunk-AX4GEVQC.js.map} +2 -2
- package/dist/cli-bundle/chunks/chunk-C6SAP27O.js +187 -0
- package/dist/cli-bundle/chunks/chunk-C6SAP27O.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-344GDQTH.js → chunk-CCX4RSYZ.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-6KQS23TX.js → chunk-CW6E4NAT.js} +8 -8
- package/dist/cli-bundle/chunks/{chunk-K45NAJV2.js → chunk-DY6C42S6.js} +9 -9
- package/dist/cli-bundle/chunks/chunk-EKS6O2IR.js +217 -0
- package/dist/cli-bundle/chunks/chunk-EKS6O2IR.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-ANVZCNL5.js → chunk-ESANVZF4.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-6OSG3EMX.js → chunk-EWFY7SLA.js} +8 -8
- package/dist/cli-bundle/chunks/{chunk-DMDEC4QP.js → chunk-F75JSIOZ.js} +6 -6
- package/dist/cli-bundle/chunks/{chunk-TALBUVWF.js → chunk-FDH2X65L.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-OQGJSCZZ.js → chunk-FY4SPXSC.js} +3 -2
- package/dist/cli-bundle/chunks/chunk-FY4SPXSC.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-TZLGCTA5.js → chunk-GKIZW7SM.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-UMWF6ZAS.js → chunk-GWZSYR6X.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-KHBRV5JU.js → chunk-HGLC63AU.js} +8 -8
- package/dist/cli-bundle/chunks/{chunk-CMEHZD6G.js → chunk-HHHJ2GI3.js} +8 -8
- package/dist/cli-bundle/chunks/{chunk-MF6KSSMF.js → chunk-HI7STVF2.js} +6 -6
- package/dist/cli-bundle/chunks/{chunk-IEQ3N7WP.js → chunk-I2IJY2NL.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-O64EYNHF.js → chunk-I53JBTJW.js} +6 -6
- package/dist/cli-bundle/chunks/{chunk-K7SXBA75.js → chunk-I7NYDZDV.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-WBU257Z4.js → chunk-IGVJRZ6H.js} +8 -8
- package/dist/cli-bundle/chunks/{chunk-7TW64BS5.js → chunk-IUKD4W6Z.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-DTRIVUTN.js → chunk-KBPQHXWG.js} +21 -8
- package/dist/cli-bundle/chunks/chunk-KBPQHXWG.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-OVNSQHDG.js → chunk-KWAXVAXX.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-WWEFBBVF.js → chunk-L5EPZQIC.js} +12 -12
- package/dist/cli-bundle/chunks/chunk-NAWVUHXH.js +220 -0
- package/dist/cli-bundle/chunks/chunk-NAWVUHXH.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-6ADVKPVV.js → chunk-OASDW5UI.js} +7 -7
- package/dist/cli-bundle/chunks/{chunk-EIS32UA4.js → chunk-OLKBSY4N.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-X3IPJU2O.js → chunk-P5BJOMBB.js} +9 -9
- package/dist/cli-bundle/chunks/{chunk-LYL32FT6.js → chunk-P5U5EOMA.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-EAQLLID6.js → chunk-PNYAAB4S.js} +21 -188
- package/dist/cli-bundle/chunks/chunk-PNYAAB4S.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-TV6FZGVK.js → chunk-QJMGRZO2.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-KMMUDSSB.js → chunk-QKW5D45B.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-4H2NDEGJ.js → chunk-QNJSITCX.js} +7 -7
- package/dist/cli-bundle/chunks/chunk-R2OUQVBK.js +190 -0
- package/dist/cli-bundle/chunks/chunk-R2OUQVBK.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-XSCGU4WT.js → chunk-R4VWYWRN.js} +19 -193
- package/dist/cli-bundle/chunks/chunk-R4VWYWRN.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-VSS3CSTF.js → chunk-RXAP6JL5.js} +9 -9
- package/dist/cli-bundle/chunks/{chunk-3VTWCBXL.js → chunk-S26FESD4.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-DEYNERFX.js → chunk-S2ZLDYGS.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-QGIWURY3.js → chunk-SO55HRA5.js} +12 -12
- package/dist/cli-bundle/chunks/{chunk-F2PVV7IX.js → chunk-SXKNJPQ7.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-5OMABP7I.js → chunk-TK5VZFHY.js} +7 -7
- package/dist/cli-bundle/chunks/{chunk-UY26RIBR.js → chunk-TNAP7EJX.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-QJ2OIEOC.js → chunk-UIG4TW2H.js} +111 -10
- package/dist/cli-bundle/chunks/chunk-UIG4TW2H.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-SNASEDXB.js → chunk-UUWGCWBU.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-6N46IM44.js → chunk-VAOUX6TK.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-X5YC5DZM.js → chunk-VFUZV5EB.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-I2FM2SMO.js → chunk-VPEAS7PS.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-7DUVDW7C.js → chunk-VSRZRLG3.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-GP6SHEAI.js → chunk-WPDMBIX6.js} +20 -7
- package/dist/cli-bundle/chunks/chunk-WPDMBIX6.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-PYULT32I.js → chunk-WUNFKP7M.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-LUJQJR7G.js → chunk-XJDGS74Y.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-TXWMLDMG.js → chunk-XMBI6TNW.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-4CYHWHZU.js → chunk-XTKJSVWH.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-T6QLB34N.js → chunk-XUC4C4PT.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-KRZQGRVL.js → chunk-XWMF3POR.js} +5 -5
- package/dist/cli-bundle/chunks/{chunk-OROMGSBP.js → chunk-Y3YKK7CY.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-D6JZBUZ6.js → chunk-YW6Q3RYZ.js} +7 -7
- package/dist/cli-bundle/chunks/{chunk-GRHPU6EM.js → chunk-ZLMIWZUG.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-5HH6QRH5.js → chunk-ZMW77VWV.js} +9 -9
- package/dist/cli-bundle/chunks/{chunk-BE5G7HEL.js → chunk-ZYNJNPYD.js} +4 -4
- package/dist/cli-bundle/chunks/{claim-3TY5LE54.js → claim-2RDYMCTP.js} +10 -10
- package/dist/cli-bundle/chunks/{claim-LM4YY6QQ.js → claim-MJ7DZFC3.js} +10 -10
- package/dist/cli-bundle/chunks/close-4FMAPEMY.js +13 -0
- package/dist/cli-bundle/chunks/{close-CSD4LEMT.js → close-XLEKIQSW.js} +8 -8
- package/dist/cli-bundle/chunks/{close-many-B5SHDX6W.js → close-many-AOD4HSAZ.js} +15 -15
- package/dist/cli-bundle/chunks/{close-many-WRXB5KVY.js → close-many-XKAQY5CQ.js} +15 -15
- package/dist/cli-bundle/chunks/{comments-BDDEK3VW.js → comments-B4RWWDJT.js} +10 -10
- package/dist/cli-bundle/chunks/{comments-A5ALOYTG.js → comments-RN5TG4ZN.js} +10 -10
- package/dist/cli-bundle/chunks/{config-W2NHDNQT.js → config-3JXJ3XZ7.js} +8 -8
- package/dist/cli-bundle/chunks/{config-YUYBMJOW.js → config-FZ4UDC4B.js} +8 -8
- package/dist/cli-bundle/chunks/{context-LRJ74NSU.js → context-L36PIN35.js} +13 -13
- package/dist/cli-bundle/chunks/{context-R2QLOJCK.js → context-QBPO3BFM.js} +13 -13
- package/dist/cli-bundle/chunks/{contracts-HJHR4NCD.js → contracts-2G66IGIA.js} +309 -6
- package/dist/cli-bundle/chunks/contracts-2G66IGIA.js.map +1 -0
- package/dist/cli-bundle/chunks/{contracts-47X7RYUF.js → contracts-PJCHYSO5.js} +315 -5
- package/dist/cli-bundle/chunks/contracts-PJCHYSO5.js.map +7 -0
- package/dist/cli-bundle/chunks/{copy-P4UVYZ7M.js → copy-ALU5WMHA.js} +7 -7
- package/dist/cli-bundle/chunks/{copy-B7HFOWFB.js → copy-FWIVTLBO.js} +7 -7
- package/dist/cli-bundle/chunks/{create-5ERJF64D.js → create-5433DP3G.js} +13 -13
- package/dist/cli-bundle/chunks/create-VWLWS34Z.js +27 -0
- package/dist/cli-bundle/chunks/{delete-LX3LGBCH.js → delete-IYTIYAJS.js} +7 -7
- package/dist/cli-bundle/chunks/{delete-S3WVK6LP.js → delete-Y2SGJBGY.js} +7 -7
- package/dist/cli-bundle/chunks/{deps-YSM4LZQD.js → deps-6TSPOSGU.js} +7 -7
- package/dist/cli-bundle/chunks/{deps-GWSNH7OZ.js → deps-CZ4PTVXU.js} +7 -7
- package/dist/cli-bundle/chunks/{docs-TG6JMVMY.js → docs-I3BAF5WH.js} +11 -11
- package/dist/cli-bundle/chunks/docs-I3BAF5WH.js.map +1 -0
- package/dist/cli-bundle/chunks/{docs-7RYFBHQD.js → docs-MXLGZUIT.js} +10 -10
- package/dist/cli-bundle/chunks/docs-MXLGZUIT.js.map +7 -0
- package/dist/cli-bundle/chunks/{extension-R3LUKMX7.js → extension-Q34OEWO5.js} +5 -5
- package/dist/cli-bundle/chunks/{extension-VNMRKIHI.js → extension-WH2FOIOZ.js} +5 -5
- package/dist/cli-bundle/chunks/{files-KAKU57OT.js → files-FYP3MDPX.js} +10 -10
- package/dist/cli-bundle/chunks/files-FYP3MDPX.js.map +7 -0
- package/dist/cli-bundle/chunks/{files-QB3EYPMO.js → files-GUXUM2MB.js} +11 -11
- package/dist/cli-bundle/chunks/files-GUXUM2MB.js.map +1 -0
- package/dist/cli-bundle/chunks/{gc-KNUPLPSW.js → gc-FENB2ESG.js} +14 -176
- package/dist/cli-bundle/chunks/gc-FENB2ESG.js.map +1 -0
- package/dist/cli-bundle/chunks/{gc-B747VM4M.js → gc-KGQG66SA.js} +12 -181
- package/dist/cli-bundle/chunks/gc-KGQG66SA.js.map +7 -0
- package/dist/cli-bundle/chunks/{get-GMGLIQ5I.js → get-PCHS7RA6.js} +11 -11
- package/dist/cli-bundle/chunks/{get-SBL6NHYQ.js → get-QARTE6BL.js} +11 -11
- package/dist/cli-bundle/chunks/{health-WWZJ5KJS.js → health-7MTXAVR2.js} +82 -15
- package/dist/cli-bundle/chunks/health-7MTXAVR2.js.map +7 -0
- package/dist/cli-bundle/chunks/{health-IG43Z4KL.js → health-E4D7KGHD.js} +83 -16
- package/dist/cli-bundle/chunks/health-E4D7KGHD.js.map +1 -0
- package/dist/cli-bundle/chunks/{history-XCWRXBXC.js → history-7WUAEWHW.js} +10 -10
- package/dist/cli-bundle/chunks/history-L2FQFRTU.js +20 -0
- package/dist/cli-bundle/chunks/{history-compact-KICKUCR7.js → history-compact-3EJ3L2O7.js} +11 -11
- package/dist/cli-bundle/chunks/{history-compact-IDH7E7VN.js → history-compact-LW27IPFK.js} +11 -11
- package/dist/cli-bundle/chunks/{history-redact-JJWH3QWK.js → history-redact-G72A4EJ4.js} +11 -11
- package/dist/cli-bundle/chunks/history-redact-QWQCX5DZ.js +19 -0
- package/dist/cli-bundle/chunks/{history-repair-N5HXKJOI.js → history-repair-OSQOKJ3E.js} +71 -13
- package/dist/cli-bundle/chunks/history-repair-OSQOKJ3E.js.map +7 -0
- package/dist/cli-bundle/chunks/{history-repair-7HWBZKXN.js → history-repair-SBK7P34V.js} +72 -14
- package/dist/cli-bundle/chunks/history-repair-SBK7P34V.js.map +1 -0
- package/dist/cli-bundle/chunks/init-4BKRHGWW.js +17 -0
- package/dist/cli-bundle/chunks/{init-OQA3TWIS.js → init-S5WEGUJY.js} +9 -9
- package/dist/cli-bundle/chunks/{learnings-L7VQUSVI.js → learnings-HQXSSKZ5.js} +10 -10
- package/dist/cli-bundle/chunks/{learnings-Z4GAIZQ5.js → learnings-XK3P4ZDR.js} +10 -10
- package/dist/cli-bundle/chunks/{list-W5ROBC5U.js → list-6CL3XFT6.js} +10 -10
- package/dist/cli-bundle/chunks/list-BYNN4ZEO.js +19 -0
- package/dist/cli-bundle/chunks/{notes-JJDOEDFK.js → notes-5T6P7C5V.js} +10 -10
- package/dist/cli-bundle/chunks/{notes-SDCK7BEN.js → notes-U5FZCSBT.js} +10 -10
- package/dist/cli-bundle/chunks/{plan-H5HYHMBB.js → plan-2YTQYWGM.js} +63 -23
- package/dist/cli-bundle/chunks/plan-2YTQYWGM.js.map +1 -0
- package/dist/cli-bundle/chunks/{plan-W2B5RYR3.js → plan-7IVSICR6.js} +62 -22
- package/dist/cli-bundle/chunks/plan-7IVSICR6.js.map +7 -0
- package/dist/cli-bundle/chunks/{register-list-query-QGRFMDWA.js → register-list-query-4UPMHONX.js} +18 -18
- package/dist/cli-bundle/chunks/{register-list-query-V4S23735.js → register-list-query-7VOW2C3W.js} +18 -18
- package/dist/cli-bundle/chunks/{register-mutation-ZPZNJXSA.js → register-mutation-FARSGYRD.js} +64 -47
- package/dist/cli-bundle/chunks/{register-mutation-ZPZNJXSA.js.map → register-mutation-FARSGYRD.js.map} +2 -2
- package/dist/cli-bundle/chunks/{register-mutation-I57PLUHA.js → register-mutation-LJDNVREU.js} +65 -48
- package/dist/cli-bundle/chunks/{register-mutation-I57PLUHA.js.map → register-mutation-LJDNVREU.js.map} +1 -1
- package/dist/cli-bundle/chunks/{register-operations-KAMLXAF5.js → register-operations-FFTYAL42.js} +38 -34
- package/dist/cli-bundle/chunks/register-operations-FFTYAL42.js.map +1 -0
- package/dist/cli-bundle/chunks/{register-operations-YEN4YEZ2.js → register-operations-HCJKDUA6.js} +37 -33
- package/dist/cli-bundle/chunks/{register-operations-YEN4YEZ2.js.map → register-operations-HCJKDUA6.js.map} +2 -2
- package/dist/cli-bundle/chunks/{register-setup-BZ3TNE3G.js → register-setup-6AVIUOCC.js} +31 -31
- package/dist/cli-bundle/chunks/register-setup-6AVIUOCC.js.map +1 -0
- package/dist/cli-bundle/chunks/{register-setup-WLFL3OUF.js → register-setup-KVNLO5OJ.js} +30 -30
- package/dist/cli-bundle/chunks/register-setup-KVNLO5OJ.js.map +7 -0
- package/dist/cli-bundle/chunks/restore-CHIOQAQL.js +17 -0
- package/dist/cli-bundle/chunks/{restore-RGFSPG4K.js → restore-M6AFHMV4.js} +11 -11
- package/dist/cli-bundle/chunks/{schema-CCDU3RLC.js → schema-76HDZJCC.js} +8 -8
- package/dist/cli-bundle/chunks/{schema-KZASL323.js → schema-AINZ2IMM.js} +8 -8
- package/dist/cli-bundle/chunks/{search-7KSOLI2E.js → search-JMLFQEPJ.js} +10 -10
- package/dist/cli-bundle/chunks/{search-DTL7CO22.js → search-NL3TSCYB.js} +10 -10
- package/dist/cli-bundle/chunks/{stats-QNV7B2CE.js → stats-BKXCBIGT.js} +7 -7
- package/dist/cli-bundle/chunks/{stats-IOXQMGI6.js → stats-UBD56TGK.js} +7 -7
- package/dist/cli-bundle/chunks/{telemetry-NHR5RFXT.js → telemetry-N454RHG5.js} +4 -4
- package/dist/cli-bundle/chunks/{telemetry-IV5C6JOM.js → telemetry-ZJXK3H7X.js} +4 -4
- package/dist/cli-bundle/chunks/{test-PIL2CEEB.js → test-BQAKIXAT.js} +14 -14
- package/dist/cli-bundle/chunks/test-O74JFUH5.js +32 -0
- package/dist/cli-bundle/chunks/{test-all-MFN4MYCV.js → test-all-7LV3I6S5.js} +14 -14
- package/dist/cli-bundle/chunks/{test-all-GRLYHBNP.js → test-all-TDYCCBA4.js} +14 -14
- package/dist/cli-bundle/chunks/{test-runs-7WCSC3TY.js → test-runs-E64M6XS3.js} +5 -5
- package/dist/cli-bundle/chunks/{test-runs-7LRFWWCA.js → test-runs-LXZLULCI.js} +5 -5
- package/dist/cli-bundle/chunks/update-36JM7YZT.js +21 -0
- package/dist/cli-bundle/chunks/update-I246PCLO.js +25 -0
- package/dist/cli-bundle/chunks/{update-many-UYMTVF42.js → update-many-F4IKDWZB.js} +22 -22
- package/dist/cli-bundle/chunks/{update-many-LOTAYUTN.js → update-many-NTWZ5YT3.js} +22 -22
- package/dist/cli-bundle/chunks/{upgrade-ZZSC7CLV.js → upgrade-37F7JKES.js} +5 -5
- package/dist/cli-bundle/chunks/{upgrade-LT2MLLPS.js → upgrade-L32JA4TZ.js} +5 -5
- package/dist/cli-bundle/chunks/{validate-IQIQSKUX.js → validate-46KCRHL7.js} +462 -50
- package/dist/cli-bundle/chunks/validate-46KCRHL7.js.map +1 -0
- package/dist/cli-bundle/chunks/{validate-3XRORNMP.js → validate-CRFMPTYD.js} +482 -49
- package/dist/cli-bundle/chunks/validate-CRFMPTYD.js.map +7 -0
- package/dist/cli-bundle/main.js +180 -25
- package/dist/cli-bundle/main.js.map +2 -2
- package/dist/core/diagnostics/remediation.js +19 -6
- package/dist/core/diagnostics/remediation.js.map +1 -1
- package/dist/core/lock/lock-gc.d.ts +31 -0
- package/dist/core/lock/lock-gc.js +120 -62
- package/dist/core/lock/lock-gc.js.map +1 -1
- package/dist/core/output/query-summary.d.ts +31 -0
- package/dist/core/output/query-summary.js +62 -0
- package/dist/core/output/query-summary.js.map +1 -0
- package/dist/core/shared/constants.js +3 -2
- package/dist/core/shared/constants.js.map +1 -1
- package/dist/core/telemetry/consent.js +18 -3
- package/dist/core/telemetry/consent.js.map +1 -1
- package/dist/core/validate/fix-planning.d.ts +130 -0
- package/dist/core/validate/fix-planning.js +202 -0
- package/dist/core/validate/fix-planning.js.map +1 -0
- package/dist/core/validate/missing-by-type.d.ts +21 -0
- package/dist/core/validate/missing-by-type.js +39 -0
- package/dist/core/validate/missing-by-type.js.map +1 -0
- package/dist/core/validate/stale-file-classification.d.ts +41 -0
- package/dist/core/validate/stale-file-classification.js +73 -0
- package/dist/core/validate/stale-file-classification.js.map +1 -0
- package/dist/mcp/server.js +74 -266
- package/dist/mcp/server.js.map +1 -1
- package/dist/mcp/tool-definitions.d.ts +27 -0
- package/dist/mcp/tool-definitions.js +330 -0
- package/dist/mcp/tool-definitions.js.map +1 -0
- package/dist/sdk/cli-contracts/tool-parameter-tables.js +38 -2
- package/dist/sdk/cli-contracts/tool-parameter-tables.js.map +1 -1
- package/dist/sdk/cli-contracts.d.ts +6 -1
- package/dist/sdk/cli-contracts.js +74 -7
- package/dist/sdk/cli-contracts.js.map +1 -1
- package/docs/AGENT_GUIDE.md +7 -2
- package/docs/CLAUDE_CODE_PLUGIN.md +2 -2
- package/docs/COMMANDS.md +25 -2
- package/marketplace.json +1 -1
- package/package.json +1 -1
- package/plugins/pm-claude/.claude-plugin/plugin.json +1 -1
- package/plugins/pm-claude/README.md +7 -3
- package/plugins/pm-claude/commands/pm-init.md +1 -1
- package/plugins/pm-codex/README.md +2 -2
- package/dist/cli-bundle/chunks/activity-5QLX6DHN.js +0 -16
- package/dist/cli-bundle/chunks/chunk-DTRIVUTN.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-EAQLLID6.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-GF5XIBUH.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-GP6SHEAI.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-OQGJSCZZ.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-QJ2OIEOC.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-WNMRICXH.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-XSCGU4WT.js.map +0 -7
- package/dist/cli-bundle/chunks/close-SIQCDOBR.js +0 -13
- package/dist/cli-bundle/chunks/contracts-47X7RYUF.js.map +0 -7
- package/dist/cli-bundle/chunks/contracts-HJHR4NCD.js.map +0 -1
- package/dist/cli-bundle/chunks/create-TXNRPS4K.js +0 -27
- package/dist/cli-bundle/chunks/docs-7RYFBHQD.js.map +0 -7
- package/dist/cli-bundle/chunks/docs-TG6JMVMY.js.map +0 -1
- package/dist/cli-bundle/chunks/files-KAKU57OT.js.map +0 -7
- package/dist/cli-bundle/chunks/files-QB3EYPMO.js.map +0 -1
- package/dist/cli-bundle/chunks/gc-B747VM4M.js.map +0 -7
- package/dist/cli-bundle/chunks/gc-KNUPLPSW.js.map +0 -1
- package/dist/cli-bundle/chunks/health-IG43Z4KL.js.map +0 -1
- package/dist/cli-bundle/chunks/health-WWZJ5KJS.js.map +0 -7
- package/dist/cli-bundle/chunks/history-6UKSZTRT.js +0 -20
- package/dist/cli-bundle/chunks/history-redact-HKYBTK6X.js +0 -19
- package/dist/cli-bundle/chunks/history-repair-7HWBZKXN.js.map +0 -1
- package/dist/cli-bundle/chunks/history-repair-N5HXKJOI.js.map +0 -7
- package/dist/cli-bundle/chunks/init-27JLDUO2.js +0 -17
- package/dist/cli-bundle/chunks/list-6U3CJVXS.js +0 -19
- package/dist/cli-bundle/chunks/plan-H5HYHMBB.js.map +0 -1
- package/dist/cli-bundle/chunks/plan-W2B5RYR3.js.map +0 -7
- package/dist/cli-bundle/chunks/register-operations-KAMLXAF5.js.map +0 -1
- package/dist/cli-bundle/chunks/register-setup-BZ3TNE3G.js.map +0 -1
- package/dist/cli-bundle/chunks/register-setup-WLFL3OUF.js.map +0 -7
- package/dist/cli-bundle/chunks/restore-GNI2W5CN.js +0 -17
- package/dist/cli-bundle/chunks/test-4Z37CXW4.js +0 -32
- package/dist/cli-bundle/chunks/update-I4G34LKJ.js +0 -21
- package/dist/cli-bundle/chunks/update-VI5DBZ3G.js +0 -25
- package/dist/cli-bundle/chunks/validate-3XRORNMP.js.map +0 -7
- package/dist/cli-bundle/chunks/validate-IQIQSKUX.js.map +0 -1
- /package/dist/cli-bundle/chunks/{activity-W6TS5F2L.js.map → activity-XADJOG6G.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{activity-5QLX6DHN.js.map → activity-XZIUPGZH.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{aggregate-UK2WJ4Z3.js.map → aggregate-6OTS3AOO.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{aggregate-NNJLKGEK.js.map → aggregate-OD36DJU5.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{append-DHGTLUZW.js.map → append-JYWO4P7W.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{append-7BS36Z2L.js.map → append-KG55G7S3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-A6XVYNQJ.js.map → chunk-37CYVF73.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-XRE4CTNP.js.map → chunk-3KLPFWZ4.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-WSWOQP3Z.js.map → chunk-4HFU4UO2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-UNH3KSHG.js.map → chunk-4JCSYR6F.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-73PSHEMT.js.map → chunk-4YFAGDRH.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-7GYMMDDW.js.map → chunk-5SCT2JCT.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-Q6PSD5DZ.js.map → chunk-73ZPG2I3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-CTW7QAHM.js.map → chunk-7IYFN5R7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-OSGWBWLK.js.map → chunk-7UGSRQCL.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-UDWUDUJI.js.map → chunk-ATEES5SX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-2MKBPWMK.js.map → chunk-AVGHVVF7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-344GDQTH.js.map → chunk-CCX4RSYZ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-6KQS23TX.js.map → chunk-CW6E4NAT.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-K45NAJV2.js.map → chunk-DY6C42S6.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-ANVZCNL5.js.map → chunk-ESANVZF4.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-6OSG3EMX.js.map → chunk-EWFY7SLA.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-DMDEC4QP.js.map → chunk-F75JSIOZ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-TALBUVWF.js.map → chunk-FDH2X65L.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-TZLGCTA5.js.map → chunk-GKIZW7SM.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-UMWF6ZAS.js.map → chunk-GWZSYR6X.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-KHBRV5JU.js.map → chunk-HGLC63AU.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-CMEHZD6G.js.map → chunk-HHHJ2GI3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-MF6KSSMF.js.map → chunk-HI7STVF2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-IEQ3N7WP.js.map → chunk-I2IJY2NL.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-O64EYNHF.js.map → chunk-I53JBTJW.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-K7SXBA75.js.map → chunk-I7NYDZDV.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-WBU257Z4.js.map → chunk-IGVJRZ6H.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-7TW64BS5.js.map → chunk-IUKD4W6Z.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-OVNSQHDG.js.map → chunk-KWAXVAXX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-WWEFBBVF.js.map → chunk-L5EPZQIC.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-6ADVKPVV.js.map → chunk-OASDW5UI.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-EIS32UA4.js.map → chunk-OLKBSY4N.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-X3IPJU2O.js.map → chunk-P5BJOMBB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-LYL32FT6.js.map → chunk-P5U5EOMA.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-TV6FZGVK.js.map → chunk-QJMGRZO2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-KMMUDSSB.js.map → chunk-QKW5D45B.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-4H2NDEGJ.js.map → chunk-QNJSITCX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-VSS3CSTF.js.map → chunk-RXAP6JL5.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-3VTWCBXL.js.map → chunk-S26FESD4.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-DEYNERFX.js.map → chunk-S2ZLDYGS.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-QGIWURY3.js.map → chunk-SO55HRA5.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-F2PVV7IX.js.map → chunk-SXKNJPQ7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-5OMABP7I.js.map → chunk-TK5VZFHY.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-UY26RIBR.js.map → chunk-TNAP7EJX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-SNASEDXB.js.map → chunk-UUWGCWBU.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-6N46IM44.js.map → chunk-VAOUX6TK.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-X5YC5DZM.js.map → chunk-VFUZV5EB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-I2FM2SMO.js.map → chunk-VPEAS7PS.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-7DUVDW7C.js.map → chunk-VSRZRLG3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-PYULT32I.js.map → chunk-WUNFKP7M.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-LUJQJR7G.js.map → chunk-XJDGS74Y.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-TXWMLDMG.js.map → chunk-XMBI6TNW.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-4CYHWHZU.js.map → chunk-XTKJSVWH.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-T6QLB34N.js.map → chunk-XUC4C4PT.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-KRZQGRVL.js.map → chunk-XWMF3POR.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-OROMGSBP.js.map → chunk-Y3YKK7CY.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-D6JZBUZ6.js.map → chunk-YW6Q3RYZ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-GRHPU6EM.js.map → chunk-ZLMIWZUG.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-5HH6QRH5.js.map → chunk-ZMW77VWV.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-BE5G7HEL.js.map → chunk-ZYNJNPYD.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{claim-3TY5LE54.js.map → claim-2RDYMCTP.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{claim-LM4YY6QQ.js.map → claim-MJ7DZFC3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-SIQCDOBR.js.map → close-4FMAPEMY.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-CSD4LEMT.js.map → close-XLEKIQSW.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-many-B5SHDX6W.js.map → close-many-AOD4HSAZ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-many-WRXB5KVY.js.map → close-many-XKAQY5CQ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{comments-BDDEK3VW.js.map → comments-B4RWWDJT.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{comments-A5ALOYTG.js.map → comments-RN5TG4ZN.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{config-W2NHDNQT.js.map → config-3JXJ3XZ7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{config-YUYBMJOW.js.map → config-FZ4UDC4B.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{context-LRJ74NSU.js.map → context-L36PIN35.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{context-R2QLOJCK.js.map → context-QBPO3BFM.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{copy-P4UVYZ7M.js.map → copy-ALU5WMHA.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{copy-B7HFOWFB.js.map → copy-FWIVTLBO.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{create-5ERJF64D.js.map → create-5433DP3G.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{create-TXNRPS4K.js.map → create-VWLWS34Z.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{delete-LX3LGBCH.js.map → delete-IYTIYAJS.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{delete-S3WVK6LP.js.map → delete-Y2SGJBGY.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{deps-YSM4LZQD.js.map → deps-6TSPOSGU.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{deps-GWSNH7OZ.js.map → deps-CZ4PTVXU.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{extension-R3LUKMX7.js.map → extension-Q34OEWO5.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{extension-VNMRKIHI.js.map → extension-WH2FOIOZ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{get-GMGLIQ5I.js.map → get-PCHS7RA6.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{get-SBL6NHYQ.js.map → get-QARTE6BL.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-XCWRXBXC.js.map → history-7WUAEWHW.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-6UKSZTRT.js.map → history-L2FQFRTU.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-compact-KICKUCR7.js.map → history-compact-3EJ3L2O7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-compact-IDH7E7VN.js.map → history-compact-LW27IPFK.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-redact-JJWH3QWK.js.map → history-redact-G72A4EJ4.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{history-redact-HKYBTK6X.js.map → history-redact-QWQCX5DZ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{init-27JLDUO2.js.map → init-4BKRHGWW.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{init-OQA3TWIS.js.map → init-S5WEGUJY.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{learnings-L7VQUSVI.js.map → learnings-HQXSSKZ5.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{learnings-Z4GAIZQ5.js.map → learnings-XK3P4ZDR.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{list-W5ROBC5U.js.map → list-6CL3XFT6.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{list-6U3CJVXS.js.map → list-BYNN4ZEO.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{notes-JJDOEDFK.js.map → notes-5T6P7C5V.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{notes-SDCK7BEN.js.map → notes-U5FZCSBT.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{register-list-query-QGRFMDWA.js.map → register-list-query-4UPMHONX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{register-list-query-V4S23735.js.map → register-list-query-7VOW2C3W.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{restore-GNI2W5CN.js.map → restore-CHIOQAQL.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{restore-RGFSPG4K.js.map → restore-M6AFHMV4.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{schema-CCDU3RLC.js.map → schema-76HDZJCC.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{schema-KZASL323.js.map → schema-AINZ2IMM.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{search-7KSOLI2E.js.map → search-JMLFQEPJ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{search-DTL7CO22.js.map → search-NL3TSCYB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{stats-QNV7B2CE.js.map → stats-BKXCBIGT.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{stats-IOXQMGI6.js.map → stats-UBD56TGK.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{telemetry-NHR5RFXT.js.map → telemetry-N454RHG5.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{telemetry-IV5C6JOM.js.map → telemetry-ZJXK3H7X.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{test-PIL2CEEB.js.map → test-BQAKIXAT.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{test-4Z37CXW4.js.map → test-O74JFUH5.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{test-all-MFN4MYCV.js.map → test-all-7LV3I6S5.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{test-all-GRLYHBNP.js.map → test-all-TDYCCBA4.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{test-runs-7WCSC3TY.js.map → test-runs-E64M6XS3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{test-runs-7LRFWWCA.js.map → test-runs-LXZLULCI.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-I4G34LKJ.js.map → update-36JM7YZT.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-VI5DBZ3G.js.map → update-I246PCLO.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-many-UYMTVF42.js.map → update-many-F4IKDWZB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-many-LOTAYUTN.js.map → update-many-NTWZ5YT3.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{upgrade-ZZSC7CLV.js.map → upgrade-37F7JKES.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{upgrade-LT2MLLPS.js.map → upgrade-L32JA4TZ.js.map} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tool-parameter-tables.js","sources":["sdk/cli-contracts/tool-parameter-tables.ts"],"sourceRoot":"/","sourcesContent":["import {\n PLAN_HARNESS_VALUES,\n PLAN_MODE_VALUES,\n PLAN_STEP_LINK_KIND_VALUES,\n PLAN_STEP_STATUS_VALUES,\n} from \"../../types/index.js\";\n\nexport const PM_TOOL_PARAMETER_PROPERTIES: Record<string, unknown> = {\n json: { type: \"boolean\", default: true },\n quiet: { type: \"boolean\" },\n profile: { type: \"boolean\" },\n noExtensions: { type: \"boolean\" },\n noPager: { type: \"boolean\" },\n path: { type: \"string\" },\n pmExecutable: { type: \"string\" },\n timeoutMs: { type: \"number\" },\n id: { type: \"string\" },\n target: { type: \"string\" },\n github: { type: \"string\" },\n ref: { type: \"string\" },\n query: { type: \"string\" },\n keywords: { type: \"string\" },\n fields: { type: \"string\" },\n sort: { type: \"string\", enum: [\"priority\", \"deadline\", \"updated_at\", \"created_at\", \"title\", \"parent\"] },\n prefix: { type: \"string\" },\n preset: { type: \"string\", enum: [\"minimal\", \"default\", \"strict\", \"custom\"] },\n typePreset: { type: \"string\", enum: [\"agile\", \"ops\", \"research\"] },\n defaults: { type: \"boolean\" },\n verbose: { type: \"boolean\" },\n agentGuidance: { type: \"string\", enum: [\"ask\", \"add\", \"skip\", \"status\"] },\n withPackages: { type: \"boolean\" },\n scope: { type: \"string\", enum: [\"project\", \"global\"] },\n contractAction: { type: \"string\" },\n command: { type: \"string\" },\n schemaOnly: { type: \"boolean\" },\n flagsOnly: { type: \"boolean\" },\n availabilityOnly: { type: \"boolean\" },\n runtimeOnly: { type: \"boolean\" },\n activeOnly: { type: \"boolean\" },\n eagerTags: { type: \"boolean\" },\n fullChangedFields: { type: \"boolean\" },\n idOnly: { type: \"boolean\" },\n allowMissingParent: { type: \"boolean\" },\n duplicateOf: { type: \"string\" },\n configAction: { type: \"string\", enum: [\"get\", \"set\", \"list\", \"export\"] },\n key: { type: \"string\" },\n title: { type: \"string\" },\n description: { type: \"string\" },\n type: { type: \"string\" },\n template: { type: \"string\" },\n createMode: { type: \"string\", enum: [\"strict\", \"progressive\"] },\n schedulePreset: { type: \"string\", enum: [\"lightweight\"] },\n status: { type: \"string\" },\n filterStatus: { type: \"string\" },\n filterType: { type: \"string\" },\n filterTag: { type: \"string\" },\n filterPriority: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n filterDeadlineBefore: { type: \"string\" },\n filterDeadlineAfter: { type: \"string\" },\n filterUpdatedAfter: { type: \"string\" },\n filterUpdatedBefore: { type: \"string\" },\n filterCreatedAfter: { type: \"string\" },\n filterCreatedBefore: { type: \"string\" },\n filterAssignee: { type: \"string\" },\n filterAssigneeFilter: { type: \"string\", enum: [\"assigned\", \"unassigned\"] },\n filterParent: { type: \"string\" },\n filterSprint: { type: \"string\" },\n filterRelease: { type: \"string\" },\n closeReason: { type: \"string\" },\n reason: { type: \"string\" },\n priority: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n tags: { type: \"string\" },\n addTags: { type: \"array\", items: { type: \"string\" } },\n removeTags: { type: \"array\", items: { type: \"string\" } },\n body: { type: \"string\" },\n deadline: { type: \"string\" },\n estimate: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n acceptanceCriteria: { type: \"string\" },\n author: { type: \"string\" },\n message: { type: \"string\" },\n assignee: { type: \"string\" },\n assigneeFilter: { type: \"string\", enum: [\"assigned\", \"unassigned\"] },\n parent: { type: \"string\" },\n reviewer: { type: \"string\" },\n risk: { type: \"string\" },\n confidence: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n sprint: { type: \"string\" },\n release: { type: \"string\" },\n blockedBy: { type: \"string\" },\n blockedReason: { type: \"string\" },\n unblockNote: { type: \"string\" },\n reporter: { type: \"string\" },\n severity: { type: \"string\" },\n environment: { type: \"string\" },\n reproSteps: { type: \"string\" },\n resolution: { type: \"string\" },\n expectedResult: { type: \"string\" },\n actualResult: { type: \"string\" },\n affectedVersion: { type: \"string\" },\n fixedVersion: { type: \"string\" },\n component: { type: \"string\" },\n regression: { anyOf: [{ type: \"boolean\" }, { type: \"string\" }, { type: \"number\" }] },\n customerImpact: { type: \"string\" },\n definitionOfReady: { type: \"string\" },\n order: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n goal: { type: \"string\" },\n objective: { type: \"string\" },\n value: { type: \"string\" },\n impact: { type: \"string\" },\n outcome: { type: \"string\" },\n whyNow: { type: \"string\" },\n mode: {\n type: \"string\",\n enum: [\"keyword\", \"semantic\", \"hybrid\", \"title_exact\", \"title_fuzzy\", \"parent_scope\"],\n },\n semanticWeight: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n op: { type: \"string\" },\n compact: { type: \"boolean\" },\n brief: { type: \"boolean\" },\n full: { type: \"boolean\" },\n view: { type: \"string\", enum: [\"agenda\", \"day\", \"week\", \"month\"] },\n date: { type: \"string\" },\n from: { type: \"string\" },\n before: { type: \"string\" },\n to: { type: \"string\" },\n past: { type: \"boolean\" },\n fullPeriod: { type: \"boolean\" },\n include: { type: \"string\" },\n recurrenceLookaheadDays: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n recurrenceLookbackDays: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n occurrenceLimit: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n includeLinked: { type: \"boolean\" },\n semantic: { type: \"boolean\" },\n hybrid: { type: \"boolean\" },\n titleExact: { type: \"boolean\" },\n phraseExact: { type: \"boolean\" },\n includeBody: { type: \"boolean\" },\n tag: { type: \"string\" },\n deadlineBefore: { type: \"string\" },\n deadlineAfter: { type: \"string\" },\n updatedAfter: { type: \"string\" },\n updatedBefore: { type: \"string\" },\n createdAfter: { type: \"string\" },\n createdBefore: { type: \"string\" },\n ids: { type: \"string\" },\n limit: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n limitItems: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n fullHistory: { type: \"boolean\" },\n latest: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n offset: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n progress: { type: \"boolean\" },\n background: { type: \"boolean\" },\n runId: { type: \"string\" },\n stream: {\n anyOf: [{ type: \"boolean\" }, { type: \"string\", enum: [\"stdout\", \"stderr\", \"both\", \"rows\", \"ndjson\", \"jsonl\"] }],\n },\n tail: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n addJson: { type: \"array\", items: { type: \"string\" } },\n match: { type: \"string\" },\n onlyIndex: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n onlyLast: { type: \"boolean\" },\n envSet: { type: \"array\", items: { type: \"string\" } },\n envClear: { type: \"array\", items: { type: \"string\" } },\n sharedHostSafe: { type: \"boolean\" },\n detail: { type: \"string\", enum: [\"summary\", \"deep\"] },\n trace: { type: \"boolean\" },\n reload: { type: \"boolean\" },\n watch: { type: \"boolean\" },\n runtimeProbe: { type: \"boolean\" },\n fixManagedState: { type: \"boolean\" },\n pmContext: { type: \"string\", enum: [\"schema\", \"tracker\", \"auto\"] },\n overrideLinkedPmContext: { type: \"boolean\" },\n failOnContextMismatch: { type: \"boolean\" },\n failOnSkipped: { type: \"boolean\" },\n failOnEmptyTestRun: { type: \"boolean\" },\n requireAssertionsForPm: { type: \"boolean\" },\n checkContext: { type: \"boolean\" },\n autoPmContext: { type: \"boolean\" },\n diff: { type: \"boolean\" },\n storage: { type: \"boolean\" },\n verify: { type: \"boolean\" },\n literal: { type: \"array\", items: { type: \"string\" } },\n regex: { type: \"array\", items: { type: \"string\" } },\n replacement: { type: \"string\" },\n timeout: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n validateClose: { type: \"string\", enum: [\"off\", \"warn\", \"strict\"] },\n checkMetadata: { type: \"boolean\" },\n metadataProfile: { type: \"string\", enum: [\"core\", \"strict\", \"custom\"] },\n checkResolution: { type: \"boolean\" },\n checkLifecycle: { type: \"boolean\" },\n checkStaleBlockers: { type: \"boolean\" },\n dependencyCycleSeverity: { type: \"string\", enum: [\"off\", \"warn\", \"error\"] },\n checkFiles: { type: \"boolean\" },\n strictDirectories: { type: \"boolean\" },\n checkOnly: { type: \"boolean\" },\n checkTelemetry: { type: \"boolean\" },\n noRefresh: { type: \"boolean\" },\n refreshVectors: { type: \"boolean\" },\n verboseStaleItems: { type: \"boolean\" },\n skipVectors: { type: \"boolean\" },\n skipIntegrity: { type: \"boolean\" },\n skipDrift: { type: \"boolean\" },\n verboseDiagnostics: { type: \"boolean\" },\n scanMode: { type: \"string\", enum: [\"default\", \"tracked-all\", \"tracked-all-strict\"] },\n includePmInternals: { type: \"boolean\" },\n verboseFileLists: { type: \"boolean\" },\n strictExit: { type: \"boolean\" },\n failOnWarn: { type: \"boolean\" },\n fixHints: { type: \"boolean\" },\n checkHistoryDrift: { type: \"boolean\" },\n checkCommandReferences: { type: \"boolean\" },\n allowAuditNote: { type: \"boolean\" },\n allowAuditLearning: { type: \"boolean\" },\n allowAuditComment: { type: \"boolean\" },\n allowAuditUpdate: { type: \"boolean\" },\n allowAuditDepUpdate: { type: \"boolean\" },\n allowAuditRelease: { type: \"boolean\" },\n dryRun: { type: \"boolean\" },\n cliOnly: { type: \"boolean\" },\n packagesOnly: { type: \"boolean\" },\n repair: { type: \"boolean\" },\n packageName: { type: \"string\" },\n rollback: { type: \"string\" },\n noCheckpoint: { type: \"boolean\" },\n force: { type: \"boolean\" },\n run: { type: \"boolean\" },\n count: { type: \"boolean\" },\n sum: { type: \"string\" },\n avg: { type: \"string\" },\n tree: { type: \"boolean\" },\n treeDepth: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n includeUnparented: { type: \"boolean\" },\n gcScope: {\n type: \"array\",\n items: { type: \"string\", enum: [\"index\", \"embeddings\", \"runtime\", \"locks\"] },\n },\n maxDepth: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n collapse: { type: \"string\", enum: [\"none\", \"repeated\"] },\n summary: { type: \"boolean\" },\n shell: { type: \"string\", enum: [\"bash\", \"zsh\", \"fish\"] },\n stdin: { type: \"boolean\" },\n file: { type: \"string\" },\n preserveSourceIds: { type: \"boolean\" },\n folder: { type: \"string\" },\n subcommand: { type: \"string\" },\n name: { type: \"string\" },\n defaultStatus: { type: \"string\" },\n alias: { type: \"array\", items: { type: \"string\" } },\n role: { type: \"array\", items: { type: \"string\" } },\n text: { type: \"string\" },\n add: { type: \"array\", items: { type: \"string\" } },\n addGlob: { type: \"array\", items: { type: \"string\" } },\n remove: { type: \"array\", items: { type: \"string\" } },\n migrate: { type: \"array\", items: { type: \"string\" } },\n discover: { type: \"boolean\" },\n apply: { type: \"boolean\" },\n discoveryNote: { type: \"string\" },\n appendStable: { type: \"boolean\" },\n validatePaths: { type: \"boolean\" },\n audit: { type: \"boolean\" },\n dep: { type: \"array\", items: { type: \"string\" } },\n depRemove: { type: \"array\", items: { type: \"string\" } },\n replaceDeps: { type: \"boolean\" },\n replaceTests: { type: \"boolean\" },\n comment: { type: \"array\", items: { type: \"string\" } },\n note: { type: \"array\", items: { type: \"string\" } },\n learning: { type: \"array\", items: { type: \"string\" } },\n linkedFile: { type: \"array\", items: { type: \"string\" } },\n linkedTest: { type: \"array\", items: { type: \"string\" } },\n doc: { type: \"array\", items: { type: \"string\" } },\n reminder: { type: \"array\", items: { type: \"string\" } },\n event: { type: \"array\", items: { type: \"string\" } },\n typeOption: { type: \"array\", items: { type: \"string\" } },\n field: { type: \"array\", items: { type: \"string\" } },\n unset: { type: \"array\", items: { type: \"string\" } },\n clearDeps: { type: \"boolean\" },\n clearComments: { type: \"boolean\" },\n clearNotes: { type: \"boolean\" },\n clearLearnings: { type: \"boolean\" },\n clearFiles: { type: \"boolean\" },\n clearTests: { type: \"boolean\" },\n clearDocs: { type: \"boolean\" },\n clearReminders: { type: \"boolean\" },\n clearEvents: { type: \"boolean\" },\n clearTypeOptions: { type: \"boolean\" },\n criterion: { type: \"array\", items: { type: \"string\" } },\n clearCriteria: { type: \"boolean\" },\n groupBy: { type: \"string\" },\n completion: { type: \"boolean\" },\n threshold: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n format: { type: \"string\" },\n depth: { type: \"string\", enum: [\"brief\", \"standard\", \"deep\"] },\n section: { type: \"array\", items: { type: \"string\", enum: [\"hierarchy\", \"activity\", \"progress\", \"blockers\", \"files\", \"workload\", \"staleness\", \"tests\"] } },\n activityLimit: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n staleThreshold: { type: \"string\" },\n policy: { type: \"string\" },\n};\n\nexport const PLAN_SUBCOMMAND_VALUES = [\n \"create\",\n \"show\",\n \"add-step\",\n \"update-step\",\n \"complete-step\",\n \"block-step\",\n \"reorder-step\",\n \"remove-step\",\n \"link\",\n \"unlink\",\n \"decision\",\n \"discovery\",\n \"validation\",\n \"resume\",\n \"approve\",\n \"materialize\",\n] as const;\n\nexport const PLAN_ACTION_PARAMETER_PROPERTIES: Record<string, unknown> = {\n subcommand: { type: \"string\", enum: [...PLAN_SUBCOMMAND_VALUES] },\n stepRef: { type: \"string\" },\n reorderTo: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n scope: { type: \"string\" },\n harness: { type: \"string\", enum: [...PLAN_HARNESS_VALUES] },\n mode: { type: \"string\", enum: [...PLAN_MODE_VALUES] },\n resumeContext: { type: \"string\" },\n related: { type: \"string\" },\n blocks: { type: \"string\" },\n claim: { type: \"boolean\" },\n fromSearch: { type: \"string\" },\n stepTitle: { type: \"string\" },\n stepBody: { type: \"string\" },\n stepOwner: { type: \"string\" },\n stepStatus: { type: \"string\", enum: [...PLAN_STEP_STATUS_VALUES] },\n stepEvidence: { type: \"string\" },\n stepBlockedReason: { type: \"string\" },\n stepReplacement: { type: \"string\" },\n dependsOn: { type: \"string\" },\n link: { type: \"string\" },\n linkKind: { type: \"string\", enum: [...PLAN_STEP_LINK_KIND_VALUES] },\n linkNote: { type: \"string\" },\n promoteToItemDep: { type: \"boolean\" },\n allowMultipleActive: { type: \"boolean\" },\n file: { anyOf: [{ type: \"string\" }, { type: \"array\", items: { type: \"string\" } }] },\n test: { anyOf: [{ type: \"string\" }, { type: \"array\", items: { type: \"string\" } }] },\n doc: { anyOf: [{ type: \"string\" }, { type: \"array\", items: { type: \"string\" } }] },\n decisionText: { type: \"string\" },\n decision: { type: \"string\" },\n decisionRationale: { type: \"string\" },\n decisionEvidence: { type: \"string\" },\n discoveryText: { type: \"string\" },\n discovery: { type: \"string\" },\n validationText: { type: \"string\" },\n validation: { type: \"string\" },\n validationCommand: { type: \"string\" },\n validationExpected: { type: \"string\" },\n steps: { type: \"array\", items: { type: \"string\" } },\n materializeType: { type: \"string\" },\n materializeParent: { type: \"string\" },\n materializeTags: { type: \"string\" },\n};\n\nexport const PLAN_ACTION_PARAMETER_METADATA: Record<string, { description: string; examples?: unknown[] }> = {\n subcommand: {\n description: \"Plan workflow operation to run.\",\n examples: [\"create\", \"show\", \"add-step\", \"approve\"],\n },\n stepRef: {\n description: \"Plan step id or order for step lifecycle subcommands.\",\n examples: [\"plan-step-001\", \"1\"],\n },\n reorderTo: {\n description: \"New integer order for reorder-step.\",\n examples: [1, \"2\"],\n },\n scope: {\n description: \"Short free-text scope statement describing what the Plan covers.\",\n examples: [\"Release readiness audit\", \"Search package migration\"],\n },\n mode: {\n description: \"Plan lifecycle mode.\",\n examples: [\"draft\", \"research\", \"approved\"],\n },\n file: {\n description: \"File link to attach while creating or materializing a Plan.\",\n examples: [\"path=src/cli.ts,note=implementation surface\"],\n },\n test: {\n description: \"Test command link to attach while creating or materializing a Plan.\",\n examples: [\"command=pnpm build,timeout_seconds=300\"],\n },\n doc: {\n description: \"Documentation link to attach while creating or materializing a Plan.\",\n examples: [\"path=docs/SDK.md,note=public API reference\"],\n },\n};\n\nexport const PM_TOOL_PARAMETER_METADATA: Record<string, { description: string; examples?: unknown[] }> = {\n action: {\n description: \"Tool action to execute.\",\n },\n path: {\n description: \"Optional PM data root override for this invocation.\",\n examples: [\".agents/pm\"],\n },\n scope: {\n description: \"Scope selector for commands that operate on project or global state. Linked files, docs, and tests default to project scope when omitted.\",\n examples: [\"project\", \"global\"],\n },\n detail: {\n description: \"Detail mode for commands that support concise and deep diagnostics.\",\n examples: [\"summary\", \"deep\"],\n },\n trace: {\n description: \"When true for extension-doctor, include actionable registration traces in deep diagnostics.\",\n },\n reload: {\n description: \"When true for extension action payloads, trigger cache-busted extension module reload.\",\n },\n watch: {\n description: \"When true for extension-reload/extension action payloads, enable watch mode semantics.\",\n },\n runtimeProbe: {\n description: \"When true for extension-manage, run a doctor-like runtime activation probe for parity fields.\",\n },\n fixManagedState: {\n description: \"When true for extension-manage/extension-doctor, adopt unmanaged extensions before diagnostics/update checks.\",\n },\n target: {\n description: \"Positional target argument for the selected action (ID, source, package source, or extension name).\",\n examples: [\"pm-a1b2\", \".agents/pm/extensions/sample\", \"sample-extension\"],\n },\n github: {\n description: \"GitHub shorthand owner/repo[/path] source for package/extension install actions.\",\n examples: [\"org/repo/extensions/sample\"],\n },\n ref: {\n description: \"Git ref/branch/tag used when installing from GitHub shorthand/URL sources.\",\n examples: [\"main\", \"v1.0.0\"],\n },\n cliOnly: {\n description: \"Restrict upgrade to the pm CLI/SDK npm package.\",\n },\n packagesOnly: {\n description: \"Restrict upgrade to managed installable pm packages.\",\n },\n repair: {\n description: \"Force npm global reinstall semantics when upgrading the pm CLI/SDK.\",\n },\n tag: {\n description: \"npm version or dist-tag used for CLI and registry package upgrades.\",\n examples: [\"latest\", \"next\", \"2026.5.11\"],\n },\n packageName: {\n description: \"Override the pm CLI package name for self-upgrade automation and tests.\",\n examples: [\"@unbrained/pm-cli\"],\n },\n json: {\n description: \"Emit machine-readable JSON output.\",\n },\n quiet: {\n description: \"Suppress stdout payload output.\",\n },\n noExtensions: {\n description: \"Disable extension loading for this invocation.\",\n },\n noPager: {\n description: \"Disable pager integration for help and long output.\",\n },\n profile: {\n description: \"Emit deterministic timing diagnostics to stderr.\",\n },\n timeoutMs: {\n description: \"Tool execution timeout in milliseconds.\",\n examples: [120000],\n },\n id: {\n description: \"Item identifier for read or mutation actions.\",\n examples: [\"pm-a1b2\"],\n },\n runId: {\n description: \"Background test run identifier.\",\n examples: [\"tr-kq9x3f-93acde\"],\n },\n title: {\n description: \"Item title text.\",\n },\n description: {\n description: \"Item description text.\",\n },\n type: {\n description: \"Item type name from the active runtime type registry.\",\n examples: [\"Task\", \"Feature\"],\n },\n subcommand: {\n description: \"Subcommand selector for schema and telemetry actions.\",\n },\n name: {\n description:\n \"Custom item type name (schema add-type/remove-type/show) or custom status id (schema show-status/add-status/remove-status).\",\n examples: [\"Spike\", \"review\"],\n },\n defaultStatus: {\n description: \"Default status hint recorded for a custom item type.\",\n examples: [\"open\"],\n },\n alias: {\n description: \"Aliases for the custom item type or status (repeatable).\",\n examples: [[\"spike\", \"research\"]],\n },\n role: {\n description:\n \"Lifecycle roles for a custom status (schema add-status): draft, active, blocked, terminal, terminal_done, terminal_canceled, default_open, default_close, default_cancel.\",\n examples: [[\"active\"], [\"terminal\", \"terminal_done\"]],\n },\n preset: {\n description: \"Governance preset for initialization flows.\",\n examples: [\"minimal\", \"default\", \"strict\"],\n },\n typePreset: {\n description: \"Domain item-type preset registered during initialization.\",\n examples: [\"agile\", \"ops\", \"research\"],\n },\n defaults: {\n description: \"Use non-interactive setup defaults during initialization.\",\n },\n verbose: {\n description: \"Include the full resolved settings tree in init output.\",\n },\n agentGuidance: {\n description: \"Control AGENTS.md/CLAUDE.md guidance behavior during init: ask, add, skip, or status.\",\n examples: [\"ask\", \"add\", \"skip\", \"status\"],\n },\n withPackages: {\n description: \"Install all bundled first-party pm packages during initialization.\",\n },\n createMode: {\n description: \"Create required-option policy mode.\",\n examples: [\"strict\", \"progressive\"],\n },\n schedulePreset: {\n description: \"Schedule-centric create preset for Reminder, Meeting, and Event types.\",\n examples: [\"lightweight\"],\n },\n status: {\n description:\n \"Item status value. Statuses are project-configurable via .agents/pm/settings.json (schema block); the built-in defaults are draft, open, in_progress, blocked, closed, canceled. Custom statuses defined for the project are accepted — discover the active set with the pm_contracts tool (workspace.statuses) or `pm contracts`. Unknown statuses are rejected at runtime with a did-you-mean hint rather than blocked by a fixed schema enum.\",\n examples: [\"open\", \"in_progress\"],\n },\n priority: {\n description: \"Priority value in range 0..4.\",\n examples: [0, 1, \"2\"],\n },\n order: {\n description: \"Planning order/rank value for create/update, or sort direction (asc|desc) for list-family sorting.\",\n examples: [0, 1, \"2\", \"asc\", \"desc\"],\n },\n sort: {\n description: \"List-family sort field selector.\",\n examples: [\"priority\", \"deadline\", \"updated_at\", \"created_at\", \"title\", \"parent\"],\n },\n tags: {\n description: \"Comma-delimited tag list.\",\n examples: [\"pm-cli,agent-ux\"],\n },\n addTags: {\n description: \"Tags to add to the existing list without replacing it. Each entry may be CSV or a JSON array.\",\n examples: [[\"agent-ux\"], [\"fix\", \"security\"]],\n },\n removeTags: {\n description: \"Tags to remove from the existing list. Each entry may be CSV or a JSON array.\",\n examples: [[\"stale\"], [\"legacy\", \"wontfix\"]],\n },\n deadline: {\n description: \"ISO/date timestamp or relative offset (+6h/+1d/+2w/+6m).\",\n examples: [\"2026-04-01T00:00:00.000Z\", \"+1d\"],\n },\n estimate: {\n description: \"Estimated effort in minutes.\",\n examples: [60, \"120\"],\n },\n acceptanceCriteria: {\n description: \"Acceptance criteria text.\",\n },\n author: {\n description: \"Mutation author identity.\",\n examples: [\"codex-agent\"],\n },\n message: {\n description: \"History message for mutation audit trail.\",\n },\n assignee: {\n description: \"Assignee identity.\",\n examples: [\"codex-agent\"],\n },\n assigneeFilter: {\n description: \"Assignee presence selector for list/calendar/context/comments-audit filters.\",\n examples: [\"assigned\", \"unassigned\"],\n },\n parent: {\n description: \"Parent item ID filter for hierarchical list queries.\",\n examples: [\"pm-epic01\"],\n },\n unset: {\n description: \"Repeatable list of front-matter fields to clear explicitly during create/update mutations.\",\n examples: [[\"deadline\", \"assignee\"], [\"close-reason\"]],\n },\n clearDeps: {\n description: \"When true, clear linked dependencies.\",\n },\n replaceDeps: {\n description: \"When true for update, atomically replace dependencies with the supplied --dep values.\",\n },\n replaceTests: {\n description: \"When true for update, atomically replace linked tests with the supplied --test values.\",\n },\n clearComments: {\n description: \"When true, clear item comments.\",\n },\n clearNotes: {\n description: \"When true, clear item notes.\",\n },\n clearLearnings: {\n description: \"When true, clear item learnings.\",\n },\n clearFiles: {\n description: \"When true, clear linked files.\",\n },\n clearTests: {\n description: \"When true, clear linked tests.\",\n },\n clearDocs: {\n description: \"When true, clear linked docs.\",\n },\n clearReminders: {\n description: \"When true, clear reminders.\",\n },\n clearEvents: {\n description: \"When true, clear events.\",\n },\n clearTypeOptions: {\n description: \"When true, clear type option metadata.\",\n },\n clearCriteria: {\n description:\n \"When true for config set criteria-list keys (definition-of-done, metadata-required-fields, lifecycle pattern lists), clear the criteria list.\",\n },\n mode: {\n description:\n \"Mode selector for search/reindex (keyword|semantic|hybrid) and dedupe-audit (title_exact|title_fuzzy|parent_scope).\",\n examples: [\"keyword\", \"hybrid\", \"title_exact\"],\n },\n semanticWeight: {\n description:\n \"Per-query hybrid semantic weight override in [0,1] for search action; invalid values fall back to settings.\",\n examples: [0.2, \"0.7\"],\n },\n op: {\n description: \"History operation filter for activity output.\",\n examples: [\"create\", \"update\", \"close\", \"update_audit\"],\n },\n fullPeriod: {\n description: \"For day/week/month calendar views, include the full anchored period instead of clipping the start to now.\",\n },\n progress: {\n description: \"Emit progress diagnostics to stderr for long-running operations.\",\n },\n background: {\n description: \"Run linked tests in managed background mode.\",\n },\n addJson: {\n description: \"Repeatable JSON object or array input for adding linked-test entries without CSV escaping loss.\",\n examples: [[`{\"command\":\"node scripts/run-tests.mjs test -- tests/unit/output.spec.ts\",\"timeout_seconds\":240}`]],\n },\n match: {\n description: \"Run only linked tests whose command or path contains this case-insensitive substring.\",\n examples: [\"output.spec.ts\", \"coverage\"],\n },\n onlyIndex: {\n description: \"Run only the 1-based linked-test index from pm test <id> --list order.\",\n examples: [1, \"2\"],\n },\n onlyLast: {\n description: \"Run only the most recently added linked-test entry.\",\n },\n envSet: {\n description: \"Repeatable runtime environment KEY=VALUE overrides for linked-test execution.\",\n examples: [[\"PORT=0\", \"PLAYWRIGHT_HTML_OPEN=never\"]],\n },\n envClear: {\n description: \"Repeatable runtime environment variable names to clear before linked-test execution.\",\n examples: [[\"PLAYWRIGHT_BASE_URL\"]],\n },\n sharedHostSafe: {\n description: \"Apply additive shared-host-safe runtime defaults during linked-test execution.\",\n },\n pmContext: {\n description:\n \"PM linked-test context mode (schema keeps isolated tracker data; tracker seeds source tracker data; auto uses tracker for PM tracker-read linked commands).\",\n examples: [\"schema\", \"tracker\", \"auto\"],\n },\n overrideLinkedPmContext: {\n description: \"Force run-level --pm-context to override per-linked-test pm_context_mode metadata for all linked-test entries.\",\n },\n failOnContextMismatch: {\n description: \"Fail linked PM command runs when source and sandbox tracker item counts differ.\",\n },\n failOnSkipped: {\n description: \"Treat skipped linked tests as dependency-failed policy violations.\",\n },\n failOnEmptyTestRun: {\n description: \"Treat successful linked-test commands that report zero executed tests as failures.\",\n },\n requireAssertionsForPm: {\n description: \"Require assertion metadata for linked PM command test entries during run execution.\",\n },\n checkContext: {\n description: \"Run linked PM command context preflight diagnostics before command execution.\",\n },\n autoPmContext: {\n description:\n \"Auto-remediate PM tracker-read linked commands by routing those entries through tracker context regardless of linked-test pm_context_mode overrides.\",\n },\n dryRun: {\n description: \"Preview command effects without mutating storage artifacts.\",\n },\n gcScope: {\n description: \"Repeatable gc scope selector values (index, embeddings, runtime, locks).\",\n examples: [[\"index\", \"embeddings\"], [\"runtime\"], [\"locks\"]],\n },\n storage: {\n description:\n \"For stats action: include aggregate history-stream storage metrics (total streams/lines/bytes, largest + deepest streams, oldest/newest entries) for compaction and storage planning.\",\n },\n offset: {\n description: \"Number of matching rows to skip before limit is applied.\",\n examples: [0, 50, \"100\"],\n },\n before: {\n description:\n \"For history-compact, compact entries strictly before this boundary (version number or ISO timestamp).\",\n examples: [\"5\", \"2026-06-01T00:00:00.000Z\"],\n },\n limitItems: {\n description: \"Maximum number of filtered items to include in comments-audit output (alias: --limit).\",\n examples: [10, \"25\"],\n },\n fullHistory: {\n description: \"When true for comments-audit, export full per-item comment history rows; cannot be combined with latest.\",\n },\n latest: {\n description: \"Number of most recent comments to include per item in comments-audit output (use 0 for summary-only item rows).\",\n examples: [0, 1, \"3\"],\n },\n literal: {\n description: \"Repeatable literal matcher used by history-redact to scrub exact string values.\",\n examples: [\"[redacted_path_prefix]/private/path\"],\n },\n regex: {\n description:\n \"Repeatable regex matcher used by history-redact. Accepts either /pattern/flags or a raw pattern (global mode is auto-enabled).\",\n examples: [\"/192\\\\\\\\.168\\\\\\\\.[0-9.]+/g\", \"token=[A-Za-z0-9_-]+\"],\n },\n replacement: {\n description: 'Replacement text used by history-redact (defaults to \"[redacted]\").',\n examples: [\"[scrubbed_path]\"],\n },\n validateClose: {\n description: 'Close-time metadata validation mode (\"off\", \"warn\", or \"strict\").',\n examples: [\"off\", \"warn\", \"strict\"],\n },\n checkMetadata: {\n description: \"Run metadata completeness checks.\",\n },\n metadataProfile: {\n description: \"Select metadata validation profile for --check-metadata.\",\n examples: [\"core\", \"strict\", \"custom\"],\n },\n checkResolution: {\n description: \"Run closed-item resolution metadata checks.\",\n },\n checkLifecycle: {\n description: \"Run active-item lifecycle governance drift checks.\",\n },\n checkStaleBlockers: {\n description: \"Include stale blocker-pattern diagnostics in lifecycle checks.\",\n },\n dependencyCycleSeverity: {\n description: \"Set dependency-cycle warning policy for lifecycle checks.\",\n examples: [\"off\", \"warn\", \"error\"],\n },\n checkFiles: {\n description: \"Run linked-file and orphaned-file checks.\",\n },\n strictDirectories: {\n description: \"Treat optional item-type directories as required health failures.\",\n },\n checkOnly: {\n description: \"For health action, run read-only diagnostics without refreshing vectors.\",\n },\n checkTelemetry: {\n description: \"For health action, probe telemetry endpoint health and include network diagnostics.\",\n },\n noRefresh: {\n description: \"For health action, skip vector refresh while still running checks.\",\n },\n refreshVectors: {\n description: \"For health action, explicitly refresh stale vectors.\",\n },\n verboseStaleItems: {\n description: \"For health action, include full stale-item arrays in vectorization details.\",\n },\n skipVectors: {\n description: \"For health action, skip vectorization checks for a faster diagnostic run.\",\n },\n skipIntegrity: {\n description: \"For health action, skip item/history file integrity checks for a faster diagnostic run.\",\n },\n skipDrift: {\n description: \"For health action, skip history drift hash checks for a faster diagnostic run.\",\n },\n scanMode: {\n description: \"Select file candidate scan mode for --check-files.\",\n examples: [\"default\", \"tracked-all\", \"tracked-all-strict\"],\n },\n includePmInternals: {\n description: \"Include PM storage internals in tracked-all candidate scans.\",\n },\n verboseFileLists: {\n description: \"For validate action, include full file-path lists for --check-files details.\",\n },\n verboseDiagnostics: {\n description: \"For validate action, include full diagnostic ID lists instead of compact summaries.\",\n },\n strictExit: {\n description: \"Return non-zero exit when health/validate/extension-doctor warnings are present.\",\n },\n failOnWarn: {\n description: \"Alias for strictExit in health/validate/extension-doctor action payloads.\",\n },\n fixHints: {\n description: \"For validate action, add a machine-executable fix_hints[] of pm commands to each failing check's details.\",\n },\n checkHistoryDrift: {\n description: \"Run item/history hash drift checks.\",\n },\n checkCommandReferences: {\n description: \"Run linked-command PM-ID reference checks.\",\n },\n allowAuditNote: {\n description: \"For notes action, allow non-owner append-only note audits without requiring --force.\",\n },\n allowAuditLearning: {\n description: \"For learnings action, allow non-owner append-only learning audits without requiring --force.\",\n },\n allowAuditComment: {\n description: \"For comments action, allow non-owner append-only comment audits without requiring --force.\",\n },\n stdin: {\n description: \"When true for comments action, read comment text from piped stdin (supports multiline markdown).\",\n },\n file: {\n description: \"Path to input file for actions that read payload text, such as comments --file.\",\n examples: [\"notes/comment.md\"],\n },\n allowAuditUpdate: {\n description: \"Allow non-owner metadata-only update audits without requiring --force.\",\n },\n allowAuditDepUpdate: {\n description: \"Allow non-owner append-only dependency update audits without requiring --force.\",\n },\n allowAuditRelease: {\n description: \"Allow non-owner release handoffs that clear assignee metadata without requiring --force.\",\n },\n preserveSourceIds: {\n description: \"Preserve explicit source IDs during Beads imports instead of normalizing to tracker prefix.\",\n examples: [true],\n },\n appendStable: {\n description: \"When true for files action, preserve existing linked-file order and append new links without full-array resorting.\",\n },\n discover: {\n description: \"When true for files action, use `pm files discover <id>` to scan item text for referenced file paths.\",\n },\n apply: {\n description: \"When true for files discovery, add missing discovered file links instead of returning a dry-run preview.\",\n },\n discoveryNote: {\n description: \"Note attached to file links added by files discovery.\",\n examples: [\"discovered from item text\"],\n },\n stream: {\n description:\n \"Stream selector: test-runs logs accepts stdout|stderr|both; activity accepts boolean/rows|ndjson|jsonl for line-delimited output.\",\n examples: [\"stderr\", \"stdout\", \"both\", \"rows\", \"ndjson\", \"jsonl\", true],\n },\n tail: {\n description: \"Number of lines to tail for background run logs.\",\n examples: [100],\n },\n query: {\n description: \"Search query text for search action.\",\n },\n keywords: {\n description: \"Alias for query in search action payloads.\",\n },\n includeLinked: {\n description: \"Include readable linked docs/files/tests content in keyword and hybrid lexical scoring.\",\n },\n titleExact: {\n description: \"For search action, require exact normalized title match for the full query string.\",\n },\n phraseExact: {\n description: \"For search action, require exact normalized query phrase match in item text fields.\",\n },\n includeBody: {\n description: \"When true for list-family actions, include item body text in projected rows.\",\n },\n compact: {\n description: \"Render compact projection output for search and list-family actions.\",\n },\n full: {\n description: \"Enable command-specific full/detail output mode when supported, such as deep item reads for get or full payload mode for search/history.\",\n },\n fields: {\n description: \"Comma-separated projection fields for get, search, or list-family outputs.\",\n examples: [\"id,title,status,parent,type\", \"id,title,score,matched_fields\"],\n },\n groupBy: {\n description:\n \"Comma-separated aggregate grouping fields (supported: parent,type,priority,status,assignee,tags,sprint,release).\",\n examples: [\"parent,type\", \"type,status\", \"priority,assignee\", \"tags\", \"sprint,release\"],\n },\n count: {\n description: \"Enable grouped count output for aggregate action.\",\n },\n completion: {\n description: \"For aggregate action, add open/in_progress/closed/other counts and completion_pct per group.\",\n },\n sum: {\n description: \"Numeric field to sum per aggregate group (count and null_count are still returned).\",\n examples: [\"estimated_minutes\", \"priority\"],\n },\n avg: {\n description: \"Numeric field to average per aggregate group (count and null_count are still returned).\",\n examples: [\"estimated_minutes\", \"priority\"],\n },\n tree: {\n description: \"When true for list/get actions, render recursive parent/child tree ordering.\",\n },\n treeDepth: {\n description: \"Maximum recursion depth for tree output (0 keeps root rows only).\",\n examples: [0, 1, \"2\"],\n },\n includeUnparented: {\n description: \"Include unparented rows when aggregate grouping includes parent.\",\n },\n maxDepth: {\n description: \"Maximum dependency traversal depth for deps action (0 keeps only the root node).\",\n examples: [0, 1, \"2\"],\n },\n collapse: {\n description: 'Dependency tree collapse mode for deps action (\"none\" or \"repeated\").',\n examples: [\"none\", \"repeated\"],\n },\n summary: {\n description: \"When true for deps action, return counts only without full tree/graph payloads.\",\n },\n threshold: {\n description: \"Dedupe-audit fuzzy title similarity threshold between 0 and 1.\",\n examples: [0.5, \"0.75\"],\n },\n shell: {\n description: \"Shell target for completion generation.\",\n examples: [\"bash\"],\n },\n eagerTags: {\n description: \"When true for completion, eagerly embed current tracker tags into generated scripts (legacy mode).\",\n },\n contractAction: {\n description: \"Filter contracts schema to one tool action.\",\n examples: [\"create\", \"update\"],\n },\n command: {\n description: \"Scope contracts output to one CLI command name; action/schema surfaces narrow by default.\",\n examples: [\"create\", \"search\", \"list\"],\n },\n schemaOnly: {\n description: \"When true, contracts action returns schema-focused payloads (mutually exclusive with flagsOnly/availabilityOnly).\",\n },\n flagsOnly: {\n description: \"When true, contracts action returns only command flag surface payloads (mutually exclusive projection mode).\",\n },\n availabilityOnly: {\n description: \"When true, contracts action returns only action availability payloads (mutually exclusive projection mode).\",\n },\n runtimeOnly: {\n description: \"When true, contracts action only includes actions invocable in the current runtime.\",\n },\n activeOnly: {\n description: \"Alias for runtimeOnly in contracts action payloads.\",\n },\n depth: {\n description: \"Context depth level controlling how many sections are included (brief=focus+agenda, standard=+hierarchy/activity/progress/workload, deep=all sections).\",\n examples: [\"brief\", \"standard\", \"deep\"],\n },\n section: {\n description: \"Repeatable section selector for context; overrides --depth when provided.\",\n examples: [[\"hierarchy\", \"activity\"], [\"blockers\", \"files\", \"staleness\"]],\n },\n activityLimit: {\n description: \"Maximum number of recent activity entries to include in context output.\",\n examples: [5, 10, \"20\"],\n },\n staleThreshold: {\n description: \"Staleness cutoff in days for context staleness section (e.g. 7 or 7d).\",\n examples: [\"7\", \"14d\", \"30\"],\n },\n};\n"],"names":[],"mappings":"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","debugId":"28cc182a-a139-5258-a9c6-5cc6b60e18c3"}
|
|
1
|
+
{"version":3,"file":"tool-parameter-tables.js","sources":["sdk/cli-contracts/tool-parameter-tables.ts"],"sourceRoot":"/","sourcesContent":["import {\n PLAN_HARNESS_VALUES,\n PLAN_MODE_VALUES,\n PLAN_STEP_LINK_KIND_VALUES,\n PLAN_STEP_STATUS_VALUES,\n} from \"../../types/index.js\";\n\nexport const PM_TOOL_PARAMETER_PROPERTIES: Record<string, unknown> = {\n json: { type: \"boolean\", default: true },\n quiet: { type: \"boolean\" },\n profile: { type: \"boolean\" },\n noExtensions: { type: \"boolean\" },\n noPager: { type: \"boolean\" },\n path: { type: \"string\" },\n pmExecutable: { type: \"string\" },\n timeoutMs: { type: \"number\" },\n id: { type: \"string\" },\n target: { type: \"string\" },\n github: { type: \"string\" },\n ref: { type: \"string\" },\n query: { type: \"string\" },\n keywords: { type: \"string\" },\n fields: { type: \"string\" },\n sort: { type: \"string\", enum: [\"priority\", \"deadline\", \"updated_at\", \"created_at\", \"title\", \"parent\"] },\n prefix: { type: \"string\" },\n preset: { type: \"string\", enum: [\"minimal\", \"default\", \"strict\", \"custom\"] },\n typePreset: { type: \"string\", enum: [\"agile\", \"ops\", \"research\"] },\n defaults: { type: \"boolean\" },\n verbose: { type: \"boolean\" },\n agentGuidance: { type: \"string\", enum: [\"ask\", \"add\", \"skip\", \"status\"] },\n withPackages: { type: \"boolean\" },\n scope: { type: \"string\", enum: [\"project\", \"global\"] },\n contractAction: { type: \"string\" },\n command: { type: \"string\" },\n schemaOnly: { type: \"boolean\" },\n flagsOnly: { type: \"boolean\" },\n availabilityOnly: { type: \"boolean\" },\n runtimeOnly: { type: \"boolean\" },\n activeOnly: { type: \"boolean\" },\n eagerTags: { type: \"boolean\" },\n fullChangedFields: { type: \"boolean\" },\n idOnly: { type: \"boolean\" },\n allowMissingParent: { type: \"boolean\" },\n duplicateOf: { type: \"string\" },\n configAction: { type: \"string\", enum: [\"get\", \"set\", \"list\", \"export\"] },\n key: { type: \"string\" },\n title: { type: \"string\" },\n description: { type: \"string\" },\n type: { type: \"string\" },\n template: { type: \"string\" },\n createMode: { type: \"string\", enum: [\"strict\", \"progressive\"] },\n schedulePreset: { type: \"string\", enum: [\"lightweight\"] },\n status: { type: \"string\" },\n filterStatus: { type: \"string\" },\n filterType: { type: \"string\" },\n filterTag: { type: \"string\" },\n filterPriority: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n filterDeadlineBefore: { type: \"string\" },\n filterDeadlineAfter: { type: \"string\" },\n filterUpdatedAfter: { type: \"string\" },\n filterUpdatedBefore: { type: \"string\" },\n filterCreatedAfter: { type: \"string\" },\n filterCreatedBefore: { type: \"string\" },\n filterAssignee: { type: \"string\" },\n filterAssigneeFilter: { type: \"string\", enum: [\"assigned\", \"unassigned\"] },\n filterParent: { type: \"string\" },\n filterSprint: { type: \"string\" },\n filterRelease: { type: \"string\" },\n closeReason: { type: \"string\" },\n reason: { type: \"string\" },\n priority: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n tags: { type: \"string\" },\n addTags: { type: \"array\", items: { type: \"string\" } },\n removeTags: { type: \"array\", items: { type: \"string\" } },\n body: { type: \"string\" },\n deadline: { type: \"string\" },\n estimate: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n acceptanceCriteria: { type: \"string\" },\n author: { type: \"string\" },\n message: { type: \"string\" },\n assignee: { type: \"string\" },\n assigneeFilter: { type: \"string\", enum: [\"assigned\", \"unassigned\"] },\n parent: { type: \"string\" },\n reviewer: { type: \"string\" },\n risk: { type: \"string\" },\n confidence: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n sprint: { type: \"string\" },\n release: { type: \"string\" },\n blockedBy: { type: \"string\" },\n blockedReason: { type: \"string\" },\n unblockNote: { type: \"string\" },\n reporter: { type: \"string\" },\n severity: { type: \"string\" },\n environment: { type: \"string\" },\n reproSteps: { type: \"string\" },\n resolution: { type: \"string\" },\n expectedResult: { type: \"string\" },\n actualResult: { type: \"string\" },\n affectedVersion: { type: \"string\" },\n fixedVersion: { type: \"string\" },\n component: { type: \"string\" },\n regression: { anyOf: [{ type: \"boolean\" }, { type: \"string\" }, { type: \"number\" }] },\n customerImpact: { type: \"string\" },\n definitionOfReady: { type: \"string\" },\n order: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n goal: { type: \"string\" },\n objective: { type: \"string\" },\n value: { type: \"string\" },\n impact: { type: \"string\" },\n outcome: { type: \"string\" },\n whyNow: { type: \"string\" },\n mode: {\n type: \"string\",\n enum: [\"keyword\", \"semantic\", \"hybrid\", \"title_exact\", \"title_fuzzy\", \"parent_scope\"],\n },\n semanticWeight: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n op: { type: \"string\" },\n compact: { type: \"boolean\" },\n brief: { type: \"boolean\" },\n full: { type: \"boolean\" },\n view: { type: \"string\", enum: [\"agenda\", \"day\", \"week\", \"month\"] },\n date: { type: \"string\" },\n from: { type: \"string\" },\n before: { type: \"string\" },\n to: { type: \"string\" },\n past: { type: \"boolean\" },\n fullPeriod: { type: \"boolean\" },\n include: { type: \"string\" },\n recurrenceLookaheadDays: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n recurrenceLookbackDays: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n occurrenceLimit: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n includeLinked: { type: \"boolean\" },\n semantic: { type: \"boolean\" },\n hybrid: { type: \"boolean\" },\n titleExact: { type: \"boolean\" },\n phraseExact: { type: \"boolean\" },\n includeBody: { type: \"boolean\" },\n tag: { type: \"string\" },\n deadlineBefore: { type: \"string\" },\n deadlineAfter: { type: \"string\" },\n updatedAfter: { type: \"string\" },\n updatedBefore: { type: \"string\" },\n createdAfter: { type: \"string\" },\n createdBefore: { type: \"string\" },\n ids: { type: \"string\" },\n limit: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n limitItems: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n fullHistory: { type: \"boolean\" },\n latest: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n offset: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n progress: { type: \"boolean\" },\n background: { type: \"boolean\" },\n runId: { type: \"string\" },\n stream: {\n anyOf: [{ type: \"boolean\" }, { type: \"string\", enum: [\"stdout\", \"stderr\", \"both\", \"rows\", \"ndjson\", \"jsonl\"] }],\n },\n tail: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n addJson: { type: \"array\", items: { type: \"string\" } },\n match: { type: \"string\" },\n onlyIndex: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n onlyLast: { type: \"boolean\" },\n envSet: { type: \"array\", items: { type: \"string\" } },\n envClear: { type: \"array\", items: { type: \"string\" } },\n sharedHostSafe: { type: \"boolean\" },\n detail: { type: \"string\", enum: [\"summary\", \"deep\"] },\n trace: { type: \"boolean\" },\n reload: { type: \"boolean\" },\n watch: { type: \"boolean\" },\n runtimeProbe: { type: \"boolean\" },\n fixManagedState: { type: \"boolean\" },\n pmContext: { type: \"string\", enum: [\"schema\", \"tracker\", \"auto\"] },\n overrideLinkedPmContext: { type: \"boolean\" },\n failOnContextMismatch: { type: \"boolean\" },\n failOnSkipped: { type: \"boolean\" },\n failOnEmptyTestRun: { type: \"boolean\" },\n requireAssertionsForPm: { type: \"boolean\" },\n checkContext: { type: \"boolean\" },\n autoPmContext: { type: \"boolean\" },\n diff: { type: \"boolean\" },\n storage: { type: \"boolean\" },\n verify: { type: \"boolean\" },\n literal: { type: \"array\", items: { type: \"string\" } },\n regex: { type: \"array\", items: { type: \"string\" } },\n replacement: { type: \"string\" },\n timeout: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n validateClose: { type: \"string\", enum: [\"off\", \"warn\", \"strict\"] },\n checkMetadata: { type: \"boolean\" },\n metadataProfile: { type: \"string\", enum: [\"core\", \"strict\", \"custom\"] },\n checkResolution: { type: \"boolean\" },\n checkLifecycle: { type: \"boolean\" },\n checkStaleBlockers: { type: \"boolean\" },\n dependencyCycleSeverity: { type: \"string\", enum: [\"off\", \"warn\", \"error\"] },\n checkFiles: { type: \"boolean\" },\n strictDirectories: { type: \"boolean\" },\n checkOnly: { type: \"boolean\" },\n checkTelemetry: { type: \"boolean\" },\n noRefresh: { type: \"boolean\" },\n refreshVectors: { type: \"boolean\" },\n verboseStaleItems: { type: \"boolean\" },\n skipVectors: { type: \"boolean\" },\n skipIntegrity: { type: \"boolean\" },\n skipDrift: { type: \"boolean\" },\n verboseDiagnostics: { type: \"boolean\" },\n scanMode: { type: \"string\", enum: [\"default\", \"tracked-all\", \"tracked-all-strict\"] },\n includePmInternals: { type: \"boolean\" },\n verboseFileLists: { type: \"boolean\" },\n strictExit: { type: \"boolean\" },\n failOnWarn: { type: \"boolean\" },\n fixHints: { type: \"boolean\" },\n autoFix: { type: \"boolean\" },\n fixScope: { type: \"array\", items: { type: \"string\", enum: [\"metadata\", \"resolution\", \"lifecycle\"] } },\n pruneMissing: { type: \"boolean\" },\n checkHistoryDrift: { type: \"boolean\" },\n checkCommandReferences: { type: \"boolean\" },\n allowAuditNote: { type: \"boolean\" },\n allowAuditLearning: { type: \"boolean\" },\n allowAuditComment: { type: \"boolean\" },\n allowAuditUpdate: { type: \"boolean\" },\n allowAuditDepUpdate: { type: \"boolean\" },\n allowAuditRelease: { type: \"boolean\" },\n dryRun: { type: \"boolean\" },\n all: { type: \"boolean\" },\n cliOnly: { type: \"boolean\" },\n packagesOnly: { type: \"boolean\" },\n repair: { type: \"boolean\" },\n packageName: { type: \"string\" },\n rollback: { type: \"string\" },\n noCheckpoint: { type: \"boolean\" },\n force: { type: \"boolean\" },\n run: { type: \"boolean\" },\n count: { type: \"boolean\" },\n sum: { type: \"string\" },\n avg: { type: \"string\" },\n tree: { type: \"boolean\" },\n treeDepth: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n includeUnparented: { type: \"boolean\" },\n gcScope: {\n type: \"array\",\n items: { type: \"string\", enum: [\"index\", \"embeddings\", \"runtime\", \"locks\"] },\n },\n maxDepth: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n collapse: { type: \"string\", enum: [\"none\", \"repeated\"] },\n summary: { type: \"boolean\" },\n shell: { type: \"string\", enum: [\"bash\", \"zsh\", \"fish\"] },\n stdin: { type: \"boolean\" },\n file: { type: \"string\" },\n preserveSourceIds: { type: \"boolean\" },\n folder: { type: \"string\" },\n subcommand: { type: \"string\" },\n name: { type: \"string\" },\n defaultStatus: { type: \"string\" },\n alias: { type: \"array\", items: { type: \"string\" } },\n role: { type: \"array\", items: { type: \"string\" } },\n text: { type: \"string\" },\n add: { type: \"array\", items: { type: \"string\" } },\n addGlob: { type: \"array\", items: { type: \"string\" } },\n remove: { type: \"array\", items: { type: \"string\" } },\n migrate: { type: \"array\", items: { type: \"string\" } },\n discover: { type: \"boolean\" },\n apply: { type: \"boolean\" },\n discoveryNote: { type: \"string\" },\n // GH-170 (pm-pfnx): single-string note for files/docs add batches (the shared\n // `note` key below is the array-typed create/update note seed).\n addNote: { type: \"string\" },\n list: { type: \"boolean\" },\n appendStable: { type: \"boolean\" },\n validatePaths: { type: \"boolean\" },\n audit: { type: \"boolean\" },\n dep: { type: \"array\", items: { type: \"string\" } },\n depRemove: { type: \"array\", items: { type: \"string\" } },\n replaceDeps: { type: \"boolean\" },\n replaceTests: { type: \"boolean\" },\n comment: { type: \"array\", items: { type: \"string\" } },\n note: { type: \"array\", items: { type: \"string\" } },\n learning: { type: \"array\", items: { type: \"string\" } },\n linkedFile: { type: \"array\", items: { type: \"string\" } },\n linkedTest: { type: \"array\", items: { type: \"string\" } },\n doc: { type: \"array\", items: { type: \"string\" } },\n reminder: { type: \"array\", items: { type: \"string\" } },\n event: { type: \"array\", items: { type: \"string\" } },\n typeOption: { type: \"array\", items: { type: \"string\" } },\n field: { type: \"array\", items: { type: \"string\" } },\n unset: { type: \"array\", items: { type: \"string\" } },\n clearDeps: { type: \"boolean\" },\n clearComments: { type: \"boolean\" },\n clearNotes: { type: \"boolean\" },\n clearLearnings: { type: \"boolean\" },\n clearFiles: { type: \"boolean\" },\n clearTests: { type: \"boolean\" },\n clearDocs: { type: \"boolean\" },\n clearReminders: { type: \"boolean\" },\n clearEvents: { type: \"boolean\" },\n clearTypeOptions: { type: \"boolean\" },\n criterion: { type: \"array\", items: { type: \"string\" } },\n clearCriteria: { type: \"boolean\" },\n groupBy: { type: \"string\" },\n completion: { type: \"boolean\" },\n threshold: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n format: { type: \"string\" },\n depth: { type: \"string\", enum: [\"brief\", \"standard\", \"deep\"] },\n section: { type: \"array\", items: { type: \"string\", enum: [\"hierarchy\", \"activity\", \"progress\", \"blockers\", \"files\", \"workload\", \"staleness\", \"tests\"] } },\n activityLimit: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n staleThreshold: { type: \"string\" },\n policy: { type: \"string\" },\n};\n\nexport const PLAN_SUBCOMMAND_VALUES = [\n \"create\",\n \"show\",\n \"add-step\",\n \"update-step\",\n \"complete-step\",\n \"block-step\",\n \"reorder-step\",\n \"remove-step\",\n \"link\",\n \"unlink\",\n \"decision\",\n \"discovery\",\n \"validation\",\n \"resume\",\n \"approve\",\n \"materialize\",\n] as const;\n\nexport const PLAN_ACTION_PARAMETER_PROPERTIES: Record<string, unknown> = {\n subcommand: { type: \"string\", enum: [...PLAN_SUBCOMMAND_VALUES] },\n stepRef: { type: \"string\" },\n reorderTo: { anyOf: [{ type: \"string\" }, { type: \"number\" }] },\n scope: { type: \"string\" },\n harness: { type: \"string\", enum: [...PLAN_HARNESS_VALUES] },\n mode: { type: \"string\", enum: [...PLAN_MODE_VALUES] },\n resumeContext: { type: \"string\" },\n related: { type: \"string\" },\n blocks: { type: \"string\" },\n claim: { type: \"boolean\" },\n fromSearch: { type: \"string\" },\n stepTitle: { type: \"string\" },\n // pm-6mit: ordered step titles for create (string or array; values are never\n // comma-split). On step subcommands a single value aliases stepTitle.\n step: { anyOf: [{ type: \"string\" }, { type: \"array\", items: { type: \"string\" } }] },\n stepBody: { type: \"string\" },\n stepOwner: { type: \"string\" },\n stepStatus: { type: \"string\", enum: [...PLAN_STEP_STATUS_VALUES] },\n stepEvidence: { type: \"string\" },\n stepBlockedReason: { type: \"string\" },\n stepReplacement: { type: \"string\" },\n dependsOn: { type: \"string\" },\n link: { type: \"string\" },\n linkKind: { type: \"string\", enum: [...PLAN_STEP_LINK_KIND_VALUES] },\n linkNote: { type: \"string\" },\n promoteToItemDep: { type: \"boolean\" },\n allowMultipleActive: { type: \"boolean\" },\n file: { anyOf: [{ type: \"string\" }, { type: \"array\", items: { type: \"string\" } }] },\n test: { anyOf: [{ type: \"string\" }, { type: \"array\", items: { type: \"string\" } }] },\n doc: { anyOf: [{ type: \"string\" }, { type: \"array\", items: { type: \"string\" } }] },\n decisionText: { type: \"string\" },\n decision: { type: \"string\" },\n decisionRationale: { type: \"string\" },\n decisionEvidence: { type: \"string\" },\n discoveryText: { type: \"string\" },\n discovery: { type: \"string\" },\n validationText: { type: \"string\" },\n validation: { type: \"string\" },\n validationCommand: { type: \"string\" },\n validationExpected: { type: \"string\" },\n steps: { type: \"array\", items: { type: \"string\" } },\n materializeType: { type: \"string\" },\n materializeParent: { type: \"string\" },\n materializeTags: { type: \"string\" },\n};\n\nexport const PLAN_ACTION_PARAMETER_METADATA: Record<string, { description: string; examples?: unknown[] }> = {\n subcommand: {\n description: \"Plan workflow operation to run.\",\n examples: [\"create\", \"show\", \"add-step\", \"approve\"],\n },\n stepRef: {\n description: \"Plan step id or order for step lifecycle subcommands.\",\n examples: [\"plan-step-001\", \"1\"],\n },\n reorderTo: {\n description: \"New integer order for reorder-step.\",\n examples: [1, \"2\"],\n },\n scope: {\n description: \"Short free-text scope statement describing what the Plan covers.\",\n examples: [\"Release readiness audit\", \"Search package migration\"],\n },\n mode: {\n description: \"Plan lifecycle mode.\",\n examples: [\"draft\", \"research\", \"approved\"],\n },\n step: {\n description:\n \"Ordered initial step titles for create (string or array, never comma-split; stepTitle, when also set, becomes the first step). For step subcommands a single value aliases stepTitle.\",\n examples: [[\"Read the code\", \"Write the fix\", \"Run the tests\"]],\n },\n file: {\n description: \"File link to attach while creating or materializing a Plan.\",\n examples: [\"path=src/cli.ts,note=implementation surface\"],\n },\n test: {\n description: \"Test command link to attach while creating or materializing a Plan.\",\n examples: [\"command=pnpm build,timeout_seconds=300\"],\n },\n doc: {\n description: \"Documentation link to attach while creating or materializing a Plan.\",\n examples: [\"path=docs/SDK.md,note=public API reference\"],\n },\n};\n\nexport const PM_TOOL_PARAMETER_METADATA: Record<string, { description: string; examples?: unknown[] }> = {\n action: {\n description: \"Tool action to execute.\",\n },\n path: {\n description: \"Optional PM data root override for this invocation.\",\n examples: [\".agents/pm\"],\n },\n scope: {\n description: \"Scope selector for commands that operate on project or global state. Linked files, docs, and tests default to project scope when omitted.\",\n examples: [\"project\", \"global\"],\n },\n detail: {\n description: \"Detail mode for commands that support concise and deep diagnostics.\",\n examples: [\"summary\", \"deep\"],\n },\n trace: {\n description: \"When true for extension-doctor, include actionable registration traces in deep diagnostics.\",\n },\n reload: {\n description: \"When true for extension action payloads, trigger cache-busted extension module reload.\",\n },\n watch: {\n description: \"When true for extension-reload/extension action payloads, enable watch mode semantics.\",\n },\n runtimeProbe: {\n description: \"When true for extension-manage, run a doctor-like runtime activation probe for parity fields.\",\n },\n fixManagedState: {\n description: \"When true for extension-manage/extension-doctor, adopt unmanaged extensions before diagnostics/update checks.\",\n },\n target: {\n description: \"Positional target argument for the selected action (ID, source, package source, or extension name).\",\n examples: [\"pm-a1b2\", \".agents/pm/extensions/sample\", \"sample-extension\"],\n },\n github: {\n description: \"GitHub shorthand owner/repo[/path] source for package/extension install actions.\",\n examples: [\"org/repo/extensions/sample\"],\n },\n ref: {\n description: \"Git ref/branch/tag used when installing from GitHub shorthand/URL sources.\",\n examples: [\"main\", \"v1.0.0\"],\n },\n cliOnly: {\n description: \"Restrict upgrade to the pm CLI/SDK npm package.\",\n },\n packagesOnly: {\n description: \"Restrict upgrade to managed installable pm packages.\",\n },\n repair: {\n description: \"Force npm global reinstall semantics when upgrading the pm CLI/SDK.\",\n },\n tag: {\n description: \"npm version or dist-tag used for CLI and registry package upgrades.\",\n examples: [\"latest\", \"next\", \"2026.5.11\"],\n },\n packageName: {\n description: \"Override the pm CLI package name for self-upgrade automation and tests.\",\n examples: [\"@unbrained/pm-cli\"],\n },\n json: {\n description: \"Emit machine-readable JSON output.\",\n },\n quiet: {\n description: \"Suppress stdout payload output.\",\n },\n noExtensions: {\n description: \"Disable extension loading for this invocation.\",\n },\n noPager: {\n description: \"Disable pager integration for help and long output.\",\n },\n profile: {\n description: \"Emit deterministic timing diagnostics to stderr.\",\n },\n timeoutMs: {\n description: \"Tool execution timeout in milliseconds.\",\n examples: [120000],\n },\n id: {\n description: \"Item identifier for read or mutation actions.\",\n examples: [\"pm-a1b2\"],\n },\n runId: {\n description: \"Background test run identifier.\",\n examples: [\"tr-kq9x3f-93acde\"],\n },\n title: {\n description: \"Item title text.\",\n },\n description: {\n description: \"Item description text.\",\n },\n type: {\n description: \"Item type name from the active runtime type registry.\",\n examples: [\"Task\", \"Feature\"],\n },\n subcommand: {\n description: \"Subcommand selector for schema and telemetry actions.\",\n },\n name: {\n description:\n \"Custom item type name (schema add-type/remove-type/show) or custom status id (schema show-status/add-status/remove-status).\",\n examples: [\"Spike\", \"review\"],\n },\n defaultStatus: {\n description: \"Default status hint recorded for a custom item type.\",\n examples: [\"open\"],\n },\n alias: {\n description: \"Aliases for the custom item type or status (repeatable).\",\n examples: [[\"spike\", \"research\"]],\n },\n role: {\n description:\n \"Lifecycle roles for a custom status (schema add-status): draft, active, blocked, terminal, terminal_done, terminal_canceled, default_open, default_close, default_cancel.\",\n examples: [[\"active\"], [\"terminal\", \"terminal_done\"]],\n },\n preset: {\n description: \"Governance preset for initialization flows.\",\n examples: [\"minimal\", \"default\", \"strict\"],\n },\n typePreset: {\n description: \"Domain item-type preset registered during initialization.\",\n examples: [\"agile\", \"ops\", \"research\"],\n },\n defaults: {\n description: \"Use non-interactive setup defaults during initialization.\",\n },\n verbose: {\n description: \"Include the full resolved settings tree in init output.\",\n },\n agentGuidance: {\n description: \"Control AGENTS.md/CLAUDE.md guidance behavior during init: ask, add, skip, or status.\",\n examples: [\"ask\", \"add\", \"skip\", \"status\"],\n },\n withPackages: {\n description: \"Install all bundled first-party pm packages during initialization.\",\n },\n createMode: {\n description: \"Create required-option policy mode.\",\n examples: [\"strict\", \"progressive\"],\n },\n schedulePreset: {\n description: \"Schedule-centric create preset for Reminder, Meeting, and Event types.\",\n examples: [\"lightweight\"],\n },\n status: {\n description:\n \"Item status value. Statuses are project-configurable via .agents/pm/settings.json (schema block); the built-in defaults are draft, open, in_progress, blocked, closed, canceled. Custom statuses defined for the project are accepted — discover the active set with the pm_contracts tool (workspace.statuses) or `pm contracts`. Unknown statuses are rejected at runtime with a did-you-mean hint rather than blocked by a fixed schema enum.\",\n examples: [\"open\", \"in_progress\"],\n },\n priority: {\n description: \"Priority value in range 0..4.\",\n examples: [0, 1, \"2\"],\n },\n order: {\n description: \"Planning order/rank value for create/update, or sort direction (asc|desc) for list-family sorting.\",\n examples: [0, 1, \"2\", \"asc\", \"desc\"],\n },\n sort: {\n description: \"List-family sort field selector.\",\n examples: [\"priority\", \"deadline\", \"updated_at\", \"created_at\", \"title\", \"parent\"],\n },\n tags: {\n description: \"Comma-delimited tag list.\",\n examples: [\"pm-cli,agent-ux\"],\n },\n addTags: {\n description: \"Tags to add to the existing list without replacing it. Each entry may be CSV or a JSON array.\",\n examples: [[\"agent-ux\"], [\"fix\", \"security\"]],\n },\n removeTags: {\n description: \"Tags to remove from the existing list. Each entry may be CSV or a JSON array.\",\n examples: [[\"stale\"], [\"legacy\", \"wontfix\"]],\n },\n deadline: {\n description: \"ISO/date timestamp or relative offset (+6h/+1d/+2w/+6m).\",\n examples: [\"2026-04-01T00:00:00.000Z\", \"+1d\"],\n },\n estimate: {\n description: \"Estimated effort in minutes.\",\n examples: [60, \"120\"],\n },\n acceptanceCriteria: {\n description: \"Acceptance criteria text.\",\n },\n author: {\n description: \"Mutation author identity.\",\n examples: [\"codex-agent\"],\n },\n message: {\n description: \"History message for mutation audit trail.\",\n },\n assignee: {\n description: \"Assignee identity.\",\n examples: [\"codex-agent\"],\n },\n assigneeFilter: {\n description: \"Assignee presence selector for list/calendar/context/comments-audit filters.\",\n examples: [\"assigned\", \"unassigned\"],\n },\n parent: {\n description: \"Parent item ID filter for hierarchical list queries.\",\n examples: [\"pm-epic01\"],\n },\n unset: {\n description: \"Repeatable list of front-matter fields to clear explicitly during create/update mutations.\",\n examples: [[\"deadline\", \"assignee\"], [\"close-reason\"]],\n },\n clearDeps: {\n description: \"When true, clear linked dependencies.\",\n },\n replaceDeps: {\n description: \"When true for update, atomically replace dependencies with the supplied --dep values.\",\n },\n replaceTests: {\n description: \"When true for update, atomically replace linked tests with the supplied --test values.\",\n },\n clearComments: {\n description: \"When true, clear item comments.\",\n },\n clearNotes: {\n description: \"When true, clear item notes.\",\n },\n clearLearnings: {\n description: \"When true, clear item learnings.\",\n },\n clearFiles: {\n description: \"When true, clear linked files.\",\n },\n clearTests: {\n description: \"When true, clear linked tests.\",\n },\n clearDocs: {\n description: \"When true, clear linked docs.\",\n },\n clearReminders: {\n description: \"When true, clear reminders.\",\n },\n clearEvents: {\n description: \"When true, clear events.\",\n },\n clearTypeOptions: {\n description: \"When true, clear type option metadata.\",\n },\n clearCriteria: {\n description:\n \"When true for config set criteria-list keys (definition-of-done, metadata-required-fields, lifecycle pattern lists), clear the criteria list.\",\n },\n mode: {\n description:\n \"Mode selector for search/reindex (keyword|semantic|hybrid) and dedupe-audit (title_exact|title_fuzzy|parent_scope).\",\n examples: [\"keyword\", \"hybrid\", \"title_exact\"],\n },\n semanticWeight: {\n description:\n \"Per-query hybrid semantic weight override in [0,1] for search action; invalid values fall back to settings.\",\n examples: [0.2, \"0.7\"],\n },\n op: {\n description: \"History operation filter for activity output.\",\n examples: [\"create\", \"update\", \"close\", \"update_audit\"],\n },\n fullPeriod: {\n description: \"For day/week/month calendar views, include the full anchored period instead of clipping the start to now.\",\n },\n progress: {\n description: \"Emit progress diagnostics to stderr for long-running operations.\",\n },\n background: {\n description: \"Run linked tests in managed background mode.\",\n },\n addJson: {\n description: \"Repeatable JSON object or array input for adding linked-test entries without CSV escaping loss.\",\n examples: [[`{\"command\":\"node scripts/run-tests.mjs test -- tests/unit/output.spec.ts\",\"timeout_seconds\":240}`]],\n },\n match: {\n description: \"Run only linked tests whose command or path contains this case-insensitive substring.\",\n examples: [\"output.spec.ts\", \"coverage\"],\n },\n onlyIndex: {\n description: \"Run only the 1-based linked-test index from pm test <id> --list order.\",\n examples: [1, \"2\"],\n },\n onlyLast: {\n description: \"Run only the most recently added linked-test entry.\",\n },\n envSet: {\n description: \"Repeatable runtime environment KEY=VALUE overrides for linked-test execution.\",\n examples: [[\"PORT=0\", \"PLAYWRIGHT_HTML_OPEN=never\"]],\n },\n envClear: {\n description: \"Repeatable runtime environment variable names to clear before linked-test execution.\",\n examples: [[\"PLAYWRIGHT_BASE_URL\"]],\n },\n sharedHostSafe: {\n description: \"Apply additive shared-host-safe runtime defaults during linked-test execution.\",\n },\n pmContext: {\n description:\n \"PM linked-test context mode (schema keeps isolated tracker data; tracker seeds source tracker data; auto uses tracker for PM tracker-read linked commands).\",\n examples: [\"schema\", \"tracker\", \"auto\"],\n },\n overrideLinkedPmContext: {\n description: \"Force run-level --pm-context to override per-linked-test pm_context_mode metadata for all linked-test entries.\",\n },\n failOnContextMismatch: {\n description: \"Fail linked PM command runs when source and sandbox tracker item counts differ.\",\n },\n failOnSkipped: {\n description: \"Treat skipped linked tests as dependency-failed policy violations.\",\n },\n failOnEmptyTestRun: {\n description: \"Treat successful linked-test commands that report zero executed tests as failures.\",\n },\n requireAssertionsForPm: {\n description: \"Require assertion metadata for linked PM command test entries during run execution.\",\n },\n checkContext: {\n description: \"Run linked PM command context preflight diagnostics before command execution.\",\n },\n autoPmContext: {\n description:\n \"Auto-remediate PM tracker-read linked commands by routing those entries through tracker context regardless of linked-test pm_context_mode overrides.\",\n },\n dryRun: {\n description: \"Preview command effects without mutating storage artifacts.\",\n },\n all: {\n description:\n \"For history-repair action: scan every stream for drift and repair each drifted stream in one audited pass (mutually exclusive with id).\",\n },\n gcScope: {\n description: \"Repeatable gc scope selector values (index, embeddings, runtime, locks).\",\n examples: [[\"index\", \"embeddings\"], [\"runtime\"], [\"locks\"]],\n },\n storage: {\n description:\n \"For stats action: include aggregate history-stream storage metrics (total streams/lines/bytes, largest + deepest streams, oldest/newest entries) for compaction and storage planning.\",\n },\n offset: {\n description: \"Number of matching rows to skip before limit is applied.\",\n examples: [0, 50, \"100\"],\n },\n before: {\n description:\n \"For history-compact, compact entries strictly before this boundary (version number or ISO timestamp).\",\n examples: [\"5\", \"2026-06-01T00:00:00.000Z\"],\n },\n limitItems: {\n description: \"Maximum number of filtered items to include in comments-audit output (alias: --limit).\",\n examples: [10, \"25\"],\n },\n fullHistory: {\n description: \"When true for comments-audit, export full per-item comment history rows; cannot be combined with latest.\",\n },\n latest: {\n description: \"Number of most recent comments to include per item in comments-audit output (use 0 for summary-only item rows).\",\n examples: [0, 1, \"3\"],\n },\n literal: {\n description: \"Repeatable literal matcher used by history-redact to scrub exact string values.\",\n examples: [\"[redacted_path_prefix]/private/path\"],\n },\n regex: {\n description:\n \"Repeatable regex matcher used by history-redact. Accepts either /pattern/flags or a raw pattern (global mode is auto-enabled).\",\n examples: [\"/192\\\\\\\\.168\\\\\\\\.[0-9.]+/g\", \"token=[A-Za-z0-9_-]+\"],\n },\n replacement: {\n description: 'Replacement text used by history-redact (defaults to \"[redacted]\").',\n examples: [\"[scrubbed_path]\"],\n },\n validateClose: {\n description: 'Close-time metadata validation mode (\"off\", \"warn\", or \"strict\").',\n examples: [\"off\", \"warn\", \"strict\"],\n },\n checkMetadata: {\n description: \"Run metadata completeness checks.\",\n },\n metadataProfile: {\n description: \"Select metadata validation profile for --check-metadata.\",\n examples: [\"core\", \"strict\", \"custom\"],\n },\n checkResolution: {\n description: \"Run closed-item resolution metadata checks.\",\n },\n checkLifecycle: {\n description: \"Run active-item lifecycle governance drift checks.\",\n },\n checkStaleBlockers: {\n description: \"Include stale blocker-pattern diagnostics in lifecycle checks.\",\n },\n dependencyCycleSeverity: {\n description: \"Set dependency-cycle warning policy for lifecycle checks.\",\n examples: [\"off\", \"warn\", \"error\"],\n },\n checkFiles: {\n description: \"Run linked-file and orphaned-file checks.\",\n },\n strictDirectories: {\n description: \"Treat optional item-type directories as required health failures.\",\n },\n checkOnly: {\n description: \"For health action, run read-only diagnostics without refreshing vectors.\",\n },\n checkTelemetry: {\n description: \"For health action, probe telemetry endpoint health and include network diagnostics.\",\n },\n noRefresh: {\n description: \"For health action, skip vector refresh while still running checks.\",\n },\n refreshVectors: {\n description: \"For health action, explicitly refresh stale vectors.\",\n },\n verboseStaleItems: {\n description: \"For health action, include full stale-item arrays in vectorization details.\",\n },\n skipVectors: {\n description: \"For health action, skip vectorization checks for a faster diagnostic run.\",\n },\n skipIntegrity: {\n description: \"For health action, skip item/history file integrity checks for a faster diagnostic run.\",\n },\n skipDrift: {\n description: \"For health action, skip history drift hash checks for a faster diagnostic run.\",\n },\n scanMode: {\n description: \"Select file candidate scan mode for --check-files.\",\n examples: [\"default\", \"tracked-all\", \"tracked-all-strict\"],\n },\n includePmInternals: {\n description: \"Include PM storage internals in tracked-all candidate scans.\",\n },\n verboseFileLists: {\n description: \"For validate action, include full file-path lists for --check-files details.\",\n },\n verboseDiagnostics: {\n description: \"For validate action, include full diagnostic ID lists instead of compact summaries.\",\n },\n strictExit: {\n description: \"Return non-zero exit when health/validate/extension-doctor warnings are present.\",\n },\n failOnWarn: {\n description: \"Alias for strictExit in health/validate/extension-doctor action payloads.\",\n },\n fixHints: {\n description: \"For validate action, add a machine-executable fix_hints[] of pm commands to each failing check's details.\",\n },\n autoFix: {\n description:\n \"For validate action, apply the safe, deterministic subset of fix-hint remediations (field backfills) automatically; combine with dryRun to preview and fixScope to grant gated scopes.\",\n },\n fixScope: {\n description:\n \"For validate action, grant --auto-fix scopes (metadata, resolution, lifecycle). Defaults to the safe scopes metadata and resolution; lifecycle must be named explicitly.\",\n examples: [[\"lifecycle\"], [\"metadata\", \"resolution\"]],\n },\n pruneMissing: {\n description:\n \"For validate action, remove stale linked-file/doc LINKS whose paths classified as deleted (link removal only — never touches real files); honors dryRun.\",\n },\n checkHistoryDrift: {\n description: \"Run item/history hash drift checks.\",\n },\n checkCommandReferences: {\n description: \"Run linked-command PM-ID reference checks.\",\n },\n allowAuditNote: {\n description: \"For notes action, allow non-owner append-only note audits without requiring --force.\",\n },\n allowAuditLearning: {\n description: \"For learnings action, allow non-owner append-only learning audits without requiring --force.\",\n },\n allowAuditComment: {\n description: \"For comments action, allow non-owner append-only comment audits without requiring --force.\",\n },\n stdin: {\n description: \"When true for comments action, read comment text from piped stdin (supports multiline markdown).\",\n },\n file: {\n description: \"Path to input file for actions that read payload text, such as comments --file.\",\n examples: [\"notes/comment.md\"],\n },\n allowAuditUpdate: {\n description: \"Allow non-owner metadata-only update audits without requiring --force.\",\n },\n allowAuditDepUpdate: {\n description: \"Allow non-owner append-only dependency update audits without requiring --force.\",\n },\n allowAuditRelease: {\n description: \"Allow non-owner release handoffs that clear assignee metadata without requiring --force.\",\n },\n preserveSourceIds: {\n description: \"Preserve explicit source IDs during Beads imports instead of normalizing to tracker prefix.\",\n examples: [true],\n },\n appendStable: {\n description: \"When true for files action, preserve existing linked-file order and append new links without full-array resorting.\",\n },\n discover: {\n description: \"When true for files action, use `pm files discover <id>` to scan item text for referenced file paths.\",\n },\n apply: {\n description: \"When true for files discovery, add missing discovered file links instead of returning a dry-run preview.\",\n },\n discoveryNote: {\n description: \"Note attached to file links added by files discovery.\",\n examples: [\"discovered from item text\"],\n },\n addNote: {\n description:\n \"Note attached to every link added by add/addGlob in this call (per-entry embedded note= wins; requires add or addGlob). Maps to the CLI --note flag on pm files/pm docs.\",\n examples: [\"command wiring\"],\n },\n list: {\n description: \"When true for files/docs action, list the current linked paths without mutating them.\",\n examples: [true],\n },\n stream: {\n description:\n \"Stream selector: test-runs logs accepts stdout|stderr|both; activity accepts boolean/rows|ndjson|jsonl for line-delimited output.\",\n examples: [\"stderr\", \"stdout\", \"both\", \"rows\", \"ndjson\", \"jsonl\", true],\n },\n tail: {\n description: \"Number of lines to tail for background run logs.\",\n examples: [100],\n },\n query: {\n description: \"Search query text for search action.\",\n },\n keywords: {\n description: \"Alias for query in search action payloads.\",\n },\n includeLinked: {\n description: \"Include readable linked docs/files/tests content in keyword and hybrid lexical scoring.\",\n },\n titleExact: {\n description: \"For search action, require exact normalized title match for the full query string.\",\n },\n phraseExact: {\n description: \"For search action, require exact normalized query phrase match in item text fields.\",\n },\n includeBody: {\n description: \"When true for list-family actions, include item body text in projected rows.\",\n },\n compact: {\n description: \"Render compact projection output for search and list-family actions.\",\n },\n full: {\n description: \"Enable command-specific full/detail output mode when supported, such as deep item reads for get or full payload mode for search/history.\",\n },\n fields: {\n description: \"Comma-separated projection fields for get, search, or list-family outputs.\",\n examples: [\"id,title,status,parent,type\", \"id,title,score,matched_fields\"],\n },\n groupBy: {\n description:\n \"Comma-separated aggregate grouping fields (supported: parent,type,priority,status,assignee,tags,sprint,release).\",\n examples: [\"parent,type\", \"type,status\", \"priority,assignee\", \"tags\", \"sprint,release\"],\n },\n count: {\n description: \"Enable grouped count output for aggregate action.\",\n },\n completion: {\n description: \"For aggregate action, add open/in_progress/closed/other counts and completion_pct per group.\",\n },\n sum: {\n description: \"Numeric field to sum per aggregate group (count and null_count are still returned).\",\n examples: [\"estimated_minutes\", \"priority\"],\n },\n avg: {\n description: \"Numeric field to average per aggregate group (count and null_count are still returned).\",\n examples: [\"estimated_minutes\", \"priority\"],\n },\n tree: {\n description: \"When true for list/get actions, render recursive parent/child tree ordering.\",\n },\n treeDepth: {\n description: \"Maximum recursion depth for tree output (0 keeps root rows only).\",\n examples: [0, 1, \"2\"],\n },\n includeUnparented: {\n description: \"Include unparented rows when aggregate grouping includes parent.\",\n },\n maxDepth: {\n description: \"Maximum dependency traversal depth for deps action (0 keeps only the root node).\",\n examples: [0, 1, \"2\"],\n },\n collapse: {\n description: 'Dependency tree collapse mode for deps action (\"none\" or \"repeated\").',\n examples: [\"none\", \"repeated\"],\n },\n summary: {\n description: \"When true for deps action, return counts only without full tree/graph payloads.\",\n },\n threshold: {\n description: \"Dedupe-audit fuzzy title similarity threshold between 0 and 1.\",\n examples: [0.5, \"0.75\"],\n },\n shell: {\n description: \"Shell target for completion generation.\",\n examples: [\"bash\"],\n },\n eagerTags: {\n description: \"When true for completion, eagerly embed current tracker tags into generated scripts (legacy mode).\",\n },\n contractAction: {\n description: \"Filter contracts schema to one tool action.\",\n examples: [\"create\", \"update\"],\n },\n command: {\n description: \"Scope contracts output to one CLI command name; action/schema surfaces narrow by default.\",\n examples: [\"create\", \"search\", \"list\"],\n },\n schemaOnly: {\n description: \"When true, contracts action returns schema-focused payloads (mutually exclusive with flagsOnly/availabilityOnly).\",\n },\n flagsOnly: {\n description: \"When true, contracts action returns only command flag surface payloads (mutually exclusive projection mode).\",\n },\n availabilityOnly: {\n description: \"When true, contracts action returns only action availability payloads (mutually exclusive projection mode).\",\n },\n runtimeOnly: {\n description: \"When true, contracts action only includes actions invocable in the current runtime.\",\n },\n activeOnly: {\n description: \"Alias for runtimeOnly in contracts action payloads.\",\n },\n depth: {\n description: \"Context depth level controlling how many sections are included (brief=focus+agenda, standard=+hierarchy/activity/progress/workload, deep=all sections).\",\n examples: [\"brief\", \"standard\", \"deep\"],\n },\n section: {\n description: \"Repeatable section selector for context; overrides --depth when provided.\",\n examples: [[\"hierarchy\", \"activity\"], [\"blockers\", \"files\", \"staleness\"]],\n },\n activityLimit: {\n description: \"Maximum number of recent activity entries to include in context output.\",\n examples: [5, 10, \"20\"],\n },\n staleThreshold: {\n description: \"Staleness cutoff in days for context staleness section (e.g. 7 or 7d).\",\n examples: [\"7\", \"14d\", \"30\"],\n },\n};\n"],"names":[],"mappings":"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","debugId":"94debfc3-fbc8-5417-83a4-05126242aa06"}
|
|
@@ -104,6 +104,11 @@ export interface PmActionSchemaContract {
|
|
|
104
104
|
required?: string[];
|
|
105
105
|
optional?: string[];
|
|
106
106
|
anyOfRequired?: Array<string[]>;
|
|
107
|
+
oneOfRequired?: Array<string[]>;
|
|
108
|
+
dependentAnyOfRequired?: Array<{
|
|
109
|
+
property: string;
|
|
110
|
+
anyOfRequired: Array<string[]>;
|
|
111
|
+
}>;
|
|
107
112
|
conditionalRequired?: Array<{
|
|
108
113
|
property: string;
|
|
109
114
|
value: string;
|
|
@@ -120,7 +125,7 @@ export declare const PM_TOOL_ACTION_PARAMETER_CONTRACTS: Readonly<Record<PmToolA
|
|
|
120
125
|
* the MAJOR for breaking changes — the major also drives the `$id`
|
|
121
126
|
* `tool-parameters-v{major}` slug, so the two never drift.
|
|
122
127
|
*/
|
|
123
|
-
export declare const PM_TOOL_PARAMETERS_SCHEMA_VERSION: "4.0.
|
|
128
|
+
export declare const PM_TOOL_PARAMETERS_SCHEMA_VERSION: "4.0.3";
|
|
124
129
|
/**
|
|
125
130
|
* Major component of {@link PM_TOOL_PARAMETERS_SCHEMA_VERSION}, used to build the
|
|
126
131
|
* schema `$id` slug so a breaking version bump renames the document in lockstep.
|
|
@@ -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]="0e11d981-3bc2-5584-b783-ee213f7395ba")}catch(e){}}();
|
|
3
3
|
export { ACTIVITY_COMMANDER_STRING_OPTION_CONTRACTS, CALENDAR_COMMANDER_STRING_OPTION_CONTRACTS, CONTEXT_COMMANDER_STRING_OPTION_CONTRACTS, LIST_COMMANDER_STRING_OPTION_CONTRACTS, SEARCH_COMMANDER_STRING_OPTION_CONTRACTS, readFirstValueFromCommanderOptions, readFirstStringFromCommanderOptions, readStringArrayFromCommanderOptions, } from "./cli-contracts/commander-types.js";
|
|
4
4
|
export { CREATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS, CREATE_COMMANDER_REPEATABLE_OPTION_CONTRACTS, CREATE_COMMANDER_STRING_OPTION_CONTRACTS, UPDATE_COMMANDER_OPTION_REGISTRATION_CONTRACTS, UPDATE_COMMANDER_REPEATABLE_OPTION_CONTRACTS, UPDATE_COMMANDER_STRING_OPTION_CONTRACTS, } from "./cli-contracts/commander-mutation-options.js";
|
|
5
5
|
// PM_* enum/guard contracts and the bulk tool-parameter property/metadata data
|
|
@@ -192,6 +192,9 @@ export const FILES_FLAG_CONTRACTS = [
|
|
|
192
192
|
{ flag: "--add-glob" },
|
|
193
193
|
{ flag: "--remove" },
|
|
194
194
|
{ flag: "--migrate" },
|
|
195
|
+
// GH-170 (pm-pfnx): single-value note applied to every --add/--add-glob link
|
|
196
|
+
// in the invocation (embedded note= wins; usage error without an add).
|
|
197
|
+
{ flag: "--note" },
|
|
195
198
|
{ flag: "--list" },
|
|
196
199
|
{ flag: "--append-stable" },
|
|
197
200
|
{ flag: "--validate-paths" },
|
|
@@ -205,6 +208,9 @@ export const DOCS_FLAG_CONTRACTS = [
|
|
|
205
208
|
{ flag: "--add-glob" },
|
|
206
209
|
{ flag: "--remove" },
|
|
207
210
|
{ flag: "--migrate" },
|
|
211
|
+
// GH-170 (pm-pfnx): see FILES_FLAG_CONTRACTS --note.
|
|
212
|
+
{ flag: "--note" },
|
|
213
|
+
{ flag: "--list" },
|
|
208
214
|
{ flag: "--validate-paths" },
|
|
209
215
|
{ flag: "--audit" },
|
|
210
216
|
{ flag: "--author" },
|
|
@@ -229,6 +235,7 @@ export const HISTORY_REDACT_FLAG_CONTRACTS = [
|
|
|
229
235
|
{ flag: "--force" },
|
|
230
236
|
];
|
|
231
237
|
export const HISTORY_REPAIR_FLAG_CONTRACTS = [
|
|
238
|
+
{ flag: "--all" },
|
|
232
239
|
{ flag: "--dry-run" },
|
|
233
240
|
{ flag: "--author" },
|
|
234
241
|
{ flag: "--message" },
|
|
@@ -270,7 +277,12 @@ export const PLAN_FLAG_CONTRACTS = [
|
|
|
270
277
|
{ flag: "--body" },
|
|
271
278
|
{ flag: "--claim" },
|
|
272
279
|
{ flag: "--from-search", aliases: ["--from_search"] },
|
|
273
|
-
{ flag: "--step-title", aliases: ["--
|
|
280
|
+
{ flag: "--step-title", aliases: ["--step_title"] },
|
|
281
|
+
// pm-6mit: --step is a Commander collect repeatable (ordered step titles on
|
|
282
|
+
// create; single-value stepTitle alias elsewhere). It must NOT be list:true —
|
|
283
|
+
// the bootstrap coalescer comma-joins list flags and would corrupt titles
|
|
284
|
+
// containing commas.
|
|
285
|
+
{ flag: "--step" },
|
|
274
286
|
{ flag: "--step-body", aliases: ["--step_body"] },
|
|
275
287
|
{ flag: "--step-owner", aliases: ["--step_owner"] },
|
|
276
288
|
{ flag: "--step-status", aliases: ["--step_status"] },
|
|
@@ -616,6 +628,13 @@ export const VALIDATE_FLAG_CONTRACTS = [
|
|
|
616
628
|
{ flag: "--strict-exit" },
|
|
617
629
|
{ flag: "--fail-on-warn" },
|
|
618
630
|
{ flag: "--fix-hints" },
|
|
631
|
+
{ flag: "--auto-fix" },
|
|
632
|
+
{ flag: "--dry-run" },
|
|
633
|
+
// NOT list:true — repeatable via Commander's collector; the bootstrap
|
|
634
|
+
// coalescer must not comma-join occurrences (values may also be
|
|
635
|
+
// comma-separated lists which the resolver splits itself).
|
|
636
|
+
{ flag: "--fix-scope" },
|
|
637
|
+
{ flag: "--prune-missing" },
|
|
619
638
|
{ flag: "--check-history-drift" },
|
|
620
639
|
{ flag: "--check-command-references" },
|
|
621
640
|
];
|
|
@@ -1491,8 +1510,9 @@ const PM_TOOL_ACTION_SCHEMA_CONTRACTS = {
|
|
|
1491
1510
|
anyOfRequired: [["literal"], ["regex"]],
|
|
1492
1511
|
},
|
|
1493
1512
|
"history-repair": {
|
|
1494
|
-
|
|
1495
|
-
optional: ["dryRun", ...AUTHOR_MESSAGE_FORCE_PARAMETER_KEYS],
|
|
1513
|
+
// Exactly one of `id` (single stream) or `all` (bulk drift repair) is required.
|
|
1514
|
+
optional: ["id", "all", "dryRun", ...AUTHOR_MESSAGE_FORCE_PARAMETER_KEYS],
|
|
1515
|
+
oneOfRequired: [["id"], ["all"]],
|
|
1496
1516
|
},
|
|
1497
1517
|
"history-compact": {
|
|
1498
1518
|
required: ["id"],
|
|
@@ -1534,6 +1554,7 @@ const PM_TOOL_ACTION_SCHEMA_CONTRACTS = {
|
|
|
1534
1554
|
"claim",
|
|
1535
1555
|
"fromSearch",
|
|
1536
1556
|
"stepTitle",
|
|
1557
|
+
"step",
|
|
1537
1558
|
"stepBody",
|
|
1538
1559
|
"stepOwner",
|
|
1539
1560
|
"stepStatus",
|
|
@@ -1613,6 +1634,10 @@ const PM_TOOL_ACTION_SCHEMA_CONTRACTS = {
|
|
|
1613
1634
|
"addGlob",
|
|
1614
1635
|
"remove",
|
|
1615
1636
|
"migrate",
|
|
1637
|
+
// GH-170 (pm-pfnx): `addNote` is the MCP spelling of the CLI --note flag
|
|
1638
|
+
// (the shared `note` parameter is the array-typed create/update note
|
|
1639
|
+
// seed, so files/docs use a distinct single-string key).
|
|
1640
|
+
"addNote",
|
|
1616
1641
|
"discover",
|
|
1617
1642
|
"apply",
|
|
1618
1643
|
"discoveryNote",
|
|
@@ -1621,10 +1646,22 @@ const PM_TOOL_ACTION_SCHEMA_CONTRACTS = {
|
|
|
1621
1646
|
"audit",
|
|
1622
1647
|
...AUTHOR_MESSAGE_FORCE_PARAMETER_KEYS,
|
|
1623
1648
|
],
|
|
1649
|
+
dependentAnyOfRequired: [{ property: "addNote", anyOfRequired: [["add"], ["addGlob"]] }],
|
|
1624
1650
|
},
|
|
1625
1651
|
docs: {
|
|
1626
1652
|
required: ["id"],
|
|
1627
|
-
optional: [
|
|
1653
|
+
optional: [
|
|
1654
|
+
"add",
|
|
1655
|
+
"addGlob",
|
|
1656
|
+
"remove",
|
|
1657
|
+
"migrate",
|
|
1658
|
+
"addNote",
|
|
1659
|
+
"list",
|
|
1660
|
+
"validatePaths",
|
|
1661
|
+
"audit",
|
|
1662
|
+
...AUTHOR_MESSAGE_FORCE_PARAMETER_KEYS,
|
|
1663
|
+
],
|
|
1664
|
+
dependentAnyOfRequired: [{ property: "addNote", anyOfRequired: [["add"], ["addGlob"]] }],
|
|
1628
1665
|
},
|
|
1629
1666
|
deps: { required: ["id"], optional: ["format", "maxDepth", "collapse", "summary"] },
|
|
1630
1667
|
test: {
|
|
@@ -1730,6 +1767,10 @@ const PM_TOOL_ACTION_SCHEMA_CONTRACTS = {
|
|
|
1730
1767
|
"strictExit",
|
|
1731
1768
|
"failOnWarn",
|
|
1732
1769
|
"fixHints",
|
|
1770
|
+
"autoFix",
|
|
1771
|
+
"dryRun",
|
|
1772
|
+
"fixScope",
|
|
1773
|
+
"pruneMissing",
|
|
1733
1774
|
"checkHistoryDrift",
|
|
1734
1775
|
"checkCommandReferences",
|
|
1735
1776
|
],
|
|
@@ -1815,6 +1856,18 @@ function buildActionScopedToolSchema(action) {
|
|
|
1815
1856
|
required: [...requiredFields],
|
|
1816
1857
|
}));
|
|
1817
1858
|
}
|
|
1859
|
+
if (contract.oneOfRequired && contract.oneOfRequired.length > 0) {
|
|
1860
|
+
schema.oneOf = contract.oneOfRequired.map((requiredFields) => {
|
|
1861
|
+
const otherFields = contract.oneOfRequired
|
|
1862
|
+
?.flat()
|
|
1863
|
+
.filter((field) => !requiredFields.includes(field)) ?? [];
|
|
1864
|
+
return {
|
|
1865
|
+
required: [...requiredFields],
|
|
1866
|
+
...(otherFields.length > 0 ? { not: { anyOf: otherFields.map((field) => ({ required: [field] })) } } : {}),
|
|
1867
|
+
...(action === "history-repair" && requiredFields.includes("all") ? { properties: { all: { const: true } } } : {}),
|
|
1868
|
+
};
|
|
1869
|
+
});
|
|
1870
|
+
}
|
|
1818
1871
|
if (contract.conditionalRequired && contract.conditionalRequired.length > 0) {
|
|
1819
1872
|
schema.allOf = contract.conditionalRequired.map((entry) => ({
|
|
1820
1873
|
if: {
|
|
@@ -1828,6 +1881,20 @@ function buildActionScopedToolSchema(action) {
|
|
|
1828
1881
|
},
|
|
1829
1882
|
}));
|
|
1830
1883
|
}
|
|
1884
|
+
if (contract.dependentAnyOfRequired && contract.dependentAnyOfRequired.length > 0) {
|
|
1885
|
+
const allOf = Array.isArray(schema.allOf) ? [...schema.allOf] : [];
|
|
1886
|
+
for (const entry of contract.dependentAnyOfRequired) {
|
|
1887
|
+
allOf.push({
|
|
1888
|
+
if: { required: [entry.property] },
|
|
1889
|
+
then: {
|
|
1890
|
+
anyOf: entry.anyOfRequired.map((requiredFields) => ({
|
|
1891
|
+
required: [...requiredFields],
|
|
1892
|
+
})),
|
|
1893
|
+
},
|
|
1894
|
+
});
|
|
1895
|
+
}
|
|
1896
|
+
schema.allOf = allOf;
|
|
1897
|
+
}
|
|
1831
1898
|
return schema;
|
|
1832
1899
|
}
|
|
1833
1900
|
// Building the full MCP tool-parameter schemas (one variant per action) is only
|
|
@@ -1860,7 +1927,7 @@ function createLazyContractSchema(build) {
|
|
|
1860
1927
|
* the MAJOR for breaking changes — the major also drives the `$id`
|
|
1861
1928
|
* `tool-parameters-v{major}` slug, so the two never drift.
|
|
1862
1929
|
*/
|
|
1863
|
-
export const PM_TOOL_PARAMETERS_SCHEMA_VERSION = "4.0.
|
|
1930
|
+
export const PM_TOOL_PARAMETERS_SCHEMA_VERSION = "4.0.3";
|
|
1864
1931
|
/**
|
|
1865
1932
|
* Major component of {@link PM_TOOL_PARAMETERS_SCHEMA_VERSION}, used to build the
|
|
1866
1933
|
* schema `$id` slug so a breaking version bump renames the document in lockstep.
|
|
@@ -1926,4 +1993,4 @@ function buildProviderCompatibleToolSchema() {
|
|
|
1926
1993
|
}
|
|
1927
1994
|
export const PM_PROVIDER_TOOL_PARAMETERS_SCHEMA = createLazyContractSchema(buildProviderCompatibleToolSchema);
|
|
1928
1995
|
//# sourceMappingURL=cli-contracts.js.map
|
|
1929
|
-
//# debugId=
|
|
1996
|
+
//# debugId=0e11d981-3bc2-5584-b783-ee213f7395ba
|