switchroom 0.7.11 → 0.7.13

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.
@@ -11232,7 +11232,7 @@ var MemoryBackendConfigSchema = exports_external.object({
11232
11232
  }).optional()
11233
11233
  });
11234
11234
  var VaultConfigSchema = exports_external.object({
11235
- path: exports_external.string().default("~/.switchroom/vault.enc").describe("Path to encrypted vault file"),
11235
+ path: exports_external.string().default("~/.switchroom/vault/vault.enc").describe("Path to encrypted vault file. v0.7.12+ canonical default is " + "`~/.switchroom/vault/vault.enc` (parent-dir bind-mount enables " + "atomic-rename writes from the broker container). Older installs " + "with `~/.switchroom/vault.enc` are auto-migrated on `switchroom " + "apply`; the legacy path becomes a symlink for v0.7.10/.11 CLI " + "compatibility (sunset in v0.7.14)."),
11236
11236
  broker: exports_external.object({
11237
11237
  socket: exports_external.string().default("~/.switchroom/vault-broker.sock").describe("Unix domain socket path for the vault-broker daemon"),
11238
11238
  enabled: exports_external.boolean().default(true).describe("Whether to start the vault-broker daemon on agent launch"),