📦 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
@@ -56,7 +56,8 @@ class AuditConsistencyTests(unittest.TestCase):
{
"name": "agentic-awesome-skills",
"version": "8.4.0",
"description": f"{count_label} agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.",
"aasCore": {"includedFromMajor": 8, "status": "agent-first-preview"},
"description": f"AAS Core: complete local skill discovery, agent-owned selection, stack validation, and planning, backed by {count_label} agentic skills.",
}
),
encoding="utf-8",
@@ -68,13 +69,13 @@ class AuditConsistencyTests(unittest.TestCase):
(root / "apps" / "web-app" / "public" / "skills.json").write_text(manifest, encoding="utf-8")
(root / "README.md").write_text(
f"""<!-- registry-sync: version=8.4.0; skills={total_skills}; stars=26132; updated_at=2026-03-21T00:00:00+00:00 -->
# 🌌 Agentic Awesome Skills: {count_label} Agentic Skills for Claude Code, Gemini CLI, Cursor, Autohand Code, Copilot & More
# AAS Core — Agentic Awesome Skills
> **Installable GitHub library of {count_label} agentic skills for Claude Code, Cursor, Codex CLI, Autohand Code, Gemini CLI, Antigravity, and other AI coding assistants.**
> **A complete local skill catalog for coding agents—from project inspection and agent-owned selection to a reproducible, reviewable plan.**
[![GitHub stars](https://img.shields.io/badge/⭐%2026%2C000%2B%20Stars-gold?style=for-the-badge)](https://github.com/sickn33/agentic-awesome-skills/stargazers)
**Current release: V8.4.0.** Trusted by 26k+ GitHub stargazers, this repository combines official and community skill collections with bundles, workflows, installation paths, and docs that help you go from first install to daily use quickly.
**Current release: V8.4.0.** This release includes AAS Core for complete local catalog search, agent-owned selection, manifest validation, planning, and diagnosis. Apply and recovery remain experimental and outside the supported preview path.
- **Broad coverage with real utility**: {count_label} skills across development, testing, security, infrastructure, product, and marketing.
@@ -83,7 +84,7 @@ class AuditConsistencyTests(unittest.TestCase):
encoding="utf-8",
)
(root / "docs" / "users" / "getting-started.md").write_text(
"# Getting Started with Agentic Awesome Skills (V8.4.0)\n",
"# Getting Started with AAS Core\n",
encoding="utf-8",
)
(root / "docs" / "users" / "claude-code-skills.md").write_text(