Commit 39e6346
committed
docs: clarify skill naming is convention, not enforced
The documentation incorrectly stated that skill names must follow strict
validation rules (lowercase alphanumeric with hyphens, regex pattern, etc).
Looking at the actual code in skill.ts, there is no such validation - the
name field accepts any string. This validation was proposed in PR anomalyco#5930
but removed before merging because it broke backward compatibility
(see issue anomalyco#6432).
Updated the docs to present these as recommended conventions rather than
enforced requirements.
Fixes anomalyco#92941 parent 0d8e706 commit 39e6346
1 file changed
Lines changed: 8 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
56 | 54 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 55 | + | |
62 | 56 | | |
63 | 57 | | |
64 | 58 | | |
65 | | - | |
| 59 | + | |
66 | 60 | | |
67 | | - | |
68 | | - | |
| 61 | + | |
69 | 62 | | |
70 | 63 | | |
71 | 64 | | |
| |||
0 commit comments