📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-06-19 16:05:48 +00:00
parent 9ba2cc82e2
commit 0e1bb1aef3
318 changed files with 53986 additions and 837 deletions
+10 -2
View File
@@ -1,7 +1,7 @@
{
"name": "antigravity-awesome-skills",
"version": "12.8.0",
"description": "1,595+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.",
"version": "12.9.0",
"description": "1,646+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.",
"license": "MIT",
"scripts": {
"validate": "node tools/scripts/run-python.js tools/scripts/validate_skills.py",
@@ -39,6 +39,14 @@
"audit:consistency:github": "node tools/scripts/run-python.js tools/scripts/audit_consistency.py --check-github-about",
"audit:maintainer": "node tools/scripts/run-python.js tools/scripts/maintainer_audit.py",
"security:docs": "node tools/scripts/tests/docs_security_content.test.js",
"security:scan": "node tools/scripts/run-python.js tools/scripts/security_scanner.py",
"security:scan:strict": "node tools/scripts/run-python.js tools/scripts/security_scanner.py --strict",
"score:skills": "node tools/scripts/run-python.js tools/scripts/score_skills.py",
"score:skills:json": "node tools/scripts/run-python.js tools/scripts/score_skills.py --json",
"score:skills:report": "node tools/scripts/run-python.js tools/scripts/score_skills.py --output data/scores.json",
"drift:check": "node tools/scripts/run-python.js tools/scripts/detect_drift.py",
"drift:update": "node tools/scripts/run-python.js tools/scripts/detect_drift.py --update-baseline",
"registry:report": "node tools/scripts/run-python.js tools/scripts/generate_registry_report.py",
"pr:preflight": "node tools/scripts/pr_preflight.cjs",
"merge:batch": "node tools/scripts/merge_batch.cjs",
"release:preflight": "node tools/scripts/release_workflow.js preflight",