mirror of
https://github.com/agentskills/agentskills.git
synced 2026-06-18 15:54:06 +08:00
Merge pull request #384 from diegoalejandronavarrogonzalez-oss/fix/spec-name-field-alphanumeric-range
docs: fix name field character range to include digits
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