📦 deps(thirdparty): update snapshots
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "antigravity-bundle-aas-oss-maintainer",
|
||||
"version": "12.7.0",
|
||||
"version": "12.8.0",
|
||||
"description": "Editorial \"AAS OSS Maintainer\" bundle for Claude Code from Antigravity Awesome Skills.",
|
||||
"author": {
|
||||
"name": "sickn33 and contributors",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "agyb-aas-oss-maintainer",
|
||||
"version": "12.7.0",
|
||||
"version": "12.8.0",
|
||||
"description": "Install the \"AAS OSS Maintainer\" editorial skill bundle from Antigravity Awesome Skills.",
|
||||
"author": {
|
||||
"name": "sickn33 and contributors",
|
||||
|
||||
+3
-1
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user