fix(docs): align catalogs with consolidated CLI
This commit is contained in:
@@ -174,7 +174,7 @@ export interface LauncherAgentIdentity {
|
||||
}
|
||||
|
||||
/** Launcher-selected identities keyed by the configured agent's `id`. */
|
||||
export type ConfiguredAgentIdentities = Readonly<Record<string, LauncherAgentIdentity>>
|
||||
export interface ConfiguredAgentIdentities extends Readonly<Record<string, LauncherAgentIdentity>> {}
|
||||
|
||||
/**
|
||||
* Context key a launcher sets before any Loader entry mounts
|
||||
|
||||
Reference in New Issue
Block a user