aidevops 3.34.33 → 3.36.0

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 CHANGED
@@ -25,7 +25,7 @@ token efficiency, and quality control built in.**
25
25
  [![Maintainability](https://qlty.sh/gh/marcusquinn/projects/aidevops/maintainability.svg)](https://qlty.sh/gh/marcusquinn/projects/aidevops)
26
26
  [![Codacy Badge](https://app.codacy.com/project/badge/Grade/2b1adbd66c454dae92234341e801b984)](https://app.codacy.com/gh/marcusquinn/aidevops/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
27
27
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
28
- [![Version](https://img.shields.io/badge/Version-3.34.33-blue.svg)](https://github.com/marcusquinn/aidevops/releases)
28
+ [![Version](https://img.shields.io/badge/Version-3.36.0-blue.svg)](https://github.com/marcusquinn/aidevops/releases)
29
29
  [![npm version](https://img.shields.io/npm/v/aidevops)](https://www.npmjs.com/package/aidevops)
30
30
  [![Homebrew](https://img.shields.io/badge/homebrew-marcusquinn%2Ftap-orange)](https://github.com/marcusquinn/homebrew-tap)
31
31
 
@@ -351,9 +351,9 @@ See [reports](.agents/reports/general.md) and the versioned
351
351
 
352
352
  ### Design, browser, mobile, and media
353
353
 
354
- - **Design:** Google `DESIGN.md` conventions, brand identity, visual concepts, distinctive UI, component guidance, previews, and accessibility verification.
354
+ - **Design:** Google `DESIGN.md` conventions, brand identity, visual concepts, distinctive UI, component guidance, previews, and accessibility verification. On macOS, the [Affinity Studio specialist](.agents/tools/design/affinity.md) offers opt-in, copy-first native artwork creation/editing and verified exports through its gated MCP connector.
355
355
  - **Browser:** Playwright-first automation with bounded Luna-xhigh browser subagents in OpenCode (Sol-medium/parent fallback), reusable browser-operation learning, authenticated-profile boundaries, crawling, screenshots, and performance diagnostics.
356
- - **Mobile:** Expo, Swift/Xcode, App Store Connect, simulator workflows, device automation, and simulator-backed web previews.
356
+ - **Mobile:** Expo, Swift/Xcode, App Store Connect, simulator workflows, device automation, simulator-backed web previews, and [opt-in Mobile MCP](.agents/tools/mobile/mobile-mcp.md) for local iOS/Android device control.
357
357
  - **3D/CAD:** Blender and FreeCAD specialists, OpenSCAD script-based CAD guidance, dimensional truth, editable source models, configurable products, and rendered verification.
358
358
  - **Video:** DaVinci Resolve, conversational editing, Remotion, compositing, colour, audio, and rendered-output checks.
359
359
  - **Audio:** Ableton projects, MIDI, arrangement, stems, mixing, voice workflows, loudness, and export verification.
@@ -447,6 +447,11 @@ are preserved; Desktop's first server/project selection remains manual. See the
447
447
  [managed-service guide](.agents/reference/opencode-service.md) for platform
448
448
  verification limits, opt-out, and rollback.
449
449
 
450
+ For Desktop builds advertising connection-link support, opt in with
451
+ `aidevops opencode-desktop --connect-managed --dir PATH`. Desktop confirms the
452
+ server and folder without replacing saved defaults. Unsupported builds, including
453
+ the released 1.18.32 app, retain the manual flow; this does not install a patched Desktop.
454
+
450
455
  ## Quick Start
451
456
 
452
457
  1. Install aidevops using one of the methods above.
@@ -661,6 +666,7 @@ secrets into the AI session.
661
666
  - [Git Workflow](.agents/workflows/git-workflow.md)
662
667
  - [Security](.agents/aidevops/security.md)
663
668
  - [Browser Automation](.agents/tools/browser/browser-automation.md)
669
+ - [Stagehand v4 (opt-in local browser)](.agents/tools/browser/stagehand.md)
664
670
  - [Creative Production](.agents/workflows/creative-production.md)
665
671
  - [Reports](.agents/reports/general.md)
666
672
  - [Changelog](CHANGELOG.md)
package/VERSION CHANGED
@@ -1 +1 @@
1
- 3.34.33
1
+ 3.36.0
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.34.33
8
+ # Version: 3.36.0
9
9
 
10
10
  set -euo pipefail
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aidevops",
3
- "version": "3.34.33",
3
+ "version": "3.36.0",
4
4
  "description": "AI DevOps Framework - AI-assisted development workflows, code quality, and deployment automation",
5
5
  "type": "module",
6
6
  "packageManager": "bun@1.3.11",
package/setup.sh CHANGED
@@ -17,7 +17,7 @@ fi
17
17
  # AI Assistant Server Access Framework Setup Script
18
18
  # Helps developers set up the framework for their infrastructure
19
19
  #
20
- # Version: 3.34.33
20
+ # Version: 3.36.0
21
21
  #
22
22
  # Quick Install:
23
23
  # npm install -g aidevops && aidevops update (recommended)
@@ -1720,7 +1720,7 @@ _setup_run_interactive() {
1720
1720
  confirm_step "Check Python version (recommend upgrade if outdated)" && check_python_upgrade_available
1721
1721
  confirm_step "Setup recommended tools (Tabby, Zed, etc.)" && setup_recommended_tools
1722
1722
  confirm_step "Setup PIM tools (Reminders, Calendar, Contacts)" && setup_pim_tools
1723
- confirm_step "Setup mobile simulator tools (MiniSim, serve-sim)" && setup_mobile_simulator_tools
1723
+ confirm_step "Setup mobile tools (MiniSim, serve-sim, optional Mobile MCP)" && setup_mobile_simulator_tools
1724
1724
  confirm_step "Setup ClaudeBar (AI quota monitor in menu bar)" && setup_claudebar
1725
1725
  confirm_step "Setup Git CLIs (gh, glab, tea)" && setup_git_clis
1726
1726
  confirm_step "Setup file discovery tools (fd, ripgrep, ripgrep-all)" && setup_file_discovery_tools