aidevops 3.20.10 → 3.20.12

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 CHANGED
@@ -1 +1 @@
1
- 3.20.10
1
+ 3.20.12
package/aidevops.sh CHANGED
@@ -5,7 +5,7 @@
5
5
  # AI DevOps Framework CLI
6
6
  # Usage: aidevops <command> [options]
7
7
  #
8
- # Version: 3.20.10
8
+ # Version: 3.20.12
9
9
 
10
10
  set -euo pipefail
11
11
 
@@ -839,7 +839,7 @@ _help_commands() {
839
839
  echo " cleanup <cmd> Cleanup helpers (remote branch audit/delete)"
840
840
  echo " model-accounts-pool OAuth account pool (list/check/diagnose/add/rotate/reset-cooldowns)"
841
841
  echo " client-format Client request format alignment (extract/check/canary/monitor)"
842
- echo " opencode-db <cmd> OpenCode SQLite maintenance (check/report/maintain/window/status/install)"
842
+ echo " opencode-db <cmd> OpenCode SQLite maintenance/session lookup (check/report/sessions/maintain/window/status/install)"
843
843
  echo " opencode-sandbox Test OpenCode versions in isolation (install/run/check/clean)"
844
844
  echo " approve <cmd> Cryptographic issue/PR approval (setup/issue/pr/verify/status)"
845
845
  echo " circuit-breaker Supervisor circuit breaker (status/reset/check/trip) (alias: cb)"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aidevops",
3
- "version": "3.20.10",
3
+ "version": "3.20.12",
4
4
  "description": "AI DevOps Framework - AI-assisted development workflows, code quality, and deployment automation",
5
5
  "type": "module",
6
6
  "bin": {
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.20.10
15
+ # Version: 3.20.12
16
16
  #
17
17
  # Quick Install:
18
18
  # npm install -g aidevops && aidevops update (recommended)