aidevops 3.14.4 → 3.14.6
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/VERSION +1 -1
- package/aidevops.sh +1 -1
- package/package.json +1 -1
- package/setup.sh +2 -2
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.14.
|
|
1
|
+
3.14.6
|
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.14.
|
|
15
|
+
# Version: 3.14.6
|
|
16
16
|
#
|
|
17
17
|
# Quick Install:
|
|
18
18
|
# npm install -g aidevops && aidevops update (recommended)
|
|
@@ -1057,7 +1057,7 @@ _setup_run_non_interactive() {
|
|
|
1057
1057
|
# Scaffold personal routines repo if not already present (idempotent).
|
|
1058
1058
|
# Creates local git repo + private GitHub remote for personal repo only.
|
|
1059
1059
|
# Org repos require explicit: aidevops init-routines --org <name>
|
|
1060
|
-
_time_step "setup_routines" _setup_run_noncritical_stage_bounded "Routine setup" "${AIDEVOPS_SETUP_ROUTINES_TIMEOUT:-
|
|
1060
|
+
_time_step "setup_routines" _setup_run_noncritical_stage_bounded "Routine setup" "${AIDEVOPS_SETUP_ROUTINES_TIMEOUT:-120}" setup_routines
|
|
1061
1061
|
# Install/refresh the privacy-guard pre-push hook in every initialized
|
|
1062
1062
|
# repo so TODO/todo/README/ISSUE_TEMPLATE pushes to public GitHub repos
|
|
1063
1063
|
# are scanned for private slug leaks (t1968).
|