aidevops 3.32.232 → 3.32.234
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 +2 -1
- package/VERSION +1 -1
- package/aidevops.sh +28 -1
- package/bun.lock +78 -71
- package/package.json +24 -16
- package/packages/gui-web/package.json +20 -20
- package/setup.sh +1 -1
package/README.md
CHANGED
|
@@ -60,7 +60,7 @@ The result: an AI operations platform that manages projects across every busines
|
|
|
60
60
|
[](https://github.com/marcusquinn)
|
|
61
61
|
|
|
62
62
|
<!-- Release & Version Info -->
|
|
63
|
-
[](https://github.com/marcusquinn/aidevops/releases)
|
|
64
64
|
[](https://www.npmjs.com/package/aidevops)
|
|
65
65
|
[](https://github.com/marcusquinn/homebrew-tap)
|
|
66
66
|
[](https://github.com/marcusquinn/aidevops)
|
|
@@ -106,6 +106,7 @@ the required notices and preferred credit text.
|
|
|
106
106
|
- `aidevops gpt56-context [enable|disable|status]` - Keep GPT-5.6 at a 300K advertised context window in OpenCode (enabled by default), so 80% auto-compaction runs near 240K before long-context pricing; disable to use native provider limits
|
|
107
107
|
- `aidevops buzz [status|apply|rollback]` - Inspect or manage Buzz Desktop OpenCode ACP compatibility
|
|
108
108
|
- `~/.aidevops/agents/scripts/team-interface-helper.sh [providers|detect|status|doctor|plan]` - Inspect registered collaboration providers, persist read-only observations, or emit deterministic dry-run plans; no provider-write command is exposed
|
|
109
|
+
- `aidevops opencode conversation --overlay FILE --dir PATH` - Launch fixed-argv OpenCode ACP with a schema-validated ephemeral team-interface overlay and a final read-only capability guard; see `.agents/reference/team-interface-opencode-overlays.md`
|
|
109
110
|
- `aidevops secret` - Manage secrets (gopass encrypted, AI-safe)
|
|
110
111
|
- `aidevops source-access` - Manage exact-path, session-bound source-read approvals signed via sudo
|
|
111
112
|
- `aidevops security` - Full security assessment (posture, secrets, supply chain)
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.32.
|
|
1
|
+
3.32.234
|
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.32.
|
|
8
|
+
# Version: 3.32.234
|
|
9
9
|
|
|
10
10
|
set -euo pipefail
|
|
11
11
|
|
|
@@ -316,6 +316,19 @@ _update_render_changelog() {
|
|
|
316
316
|
}
|
|
317
317
|
|
|
318
318
|
# Update/upgrade command
|
|
319
|
+
cmd_update_help() {
|
|
320
|
+
echo "Usage: aidevops update [OPTIONS]"
|
|
321
|
+
echo ""
|
|
322
|
+
echo "Update the AI DevOps Framework."
|
|
323
|
+
echo ""
|
|
324
|
+
echo "Options:"
|
|
325
|
+
echo " --skip-project-sync Skip registered project synchronization"
|
|
326
|
+
echo " --compact Reduce update output"
|
|
327
|
+
echo " --verbose Show full update output"
|
|
328
|
+
echo " -h, --help Show this help message"
|
|
329
|
+
return 0
|
|
330
|
+
}
|
|
331
|
+
|
|
319
332
|
cmd_update() {
|
|
320
333
|
local skip_project_sync=false
|
|
321
334
|
local reconcile_repo_verify=false
|
|
@@ -1722,6 +1735,20 @@ main() {
|
|
|
1722
1735
|
done
|
|
1723
1736
|
fi
|
|
1724
1737
|
|
|
1738
|
+
# Update help must return before startup checks or cmd_update(), which can
|
|
1739
|
+
# inspect repositories, fetch remotes, deploy agents, and synchronize projects.
|
|
1740
|
+
if [[ "$command" == "update" || "$command" == "upgrade" || "$command" == "u" ]]; then
|
|
1741
|
+
local arg
|
|
1742
|
+
for arg in "$@"; do
|
|
1743
|
+
case "$arg" in
|
|
1744
|
+
help | -h | --help)
|
|
1745
|
+
cmd_update_help
|
|
1746
|
+
return $?
|
|
1747
|
+
;;
|
|
1748
|
+
esac
|
|
1749
|
+
done
|
|
1750
|
+
fi
|
|
1751
|
+
|
|
1725
1752
|
# Auto-detect unregistered repo on any command (silent check)
|
|
1726
1753
|
_main_check_unregistered "$command"
|
|
1727
1754
|
|
package/bun.lock
CHANGED
|
@@ -5,21 +5,22 @@
|
|
|
5
5
|
"": {
|
|
6
6
|
"name": "aidevops-dspy-integration",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@vitejs/plugin-react": "
|
|
9
|
-
"elysia": "
|
|
10
|
-
"
|
|
11
|
-
"
|
|
8
|
+
"@vitejs/plugin-react": "5.2.0",
|
|
9
|
+
"elysia": "1.4.27",
|
|
10
|
+
"file-type": "21.3.2",
|
|
11
|
+
"hono": "4.12.34",
|
|
12
|
+
"vite": "7.3.5",
|
|
12
13
|
},
|
|
13
14
|
"devDependencies": {
|
|
14
|
-
"@secretlint/secretlint-rule-preset-recommend": "
|
|
15
|
-
"@types/bun": "
|
|
16
|
-
"@types/react": "
|
|
17
|
-
"@types/react-dom": "
|
|
18
|
-
"ajv": "
|
|
19
|
-
"react": "
|
|
20
|
-
"react-dom": "
|
|
21
|
-
"secretlint": "
|
|
22
|
-
"typescript": "
|
|
15
|
+
"@secretlint/secretlint-rule-preset-recommend": "11.7.1",
|
|
16
|
+
"@types/bun": "1.3.3",
|
|
17
|
+
"@types/react": "19.2.6",
|
|
18
|
+
"@types/react-dom": "19.2.3",
|
|
19
|
+
"ajv": "8.20.0",
|
|
20
|
+
"react": "19.1.0",
|
|
21
|
+
"react-dom": "19.1.0",
|
|
22
|
+
"secretlint": "11.7.1",
|
|
23
|
+
"typescript": "5.9.3",
|
|
23
24
|
},
|
|
24
25
|
"peerDependencies": {
|
|
25
26
|
"typescript": "^5.0.0",
|
|
@@ -42,29 +43,35 @@
|
|
|
42
43
|
"version": "0.0.0",
|
|
43
44
|
"dependencies": {
|
|
44
45
|
"@aidevops/gui-shared": "workspace:*",
|
|
45
|
-
"@fontsource/courier-prime": "
|
|
46
|
-
"@fontsource/dm-mono": "
|
|
47
|
-
"@fontsource/dm-sans": "
|
|
48
|
-
"@fontsource/fredoka": "
|
|
49
|
-
"@fontsource/ibm-plex-mono": "
|
|
50
|
-
"@fontsource/ibm-plex-sans": "
|
|
51
|
-
"@fontsource/ibm-plex-serif": "
|
|
52
|
-
"@fontsource/inter": "
|
|
53
|
-
"@fontsource/mohave": "
|
|
54
|
-
"@fontsource/playpen-sans": "
|
|
55
|
-
"@fontsource/poppins": "
|
|
56
|
-
"@fontsource/source-sans-3": "
|
|
57
|
-
"@fontsource/source-serif-4": "
|
|
58
|
-
"@fontsource/tilt-neon": "
|
|
59
|
-
"@fontsource/ubuntu": "
|
|
60
|
-
"@fontsource/ubuntu-mono": "
|
|
61
|
-
"@fontsource/zilla-slab": "
|
|
62
|
-
"react": "
|
|
63
|
-
"react-dom": "
|
|
64
|
-
"react-icons": "
|
|
46
|
+
"@fontsource/courier-prime": "5.2.8",
|
|
47
|
+
"@fontsource/dm-mono": "5.2.7",
|
|
48
|
+
"@fontsource/dm-sans": "5.2.8",
|
|
49
|
+
"@fontsource/fredoka": "5.2.10",
|
|
50
|
+
"@fontsource/ibm-plex-mono": "5.2.7",
|
|
51
|
+
"@fontsource/ibm-plex-sans": "5.2.8",
|
|
52
|
+
"@fontsource/ibm-plex-serif": "5.2.7",
|
|
53
|
+
"@fontsource/inter": "5.2.8",
|
|
54
|
+
"@fontsource/mohave": "5.2.10",
|
|
55
|
+
"@fontsource/playpen-sans": "5.3.0",
|
|
56
|
+
"@fontsource/poppins": "5.2.7",
|
|
57
|
+
"@fontsource/source-sans-3": "5.3.0",
|
|
58
|
+
"@fontsource/source-serif-4": "5.2.9",
|
|
59
|
+
"@fontsource/tilt-neon": "5.2.10",
|
|
60
|
+
"@fontsource/ubuntu": "5.2.8",
|
|
61
|
+
"@fontsource/ubuntu-mono": "5.2.8",
|
|
62
|
+
"@fontsource/zilla-slab": "5.3.0",
|
|
63
|
+
"react": "19.1.0",
|
|
64
|
+
"react-dom": "19.1.0",
|
|
65
|
+
"react-icons": "5.6.0",
|
|
65
66
|
},
|
|
66
67
|
},
|
|
67
68
|
},
|
|
69
|
+
"overrides": {
|
|
70
|
+
"esbuild": "0.28.1",
|
|
71
|
+
"fast-uri": "3.1.5",
|
|
72
|
+
"js-yaml": "4.3.1",
|
|
73
|
+
"postcss": "8.5.23",
|
|
74
|
+
},
|
|
68
75
|
"packages": {
|
|
69
76
|
"@aidevops/gui-api": ["@aidevops/gui-api@workspace:packages/gui-api"],
|
|
70
77
|
|
|
@@ -118,57 +125,57 @@
|
|
|
118
125
|
|
|
119
126
|
"@borewit/text-codec": ["@borewit/text-codec@0.1.1", "", {}, "sha512-5L/uBxmjaCIX5h8Z+uu+kA9BQLkc/Wl06UGR5ajNRxu+/XjonB5i8JpgFMrPj3LXTCPA0pv8yxUvbUi+QthGGA=="],
|
|
120
127
|
|
|
121
|
-
"@esbuild/aix-ppc64": ["@esbuild/aix-ppc64@0.
|
|
128
|
+
"@esbuild/aix-ppc64": ["@esbuild/aix-ppc64@0.28.1", "", { "os": "aix", "cpu": "ppc64" }, "sha512-Svl7tq8k/08+p6CXPpRjQ1fKX+1odH/BQbb48fV6fj3CWHhsoIOoY87w1oHXm0qEpkIK3ZfVgp0hed3XBXzXMQ=="],
|
|
122
129
|
|
|
123
|
-
"@esbuild/android-arm": ["@esbuild/android-arm@0.
|
|
130
|
+
"@esbuild/android-arm": ["@esbuild/android-arm@0.28.1", "", { "os": "android", "cpu": "arm" }, "sha512-0k2F129Xdio1TdJfzJ8sy1Q47vUD2NnwdhiAf7drUN1EBTfPf4hsFCtmMgu/6m8JSzsBrlmVjudMBQqOfG8usQ=="],
|
|
124
131
|
|
|
125
|
-
"@esbuild/android-arm64": ["@esbuild/android-arm64@0.
|
|
132
|
+
"@esbuild/android-arm64": ["@esbuild/android-arm64@0.28.1", "", { "os": "android", "cpu": "arm64" }, "sha512-34EGEbCIAgosYz6goLcopX6Mo7NyGv9tfwEM2/7Ce2VcVRk568iSvniGWcUXIy7wEDR1wzolcxcriFVrWYcwBg=="],
|
|
126
133
|
|
|
127
|
-
"@esbuild/android-x64": ["@esbuild/android-x64@0.
|
|
134
|
+
"@esbuild/android-x64": ["@esbuild/android-x64@0.28.1", "", { "os": "android", "cpu": "x64" }, "sha512-dbwY7ltSMDWsRatcRpCnES4F+im88OCUgGZjy52shC7GqHRE/cYlxNbB4Z4UpJswpcc4Qxd2oE/ufM0p61IKng=="],
|
|
128
135
|
|
|
129
|
-
"@esbuild/darwin-arm64": ["@esbuild/darwin-arm64@0.
|
|
136
|
+
"@esbuild/darwin-arm64": ["@esbuild/darwin-arm64@0.28.1", "", { "os": "darwin", "cpu": "arm64" }, "sha512-TZbWkQY7kvTAXbXUT7uVACR5cMHsDiSz9z7ZKAX/RTq/WJEk3QyRr0wZpNhBDX+/0CtdqUIJlOiodQcta6tY3Q=="],
|
|
130
137
|
|
|
131
|
-
"@esbuild/darwin-x64": ["@esbuild/darwin-x64@0.
|
|
138
|
+
"@esbuild/darwin-x64": ["@esbuild/darwin-x64@0.28.1", "", { "os": "darwin", "cpu": "x64" }, "sha512-zfdzgK9ACBNZLI/CyHTOx81SyNbM6YXn7rxSgX97VjyiPl9W1i4Ka4fgKECEoFCKGpvBj5qArWIGgQjOwkgskQ=="],
|
|
132
139
|
|
|
133
|
-
"@esbuild/freebsd-arm64": ["@esbuild/freebsd-arm64@0.
|
|
140
|
+
"@esbuild/freebsd-arm64": ["@esbuild/freebsd-arm64@0.28.1", "", { "os": "freebsd", "cpu": "arm64" }, "sha512-wG2EA8ENdEI0qhkSZMjfqrdY+ziCYCPMmtZjjIwOmXFjmyzEHn+UUxk5of+SYsjtfs3VpnlC7QLzSI5hY/rOAw=="],
|
|
134
141
|
|
|
135
|
-
"@esbuild/freebsd-x64": ["@esbuild/freebsd-x64@0.
|
|
142
|
+
"@esbuild/freebsd-x64": ["@esbuild/freebsd-x64@0.28.1", "", { "os": "freebsd", "cpu": "x64" }, "sha512-i7dZ9vQgnvSCzi/rYCXNgtF/U+eKZNJBzu3eTQbRgHnM7tNSizLOkRFAl3qzVc/Op/u5YkHHa4pf/3DOYHthLQ=="],
|
|
136
143
|
|
|
137
|
-
"@esbuild/linux-arm": ["@esbuild/linux-arm@0.
|
|
144
|
+
"@esbuild/linux-arm": ["@esbuild/linux-arm@0.28.1", "", { "os": "linux", "cpu": "arm" }, "sha512-qVXBOHQS+d5Y722GwJzJUtOLlX7km3CraOaGormF1pDtPd2C/l1SHRPgjLunLGe51Sh5YYWKMFDyV4SxgMQYTQ=="],
|
|
138
145
|
|
|
139
|
-
"@esbuild/linux-arm64": ["@esbuild/linux-arm64@0.
|
|
146
|
+
"@esbuild/linux-arm64": ["@esbuild/linux-arm64@0.28.1", "", { "os": "linux", "cpu": "arm64" }, "sha512-yHs+0uc8+nvEAfAfxrWQKK5peSNzBc4PegcMO0EJ2hT71uA7vB8Ihg2e77R2P7SG5uYjPbHlLLmve4LLLRCf0g=="],
|
|
140
147
|
|
|
141
|
-
"@esbuild/linux-ia32": ["@esbuild/linux-ia32@0.
|
|
148
|
+
"@esbuild/linux-ia32": ["@esbuild/linux-ia32@0.28.1", "", { "os": "linux", "cpu": "ia32" }, "sha512-d1z4ZuP0ajrfz/FhGT4vv278rX8KnPPJx8i5+AtK7TYbx9Le9F1hyzurZpkEyjkGa9dUGhQow4C1NmeGvqxN2w=="],
|
|
142
149
|
|
|
143
|
-
"@esbuild/linux-loong64": ["@esbuild/linux-loong64@0.
|
|
150
|
+
"@esbuild/linux-loong64": ["@esbuild/linux-loong64@0.28.1", "", { "os": "linux", "cpu": "none" }, "sha512-M5sRjUVZrkm1OAPR3dlOYzNmN+loZKGVi1VUQGrwuqLcbR6qeAz+famMhjASeH3YVKvZz+zT1jlh/keC3Rj/lg=="],
|
|
144
151
|
|
|
145
|
-
"@esbuild/linux-mips64el": ["@esbuild/linux-mips64el@0.
|
|
152
|
+
"@esbuild/linux-mips64el": ["@esbuild/linux-mips64el@0.28.1", "", { "os": "linux", "cpu": "none" }, "sha512-mRObBZeHh2OxcBFPWE/FjylkRgZdYuiTR3vaTozquCGOH14iP9oN4x4Ge81CoIDYQrXmIxpFumJBu5MtZpnQJQ=="],
|
|
146
153
|
|
|
147
|
-
"@esbuild/linux-ppc64": ["@esbuild/linux-ppc64@0.
|
|
154
|
+
"@esbuild/linux-ppc64": ["@esbuild/linux-ppc64@0.28.1", "", { "os": "linux", "cpu": "ppc64" }, "sha512-slScBsMAb3GFDcdrCgLwZtPYRoH2H/youv10QiZyRjmsP48fznoveWytSgCI/R0ZcUgpc0ZhIUEx6LHts8yrfQ=="],
|
|
148
155
|
|
|
149
|
-
"@esbuild/linux-riscv64": ["@esbuild/linux-riscv64@0.
|
|
156
|
+
"@esbuild/linux-riscv64": ["@esbuild/linux-riscv64@0.28.1", "", { "os": "linux", "cpu": "none" }, "sha512-kw0owk1o0GFETUJyW0jc0G4Yzs0BHZn0JDZ8JRT088vjJYX777BAs1fDGxAC+q831qOs2DTC96mNsG2opdfyyQ=="],
|
|
150
157
|
|
|
151
|
-
"@esbuild/linux-s390x": ["@esbuild/linux-s390x@0.
|
|
158
|
+
"@esbuild/linux-s390x": ["@esbuild/linux-s390x@0.28.1", "", { "os": "linux", "cpu": "s390x" }, "sha512-/lAIjX8aYFRByhh6L5rYtPEDRqa9de/4V/juOXcta5frjvzXO4/sqEtyytse0g3zZFuWu5cDN0MkLz2qRDD2Ag=="],
|
|
152
159
|
|
|
153
|
-
"@esbuild/linux-x64": ["@esbuild/linux-x64@0.
|
|
160
|
+
"@esbuild/linux-x64": ["@esbuild/linux-x64@0.28.1", "", { "os": "linux", "cpu": "x64" }, "sha512-u/anNYF2mmVOEDwLtnQ1wOr3EZ9sTNGLWrsYGYwHWzGA3Si84IOkHXlbWTD1NB+9/1lcnweYKO54uhxZydNzfA=="],
|
|
154
161
|
|
|
155
|
-
"@esbuild/netbsd-arm64": ["@esbuild/netbsd-arm64@0.
|
|
162
|
+
"@esbuild/netbsd-arm64": ["@esbuild/netbsd-arm64@0.28.1", "", { "os": "none", "cpu": "arm64" }, "sha512-oks0DYbLwWMmaakTsCb+zL4E+aHRVLom9IJZOAthMQEPiQmydXHkziYEsGYRx0uNV/IjEKGAV941JzH02pflqw=="],
|
|
156
163
|
|
|
157
|
-
"@esbuild/netbsd-x64": ["@esbuild/netbsd-x64@0.
|
|
164
|
+
"@esbuild/netbsd-x64": ["@esbuild/netbsd-x64@0.28.1", "", { "os": "none", "cpu": "x64" }, "sha512-aeL6lAnN89Hz43Mlh1G8ARasbuoYvSITDEx0tHh5b7jJnHcssqgjy9Yx430GDpmCa6OyrKoS0aNRjKundRizGg=="],
|
|
158
165
|
|
|
159
|
-
"@esbuild/openbsd-arm64": ["@esbuild/openbsd-arm64@0.
|
|
166
|
+
"@esbuild/openbsd-arm64": ["@esbuild/openbsd-arm64@0.28.1", "", { "os": "openbsd", "cpu": "arm64" }, "sha512-MEFJe5C3R8pwXdZ5Y21oo6m7ePiS0d9pWucn99O/wvyJZChoIQKrQDxKrGeW8F5+T0okTHesAmDeiHDTIq0V/Q=="],
|
|
160
167
|
|
|
161
|
-
"@esbuild/openbsd-x64": ["@esbuild/openbsd-x64@0.
|
|
168
|
+
"@esbuild/openbsd-x64": ["@esbuild/openbsd-x64@0.28.1", "", { "os": "openbsd", "cpu": "x64" }, "sha512-i/ZLIOafE0Z8cI/XANJAixoJL/uRAoS2xOA3rb0xN+KK0K177cMAsQYkzHtBrtMXAKuAc7HGgcWiZ/sRC1Nxgw=="],
|
|
162
169
|
|
|
163
|
-
"@esbuild/openharmony-arm64": ["@esbuild/openharmony-arm64@0.
|
|
170
|
+
"@esbuild/openharmony-arm64": ["@esbuild/openharmony-arm64@0.28.1", "", { "os": "none", "cpu": "arm64" }, "sha512-ge+Z7EXFNt2BO1oAMsVpiQ8EwndV9i1xXerAeTIK7AtPs3bKFXQM7nlRxDSIUIMeueR1CNXxqztLzdNeReKBJg=="],
|
|
164
171
|
|
|
165
|
-
"@esbuild/sunos-x64": ["@esbuild/sunos-x64@0.
|
|
172
|
+
"@esbuild/sunos-x64": ["@esbuild/sunos-x64@0.28.1", "", { "os": "sunos", "cpu": "x64" }, "sha512-BEjgtECkL3vY+SaSQ6nzVfiALUeFxpawyp8Jmf5PtYhf1Ug40N1h/hxlhts+f1FvSvarEigdxS3BlSMI2PJLcQ=="],
|
|
166
173
|
|
|
167
|
-
"@esbuild/win32-arm64": ["@esbuild/win32-arm64@0.
|
|
174
|
+
"@esbuild/win32-arm64": ["@esbuild/win32-arm64@0.28.1", "", { "os": "win32", "cpu": "arm64" }, "sha512-lCv9eK/H6ZJWbE7bh2nw54CZ9M2nupBxJcTsdk/QQnWkdSjKGuxmmH8/GWrlT1eMmZfn4dGcCjRte397WqfQXA=="],
|
|
168
175
|
|
|
169
|
-
"@esbuild/win32-ia32": ["@esbuild/win32-ia32@0.
|
|
176
|
+
"@esbuild/win32-ia32": ["@esbuild/win32-ia32@0.28.1", "", { "os": "win32", "cpu": "ia32" }, "sha512-zvb/mB2bSCoJOpoCBgYKKpX6YM6mJBlBUVUtVj41DlZJVEB6/0CKlRYxP5wWl1C1ILiCoAU5wZZ4q1P3qeS6Eg=="],
|
|
170
177
|
|
|
171
|
-
"@esbuild/win32-x64": ["@esbuild/win32-x64@0.
|
|
178
|
+
"@esbuild/win32-x64": ["@esbuild/win32-x64@0.28.1", "", { "os": "win32", "cpu": "x64" }, "sha512-bm4Mowrv+GXMlpWX++EcXw/iLyd1o3+bJkC2DkWXYVvgZCqD/bSj9ctZeAMC3cIxgjRVR2Dufaiu4YPxr5gW1A=="],
|
|
172
179
|
|
|
173
180
|
"@fontsource/courier-prime": ["@fontsource/courier-prime@5.2.8", "", {}, "sha512-M3xOCcXnGuFi9TcGCrz4hm5yeWg4Sn35MALRLPnqNoHhawTFvhyi2KSI2+5RyFtDNJrb58bPh8LLipgiI9KA0w=="],
|
|
174
181
|
|
|
@@ -188,11 +195,11 @@
|
|
|
188
195
|
|
|
189
196
|
"@fontsource/mohave": ["@fontsource/mohave@5.2.10", "", {}, "sha512-YyK9N7xedYTpFRPo5lpTeNhBOqzapv/WdRv6YtyOHiux/JA5C/sPa6+wL92nNq4sYN7acSFyQQaSFzIoK8VLGw=="],
|
|
190
197
|
|
|
191
|
-
"@fontsource/playpen-sans": ["@fontsource/playpen-sans@5.
|
|
198
|
+
"@fontsource/playpen-sans": ["@fontsource/playpen-sans@5.3.0", "", {}, "sha512-94O9WdgAmvFpAjsPOgg5JZII4clcNeeMqQdNZh7Jz40rmcNv05jzwxyuw25IRjTb4o2aMV7eXjXC8GTFo/+s8Q=="],
|
|
192
199
|
|
|
193
200
|
"@fontsource/poppins": ["@fontsource/poppins@5.2.7", "", {}, "sha512-6uQyPmseo4FgI97WIhA4yWRlNaoLk4vSDK/PyRwdqqZb5zAEuc+Kunt8JTMcsHYUEGYBtN15SNkMajMdqUSUmg=="],
|
|
194
201
|
|
|
195
|
-
"@fontsource/source-sans-3": ["@fontsource/source-sans-3@5.
|
|
202
|
+
"@fontsource/source-sans-3": ["@fontsource/source-sans-3@5.3.0", "", {}, "sha512-VrWixSgF93kOVSEkwjs9ImnAbxrBew4PgcnaJYEitG9TyJSwxjFUNJIgzB1XFP/acyAWcTDg7+sWe7JI8LTB9w=="],
|
|
196
203
|
|
|
197
204
|
"@fontsource/source-serif-4": ["@fontsource/source-serif-4@5.2.9", "", {}, "sha512-er/Pym9emsEVJNf947umJ4kXarXfsiN6CN7kTYinefKRaHLwiquiiHOZvKvxWgkV8JMCf3pV3g0NcsPFpVCH9w=="],
|
|
198
205
|
|
|
@@ -202,7 +209,7 @@
|
|
|
202
209
|
|
|
203
210
|
"@fontsource/ubuntu-mono": ["@fontsource/ubuntu-mono@5.2.8", "", {}, "sha512-N4nT8+GYWWcDODVSBLU4f3PycZQH9YIF6SypDI0rti3HrLqcXFS9u6wMvAd9vx1FmjAQkYv7Ld9CZ8XYTEOD0A=="],
|
|
204
211
|
|
|
205
|
-
"@fontsource/zilla-slab": ["@fontsource/zilla-slab@5.
|
|
212
|
+
"@fontsource/zilla-slab": ["@fontsource/zilla-slab@5.3.0", "", {}, "sha512-xbdDx5OESJDQqp3GIp4pjBgI+qpcg4AxnHLN15ekfJbG+ZYaOXg3uBjDpYlkuPQpey91afxHBNaqZgzluJ2FWA=="],
|
|
206
213
|
|
|
207
214
|
"@jridgewell/gen-mapping": ["@jridgewell/gen-mapping@0.3.13", "", { "dependencies": { "@jridgewell/sourcemap-codec": "^1.5.0", "@jridgewell/trace-mapping": "^0.3.24" } }, "sha512-2kkt/7niJ6MgEPxF0bYdQ6etZaA+fQvDcLKckhy1yIQOzaoKjBBjSj63/aLVjYE3qhRt5dvM+uUyfCg6UKCBbA=="],
|
|
208
215
|
|
|
@@ -376,17 +383,17 @@
|
|
|
376
383
|
|
|
377
384
|
"electron-to-chromium": ["electron-to-chromium@1.5.376", "", {}, "sha512-cUVA7/RvbFTEuw/i3obUwDTRIXojaxkResf+ibByPFxjc6XK3VNtcQXV0NSbAlJ0FMjcJGgftVVB4Qo184EXvA=="],
|
|
378
385
|
|
|
379
|
-
"elysia": ["elysia@1.4.
|
|
386
|
+
"elysia": ["elysia@1.4.27", "", { "dependencies": { "cookie": "^1.1.1", "exact-mirror": "^0.2.7", "fast-decode-uri-component": "^1.0.1", "memoirist": "^0.4.0" }, "peerDependencies": { "@sinclair/typebox": ">= 0.34.0 < 1", "@types/bun": ">= 1.2.0", "file-type": ">= 20.0.0", "openapi-types": ">= 12.0.0", "typescript": ">= 5.0.0" }, "optionalPeers": ["@types/bun", "typescript"] }, "sha512-2UlmNEjPJVA/WZVPYKy+KdsrfFwwNlqSBW1lHz6i2AHc75k7gV4Rhm01kFeotH7PDiHIX2G8X3KnRPc33SGVIg=="],
|
|
380
387
|
|
|
381
388
|
"emoji-regex": ["emoji-regex@8.0.0", "", {}, "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="],
|
|
382
389
|
|
|
383
390
|
"environment": ["environment@1.1.0", "", {}, "sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q=="],
|
|
384
391
|
|
|
385
|
-
"esbuild": ["esbuild@0.
|
|
392
|
+
"esbuild": ["esbuild@0.28.1", "", { "optionalDependencies": { "@esbuild/aix-ppc64": "0.28.1", "@esbuild/android-arm": "0.28.1", "@esbuild/android-arm64": "0.28.1", "@esbuild/android-x64": "0.28.1", "@esbuild/darwin-arm64": "0.28.1", "@esbuild/darwin-x64": "0.28.1", "@esbuild/freebsd-arm64": "0.28.1", "@esbuild/freebsd-x64": "0.28.1", "@esbuild/linux-arm": "0.28.1", "@esbuild/linux-arm64": "0.28.1", "@esbuild/linux-ia32": "0.28.1", "@esbuild/linux-loong64": "0.28.1", "@esbuild/linux-mips64el": "0.28.1", "@esbuild/linux-ppc64": "0.28.1", "@esbuild/linux-riscv64": "0.28.1", "@esbuild/linux-s390x": "0.28.1", "@esbuild/linux-x64": "0.28.1", "@esbuild/netbsd-arm64": "0.28.1", "@esbuild/netbsd-x64": "0.28.1", "@esbuild/openbsd-arm64": "0.28.1", "@esbuild/openbsd-x64": "0.28.1", "@esbuild/openharmony-arm64": "0.28.1", "@esbuild/sunos-x64": "0.28.1", "@esbuild/win32-arm64": "0.28.1", "@esbuild/win32-ia32": "0.28.1", "@esbuild/win32-x64": "0.28.1" }, "bin": { "esbuild": "bin/esbuild" } }, "sha512-HrJrvZv5ayxBzPfwphOoNzkzOIIlifzk0KJrGK2c8R4+LKpMtpYLQeUdjnwjWv/LZlkH2laZk+4w78pi99D4Vw=="],
|
|
386
393
|
|
|
387
394
|
"escalade": ["escalade@3.2.0", "", {}, "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA=="],
|
|
388
395
|
|
|
389
|
-
"exact-mirror": ["exact-mirror@0.2.
|
|
396
|
+
"exact-mirror": ["exact-mirror@0.2.7", "", { "peerDependencies": { "@sinclair/typebox": "^0.34.15" }, "optionalPeers": ["@sinclair/typebox"] }, "sha512-+MeEmDcLA4o/vjK2zujgk+1VTxPR4hdp23qLqkWfStbECtAq9gmsvQa3LW6z/0GXZyHJobrCnmy1cdeE7BjsYg=="],
|
|
390
397
|
|
|
391
398
|
"fast-decode-uri-component": ["fast-decode-uri-component@1.0.1", "", {}, "sha512-WKgKWg5eUxvRZGwW8FvfbaH7AXSh2cL+3j5fMGzUMCxWBJ3dV3a7Wz8y2f/uQ0e3B6WmodD3oS54jTQ9HVTIIg=="],
|
|
392
399
|
|
|
@@ -394,13 +401,13 @@
|
|
|
394
401
|
|
|
395
402
|
"fast-glob": ["fast-glob@3.3.3", "", { "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", "glob-parent": "^5.1.2", "merge2": "^1.3.0", "micromatch": "^4.0.8" } }, "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg=="],
|
|
396
403
|
|
|
397
|
-
"fast-uri": ["fast-uri@3.1.
|
|
404
|
+
"fast-uri": ["fast-uri@3.1.5", "", {}, "sha512-gHwA1O9LDIcKunMKhObS/HimwtehO1nPUECKAu5TpKgaO19fcWEl4bliWe1jWxVFvIXztJjjQ4L8XQ1EU9f7Jw=="],
|
|
398
405
|
|
|
399
406
|
"fastq": ["fastq@1.20.1", "", { "dependencies": { "reusify": "^1.0.4" } }, "sha512-GGToxJ/w1x32s/D2EKND7kTil4n8OVk/9mycTc4VDza13lOvpUZTGX3mFSCtV9ksdGBVzvsyAVLM6mHFThxXxw=="],
|
|
400
407
|
|
|
401
408
|
"fdir": ["fdir@6.5.0", "", { "peerDependencies": { "picomatch": "^3 || ^4" }, "optionalPeers": ["picomatch"] }, "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg=="],
|
|
402
409
|
|
|
403
|
-
"file-type": ["file-type@21.
|
|
410
|
+
"file-type": ["file-type@21.3.2", "", { "dependencies": { "@tokenizer/inflate": "^0.4.1", "strtok3": "^10.3.4", "token-types": "^6.1.1", "uint8array-extras": "^1.4.0" } }, "sha512-DLkUvGwep3poOV2wpzbHCOnSKGk1LzyXTv+aHFgN2VFl96wnp8YA9YjO2qPzg5PuL8q/SW9Pdi6WTkYOIh995w=="],
|
|
404
411
|
|
|
405
412
|
"fill-range": ["fill-range@7.1.1", "", { "dependencies": { "to-regex-range": "^5.0.1" } }, "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg=="],
|
|
406
413
|
|
|
@@ -414,7 +421,7 @@
|
|
|
414
421
|
|
|
415
422
|
"has-flag": ["has-flag@4.0.0", "", {}, "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="],
|
|
416
423
|
|
|
417
|
-
"hono": ["hono@4.12.
|
|
424
|
+
"hono": ["hono@4.12.34", "", {}, "sha512-GqXJqY/xJkJmuloTrnV1ZEXG3fqte+VjkUqoRNZXcrUidiUOP4fMSIHHY4tsqZBK++kVyWmt/AAfSUuy57/eSA=="],
|
|
418
425
|
|
|
419
426
|
"hosted-git-info": ["hosted-git-info@7.0.2", "", { "dependencies": { "lru-cache": "^10.0.1" } }, "sha512-puUZAUKT5m8Zzvs72XWy3HtvVbTWljRE66cP60bxJzAqf2DgICo7lYTY2IHUmLnNpjYvw5bvmoHvPc0QO2a62w=="],
|
|
420
427
|
|
|
@@ -436,7 +443,7 @@
|
|
|
436
443
|
|
|
437
444
|
"js-tokens": ["js-tokens@4.0.0", "", {}, "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="],
|
|
438
445
|
|
|
439
|
-
"js-yaml": ["js-yaml@4.
|
|
446
|
+
"js-yaml": ["js-yaml@4.3.1", "", { "dependencies": { "argparse": "^2.0.1" }, "bin": { "js-yaml": "bin/js-yaml.js" } }, "sha512-CY6crGq313MX8GkwvB7tzgp99vjQxY1++5y10/BKN/GUfHqWaOGQMNZkBvqSzsZKWk/ijwHlWzzkLulsGHhjWQ=="],
|
|
440
447
|
|
|
441
448
|
"jsesc": ["jsesc@3.1.0", "", { "bin": { "jsesc": "bin/jsesc" } }, "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA=="],
|
|
442
449
|
|
|
@@ -458,7 +465,7 @@
|
|
|
458
465
|
|
|
459
466
|
"ms": ["ms@2.1.3", "", {}, "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="],
|
|
460
467
|
|
|
461
|
-
"nanoid": ["nanoid@3.3.
|
|
468
|
+
"nanoid": ["nanoid@3.3.17", "", { "bin": { "nanoid": "bin/nanoid.cjs" } }, "sha512-xQLf0A3HOMlgHq0n247/LRuAOYmB7dXJ/DvAxGvsSBij45XtBSmQycu+F8ODbHwns/XyFZagyL1+J0Offw1E0g=="],
|
|
462
469
|
|
|
463
470
|
"node-releases": ["node-releases@2.0.48", "", {}, "sha512-1uz8041X6LoI6ZSdZacM9lVY28vuzDlSKitnpbSNK0RfKoIJkX29NBPVEFXhnuSuEOA9Ww0xnPJ+ILWbGAv8DA=="],
|
|
464
471
|
|
|
@@ -478,7 +485,7 @@
|
|
|
478
485
|
|
|
479
486
|
"pluralize": ["pluralize@8.0.0", "", {}, "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA=="],
|
|
480
487
|
|
|
481
|
-
"postcss": ["postcss@8.5.
|
|
488
|
+
"postcss": ["postcss@8.5.23", "", { "dependencies": { "nanoid": "^3.3.16", "picocolors": "^1.1.1", "source-map-js": "^1.2.1" } }, "sha512-g50586zr4bZmwFiTlflMu8E0bDTb5I5gertgwAKmsdUlTQIhZtunzUlD1WSzwcVWPoAVpsrA6vlfCD7oXvRwgg=="],
|
|
482
489
|
|
|
483
490
|
"queue-microtask": ["queue-microtask@1.2.3", "", {}, "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A=="],
|
|
484
491
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aidevops",
|
|
3
|
-
"version": "3.32.
|
|
3
|
+
"version": "3.32.234",
|
|
4
4
|
"description": "AI DevOps Framework - AI-assisted development workflows, code quality, and deployment automation",
|
|
5
5
|
"type": "module",
|
|
6
|
+
"packageManager": "bun@1.3.11",
|
|
6
7
|
"workspaces": [
|
|
7
8
|
"packages/gui-shared",
|
|
8
9
|
"packages/gui-api",
|
|
@@ -23,8 +24,8 @@
|
|
|
23
24
|
"dspy:dev": "dspyground dev",
|
|
24
25
|
"dspy:build": "dspyground build",
|
|
25
26
|
"install:python": "python3 -m venv python-env/dspy-env && source python-env/dspy-env/bin/activate && pip install -r requirements.txt",
|
|
26
|
-
"setup": "bun
|
|
27
|
-
"setup:bun": "bun install",
|
|
27
|
+
"setup": "npm run setup:bun && npm run install:python",
|
|
28
|
+
"setup:bun": "bun install --frozen-lockfile --ignore-scripts",
|
|
28
29
|
"test": "bun test",
|
|
29
30
|
"typecheck": "tsc --noEmit",
|
|
30
31
|
"gui:api:dev": "bun run packages/gui-api/src/server.ts",
|
|
@@ -59,21 +60,28 @@
|
|
|
59
60
|
"author": "Marcus Quinn <marcus@aidevops.sh>",
|
|
60
61
|
"license": "MIT",
|
|
61
62
|
"dependencies": {
|
|
62
|
-
"@vitejs/plugin-react": "
|
|
63
|
-
"elysia": "
|
|
64
|
-
"
|
|
65
|
-
"
|
|
63
|
+
"@vitejs/plugin-react": "5.2.0",
|
|
64
|
+
"elysia": "1.4.27",
|
|
65
|
+
"file-type": "21.3.2",
|
|
66
|
+
"hono": "4.12.34",
|
|
67
|
+
"vite": "7.3.5"
|
|
66
68
|
},
|
|
67
69
|
"devDependencies": {
|
|
68
|
-
"@secretlint/secretlint-rule-preset-recommend": "
|
|
69
|
-
"@types/bun": "
|
|
70
|
-
"@types/react": "
|
|
71
|
-
"@types/react-dom": "
|
|
72
|
-
"ajv": "
|
|
73
|
-
"react": "
|
|
74
|
-
"react-dom": "
|
|
75
|
-
"secretlint": "
|
|
76
|
-
"typescript": "
|
|
70
|
+
"@secretlint/secretlint-rule-preset-recommend": "11.7.1",
|
|
71
|
+
"@types/bun": "1.3.3",
|
|
72
|
+
"@types/react": "19.2.6",
|
|
73
|
+
"@types/react-dom": "19.2.3",
|
|
74
|
+
"ajv": "8.20.0",
|
|
75
|
+
"react": "19.1.0",
|
|
76
|
+
"react-dom": "19.1.0",
|
|
77
|
+
"secretlint": "11.7.1",
|
|
78
|
+
"typescript": "5.9.3"
|
|
79
|
+
},
|
|
80
|
+
"overrides": {
|
|
81
|
+
"esbuild": "0.28.1",
|
|
82
|
+
"fast-uri": "3.1.5",
|
|
83
|
+
"js-yaml": "4.3.1",
|
|
84
|
+
"postcss": "8.5.23"
|
|
77
85
|
},
|
|
78
86
|
"peerDependencies": {
|
|
79
87
|
"typescript": "^5.0.0"
|
|
@@ -5,26 +5,26 @@
|
|
|
5
5
|
"type": "module",
|
|
6
6
|
"dependencies": {
|
|
7
7
|
"@aidevops/gui-shared": "workspace:*",
|
|
8
|
-
"@fontsource/courier-prime": "
|
|
9
|
-
"@fontsource/dm-mono": "
|
|
10
|
-
"@fontsource/dm-sans": "
|
|
11
|
-
"@fontsource/fredoka": "
|
|
12
|
-
"@fontsource/ibm-plex-mono": "
|
|
13
|
-
"@fontsource/ibm-plex-sans": "
|
|
14
|
-
"@fontsource/ibm-plex-serif": "
|
|
15
|
-
"@fontsource/inter": "
|
|
16
|
-
"@fontsource/mohave": "
|
|
17
|
-
"@fontsource/playpen-sans": "
|
|
18
|
-
"@fontsource/poppins": "
|
|
19
|
-
"@fontsource/source-sans-3": "
|
|
20
|
-
"@fontsource/source-serif-4": "
|
|
21
|
-
"@fontsource/tilt-neon": "
|
|
22
|
-
"@fontsource/ubuntu": "
|
|
23
|
-
"@fontsource/ubuntu-mono": "
|
|
24
|
-
"@fontsource/zilla-slab": "
|
|
25
|
-
"react": "
|
|
26
|
-
"react-dom": "
|
|
27
|
-
"react-icons": "
|
|
8
|
+
"@fontsource/courier-prime": "5.2.8",
|
|
9
|
+
"@fontsource/dm-mono": "5.2.7",
|
|
10
|
+
"@fontsource/dm-sans": "5.2.8",
|
|
11
|
+
"@fontsource/fredoka": "5.2.10",
|
|
12
|
+
"@fontsource/ibm-plex-mono": "5.2.7",
|
|
13
|
+
"@fontsource/ibm-plex-sans": "5.2.8",
|
|
14
|
+
"@fontsource/ibm-plex-serif": "5.2.7",
|
|
15
|
+
"@fontsource/inter": "5.2.8",
|
|
16
|
+
"@fontsource/mohave": "5.2.10",
|
|
17
|
+
"@fontsource/playpen-sans": "5.3.0",
|
|
18
|
+
"@fontsource/poppins": "5.2.7",
|
|
19
|
+
"@fontsource/source-sans-3": "5.3.0",
|
|
20
|
+
"@fontsource/source-serif-4": "5.2.9",
|
|
21
|
+
"@fontsource/tilt-neon": "5.2.10",
|
|
22
|
+
"@fontsource/ubuntu": "5.2.8",
|
|
23
|
+
"@fontsource/ubuntu-mono": "5.2.8",
|
|
24
|
+
"@fontsource/zilla-slab": "5.3.0",
|
|
25
|
+
"react": "19.1.0",
|
|
26
|
+
"react-dom": "19.1.0",
|
|
27
|
+
"react-icons": "5.6.0"
|
|
28
28
|
},
|
|
29
29
|
"scripts": {
|
|
30
30
|
"dev": "vite --host 127.0.0.1",
|
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.32.
|
|
20
|
+
# Version: 3.32.234
|
|
21
21
|
#
|
|
22
22
|
# Quick Install:
|
|
23
23
|
# npm install -g aidevops && aidevops update (recommended)
|