Skip to content

Releases: marcusquinn/aidevops

v3.1.0 - AI DevOps Framework

18 Mar 01:57

Choose a tag to compare

AI DevOps Framework v3.1.0

Installation

# npm (recommended)
npm install -g aidevops && aidevops update

# Homebrew
brew install marcusquinn/tap/aidevops && aidevops update

# curl
bash <(curl -fsSL https://aidevops.sh/install)

What's New

See CHANGELOG.md for detailed changes.

Quick Start

# Check installation
aidevops status

# Initialize in a project
aidevops init

# Update framework + projects
aidevops update

# List registered projects
aidevops repos

Documentation

Links


Full Changelog: v1.0.0...v3.1.0

v3.0.12 - AI DevOps Framework

16 Mar 23:14

Choose a tag to compare

AI DevOps Framework v3.0.12

Installation

# npm (recommended)
npm install -g aidevops && aidevops update

# Homebrew
brew install marcusquinn/tap/aidevops && aidevops update

# curl
bash <(curl -fsSL https://aidevops.sh/install)

What's New

See CHANGELOG.md for detailed changes.

Quick Start

# Check installation
aidevops status

# Initialize in a project
aidevops init

# Update framework + projects
aidevops update

# List registered projects
aidevops repos

Documentation

Links


Full Changelog: v1.0.0...v3.0.12

v3.0.11 - AI DevOps Framework

16 Mar 18:11

Choose a tag to compare

What's Changed

  • t1535: Fix pulse start silently succeeds on Linux without scheduler by @alex-solovyev in #5086
  • t1534: fix worker-watchdog.sh --install crashes on Linux (launchd-only) by @alex-solovyev in #5087
  • t1536: add site-query optimization intelligence to GEO agents by @marcusquinn in #5093
  • t1537: Extract shared product concerns from mobile-app-dev to product/ by @marcusquinn in #5095

Full Changelog: v3.0.10...v3.0.11

v3.0.10 - AI DevOps Framework

16 Mar 17:14

Choose a tag to compare

AI DevOps Framework v3.0.10

Installation

# npm (recommended)
npm install -g aidevops && aidevops update

# Homebrew
brew install marcusquinn/tap/aidevops && aidevops update

# curl
bash <(curl -fsSL https://aidevops.sh/install)

What's New

See CHANGELOG.md for detailed changes.

Quick Start

# Check installation
aidevops status

# Initialize in a project
aidevops init

# Update framework + projects
aidevops update

# List registered projects
aidevops repos

Documentation

Links


Full Changelog: v1.0.0...v3.0.10

v3.0.9 - AI DevOps Framework

16 Mar 16:50

Choose a tag to compare

AI DevOps Framework v3.0.9

Installation

# npm (recommended)
npm install -g aidevops && aidevops update

# Homebrew
brew install marcusquinn/tap/aidevops && aidevops update

# curl
bash <(curl -fsSL https://aidevops.sh/install)

What's New

See CHANGELOG.md for detailed changes.

Quick Start

# Check installation
aidevops status

# Initialize in a project
aidevops init

# Update framework + projects
aidevops update

# List registered projects
aidevops repos

Documentation

Links


Full Changelog: v1.0.0...v3.0.9

v3.0.8

16 Mar 16:12

Choose a tag to compare

What's Changed

Codacy-aligned local quality gates

  • Function complexity: warns >50 lines, blocks >100 lines (Codacy function length)
  • Nesting depth: warns >5 levels, blocks >8 levels (Codacy cyclomatic complexity)
  • File size: warns >800 lines, blocks >1500 lines for .sh + .py (Codacy file length)
  • Python complexity: Lizard CCN >8 + Pyflakes (same tools Codacy uses)

CI enforcement

  • New complexity-check job in code-quality.yml runs all gates on every PR
  • Blocks merges that exceed regression thresholds (420/260/40)

Bug fix: secret-helper.sh

  • Fixed read_secret_input() storing prompt text as secret value in gopass
  • Root cause: print_info messages went to stdout, captured by $() in cmd_set

Codacy API integration

  • Documented verified API patterns for daily audit pipeline
  • Token wired into credential system for programmatic access

v3.0.7 - AI DevOps Framework

16 Mar 13:46

Choose a tag to compare

What's Changed

New Contributors

  • @github-actions[bot] made their first contribution in #5067

Full Changelog: v3.0.6...v3.0.7

v3.0.6 - AI DevOps Framework

16 Mar 03:34

Choose a tag to compare

What's Changed

Full Changelog: v3.0.5...v3.0.6

v3.0.5 - AI DevOps Framework

15 Mar 21:14

Choose a tag to compare

What's Changed

  • t4954: Add section 8.4 column-level query discipline and URL credential detection by @alex-solovyev in #4956
  • feat: auto-release after merge + version in issue closing comments by @marcusquinn in #4957

Full Changelog: v3.0.4...v3.0.5

v3.0.4 - AI DevOps Framework

15 Mar 20:34

Choose a tag to compare

Changes since v3.0.3

Features

  • Source provenance labels for auto-created issues — Every autonomous process that creates GitHub issues now adds a source:* label identifying which process created it. Makes auto-created work filterable and traceable (PR #4955)

    Label Process
    source:review-feedback quality-feedback-helper.sh
    source:review-scanner post-merge-review-scanner.sh
    source:quality-sweep stats-functions.sh
    source:health-dashboard stats-functions.sh
    source:ci-failure-miner gh-failure-miner-helper.sh
    source:circuit-breaker circuit-breaker-helper.sh
    source:mission-validation milestone-validation-worker.sh
    source:findings-to-tasks findings-to-tasks-helper.sh
    source:self-evolution self-evolution-helper.sh

Full Changelog: v3.0.3...v3.0.4