@unbrained/pm-cli 2026.7.17 → 2026.7.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +2 -2
- package/CHANGELOG.md +13 -0
- package/dist/cli/commands/close.d.ts +1 -1
- package/dist/cli/commands/close.js +3 -3
- package/dist/cli/commands/close.js.map +1 -1
- package/dist/cli/commands/completion.js +47 -5
- package/dist/cli/commands/completion.js.map +1 -1
- package/dist/cli/commands/context.d.ts +2 -2
- package/dist/cli/commands/context.js +42 -28
- package/dist/cli/commands/context.js.map +1 -1
- package/dist/cli/commands/contracts.js +5 -3
- package/dist/cli/commands/contracts.js.map +1 -1
- package/dist/cli/commands/graph.d.ts +7 -0
- package/dist/cli/commands/graph.js +11 -0
- package/dist/cli/commands/graph.js.map +1 -0
- package/dist/cli/commands/index.d.ts +1 -0
- package/dist/cli/commands/index.js +3 -2
- package/dist/cli/commands/index.js.map +1 -1
- package/dist/cli/commands/next.d.ts +1 -1
- package/dist/cli/commands/next.js +3 -3
- package/dist/cli/commands/next.js.map +1 -1
- package/dist/cli/main.js +3 -2
- package/dist/cli/main.js.map +1 -1
- package/dist/cli/register-list-query.js +49 -7
- package/dist/cli/register-list-query.js.map +1 -1
- package/dist/cli/register-mutation.js +7 -3
- package/dist/cli/register-mutation.js.map +1 -1
- package/dist/cli-bundle/bundle-manifest.json +157 -149
- package/dist/cli-bundle/chunks/{chunk-N7I2DGLP.js → chunk-35FHWD4C.js} +4 -4
- package/dist/cli-bundle/chunks/{chunk-37V5MXAU.js.map → chunk-35FHWD4C.js.map} +1 -7
- package/dist/cli-bundle/chunks/{chunk-MSGETE6I.js → chunk-3CUQZNQ6.js} +67 -509
- package/dist/cli-bundle/chunks/chunk-3CUQZNQ6.js.map +7 -0
- package/dist/cli-bundle/chunks/chunk-3QDR6ZLU.js +800 -0
- package/dist/cli-bundle/chunks/chunk-3QDR6ZLU.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-QNUAZYGW.js → chunk-43UMFKCK.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-HF63SBLC.js → chunk-6VHUGVNP.js} +39 -16
- package/dist/cli-bundle/chunks/chunk-6VHUGVNP.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-B6SH2YNN.js → chunk-7R6UIHYY.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-NCAFUBJX.js → chunk-7UCY6DR5.js} +183 -12
- package/dist/cli-bundle/chunks/chunk-7UCY6DR5.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-23TCGBRK.js → chunk-ADXDCAKP.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-7LTCLTRG.js → chunk-AXRT7K5V.js} +16 -3
- package/dist/cli-bundle/chunks/chunk-AXRT7K5V.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-P56LKFQX.js → chunk-BDA35QG5.js} +34 -4
- package/dist/cli-bundle/chunks/chunk-BDA35QG5.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-2MPMKJF2.js → chunk-DHNG452T.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-AFSV5HBB.js → chunk-E4FXM2XB.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-QKVVV6QO.js → chunk-EWIT5WIC.js} +3 -3
- package/dist/cli-bundle/chunks/chunk-EX7OQT3Y.js +783 -0
- package/dist/cli-bundle/chunks/chunk-EX7OQT3Y.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-LLODAQMP.js → chunk-F3VC3GOV.js} +41 -18
- package/dist/cli-bundle/chunks/chunk-F3VC3GOV.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-S46R2M3W.js → chunk-GKPCTQYG.js} +1709 -5
- package/dist/cli-bundle/chunks/chunk-GKPCTQYG.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-HXVHBERL.js → chunk-HPAYDSR2.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-XNPMDSQQ.js → chunk-HYTOJW2Q.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-V3VBXQQV.js → chunk-I3INI567.js} +516 -429
- package/dist/cli-bundle/chunks/chunk-I3INI567.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-V7MP6YTN.js → chunk-IL5SPRMH.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-YQCWK2MB.js → chunk-L5BTTDU5.js} +68 -503
- package/dist/cli-bundle/chunks/chunk-L5BTTDU5.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-SIJV365F.js → chunk-NCVT6XEL.js} +17 -4
- package/dist/cli-bundle/chunks/chunk-NCVT6XEL.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-DCC2AQBD.js → chunk-OGVTB5VO.js} +32 -31
- package/dist/cli-bundle/chunks/chunk-OGVTB5VO.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-6XAZB6SE.js → chunk-QPGQNLPI.js} +1660 -7
- package/dist/cli-bundle/chunks/chunk-QPGQNLPI.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-KOEZCHRF.js → chunk-QRZNCRNA.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-G6KM4YKY.js → chunk-RXPQ5Q23.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-7CTQ7WW5.js → chunk-SIPOACV5.js} +514 -427
- package/dist/cli-bundle/chunks/chunk-SIPOACV5.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-XYJK6GIQ.js → chunk-TGBTLGPX.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-37V5MXAU.js → chunk-TLWJP5BF.js} +3 -3
- package/dist/cli-bundle/chunks/chunk-TLWJP5BF.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-3D4YVTNG.js → chunk-TZAE66GQ.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-S6FF7VW6.js → chunk-WQXRZMFN.js} +187 -16
- package/dist/cli-bundle/chunks/chunk-WQXRZMFN.js.map +7 -0
- package/dist/cli-bundle/chunks/{chunk-SPFZV2GR.js → chunk-XPUTSGJU.js} +32 -31
- package/dist/cli-bundle/chunks/chunk-XPUTSGJU.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-CFSUNEL7.js → chunk-XWBD6DSR.js} +3 -3
- package/dist/cli-bundle/chunks/{chunk-MNV226E4.js → chunk-XWYQ2LT4.js} +2 -2
- package/dist/cli-bundle/chunks/{chunk-I7GY4X6Y.js → chunk-YFE7JHX3.js} +26 -5
- package/dist/cli-bundle/chunks/chunk-YFE7JHX3.js.map +1 -0
- package/dist/cli-bundle/chunks/{chunk-FZGM3PNA.js → chunk-YIIIAKCE.js} +2 -2
- package/dist/cli-bundle/chunks/{close-BEP7MHF3.js → close-GPD7DTJV.js} +3 -3
- package/dist/cli-bundle/chunks/{close-Y6QFUJQN.js → close-X3CF6FQP.js} +3 -3
- package/dist/cli-bundle/chunks/{close-many-JJFW7KTT.js → close-many-J7A5EHOQ.js} +5 -5
- package/dist/cli-bundle/chunks/{close-many-QJ6FKJUE.js → close-many-NQLYGPYW.js} +5 -5
- package/dist/cli-bundle/chunks/{deps-EVTOQMKW.js → deps-MQ4ZIGZB.js} +13 -4
- package/dist/cli-bundle/chunks/{deps-5NC4IZH7.js → deps-NIIKXLPB.js} +13 -4
- package/dist/cli-bundle/chunks/{profile-U2B6Y7GE.js → profile-AVCIIZID.js} +3 -3
- package/dist/cli-bundle/chunks/{profile-AGUKS52S.js → profile-LFYO3HHX.js} +3 -3
- package/dist/cli-bundle/chunks/{register-list-query-A5KRJ5J2.js → register-list-query-MZUF2EEC.js} +41 -13
- package/dist/cli-bundle/chunks/register-list-query-MZUF2EEC.js.map +1 -0
- package/dist/cli-bundle/chunks/{register-list-query-NEYP3TXO.js → register-list-query-UKMF55FT.js} +40 -12
- package/dist/cli-bundle/chunks/register-list-query-UKMF55FT.js.map +7 -0
- package/dist/cli-bundle/chunks/{register-mutation-6LOPBAHC.js → register-mutation-2PBW2GEX.js} +15 -13
- package/dist/cli-bundle/chunks/register-mutation-2PBW2GEX.js.map +1 -0
- package/dist/cli-bundle/chunks/{register-mutation-GCZOALNJ.js → register-mutation-T6RVNJC4.js} +14 -12
- package/dist/cli-bundle/chunks/{register-mutation-GCZOALNJ.js.map → register-mutation-T6RVNJC4.js.map} +2 -2
- package/dist/cli-bundle/chunks/{register-operations-6ZZIF27A.js → register-operations-KHZYR6MG.js} +11 -11
- package/dist/cli-bundle/chunks/{register-operations-REDIAEGI.js → register-operations-WPQ2LWZJ.js} +11 -11
- package/dist/cli-bundle/chunks/{register-setup-J3JS2ZVT.js → register-setup-PGDNOXDQ.js} +5 -5
- package/dist/cli-bundle/chunks/{register-setup-BHPMN5SK.js → register-setup-TDN7WAO6.js} +5 -5
- package/dist/cli-bundle/chunks/{update-SA6AG23P.js → update-SQYZA3ZW.js} +4 -4
- package/dist/cli-bundle/chunks/{update-PQQHLYCC.js → update-XZJYS5X7.js} +4 -4
- package/dist/cli-bundle/chunks/{update-many-RQVTFJPD.js → update-many-R24B3GBK.js} +6 -6
- package/dist/cli-bundle/chunks/{update-many-TV3L3KBX.js → update-many-WQ3R3J6N.js} +6 -6
- package/dist/cli-bundle/main.js +25 -9
- package/dist/cli-bundle/main.js.map +2 -2
- package/dist/cli-bundle/sdk-runtime.js +19 -16
- package/dist/cli-bundle/sdk.js +95 -305
- package/dist/cli-bundle/sdk.js.map +4 -4
- package/dist/core/item/actionability.d.ts +12 -0
- package/dist/core/item/actionability.js +39 -4
- package/dist/core/item/actionability.js.map +1 -1
- package/dist/core/sentry/instrument.d.ts +11 -0
- package/dist/core/sentry/instrument.js +21 -2
- package/dist/core/sentry/instrument.js.map +1 -1
- package/dist/mcp/server.d.ts +16 -18
- package/dist/mcp/server.js +84 -31
- package/dist/mcp/server.js.map +1 -1
- package/dist/mcp/tool-definitions.js +17 -4
- package/dist/mcp/tool-definitions.js.map +1 -1
- package/dist/sdk/actionability.d.ts +10 -0
- package/dist/sdk/actionability.js +14 -0
- package/dist/sdk/actionability.js.map +1 -0
- package/dist/sdk/cli-contracts/enum-contracts.d.ts +6 -2
- package/dist/sdk/cli-contracts/enum-contracts.js +19 -2
- package/dist/sdk/cli-contracts/enum-contracts.js.map +1 -1
- package/dist/sdk/cli-contracts/flag-contracts.d.ts +2 -0
- package/dist/sdk/cli-contracts/flag-contracts.js +21 -2
- package/dist/sdk/cli-contracts/flag-contracts.js.map +1 -1
- package/dist/sdk/cli-contracts/tool-option-contracts.d.ts +2 -0
- package/dist/sdk/cli-contracts/tool-option-contracts.js +16 -2
- package/dist/sdk/cli-contracts/tool-option-contracts.js.map +1 -1
- package/dist/sdk/cli-contracts/tool-parameter-tables.js +80 -3
- package/dist/sdk/cli-contracts/tool-parameter-tables.js.map +1 -1
- package/dist/sdk/cli-contracts/tool-schema.d.ts +20 -0
- package/dist/sdk/cli-contracts/tool-schema.js +97 -9
- package/dist/sdk/cli-contracts/tool-schema.js.map +1 -1
- package/dist/sdk/cli-contracts.d.ts +2 -2
- package/dist/sdk/cli-contracts.js +4 -4
- package/dist/sdk/cli-contracts.js.map +1 -1
- package/dist/sdk/dependencies.d.ts +42 -53
- package/dist/sdk/dependencies.js +177 -125
- package/dist/sdk/dependencies.js.map +1 -1
- package/dist/sdk/governance/validate.js +3 -3
- package/dist/sdk/governance/validate.js.map +1 -1
- package/dist/sdk/graph/analytics.d.ts +124 -0
- package/dist/sdk/graph/analytics.js +464 -0
- package/dist/sdk/graph/analytics.js.map +1 -0
- package/dist/sdk/graph/assembly.d.ts +97 -0
- package/dist/sdk/graph/assembly.js +146 -0
- package/dist/sdk/graph/assembly.js.map +1 -0
- package/dist/sdk/graph/cache.d.ts +66 -0
- package/dist/sdk/graph/cache.js +148 -0
- package/dist/sdk/graph/cache.js.map +1 -0
- package/dist/sdk/graph/governance.d.ts +108 -0
- package/dist/sdk/graph/governance.js +360 -0
- package/dist/sdk/graph/governance.js.map +1 -0
- package/dist/sdk/graph/index.d.ts +16 -0
- package/dist/sdk/graph/index.js +20 -0
- package/dist/sdk/graph/index.js.map +1 -0
- package/dist/sdk/graph/remediation.d.ts +52 -0
- package/dist/sdk/graph/remediation.js +148 -0
- package/dist/sdk/graph/remediation.js.map +1 -0
- package/dist/sdk/graph/run.d.ts +295 -0
- package/dist/sdk/graph/run.js +468 -0
- package/dist/sdk/graph/run.js.map +1 -0
- package/dist/sdk/graph/traversal.d.ts +77 -0
- package/dist/sdk/graph/traversal.js +262 -0
- package/dist/sdk/graph/traversal.js.map +1 -0
- package/dist/sdk/index.d.ts +4 -2
- package/dist/sdk/index.js +6 -4
- package/dist/sdk/index.js.map +1 -1
- package/dist/sdk/query/list.d.ts +8 -0
- package/dist/sdk/query/list.js +19 -3
- package/dist/sdk/query/list.js.map +1 -1
- package/dist/sdk/relationship-context.d.ts +42 -0
- package/dist/sdk/relationship-context.js +99 -20
- package/dist/sdk/relationship-context.js.map +1 -1
- package/dist/sdk/relationships.d.ts +13 -0
- package/dist/sdk/relationships.js +30 -2
- package/dist/sdk/relationships.js.map +1 -1
- package/dist/sdk/runtime-input.d.ts +41 -0
- package/dist/sdk/runtime-input.js +422 -2
- package/dist/sdk/runtime-input.js.map +1 -1
- package/dist/sdk/runtime.d.ts +12 -23
- package/dist/sdk/runtime.js +19 -371
- package/dist/sdk/runtime.js.map +1 -1
- package/dist/sdk/test/linked-command-detection.js +12 -3
- package/dist/sdk/test/linked-command-detection.js.map +1 -1
- package/docs/AGENT_GUIDE.md +1 -0
- package/docs/COMMANDS.md +19 -1
- package/docs/RELATIONSHIP_GRAPH.md +99 -3
- package/docs/SDK.md +17 -3
- package/marketplace.json +2 -2
- package/package.json +1 -1
- package/packages/pm-beads/package.json +1 -1
- package/packages/pm-calendar/package.json +1 -1
- package/packages/pm-command-kit/package.json +1 -1
- package/packages/pm-governance-audit/package.json +1 -1
- package/packages/pm-guide-shell/package.json +1 -1
- package/packages/pm-kanban/package.json +1 -1
- package/packages/pm-lifecycle-hooks/package.json +1 -1
- package/packages/pm-linked-test-adapters/package.json +1 -1
- package/packages/pm-search-advanced/package.json +1 -1
- package/packages/pm-templates/package.json +1 -1
- package/packages/pm-todos/package.json +1 -1
- package/plugins/pm-claude/.claude-plugin/plugin.json +1 -1
- package/plugins/pm-codex/.codex-plugin/plugin.json +1 -1
- package/dist/cli-bundle/chunks/chunk-6XAZB6SE.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-7CTQ7WW5.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-7LTCLTRG.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-DCC2AQBD.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-HF63SBLC.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-I7GY4X6Y.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-LLODAQMP.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-MSGETE6I.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-N7I2DGLP.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-NCAFUBJX.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-P56LKFQX.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-S46R2M3W.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-S6FF7VW6.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-SIJV365F.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-SPFZV2GR.js.map +0 -1
- package/dist/cli-bundle/chunks/chunk-V3VBXQQV.js.map +0 -7
- package/dist/cli-bundle/chunks/chunk-YQCWK2MB.js.map +0 -1
- package/dist/cli-bundle/chunks/register-list-query-A5KRJ5J2.js.map +0 -1
- package/dist/cli-bundle/chunks/register-list-query-NEYP3TXO.js.map +0 -7
- package/dist/cli-bundle/chunks/register-mutation-6LOPBAHC.js.map +0 -1
- /package/dist/cli-bundle/chunks/{chunk-QNUAZYGW.js.map → chunk-43UMFKCK.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-B6SH2YNN.js.map → chunk-7R6UIHYY.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-23TCGBRK.js.map → chunk-ADXDCAKP.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-2MPMKJF2.js.map → chunk-DHNG452T.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-AFSV5HBB.js.map → chunk-E4FXM2XB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-QKVVV6QO.js.map → chunk-EWIT5WIC.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-HXVHBERL.js.map → chunk-HPAYDSR2.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-XNPMDSQQ.js.map → chunk-HYTOJW2Q.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-V7MP6YTN.js.map → chunk-IL5SPRMH.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-KOEZCHRF.js.map → chunk-QRZNCRNA.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-G6KM4YKY.js.map → chunk-RXPQ5Q23.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-XYJK6GIQ.js.map → chunk-TGBTLGPX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-3D4YVTNG.js.map → chunk-TZAE66GQ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-CFSUNEL7.js.map → chunk-XWBD6DSR.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-MNV226E4.js.map → chunk-XWYQ2LT4.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{chunk-FZGM3PNA.js.map → chunk-YIIIAKCE.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-BEP7MHF3.js.map → close-GPD7DTJV.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-Y6QFUJQN.js.map → close-X3CF6FQP.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-many-JJFW7KTT.js.map → close-many-J7A5EHOQ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{close-many-QJ6FKJUE.js.map → close-many-NQLYGPYW.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{deps-EVTOQMKW.js.map → deps-MQ4ZIGZB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{deps-5NC4IZH7.js.map → deps-NIIKXLPB.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{profile-U2B6Y7GE.js.map → profile-AVCIIZID.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{profile-AGUKS52S.js.map → profile-LFYO3HHX.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{register-operations-6ZZIF27A.js.map → register-operations-KHZYR6MG.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{register-operations-REDIAEGI.js.map → register-operations-WPQ2LWZJ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{register-setup-J3JS2ZVT.js.map → register-setup-PGDNOXDQ.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{register-setup-BHPMN5SK.js.map → register-setup-TDN7WAO6.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-SA6AG23P.js.map → update-SQYZA3ZW.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-PQQHLYCC.js.map → update-XZJYS5X7.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-many-RQVTFJPD.js.map → update-many-R24B3GBK.js.map} +0 -0
- /package/dist/cli-bundle/chunks/{update-many-TV3L3KBX.js.map → update-many-WQ3R3J6N.js.map} +0 -0
package/dist/cli-bundle/chunks/{register-operations-6ZZIF27A.js → register-operations-KHZYR6MG.js}
RENAMED
|
@@ -18,25 +18,25 @@ import {
|
|
|
18
18
|
runTestAll,
|
|
19
19
|
runTestRunsWorker,
|
|
20
20
|
runValidate2 as runValidate
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-6VHUGVNP.js";
|
|
22
22
|
import "./chunk-X2MGQMZO.js";
|
|
23
|
-
import "./chunk-YQCWK2MB.js";
|
|
24
23
|
import "./chunk-NVZ6NVHJ.js";
|
|
25
24
|
import "./chunk-AFGKSHAM.js";
|
|
26
25
|
import "./chunk-H5IOT54C.js";
|
|
27
26
|
import {
|
|
28
27
|
runUpdate
|
|
29
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-YIIIAKCE.js";
|
|
30
29
|
import "./chunk-ILVOOAT4.js";
|
|
31
30
|
import "./chunk-EY7ZE3TG.js";
|
|
32
31
|
import "./chunk-IDUTGRDM.js";
|
|
33
|
-
import "./chunk-
|
|
32
|
+
import "./chunk-QRZNCRNA.js";
|
|
34
33
|
import "./chunk-FXFCFL73.js";
|
|
35
34
|
import "./chunk-FL4D53ND.js";
|
|
36
35
|
import "./chunk-5UKQLQM2.js";
|
|
37
36
|
import "./chunk-N33FD2UI.js";
|
|
38
|
-
import "./chunk-
|
|
39
|
-
import "./chunk-
|
|
37
|
+
import "./chunk-XPUTSGJU.js";
|
|
38
|
+
import "./chunk-L5BTTDU5.js";
|
|
39
|
+
import "./chunk-NCVT6XEL.js";
|
|
40
40
|
import "./chunk-2IPNL3DR.js";
|
|
41
41
|
import "./chunk-VAHZIPWS.js";
|
|
42
42
|
import "./chunk-CKX4WOPC.js";
|
|
@@ -53,8 +53,8 @@ import {
|
|
|
53
53
|
getGlobalOptions,
|
|
54
54
|
invalidateSearchCachesForMutation,
|
|
55
55
|
readOptionString
|
|
56
|
-
} from "./chunk-
|
|
57
|
-
import "./chunk-
|
|
56
|
+
} from "./chunk-E4FXM2XB.js";
|
|
57
|
+
import "./chunk-7UCY6DR5.js";
|
|
58
58
|
import "./chunk-HTXXXF45.js";
|
|
59
59
|
import "./chunk-GLZKZON6.js";
|
|
60
60
|
import "./chunk-FHOBCGQO.js";
|
|
@@ -67,8 +67,8 @@ import {
|
|
|
67
67
|
} from "./chunk-BIRYX32V.js";
|
|
68
68
|
import {
|
|
69
69
|
runClose
|
|
70
|
-
} from "./chunk-
|
|
71
|
-
import "./chunk-
|
|
70
|
+
} from "./chunk-35FHWD4C.js";
|
|
71
|
+
import "./chunk-YFE7JHX3.js";
|
|
72
72
|
import {
|
|
73
73
|
readSettings,
|
|
74
74
|
setActiveCommandResult
|
|
@@ -582,6 +582,6 @@ export {
|
|
|
582
582
|
registerOperationCommands,
|
|
583
583
|
requireClaimTarget
|
|
584
584
|
};
|
|
585
|
-
//# sourceMappingURL=register-operations-
|
|
585
|
+
//# sourceMappingURL=register-operations-KHZYR6MG.js.map
|
|
586
586
|
|
|
587
587
|
//# debugId=d12eb556-b436-5dd7-a349-8bc9dafe5f61
|
package/dist/cli-bundle/chunks/{register-operations-REDIAEGI.js → register-operations-WPQ2LWZJ.js}
RENAMED
|
@@ -16,25 +16,25 @@ import {
|
|
|
16
16
|
runTestAll,
|
|
17
17
|
runTestRunsWorker,
|
|
18
18
|
runValidate2 as runValidate
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-F3VC3GOV.js";
|
|
20
20
|
import "./chunk-D5XHO4Q7.js";
|
|
21
|
-
import "./chunk-MSGETE6I.js";
|
|
22
21
|
import "./chunk-2FUOXSRN.js";
|
|
23
22
|
import "./chunk-66MKH7SZ.js";
|
|
24
23
|
import "./chunk-FVNWHUME.js";
|
|
25
24
|
import {
|
|
26
25
|
runUpdate
|
|
27
|
-
} from "./chunk-
|
|
26
|
+
} from "./chunk-HPAYDSR2.js";
|
|
28
27
|
import "./chunk-QWBKN3QC.js";
|
|
29
28
|
import "./chunk-RTBX3C4C.js";
|
|
30
29
|
import "./chunk-KAE727L2.js";
|
|
31
|
-
import "./chunk-
|
|
30
|
+
import "./chunk-DHNG452T.js";
|
|
32
31
|
import "./chunk-2XOSFSTH.js";
|
|
33
32
|
import "./chunk-74FKFFXO.js";
|
|
34
33
|
import "./chunk-YQEZWI3R.js";
|
|
35
34
|
import "./chunk-2CXL335K.js";
|
|
36
|
-
import "./chunk-
|
|
37
|
-
import "./chunk-
|
|
35
|
+
import "./chunk-OGVTB5VO.js";
|
|
36
|
+
import "./chunk-3CUQZNQ6.js";
|
|
37
|
+
import "./chunk-AXRT7K5V.js";
|
|
38
38
|
import "./chunk-M7MVOKVV.js";
|
|
39
39
|
import "./chunk-B57RJHBZ.js";
|
|
40
40
|
import "./chunk-NTRQLE2R.js";
|
|
@@ -51,8 +51,8 @@ import {
|
|
|
51
51
|
getGlobalOptions,
|
|
52
52
|
invalidateSearchCachesForMutation,
|
|
53
53
|
readOptionString
|
|
54
|
-
} from "./chunk-
|
|
55
|
-
import "./chunk-
|
|
54
|
+
} from "./chunk-7R6UIHYY.js";
|
|
55
|
+
import "./chunk-WQXRZMFN.js";
|
|
56
56
|
import "./chunk-MR4SHYR4.js";
|
|
57
57
|
import "./chunk-BVLOMU6O.js";
|
|
58
58
|
import "./chunk-D52ZN3BF.js";
|
|
@@ -65,8 +65,8 @@ import {
|
|
|
65
65
|
} from "./chunk-EHJFUOXL.js";
|
|
66
66
|
import {
|
|
67
67
|
runClose
|
|
68
|
-
} from "./chunk-
|
|
69
|
-
import "./chunk-
|
|
68
|
+
} from "./chunk-TLWJP5BF.js";
|
|
69
|
+
import "./chunk-BDA35QG5.js";
|
|
70
70
|
import {
|
|
71
71
|
readSettings,
|
|
72
72
|
setActiveCommandResult
|
|
@@ -587,4 +587,4 @@ export {
|
|
|
587
587
|
registerOperationCommands,
|
|
588
588
|
requireClaimTarget
|
|
589
589
|
};
|
|
590
|
-
//# sourceMappingURL=register-operations-
|
|
590
|
+
//# sourceMappingURL=register-operations-WPQ2LWZJ.js.map
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runConfig,
|
|
3
3
|
runUpgrade
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-ADXDCAKP.js";
|
|
5
5
|
import {
|
|
6
6
|
SCAFFOLD_CAPABILITIES,
|
|
7
7
|
renderExtensionDescribeMarkdown,
|
|
8
8
|
runExtension,
|
|
9
9
|
runInit,
|
|
10
10
|
summarizeInitResult
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-DHNG452T.js";
|
|
12
12
|
import "./chunk-2XOSFSTH.js";
|
|
13
13
|
import "./chunk-2BX74BAS.js";
|
|
14
14
|
import "./chunk-74FKFFXO.js";
|
|
@@ -18,8 +18,8 @@ import "./chunk-2CXL335K.js";
|
|
|
18
18
|
import {
|
|
19
19
|
collect,
|
|
20
20
|
getGlobalOptions
|
|
21
|
-
} from "./chunk-
|
|
22
|
-
import "./chunk-
|
|
21
|
+
} from "./chunk-7R6UIHYY.js";
|
|
22
|
+
import "./chunk-WQXRZMFN.js";
|
|
23
23
|
import "./chunk-TM5CIO3F.js";
|
|
24
24
|
import "./chunk-HO4DLBNK.js";
|
|
25
25
|
import "./chunk-D6HZN36B.js";
|
|
@@ -450,4 +450,4 @@ function registerSetupCommands(program) {
|
|
|
450
450
|
export {
|
|
451
451
|
registerSetupCommands
|
|
452
452
|
};
|
|
453
|
-
//# sourceMappingURL=register-setup-
|
|
453
|
+
//# sourceMappingURL=register-setup-PGDNOXDQ.js.map
|
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
import {
|
|
4
4
|
runConfig,
|
|
5
5
|
runUpgrade
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-IL5SPRMH.js";
|
|
7
7
|
import {
|
|
8
8
|
SCAFFOLD_CAPABILITIES,
|
|
9
9
|
renderExtensionDescribeMarkdown,
|
|
10
10
|
runExtension,
|
|
11
11
|
runInit,
|
|
12
12
|
summarizeInitResult
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-QRZNCRNA.js";
|
|
14
14
|
import "./chunk-FXFCFL73.js";
|
|
15
15
|
import "./chunk-RC4UOUXA.js";
|
|
16
16
|
import "./chunk-FL4D53ND.js";
|
|
@@ -20,8 +20,8 @@ import "./chunk-N33FD2UI.js";
|
|
|
20
20
|
import {
|
|
21
21
|
collect,
|
|
22
22
|
getGlobalOptions
|
|
23
|
-
} from "./chunk-
|
|
24
|
-
import "./chunk-
|
|
23
|
+
} from "./chunk-E4FXM2XB.js";
|
|
24
|
+
import "./chunk-7UCY6DR5.js";
|
|
25
25
|
import "./chunk-WU3KAN6A.js";
|
|
26
26
|
import "./chunk-ARGDWQ4J.js";
|
|
27
27
|
import "./chunk-NETP4DY4.js";
|
|
@@ -434,6 +434,6 @@ function registerSetupCommands(program) {
|
|
|
434
434
|
export {
|
|
435
435
|
registerSetupCommands
|
|
436
436
|
};
|
|
437
|
-
//# sourceMappingURL=register-setup-
|
|
437
|
+
//# sourceMappingURL=register-setup-TDN7WAO6.js.map
|
|
438
438
|
|
|
439
439
|
//# debugId=b5b356dc-3fa6-5a92-9430-b118254d70a5
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import {
|
|
4
4
|
_testOnlyUpdateCommand,
|
|
5
5
|
runUpdate
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-YIIIAKCE.js";
|
|
7
7
|
import "./chunk-IDUTGRDM.js";
|
|
8
8
|
import "./chunk-HTXXXF45.js";
|
|
9
9
|
import "./chunk-GLZKZON6.js";
|
|
@@ -12,14 +12,14 @@ import "./chunk-WU3KAN6A.js";
|
|
|
12
12
|
import "./chunk-ARGDWQ4J.js";
|
|
13
13
|
import "./chunk-NETP4DY4.js";
|
|
14
14
|
import "./chunk-BIRYX32V.js";
|
|
15
|
-
import "./chunk-
|
|
16
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-35FHWD4C.js";
|
|
16
|
+
import "./chunk-YFE7JHX3.js";
|
|
17
17
|
import "./chunk-P22HGFFI.js";
|
|
18
18
|
import "./chunk-KX62NMZC.js";
|
|
19
19
|
export {
|
|
20
20
|
_testOnlyUpdateCommand,
|
|
21
21
|
runUpdate
|
|
22
22
|
};
|
|
23
|
-
//# sourceMappingURL=update-
|
|
23
|
+
//# sourceMappingURL=update-SQYZA3ZW.js.map
|
|
24
24
|
|
|
25
25
|
//# debugId=45eac7fa-f181-5cca-93b7-cfb58909dbb3
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
_testOnlyUpdateCommand,
|
|
3
3
|
runUpdate
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HPAYDSR2.js";
|
|
5
5
|
import "./chunk-KAE727L2.js";
|
|
6
6
|
import "./chunk-MR4SHYR4.js";
|
|
7
7
|
import "./chunk-BVLOMU6O.js";
|
|
@@ -10,12 +10,12 @@ import "./chunk-TM5CIO3F.js";
|
|
|
10
10
|
import "./chunk-HO4DLBNK.js";
|
|
11
11
|
import "./chunk-D6HZN36B.js";
|
|
12
12
|
import "./chunk-EHJFUOXL.js";
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-TLWJP5BF.js";
|
|
14
|
+
import "./chunk-BDA35QG5.js";
|
|
15
15
|
import "./chunk-646MQXFW.js";
|
|
16
16
|
import "./chunk-WACRQ26A.js";
|
|
17
17
|
export {
|
|
18
18
|
_testOnlyUpdateCommand,
|
|
19
19
|
runUpdate
|
|
20
20
|
};
|
|
21
|
-
//# sourceMappingURL=update-
|
|
21
|
+
//# sourceMappingURL=update-XZJYS5X7.js.map
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
import {
|
|
4
4
|
_testOnlyUpdateManyCommand,
|
|
5
5
|
runUpdateMany
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-43UMFKCK.js";
|
|
7
7
|
import "./chunk-YKFHF37B.js";
|
|
8
8
|
import "./chunk-7H5NNCJ5.js";
|
|
9
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-YIIIAKCE.js";
|
|
10
10
|
import "./chunk-IDUTGRDM.js";
|
|
11
11
|
import "./chunk-N7V7TI6J.js";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-NCVT6XEL.js";
|
|
13
13
|
import "./chunk-2IPNL3DR.js";
|
|
14
14
|
import "./chunk-VAHZIPWS.js";
|
|
15
15
|
import "./chunk-CKX4WOPC.js";
|
|
@@ -23,14 +23,14 @@ import "./chunk-WU3KAN6A.js";
|
|
|
23
23
|
import "./chunk-ARGDWQ4J.js";
|
|
24
24
|
import "./chunk-NETP4DY4.js";
|
|
25
25
|
import "./chunk-BIRYX32V.js";
|
|
26
|
-
import "./chunk-
|
|
27
|
-
import "./chunk-
|
|
26
|
+
import "./chunk-35FHWD4C.js";
|
|
27
|
+
import "./chunk-YFE7JHX3.js";
|
|
28
28
|
import "./chunk-P22HGFFI.js";
|
|
29
29
|
import "./chunk-KX62NMZC.js";
|
|
30
30
|
export {
|
|
31
31
|
_testOnlyUpdateManyCommand,
|
|
32
32
|
runUpdateMany
|
|
33
33
|
};
|
|
34
|
-
//# sourceMappingURL=update-many-
|
|
34
|
+
//# sourceMappingURL=update-many-R24B3GBK.js.map
|
|
35
35
|
|
|
36
36
|
//# debugId=45eac7fa-f181-5cca-93b7-cfb58909dbb3
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
_testOnlyUpdateManyCommand,
|
|
3
3
|
runUpdateMany
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-XWBD6DSR.js";
|
|
5
5
|
import "./chunk-WL3SS45P.js";
|
|
6
6
|
import "./chunk-5HGZKQUL.js";
|
|
7
|
-
import "./chunk-
|
|
7
|
+
import "./chunk-HPAYDSR2.js";
|
|
8
8
|
import "./chunk-KAE727L2.js";
|
|
9
9
|
import "./chunk-KWYX6ZIR.js";
|
|
10
|
-
import "./chunk-
|
|
10
|
+
import "./chunk-AXRT7K5V.js";
|
|
11
11
|
import "./chunk-M7MVOKVV.js";
|
|
12
12
|
import "./chunk-B57RJHBZ.js";
|
|
13
13
|
import "./chunk-NTRQLE2R.js";
|
|
@@ -21,12 +21,12 @@ import "./chunk-TM5CIO3F.js";
|
|
|
21
21
|
import "./chunk-HO4DLBNK.js";
|
|
22
22
|
import "./chunk-D6HZN36B.js";
|
|
23
23
|
import "./chunk-EHJFUOXL.js";
|
|
24
|
-
import "./chunk-
|
|
25
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-TLWJP5BF.js";
|
|
25
|
+
import "./chunk-BDA35QG5.js";
|
|
26
26
|
import "./chunk-646MQXFW.js";
|
|
27
27
|
import "./chunk-WACRQ26A.js";
|
|
28
28
|
export {
|
|
29
29
|
_testOnlyUpdateManyCommand,
|
|
30
30
|
runUpdateMany
|
|
31
31
|
};
|
|
32
|
-
//# sourceMappingURL=update-many-
|
|
32
|
+
//# sourceMappingURL=update-many-WQ3R3J6N.js.map
|
package/dist/cli-bundle/main.js
CHANGED
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
parseBootstrapHelpRequest,
|
|
10
10
|
parseBootstrapTypeValue,
|
|
11
11
|
stripGlobalBootstrapTokens
|
|
12
|
-
} from "./chunks/chunk-
|
|
12
|
+
} from "./chunks/chunk-TGBTLGPX.js";
|
|
13
13
|
import {
|
|
14
14
|
deriveTelemetryCommandResolution,
|
|
15
15
|
deriveTelemetryCommandTaxonomy,
|
|
@@ -37,12 +37,12 @@ import {
|
|
|
37
37
|
invalidateSearchCachesForMutation,
|
|
38
38
|
setResolvedGlobalOptions,
|
|
39
39
|
syncCommanderActionOptions
|
|
40
|
-
} from "./chunks/chunk-
|
|
40
|
+
} from "./chunks/chunk-7R6UIHYY.js";
|
|
41
41
|
import {
|
|
42
42
|
EXECUTABLE_COMMAND_ALIASES,
|
|
43
43
|
PM_CORE_COMMAND_NAMES,
|
|
44
44
|
resolveSubcommandFlagContractsForCommand
|
|
45
|
-
} from "./chunks/chunk-
|
|
45
|
+
} from "./chunks/chunk-WQXRZMFN.js";
|
|
46
46
|
import {
|
|
47
47
|
printError,
|
|
48
48
|
printResult,
|
|
@@ -207,7 +207,7 @@ import { createRequire } from "node:module";
|
|
|
207
207
|
!(function() {
|
|
208
208
|
try {
|
|
209
209
|
var e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
|
|
210
|
-
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "
|
|
210
|
+
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "d202e848-28ce-50dc-afde-db2588313491");
|
|
211
211
|
} catch (e2) {
|
|
212
212
|
}
|
|
213
213
|
})();
|
|
@@ -336,6 +336,14 @@ function isKnownNoisyConsoleEvent(event) {
|
|
|
336
336
|
}
|
|
337
337
|
return Array.isArray(event.exception?.values) && event.exception.values.some((entry) => typeof entry.value === "string" && isKnownNoisyConsoleMessage(entry.value));
|
|
338
338
|
}
|
|
339
|
+
function isNodeRuntimeWarningEvent(event) {
|
|
340
|
+
if (event.logger !== "console")
|
|
341
|
+
return false;
|
|
342
|
+
const isRuntimeWarning = (value) => typeof value === "string" && /^\(node:\d+\) MaxListenersExceededWarning: Possible EventEmitter memory leak detected\./.test(value);
|
|
343
|
+
if (isRuntimeWarning(event.message))
|
|
344
|
+
return true;
|
|
345
|
+
return Array.isArray(event.exception?.values) && event.exception.values.some((entry) => isRuntimeWarning(entry.value));
|
|
346
|
+
}
|
|
339
347
|
function isExpectedCliErrorEvent(event) {
|
|
340
348
|
if (event.exception?.values?.some((ex) => ex.type === "PmCliError"))
|
|
341
349
|
return true;
|
|
@@ -423,6 +431,13 @@ function scrubSentryRecordField(event, key) {
|
|
|
423
431
|
var beforeSend = (event) => {
|
|
424
432
|
if (isExpectedCliErrorEvent(event) || isKnownNoisyConsoleEvent(event))
|
|
425
433
|
return null;
|
|
434
|
+
if (isNodeRuntimeWarningEvent(event)) {
|
|
435
|
+
event.level = "warning";
|
|
436
|
+
event.tags = {
|
|
437
|
+
...event.tags,
|
|
438
|
+
"pm.diagnostic_class": "node_runtime_warning"
|
|
439
|
+
};
|
|
440
|
+
}
|
|
426
441
|
if (event.message)
|
|
427
442
|
event.message = scrubString(event.message, "message");
|
|
428
443
|
if (event.transaction)
|
|
@@ -4393,7 +4408,7 @@ function attachCreateUpdatePolicyHelpText(rootProgram, typeRegistry, argv) {
|
|
|
4393
4408
|
!(function() {
|
|
4394
4409
|
try {
|
|
4395
4410
|
var e = "undefined" != typeof window ? window : "undefined" != typeof global ? global : "undefined" != typeof globalThis ? globalThis : "undefined" != typeof self ? self : {}, n = new e.Error().stack;
|
|
4396
|
-
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "
|
|
4411
|
+
n && (e._sentryDebugIds = e._sentryDebugIds || {}, e._sentryDebugIds[n] = "4a6c48de-9a99-5689-b263-cda3926a10af");
|
|
4397
4412
|
} catch (e2) {
|
|
4398
4413
|
}
|
|
4399
4414
|
})();
|
|
@@ -4449,10 +4464,10 @@ var EXPECTED_HANDLED_ERROR_EXIT_CODES = /* @__PURE__ */ new Set([
|
|
|
4449
4464
|
EXIT_CODE.CONFLICT
|
|
4450
4465
|
]);
|
|
4451
4466
|
var TRUE_LIKE_ENV_VALUES = /* @__PURE__ */ new Set(["1", "true", "yes", "on"]);
|
|
4452
|
-
var loadSetupRegistrationModule = createLazyModule(() => import("./chunks/register-setup-
|
|
4453
|
-
var loadListQueryRegistrationModule = createLazyModule(() => import("./chunks/register-list-query-
|
|
4454
|
-
var loadMutationRegistrationModule = createLazyModule(() => import("./chunks/register-mutation-
|
|
4455
|
-
var loadOperationRegistrationModule = createLazyModule(() => import("./chunks/register-operations-
|
|
4467
|
+
var loadSetupRegistrationModule = createLazyModule(() => import("./chunks/register-setup-PGDNOXDQ.js"));
|
|
4468
|
+
var loadListQueryRegistrationModule = createLazyModule(() => import("./chunks/register-list-query-UKMF55FT.js"));
|
|
4469
|
+
var loadMutationRegistrationModule = createLazyModule(() => import("./chunks/register-mutation-T6RVNJC4.js"));
|
|
4470
|
+
var loadOperationRegistrationModule = createLazyModule(() => import("./chunks/register-operations-WPQ2LWZJ.js"));
|
|
4456
4471
|
function describeUnknownError(error) {
|
|
4457
4472
|
if (error instanceof PmCliError) {
|
|
4458
4473
|
return error.message;
|
|
@@ -5946,6 +5961,7 @@ var LIST_QUERY_COMMAND_NAMES = /* @__PURE__ */ new Set([
|
|
|
5946
5961
|
"context",
|
|
5947
5962
|
"ctx",
|
|
5948
5963
|
"get",
|
|
5964
|
+
"graph",
|
|
5949
5965
|
"history",
|
|
5950
5966
|
"list",
|
|
5951
5967
|
"list-all",
|