📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-06-18 16:04:36 +00:00
parent 71b421806e
commit dd4c084042
416 changed files with 35467 additions and 3065 deletions
@@ -1,6 +1,6 @@
{
"name": "antigravity-bundle-essentials",
"version": "12.7.0",
"version": "12.8.0",
"description": "Editorial \"Essentials\" bundle for Claude Code from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",
@@ -1,6 +1,6 @@
{
"name": "agyb-essentials",
"version": "12.7.0",
"version": "12.8.0",
"description": "Install the \"Essentials\" editorial skill bundle from Antigravity Awesome Skills.",
"author": {
"name": "sickn33 and contributors",
@@ -24,7 +24,9 @@ date_added: "2026-02-27"
## The Quality Loop
1. **Write/Edit Code**
2. **Run Audit:** `npm run lint && npx tsc --noEmit`
2. **Run Audit** for the project's ecosystem:
- **Node.js / TypeScript:** `npm run lint && npx tsc --noEmit`
- **Python:** `ruff check . --fix && mypy . && bandit -r . -ll`
3. **Analyze Report:** Check the "FINAL AUDIT REPORT" section.
4. **Fix & Repeat:** Submitting code with "FINAL AUDIT" failures is NOT allowed.