aidevops 2.93.0 → 2.93.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1425,6 +1425,7 @@ Configure time tracking per-repo via `.aidevops.json`.
1425
1425
  | `/seo-export` | Export SEO data from GSC, Bing, Ahrefs, DataForSEO to TOON format |
1426
1426
  | `/seo-analyze` | Analyze exported data for quick wins, striking distance, low CTR |
1427
1427
  | `/seo-opportunities` | Combined export + analysis workflow |
1428
+ | `/seo-audit` | Comprehensive SEO audit: technical, on-page, content, E-E-A-T |
1428
1429
 
1429
1430
  **SEO Debugging & Auditing** (subagents in `seo/`):
1430
1431
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.93.0
1
+ 2.93.2
package/aidevops.sh CHANGED
@@ -3,7 +3,7 @@
3
3
  # AI DevOps Framework CLI
4
4
  # Usage: aidevops <command> [options]
5
5
  #
6
- # Version: 2.93.0
6
+ # Version: 2.93.2
7
7
 
8
8
  set -euo pipefail
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aidevops",
3
- "version": "2.93.0",
3
+ "version": "2.93.2",
4
4
  "description": "AI DevOps Framework - AI-assisted development workflows, code quality, and deployment automation",
5
5
  "type": "module",
6
6
  "main": "index.js",
package/setup.sh CHANGED
@@ -3,7 +3,7 @@
3
3
  # AI Assistant Server Access Framework Setup Script
4
4
  # Helps developers set up the framework for their infrastructure
5
5
  #
6
- # Version: 2.93.0
6
+ # Version: 2.93.2
7
7
  #
8
8
  # Quick Install (one-liner):
9
9
  # bash <(curl -fsSL https://aidevops.dev/install)