aidevops 2.90.2 → 2.90.3
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 +2 -1
- package/VERSION +1 -1
- package/aidevops.sh +1 -1
- package/package.json +1 -1
- package/setup.sh +1 -1
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
|
-
-
|
|
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.
|
|
1
|
+
2.90.3
|
package/aidevops.sh
CHANGED
package/package.json
CHANGED
package/setup.sh
CHANGED