aidevops 2.90.2 → 2.90.4

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
@@ -94,7 +94,7 @@ The result: AI agents that work *with* your development process, not around it.
94
94
  - Primary agents (Build+, SEO, Marketing, etc.) with @plan-plus subagent for planning-only mode
95
95
  - 539+ subagent markdown files organized by domain
96
96
  - 148 helper scripts in `.agent/scripts/`
97
- - 15 slash commands for common workflows
97
+ - 16 slash commands for common workflows
98
98
 
99
99
  <!-- AI-CONTEXT-END -->
100
100
 
@@ -1420,6 +1420,7 @@ Configure time tracking per-repo via `.aidevops.json`.
1420
1420
  | `/autocomplete-research` | Google autocomplete long-tail discovery |
1421
1421
  | `/keyword-research-extended` | Full SERP analysis with weakness detection |
1422
1422
  | `/webmaster-keywords` | Keywords from GSC + Bing for your verified sites |
1423
+ | `/neuronwriter` | Content optimization with NLP term recommendations and scoring |
1423
1424
 
1424
1425
  **SEO Debugging** (subagents in `seo/`):
1425
1426
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 2.90.2
1
+ 2.90.4
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.90.2
6
+ # Version: 2.90.4
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.90.2",
3
+ "version": "2.90.4",
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.90.2
6
+ # Version: 2.90.4
7
7
  #
8
8
  # Quick Install (one-liner):
9
9
  # bash <(curl -fsSL https://aidevops.dev/install)