aidevops 3.1.261 → 3.1.262
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 +1 -0
- package/VERSION +1 -1
- package/aidevops.sh +1 -1
- package/package.json +1 -1
- package/setup.sh +1 -1
package/README.md
CHANGED
|
@@ -1958,6 +1958,7 @@ Configure time tracking per-repo via `.aidevops.json`.
|
|
|
1958
1958
|
| `/code-audit-remote` | Run remote auditing (CodeRabbit, Codacy, SonarCloud) |
|
|
1959
1959
|
| `/code-standards` | Check against documented quality standards |
|
|
1960
1960
|
| `/code-simplifier` | Simplify and refine code for clarity and maintainability |
|
|
1961
|
+
| `/testing-setup` | Interactive per-repo testing infrastructure setup with bundle-aware defaults |
|
|
1961
1962
|
| `/list-keys` | List all configured API keys and their storage locations |
|
|
1962
1963
|
| `/performance` | Web performance audit (Core Web Vitals, Lighthouse, PageSpeed) |
|
|
1963
1964
|
| `/pr` | Unified PR workflow (orchestrates all checks) |
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.1.
|
|
1
|
+
3.1.262
|
package/aidevops.sh
CHANGED
package/package.json
CHANGED
package/setup.sh
CHANGED
|
@@ -10,7 +10,7 @@ shopt -s inherit_errexit 2>/dev/null || true
|
|
|
10
10
|
# AI Assistant Server Access Framework Setup Script
|
|
11
11
|
# Helps developers set up the framework for their infrastructure
|
|
12
12
|
#
|
|
13
|
-
# Version: 3.1.
|
|
13
|
+
# Version: 3.1.262
|
|
14
14
|
#
|
|
15
15
|
# Quick Install:
|
|
16
16
|
# npm install -g aidevops && aidevops update (recommended)
|