📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-20 00:03:02 +00:00
parent 47ce7f78dc
commit 2c00adccd5
1216 changed files with 10376 additions and 90058 deletions
+15 -21
View File
@@ -1,7 +1,11 @@
{
"name": "agentic-awesome-skills",
"version": "14.6.0",
"description": "1,965+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.",
"version": "15.1.0",
"aasCore": {
"includedFromMajor": 15,
"status": "agent-first-preview"
},
"description": "AAS Core: complete local skill discovery, agent-owned selection, stack validation, and planning, backed by 1,969+ agentic skills.",
"license": "MIT",
"scripts": {
"validate": "node tools/scripts/run-python.js tools/scripts/validate_skills.py",
@@ -21,17 +25,16 @@
"bundles:sync": "node tools/scripts/run-python.js tools/scripts/sync_editorial_bundles.py",
"bundles:check": "node tools/scripts/run-python.js tools/scripts/sync_editorial_bundles.py --check",
"sync:metadata": "node tools/scripts/run-python.js tools/scripts/sync_repo_metadata.py",
"sync:risk-labels": "node tools/scripts/run-python.js tools/scripts/sync_risk_labels.py",
"sync:github-about": "node tools/scripts/run-python.js tools/scripts/sync_repo_metadata.py --apply-github-about",
"sync:contributors": "node tools/scripts/run-python.js tools/scripts/sync_contributors.py",
"sync:web-assets": "npm run app:setup && cd apps/web-app && npm run generate:sitemap",
"chain": "npm run validate && npm run plugin-compat:sync && npm run index && npm run bundles:sync && npm run sync:metadata",
"chain": "npm run validate && npm run plugin-compat:sync && npm run index && npm run bundles:sync && npm run sync:metadata && npm run catalog && npm run build:aas-v1-catalog",
"sync:all": "npm run chain",
"sync:release-state": "npm run chain && npm run catalog && npm run sync:web-assets && npm run audit:consistency && npm run check:warning-budget",
"sync:repo-state": "npm run chain && npm run catalog && npm run sync:web-assets && npm run sync:contributors && npm run audit:consistency && npm run check:warning-budget",
"sync:release-state": "npm run chain && npm run sync:web-assets && npm run audit:consistency && npm run check:warning-budget",
"sync:repo-state": "npm run chain && npm run sync:web-assets && npm run sync:contributors && npm run audit:consistency && npm run check:warning-budget",
"sync:repo-state:full": "npm run sync:repo-state && npm run sync:github-about && npm run audit:consistency:github",
"catalog": "node tools/scripts/build-catalog.js",
"build": "npm run chain && npm run catalog",
"build": "npm run chain",
"check:stale-claims": "node tools/scripts/run-python.js tools/scripts/check_stale_claims.py",
"check:live-seo": "node tools/scripts/check-live-seo-geo.js",
"pages:redirect-bridge": "node tools/scripts/generate-pages-redirect-bridge.js",
@@ -47,21 +50,8 @@
"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",
"lint:workflows": "node tools/scripts/run_actionlint.js",
"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",
"review:skills:local": "node tools/local-skill-reviewer/cli.js",
"review:skills:local:scan": "node tools/local-skill-reviewer/cli.js scan",
"review:skills:triage": "node tools/local-skill-reviewer/cli.js scan",
"review:skills:semantic:prepare": "node tools/local-skill-reviewer/cli.js semantic-prepare",
"review:skills:semantic:packet": "node tools/local-skill-reviewer/cli.js semantic-packet",
"review:skills:semantic:import": "node tools/local-skill-reviewer/cli.js semantic-import",
"review:skills:semantic:verify": "node tools/local-skill-reviewer/cli.js semantic-verify",
"review:skills:local:test": "node tools/scripts/tests/local_skill_reviewer.test.js && node tools/scripts/tests/production_triage.test.js",
"review:skills:local:fixtures": "node tools/local-skill-reviewer/cli.js fixtures",
"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",
"pr:evidence": "node tools/scripts/run-python.js tools/scripts/changed_skill_evidence.py",
"pr:decision": "node tools/scripts/pr_decision_manifest.cjs",
@@ -72,7 +62,7 @@
"test": "node tools/scripts/tests/run-test-suite.js",
"test:aas-v1": "node --test tools/scripts/tests/aas_v1_*.test.js",
"build:aas-v1-catalog": "node tools/scripts/build-aas-v1-offline-catalog.js",
"check:aas-v1-catalog": "node tools/scripts/build-aas-v1-review-queue.js && node tools/scripts/import-aas-v1-metadata-reviews.js --check && node tools/scripts/build-aas-v1-metadata-overrides.js --check && node tools/scripts/build-aas-v1-offline-catalog.js --check",
"check:aas-v1-catalog": "node tools/scripts/build-aas-v1-offline-catalog.js --check",
"test:local": "node tools/scripts/tests/run-test-suite.js --local",
"test:network": "node tools/scripts/tests/run-test-suite.js --network",
"sync:microsoft": "node tools/scripts/run-python.js tools/scripts/sync_microsoft_skills.py",
@@ -120,6 +110,10 @@
"tools/lib"
],
"keywords": [
"aas-core",
"mcp",
"agent-skill-selection",
"agent-stack",
"claude-code",
"cursor",
"gemini-cli",