docs: fix name field character range to include digits

The body text described valid characters as '(a-z)' but the summary
table above correctly states 'Lowercase letters, numbers, and hyphens
only'. Updated the range to '(a-z, 0-9)' for consistency.
This commit is contained in:
Diego Navarro
2026-05-16 16:49:49 -07:00
Unverified
parent 2d3e01f590
commit 6868401b64
+1 -1
View File
@@ -59,7 +59,7 @@ metadata:
The required `name` field:
- Must be 1-64 characters
- May only contain unicode lowercase alphanumeric characters (`a-z`) and hyphens (`-`)
- May only contain unicode lowercase alphanumeric characters (`a-z`, `0-9`) and hyphens (`-`)
- Must not start or end with a hyphen (`-`)
- Must not contain consecutive hyphens (`--`)
- Must match the parent directory name