aidevops 3.8.67 → 3.8.69
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 +7 -1
- package/VERSION +1 -1
- package/aidevops.sh +1 -1
- package/package.json +1 -1
- package/setup.sh +1 -1
package/README.md
CHANGED
|
@@ -52,7 +52,13 @@ The result: an AI operations platform that manages projects across every busines
|
|
|
52
52
|
[](https://sonarcloud.io/summary/new_code?id=marcusquinn_aidevops)
|
|
53
53
|
[](https://www.codefactor.io/repository/github/marcusquinn/aidevops)
|
|
54
54
|
[](https://qlty.sh/gh/marcusquinn/projects/aidevops)
|
|
55
|
-
|
|
55
|
+
<!-- Codacy badge temporarily hidden (t2178, GH#19636): Codacy's analyzer dropped
|
|
56
|
+
~370K LOC from its index between 2026-04-16 and 2026-04-17 (532K → 162K)
|
|
57
|
+
while issue count stayed flat, collapsing the displayed grade from A to E
|
|
58
|
+
despite zero matching repo change. Same signature as prior self-healing
|
|
59
|
+
glitches on 2026-03-26 and 2026-03-31. SonarCloud, CodeFactor, and qlty.sh
|
|
60
|
+
still show A. Restore this line once Codacy re-indexes:
|
|
61
|
+
[](https://app.codacy.com/gh/marcusquinn/aidevops/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) -->
|
|
56
62
|
[](https://coderabbit.ai)
|
|
57
63
|
|
|
58
64
|
<!-- License & Legal -->
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.8.
|
|
1
|
+
3.8.69
|
package/aidevops.sh
CHANGED
package/package.json
CHANGED
package/setup.sh
CHANGED
|
@@ -12,7 +12,7 @@ shopt -s inherit_errexit 2>/dev/null || true
|
|
|
12
12
|
# AI Assistant Server Access Framework Setup Script
|
|
13
13
|
# Helps developers set up the framework for their infrastructure
|
|
14
14
|
#
|
|
15
|
-
# Version: 3.8.
|
|
15
|
+
# Version: 3.8.69
|
|
16
16
|
#
|
|
17
17
|
# Quick Install:
|
|
18
18
|
# npm install -g aidevops && aidevops update (recommended)
|