fix(cli): preserve gateway status rpc probe semantics

This commit is contained in:
Ayaan Zaidi
2026-04-25 08:44:53 +05:30
parent 43beceaee7
commit 2bf2fd6c3d
2 changed files with 20 additions and 13 deletions

View File

@@ -57,10 +57,6 @@ export const cliCommandCatalog: readonly CliCommandCatalogEntry[] = [
exact: true,
policy: {
routeConfigGuard: "always",
// `gateway status` is a built-in daemon/RPC health path. Loading the
// full plugin registry here eagerly scans and validates every channel
// plugin before the command can even connect to the already-running
// gateway, which makes this frequently-used status check painfully slow.
loadPlugins: "never",
},
route: { id: "gateway-status" },