mirror of
https://github.com/agentskills/agentskills.git
synced 2026-06-18 15:54:06 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user