fix: quote scoped package names in skill frontmatter and update validator (#79)

- Wrapped unquoted @scope/pkg values in double quotes across 19 SKILL.md files.
- Added 'package' to ALLOWED_FIELDS in JS validator.
- Added YAML validity regression test to test suite.
- Updated package-lock.json.

Fixes #79
Closes #80
This commit is contained in:
sck_0
2026-02-14 09:46:41 +01:00
parent f4a2f1d23d
commit a4c74c869d
22 changed files with 180 additions and 89 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "antigravity-awesome-skills",
"version": "5.2.0",
"version": "5.3.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "antigravity-awesome-skills",
"version": "5.2.0",
"version": "5.3.0",
"license": "MIT",
"bin": {
"antigravity-awesome-skills": "bin/install.js"