aidevops 3.36.0 → 3.36.2
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 +3 -3
- package/VERSION +1 -1
- package/aidevops.sh +1 -1
- package/package.json +1 -1
- package/packages/gui-web/src/styles.css +6 -14
- package/setup.sh +2 -2
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ token efficiency, and quality control built in.**
|
|
|
25
25
|
[](https://qlty.sh/gh/marcusquinn/projects/aidevops)
|
|
26
26
|
[](https://app.codacy.com/gh/marcusquinn/aidevops/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
|
|
27
27
|
[](https://opensource.org/licenses/MIT)
|
|
28
|
-
[](https://github.com/marcusquinn/aidevops/releases)
|
|
29
29
|
[](https://www.npmjs.com/package/aidevops)
|
|
30
30
|
[](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. 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.
|
|
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 ([setup guide](.agents/tools/design/affinity-setup.md)).
|
|
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, simulator-backed web previews, and [opt-in Mobile MCP](.agents/tools/mobile/mobile-mcp.md) for local iOS/Android device control.
|
|
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. Interactive setup can offer Android `adb` on macOS and explain full-Xcode simulator prerequisites; updates never silently install host SDKs.
|
|
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.
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.36.
|
|
1
|
+
3.36.2
|
package/aidevops.sh
CHANGED
package/package.json
CHANGED
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
--notification-warning-fg: #9a6700;
|
|
27
27
|
--shell-gutter: 8px;
|
|
28
28
|
--shadow-soft: 0 18px 56px rgb(15 23 42 / 9%);
|
|
29
|
+
--surface-base: #ffffff;
|
|
29
30
|
--surface-elevated: #ffffff;
|
|
30
31
|
--surface-muted: #f0f0f0;
|
|
31
32
|
--success-bg: hsl(var(--accent-hue) 50% 36% / 14%);
|
|
@@ -56,13 +57,14 @@
|
|
|
56
57
|
--glass-panel-shadow: inset 0 1px 0 rgb(255 255 255 / 13%), inset 0 -1px 0 rgb(0 0 0 / 28%), var(--shadow-soft);
|
|
57
58
|
--notification-error-bg: rgb(255 123 114 / 13%);
|
|
58
59
|
--notification-error-fg: #ff7b72;
|
|
59
|
-
--notification-info-bg:
|
|
60
|
-
--notification-info-fg:
|
|
60
|
+
--notification-info-bg: hsl(var(--accent-hue) 74% 66% / 13%);
|
|
61
|
+
--notification-info-fg: var(--accent);
|
|
61
62
|
--notification-success-bg: rgb(86 211 100 / 13%);
|
|
62
63
|
--notification-success-fg: #56d364;
|
|
63
64
|
--notification-warning-bg: rgb(210 153 34 / 15%);
|
|
64
65
|
--notification-warning-fg: #d29922;
|
|
65
66
|
--shadow-soft: 0 26px 84px rgb(0 0 0 / 46%);
|
|
67
|
+
--surface-base: #001014;
|
|
66
68
|
--surface-elevated: #151515;
|
|
67
69
|
--surface-muted: #202020;
|
|
68
70
|
--success-bg: hsl(var(--accent-hue) 74% 66% / 12%);
|
|
@@ -107,6 +109,7 @@
|
|
|
107
109
|
--code-bg: #ffffff;
|
|
108
110
|
--glass-panel-shadow: inset 0 0 0 1px rgb(0 0 0 / 18%);
|
|
109
111
|
--shadow-soft: 0 18px 56px rgb(0 0 0 / 18%);
|
|
112
|
+
--surface-base: #ffffff;
|
|
110
113
|
--surface-elevated: #ffffff;
|
|
111
114
|
--surface-muted: #ffffff;
|
|
112
115
|
--text-muted: #333333;
|
|
@@ -123,6 +126,7 @@
|
|
|
123
126
|
--code-bg: #000000;
|
|
124
127
|
--glass-panel-shadow: inset 0 0 0 1px rgb(255 255 255 / 24%);
|
|
125
128
|
--shadow-soft: 0 24px 80px rgb(0 0 0 / 72%);
|
|
129
|
+
--surface-base: #001014;
|
|
126
130
|
--surface-elevated: #000000;
|
|
127
131
|
--surface-muted: #050505;
|
|
128
132
|
--text-muted: #d6d6d6;
|
|
@@ -1805,18 +1809,6 @@ code {
|
|
|
1805
1809
|
font-weight: 900;
|
|
1806
1810
|
}
|
|
1807
1811
|
|
|
1808
|
-
.secrets-surface .primary-action,
|
|
1809
|
-
.vault-modal .primary-action {
|
|
1810
|
-
background: #238636;
|
|
1811
|
-
border-color: #2ea043;
|
|
1812
|
-
color: #ffffff;
|
|
1813
|
-
}
|
|
1814
|
-
|
|
1815
|
-
.secrets-surface .primary-action:hover,
|
|
1816
|
-
.vault-modal .primary-action:hover {
|
|
1817
|
-
background: #1f6f31;
|
|
1818
|
-
}
|
|
1819
|
-
|
|
1820
1812
|
.primary-action:disabled {
|
|
1821
1813
|
cursor: not-allowed;
|
|
1822
1814
|
opacity: 0.5;
|
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.36.
|
|
20
|
+
# Version: 3.36.2
|
|
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 tools (MiniSim, serve-sim,
|
|
1723
|
+
confirm_step "Setup mobile tools (optional adb, Xcode guidance, MiniSim, serve-sim, 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
|