@openparachute/vault 0.4.8-rc.8 → 0.4.8-rc.9

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/src/vault-name.ts CHANGED
@@ -2,8 +2,9 @@
2
2
  * Validation for vault names.
3
3
  *
4
4
  * Vault names appear in URLs (`/vault/<name>/mcp`, `/vault/<name>/api/*`),
5
- * the SQLite filename, and the OAuth consent page anything that breaks
6
- * URL routing or filesystem assumptions has to be rejected up front.
5
+ * the SQLite filename, and the JWT audience claim (`aud: vault.<name>`)
6
+ * anything that breaks URL routing or filesystem assumptions has to be
7
+ * rejected up front.
7
8
  *
8
9
  * Rule: lowercase alphanumeric + hyphens or underscores, 2–32 chars, with
9
10
  * `list` reserved. Used by the `init` prompt, the `--vault-name` flag, and