-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
265 lines (265 loc) · 112 KB
/
package.json
File metadata and controls
265 lines (265 loc) · 112 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
{
"name": "anygpt",
"version": "1.0.0",
"private": true,
"description": "AnyGPT, the only free API and apps you'll ever need",
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"build": "bash ./scripts/with-bun-path.sh ./node_modules/.bin/turbo run build",
"dev": "bash ./scripts/with-bun-path.sh ./node_modules/.bin/turbo run dev",
"frontend:install": "bash ./bun.sh install --filter ./apps/ui --filter ./apps/homepage",
"frontend:install+preflight": "bash ./scripts/run-frontend-stack.sh install-summary && bash ./scripts/run-frontend-stack.sh frontend-preflight",
"frontend:stack": "bash ./scripts/run-frontend-stack.sh dev",
"workspace:surface:summary": "bash ./scripts/run-frontend-stack.sh workspace-surface-summary",
"workspace:surface:summary+preflight": "bash ./scripts/with-bun-path.sh bun run workspace:surface:summary && bash ./scripts/run-frontend-stack.sh frontend-preflight",
"workspace:surface:root:typecheck": "bash ./scripts/run-frontend-stack.sh workspace-surface-root-check",
"workspace:surface:summary+root:typecheck": "bash ./scripts/with-bun-path.sh bun run workspace:surface:summary && bash ./scripts/run-frontend-stack.sh workspace-surface-root-check",
"workspace:surface:operator:root:typecheck": "bash ./scripts/with-bun-path.sh bun run workspace:surface:summary+root:typecheck",
"workspace:surface:root:preflight": "bash ./scripts/with-bun-path.sh bun run workspace:surface:summary+root:typecheck",
"workspace:surface:operator:preflight": "bash ./scripts/with-bun-path.sh bun run frontend:install+preflight && bash ./scripts/with-bun-path.sh bun run workspace:surface:root:typecheck",
"workspace:surface:summary+preflight+root:typecheck": "bash ./scripts/with-bun-path.sh bun run workspace:surface:summary && bash ./scripts/run-frontend-stack.sh frontend-preflight && bash ./scripts/run-frontend-stack.sh workspace-surface-root-check",
"workspace:surface:root:quickcheck": "bash ./scripts/with-bun-path.sh bun run workspace:surface:summary+preflight+root:typecheck",
"workspace:surface:operator:root:quickcheck": "bash ./scripts/with-bun-path.sh bun run workspace:surface:summary && bash ./scripts/with-bun-path.sh bun run workspace:surface:root:quickcheck",
"workspace:surface:install+root:typecheck": "bash ./scripts/run-frontend-stack.sh install-summary && bash ./scripts/run-frontend-stack.sh workspace-surface-root-check",
"workspace:surface:operator:quickcheck": "bash ./scripts/with-bun-path.sh bun run workspace:surface:summary+preflight+root:typecheck",
"workspace:surface:summary+preflight:thread": "bash -lc 'echo \"Workspace-surface goal context for thread 471543ca-136b-483e-9700-6c53d92449f5:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.\" && echo \"Workspace-surface touched-path context for thread 471543ca-136b-483e-9700-6c53d92449f5:workspace-surface: package.json workspace:surface:summary+preflight:thread developer-workflow alias.\" && echo \"Workspace-surface improvement signal for thread 471543ca-136b-483e-9700-6c53d92449f5:workspace-surface: no code-local failure is active, sampled LangSmith feedback is quiet, and 5 pending runs are partial observability only rather than completed validation for this thread.\" && echo \"Workspace-surface operator defer reason for thread 471543ca-136b-483e-9700-6c53d92449f5:workspace-surface: pending-only or cross-thread LangSmith activity does not satisfy this iteration; local workspace summary and frontend preflight are bounded workspace evidence only unless a fresh same-thread LangSmith run/trace is also emitted.\" && bash ./scripts/with-bun-path.sh bun run workspace:surface:summary && echo \"Workspace-surface smoke step for thread 471543ca-136b-483e-9700-6c53d92449f5:workspace-surface: workspace summary completed; proceeding to frontend preflight through the existing workspace helper.\" && bash ./scripts/run-frontend-stack.sh frontend-preflight && echo \"Workspace-surface validation reminder for thread 471543ca-136b-483e-9700-6c53d92449f5:workspace-surface: local summary and frontend preflight passed only if both commands succeeded, but this iteration still requires at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed bounded workspace smoke/preflight result for package.json, or a clear operator-facing no-run defer reason if no run was emitted.\"'",
"workspace:surface:summary+root:typecheck:thread": "bash -lc 'echo \"Workspace-surface goal context for thread 471543ca-136b-483e-9700-6c53d92449f5:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.\" && echo \"Workspace-surface touched-path context for thread 471543ca-136b-483e-9700-6c53d92449f5:workspace-surface: package.json workspace:surface:summary+root:typecheck:thread developer-workflow alias.\" && echo \"Workspace-surface improvement signal for thread 471543ca-136b-483e-9700-6c53d92449f5:workspace-surface: no code-local failure is active, sampled LangSmith feedback is quiet, and 4 pending runs are partial observability only rather than completed validation for this thread.\" && echo \"Workspace-surface defer reason for thread 471543ca-136b-483e-9700-6c53d92449f5:workspace-surface: cross-thread LangSmith activity does not satisfy validation for this thread, and local workspace summary plus root typecheck are compile-time/workspace evidence only unless a fresh same-thread LangSmith run/trace is also emitted.\" && bash ./scripts/with-bun-path.sh bun run workspace:surface:summary && echo \"Workspace-surface smoke step for thread 471543ca-136b-483e-9700-6c53d92449f5:workspace-surface: workspace summary completed; proceeding to root typecheck through the existing workspace-surface root check helper.\" && bash ./scripts/run-frontend-stack.sh workspace-surface-root-check && echo \"Workspace-surface validation reminder for thread 471543ca-136b-483e-9700-6c53d92449f5:workspace-surface: local summary and root typecheck passed only if both commands succeeded, but this iteration still requires at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed workspace smoke/typecheck result for package.json, or a clear operator-facing no-run defer reason if no run was emitted.\"'",
"workspace:surface:root:summary:typecheck:thread": "bash -lc 'echo \"Workspace-surface goal context for thread 81e4602c-053a-49e1-9336-6f982b3c2fdb:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.\" && echo \"Workspace-surface touched-path context for thread 81e4602c-053a-49e1-9336-6f982b3c2fdb:workspace-surface: package.json workspace:surface:root:summary:typecheck:thread developer-workflow alias.\" && echo \"Workspace-surface improvement signal for thread 81e4602c-053a-49e1-9336-6f982b3c2fdb:workspace-surface: no code-local failure is active, sampled LangSmith feedback is quiet, and pending or sibling-thread activity is partial observability only rather than validation for this thread.\" && echo \"Workspace-surface defer reason for thread 81e4602c-053a-49e1-9336-6f982b3c2fdb:workspace-surface: cross-thread activity does not satisfy validation for this thread, and no fresh same-thread LangSmith run/trace is visible yet, so local workspace summary and root typecheck output are useful workspace evidence only unless a fresh same-thread LangSmith run/trace is also emitted.\" && bash ./scripts/with-bun-path.sh bun run workspace:surface:summary && echo \"Workspace-surface smoke step for thread 81e4602c-053a-49e1-9336-6f982b3c2fdb:workspace-surface: workspace summary completed; proceeding to root typecheck through the Bun PATH helper.\" && bash ./scripts/with-bun-path.sh bun run workspace:surface:root:typecheck && echo \"Workspace-surface validation reminder for thread 81e4602c-053a-49e1-9336-6f982b3c2fdb:workspace-surface: local summary and root typecheck passed only if both commands succeeded, but this iteration still requires at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed workspace smoke/typecheck result for package.json, or a clear operator-facing no-run defer reason if no run was emitted.\"'",
"workspace:surface:thread:check": "bash ./scripts/with-bun-path.sh bun run workspace:surface:root:summary:typecheck:thread",
"workspace:surface:root:typecheck:thread": "bash -lc 'echo \"Workspace-surface goal context for thread 5ba2dbcc-459f-4d07-b7e4-8098e2bd79e2:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.\" && echo \"Workspace-surface touched-path context for thread 5ba2dbcc-459f-4d07-b7e4-8098e2bd79e2:workspace-surface: package.json workspace:surface:root:typecheck:thread developer-workflow alias.\" && echo \"Workspace-surface improvement signal for thread 5ba2dbcc-459f-4d07-b7e4-8098e2bd79e2:workspace-surface: no code-local failure is active, sampled LangSmith feedback is quiet, and cross-thread activity from sibling threads is useful background only rather than validation for this thread.\" && echo \"Workspace-surface defer reason for thread 5ba2dbcc-459f-4d07-b7e4-8098e2bd79e2:workspace-surface: no fresh same-thread LangSmith run/trace is visible for this iteration, so local root typecheck output is useful workspace evidence only unless a fresh same-thread LangSmith run/trace is also emitted.\" && bash ./scripts/with-bun-path.sh bun run workspace:surface:root:typecheck && echo \"Workspace-surface validation reminder for thread 5ba2dbcc-459f-4d07-b7e4-8098e2bd79e2:workspace-surface: root typecheck passed only if the command succeeded, but this iteration still requires at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed workspace smoke/typecheck result for package.json, or a clear operator-facing no-run defer reason if no run was emitted.\"'",
"workspace:surface:summary:thread": "bash -lc 'echo \"Workspace-surface goal context for thread 8739b1d5-0be2-4091-90f2-44fe32d8c6dd:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.\" && echo \"Workspace-surface touched-path context for thread 8739b1d5-0be2-4091-90f2-44fe32d8c6dd:workspace-surface: package.json workspace:surface:summary:thread developer-workflow alias.\" && echo \"Workspace-surface improvement signal for thread 8739b1d5-0be2-4091-90f2-44fe32d8c6dd:workspace-surface: no code-local failure is active, sampled LangSmith feedback is quiet, and pending-only same-thread visibility is partial observability only rather than completed validation.\" && echo \"Workspace-surface defer reason for thread 8739b1d5-0be2-4091-90f2-44fe32d8c6dd:workspace-surface: cross-thread LangSmith activity does not satisfy this iteration, and local workspace summary output is useful workspace evidence only unless a fresh same-thread LangSmith run/trace is also emitted.\" && bash ./scripts/with-bun-path.sh bun run workspace:surface:summary && echo \"Workspace-surface validation reminder for thread 8739b1d5-0be2-4091-90f2-44fe32d8c6dd:workspace-surface: next confirm at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed workspace smoke/typecheck result, or preserve a clear no-run defer reason if no run was emitted.\"' same-thread LangSmith run/trace with explicit goal context plus a passed workspace smoke/typecheck result for package.json, or preserve a clear operator-facing no-run defer reason if no run was emitted.\"'",
"workspace:surface:root-check:d6a25172": "bash -lc 'echo \"Workspace-surface goal context for thread d6a25172-0e0d-448c-af5e-833105a8be12:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.\" && echo \"Workspace-surface touched-path context for thread d6a25172-0e0d-448c-af5e-833105a8be12:workspace-surface: package.json workspace:surface:root-check:d6a25172 developer-workflow alias.\" && echo \"Workspace-surface improvement signal for thread d6a25172-0e0d-448c-af5e-833105a8be12:workspace-surface: no code-local failure is active, recent LangSmith runs are quiet, and pending or cross-thread activity is partial observability only rather than completed validation for this thread.\" && echo \"Workspace-surface defer reason for thread d6a25172-0e0d-448c-af5e-833105a8be12:workspace-surface: cross-thread LangSmith activity does not satisfy validation for this thread, and local workspace summary plus root typecheck are useful workspace evidence only unless a fresh same-thread LangSmith run/trace is also emitted.\" && bash ./scripts/with-bun-path.sh bun run workspace:surface:summary && echo \"Workspace-surface smoke step for thread d6a25172-0e0d-448c-af5e-833105a8be12:workspace-surface: workspace summary completed; proceeding to root typecheck through the Bun PATH helper.\" && bash ./scripts/with-bun-path.sh bun run typecheck && echo \"Workspace-surface validation reminder for thread d6a25172-0e0d-448c-af5e-833105a8be12:workspace-surface: local summary and root typecheck are compile-time workspace evidence only unless a fresh same-thread LangSmith run/trace is also emitted; next confirm at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed workspace smoke/typecheck result for package.json, or preserve a clear operator-facing no-run defer reason if no run was emitted.\"'",
"workspace:surface:snapshot": "bash ./scripts/with-bun-path.sh bun run workspace:surface:summary && echo 'Workspace-surface goal context for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface touched-path context for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: package.json workspace:surface:snapshot developer-workflow alias.' && echo 'Workspace-surface repair signal for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: LangSmith feedback sampled contains_goal_context=0 and repair_smoke_passed=0, so this bounded snapshot emits explicit same-thread goal context before local summary and typecheck steps.' && echo 'Workspace-surface observability note for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: recent same-thread summarize evidence is useful context only, while sibling pending activity is partial observability only and does not satisfy this iteration by itself.' && echo 'Workspace-surface defer reminder for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: pending or cross-thread LangSmith activity does not satisfy this iteration; local summary and typecheck are workspace smoke evidence only unless a fresh same-thread LangSmith run/trace is also emitted.' && echo 'Workspace-surface operator no-run defer for thread c00b351c-9663-4fd5-b791-97e2b2267297:workspace-surface: cross-thread LangSmith activity does not satisfy this iteration, pending visibility is partial observability only, and local workspace smoke output is useful developer evidence but not completed same-thread validation by itself.' && echo 'Workspace-surface validation reminder for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: next confirm at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed workspace smoke/typecheck result for package.json, or preserve a clear operator-facing no-run defer reason if no run was emitted.' && bash ./scripts/with-bun-path.sh workspace-surface-summary-typecheck",
"workspace:surface:run": "bash ./scripts/with-bun-path.sh bun run workspace:surface:summary && echo 'Workspace-surface goal context for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface touched-path context for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: package.json workspace:surface:run developer-workflow alias.' && echo 'Workspace-surface improvement signal for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: no code-local failure is active, governance is quiet, and 6 pending LangSmith runs sampled in this window are partial observability only for this same thread, so this bounded alias now emits the existing workspace summary before the snapshot flow.' && echo 'Workspace-surface operator defer reason for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: pending-only same-thread visibility is partial observability only, cross-thread activity does not satisfy validation for this iteration, and local workspace summary or typecheck output is useful smoke evidence only unless a fresh same-thread LangSmith run/trace is also emitted.' && echo 'Workspace-surface validation reminder for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: next confirm at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed workspace smoke/typecheck result, or preserve a clear operator-facing no-run defer reason if no run was emitted.' && bash ./scripts/with-bun-path.sh bun run workspace:surface:snapshot",
"workspace:surface:thread-snapshot": "echo 'Workspace-surface goal context for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface touched-path context for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: package.json workspace:surface:thread-snapshot developer-workflow alias.' && echo 'Workspace-surface improvement signal for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: no code-local failure is active, governance is quiet, and 4 pending LangSmith runs sampled in this window are partial observability only for this same thread, so this alias emits explicit same-thread context before the existing bounded snapshot flow.' && echo 'Workspace-surface operator defer reason for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: pending-only same-thread visibility and cross-thread activity do not complete validation for this iteration; local workspace summary or typecheck output is useful smoke evidence only unless a fresh same-thread LangSmith run/trace is also emitted.' && echo 'Workspace-surface validation reminder for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: next confirm at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed workspace smoke/typecheck result, or preserve a clear operator-facing no-run defer reason if no run was emitted.' && bash ./scripts/with-bun-path.sh bun run workspace:surface:snapshot",
"frontend:install:status": "bash ./scripts/run-frontend-stack.sh install-check-status",
"frontend:install:only": "bash ./scripts/run-frontend-stack.sh install-check-only",
"workspace:surface:status:thread": "bash ./scripts/with-bun-path.sh bun run workspace:surface:summary && echo 'Workspace-surface goal context for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface improvement signal for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: no code-local failure is active, governance is quiet, and sampled pending LangSmith runs are partial observability only, so this alias emits explicit same-thread context before the existing workspace status snapshot path.' && echo 'Workspace-surface defer reminder for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: pending or cross-thread LangSmith activity does not satisfy this iteration; next confirm at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed workspace smoke/typecheck result, or preserve a clear operator-facing no-run defer reason if no run was emitted.' && bash ./scripts/with-bun-path.sh bun run frontend:status:snapshot:thread",
"workspace:surface:summary:thread:169aed89": "bash -lc 'echo \"Workspace-surface goal context for thread 169aed89-ec88-455a-858a-1d7a85586631:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.\" && echo \"Workspace-surface touched-path context for thread 169aed89-ec88-455a-858a-1d7a85586631:workspace-surface: package.json workspace:surface:summary:thread:169aed89 developer-workflow alias.\" && echo \"Workspace-surface improvement signal for thread 169aed89-ec88-455a-858a-1d7a85586631:workspace-surface: no code-local failure is active, recent LangSmith runs are quiet, and 3 pending runs sampled in this window are partial observability only for this thread rather than completed validation.\" && echo \"Workspace-surface defer reason for thread 169aed89-ec88-455a-858a-1d7a85586631:workspace-surface: cross-thread LangSmith activity from sibling threads does not satisfy this iteration, and local workspace summary plus root typecheck output are useful workspace evidence only unless a fresh same-thread LangSmith run/trace is also emitted.\" && bash ./scripts/with-bun-path.sh bun run workspace:surface:summary && echo \"Workspace-surface smoke step for thread 169aed89-ec88-455a-858a-1d7a85586631:workspace-surface: workspace summary completed; proceeding to the bounded root typecheck path through the Bun PATH helper.\" && bash ./scripts/with-bun-path.sh bun run workspace:surface:root:typecheck && echo \"Workspace-surface validation reminder for thread 169aed89-ec88-455a-858a-1d7a85586631:workspace-surface: local summary and root typecheck passed only if both commands succeeded, but this iteration still requires at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed workspace smoke/typecheck result for package.json, or a clear operator-facing no-run defer reason if no run was emitted.\"'",
"frontend:status:snapshot:thread": "bash ./scripts/with-bun-path.sh bun run workspace:surface:summary && echo 'Workspace-surface goal context for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface touched-path context for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: package.json frontend:status:snapshot:thread developer workflow.' && echo 'Workspace-surface repair signal for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: no code-local failure is active, governance is quiet, and 6 pending LangSmith runs are partial observability only, so this quick snapshot captures bounded workspace readiness before deeper smoke validation.' && echo 'Operator note for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: pending or cross-thread LangSmith activity does not satisfy this iteration; this snapshot is readiness evidence only, and if no fresh same-thread run/trace is emitted it should be treated as a clear no-run defer reason until workspace smoke/typecheck also passes.' && bash ./scripts/with-bun-path.sh bun run frontend:install:status && bash ./scripts/with-bun-path.sh bun run frontend:stack:status && echo 'Workspace-surface validation reminder for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: snapshot commands completed locally, but validation still requires at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed workspace smoke/typecheck result, or a clear no-run defer reason if no run is emitted.'",
"frontend:install-check": "bash ./scripts/with-bun-path.sh bun run workspace:surface:summary && echo 'Workspace-surface goal context for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface touched-path context for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: package.json frontend:install-check developer workflow.' && echo 'Operator note for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: pending or cross-thread LangSmith activity is partial observability only and does not satisfy this iteration; use this bounded workspace smoke step to capture install status, then run frontend typecheck, then confirm a fresh same-thread run/trace or preserve a clear no-run defer reason.' && (bash ./scripts/with-bun-path.sh bun run frontend:install:status && echo 'Workspace-surface smoke step for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: frontend install status completed; proceeding to frontend typecheck through the Bun PATH helper.' && bash ./scripts/with-bun-path.sh bun run frontend:typecheck && echo 'Workspace-surface validation reminder for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: install status and frontend typecheck passed locally, but this iteration still requires at least one fresh same-thread LangSmith run/trace with explicit goal context or a clear no-run defer reason.' || (echo 'Workspace-surface operator defer for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: bounded install-status/typecheck validation did not complete cleanly from package.json frontend:install-check, so no fresh same-thread LangSmith run/trace is confirmed by this local workflow.' && echo 'Workspace-surface validation reminder for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: pending or cross-thread LangSmith activity remains partial observability only; rerun after fixing the local smoke failure, then confirm a fresh same-thread run/trace with explicit goal context plus a passed workspace smoke/typecheck result, or preserve this no-run defer reason.' && exit 1)))",
"frontend:install:quickcheck": "bash ./scripts/with-bun-path.sh bun run workspace:surface:summary && echo 'Workspace-surface goal context for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo with one bounded root-workspace developer-workflow improvement.' && echo 'Workspace-surface touched-path context for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: package.json frontend:install:quickcheck developer workflow.' && echo 'Workspace-surface repair signal for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: no code-local failure is active, governance is quiet, and 5 pending LangSmith runs sampled in this window are partial observability only for this thread, so this quickcheck alias now routes the bounded install-status plus typecheck path through the same-thread summary and Bun PATH helper.' && echo 'Operator note for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: 5 pending or cross-thread LangSmith runs sampled in this window are partial observability only for this thread and do not satisfy validation by themselves; run this install-status plus typecheck path, then confirm a fresh same-thread run/trace or preserve a clear no-run defer reason.' && (bash ./scripts/with-bun-path.sh bun run frontend:install:status && echo 'Workspace-surface smoke step for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: frontend install status completed; proceeding to frontend typecheck through the Bun PATH helper.' && bash ./scripts/with-bun-path.sh bun run frontend:typecheck && echo 'Workspace-surface validation reminder for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: install status and frontend typecheck passed locally, but this iteration still requires at least one fresh same-thread LangSmith run/trace with explicit goal context or a clear no-run defer reason.') || (echo 'Workspace-surface operator defer for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: bounded install-status/typecheck quickcheck did not complete cleanly, so validation remains incomplete and no fresh same-thread LangSmith run/trace is confirmed from this local workflow.' && echo 'Workspace-surface validation reminder for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: cross-thread or pending LangSmith activity is partial observability only; rerun after fixing the local smoke failure, then confirm a fresh same-thread run/trace with explicit goal context plus a passed smoke/typecheck result, or preserve this no-run defer reason.' && exit 1))",
"workspace:surface:status:quick": "bash ./scripts/with-bun-path.sh bun run workspace:surface:summary && echo 'Workspace-surface goal context for thread 775c9662-2dc6-4cc9-938f-2e0a2e6b788a:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo with one bounded root-workspace developer-workflow improvement.' && echo 'Workspace-surface touched-path context for thread 775c9662-2dc6-4cc9-938f-2e0a2e6b788a:workspace-surface: package.json workspace:surface:status:quick developer-workflow alias.' && echo 'Workspace-surface improvement signal for thread 775c9662-2dc6-4cc9-938f-2e0a2e6b788a:workspace-surface: recent LangSmith runs did not surface an active code-local failure, and 2 pending same-thread runs are partial observability only, so this bounded alias captures install and stack readiness in one quick operator-facing snapshot.' && echo 'Workspace-surface operator note for thread 775c9662-2dc6-4cc9-938f-2e0a2e6b788a:workspace-surface: pending same-thread LangSmith visibility is partial observability only and sibling-thread activity does not satisfy validation for this thread; this quick status alias is local readiness evidence only unless a fresh same-thread LangSmith run/trace is also emitted.' && bash ./scripts/with-bun-path.sh bun run frontend:install:status && bash ./scripts/with-bun-path.sh bun run frontend:stack:status && echo 'Workspace-surface validation reminder for thread 775c9662-2dc6-4cc9-938f-2e0a2e6b788a:workspace-surface: quick status commands completed locally, but validation still requires at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed bounded workspace smoke/typecheck result for package.json, or a clear operator-facing no-run defer reason if no run was emitted.'",
"workspace:surface:quickcheck:thread:b31cedc0": "bash ./scripts/with-bun-path.sh bun run workspace:surface:summary && echo 'Workspace-surface goal context for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface touched-path context for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: package.json workspace:surface:quickcheck:thread:b31cedc0 developer-workflow alias.' && echo 'Workspace-surface improvement signal for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: no code-local failure is active, no sampled LangSmith feedback regressions were present, and 5 pending LangSmith runs sampled in this window are partial observability only for this thread, so this bounded alias emits explicit same-thread context before install-status and frontend typecheck.' && echo 'Workspace-surface operator defer reason for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: pending-only or cross-thread LangSmith activity does not satisfy validation for this iteration; local install-status and frontend typecheck are useful workspace smoke evidence only unless a fresh same-thread LangSmith run/trace is also emitted.' && (bash ./scripts/with-bun-path.sh bun run frontend:install:status && echo 'Workspace-surface smoke step for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: frontend install status completed; proceeding to frontend typecheck through the Bun PATH helper.' && bash ./scripts/with-bun-path.sh bun run frontend:typecheck && echo 'Workspace-surface validation reminder for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: install status and frontend typecheck passed locally, but this iteration still requires at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed workspace smoke/typecheck result for package.json, or a clear no-run defer reason.') || (echo 'Workspace-surface operator defer for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: bounded install-status/typecheck quickcheck did not complete cleanly from package.json, so validation remains incomplete and no fresh same-thread LangSmith run/trace is confirmed from this local workflow.' && echo 'Workspace-surface validation reminder for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: pending or cross-thread LangSmith activity is partial observability only; rerun after fixing the local smoke failure, then confirm a fresh same-thread run/trace with explicit goal context plus a passed workspace smoke/typecheck result for package.json, or preserve this clear no-run defer reason.' && exit 1))",
"workspace:surface:quickcheck:thread": "bash ./scripts/with-bun-path.sh bun run workspace:surface:summary && echo 'Workspace-surface goal context for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface touched-path context for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: package.json workspace:surface:quickcheck:thread developer-workflow alias.' && echo 'Workspace-surface improvement signal for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: no code-local failure is active, governance is quiet, and sampled pending LangSmith runs are partial observability only, so this bounded root-workspace alias emits explicit same-thread context before the existing frontend install quickcheck path.' && echo 'Workspace-surface defer reminder for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: pending or cross-thread LangSmith activity does not satisfy this iteration; next confirm at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed workspace smoke/typecheck result, or preserve a clear operator-facing no-run defer reason if no run was emitted.' && bash ./scripts/with-bun-path.sh bun run frontend:install:quickcheck",
"workspace:surface:quickcheck:summary": "bash ./scripts/with-bun-path.sh bun run workspace:surface:summary && echo 'Workspace-surface goal context for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface touched-path context for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: package.json workspace:surface:quickcheck:summary developer-workflow alias.' && echo 'Workspace-surface improvement signal for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: no code-local failure is active, governance is quiet, and 4 pending LangSmith runs sampled in this window are partial observability only, so this bounded alias emits the existing workspace summary before the existing frontend install quickcheck path.' && echo 'Workspace-surface operator defer reason for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: pending-only same-thread visibility or cross-thread activity do not complete validation for this iteration; local install/typecheck output is useful smoke evidence only unless a fresh same-thread LangSmith run/trace is also emitted.' && echo 'Workspace-surface validation reminder for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: next confirm at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed workspace smoke/typecheck result for package.json, or preserve a clear operator-facing no-run defer reason if no run was emitted.' && bash ./scripts/with-bun-path.sh bun run frontend:install:quickcheck",
"frontend:install:typecheck": "echo 'Workspace-surface goal context for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo with one bounded root-workspace developer-workflow improvement.' && echo 'Workspace-surface touched-path context for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: package.json frontend:install:typecheck developer workflow.' && echo 'Operator note for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: 5 pending LangSmith runs sampled in this window are partial observability only for this thread and do not satisfy validation by themselves; run this install-only plus typecheck path, then confirm a fresh same-thread run/trace or preserve a clear no-run defer reason.' && bun run frontend:install:only && echo 'Workspace-surface smoke step for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: frontend install-only step completed; proceeding to frontend typecheck.' && bun run frontend:typecheck && echo 'Workspace-surface validation reminder for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: install-only and frontend typecheck passed locally, but this iteration still requires at least one fresh same-thread LangSmith run/trace with explicit goal context or a clear no-run defer reason.'",
"frontend:install:typecheck:thread": "echo 'Workspace-surface goal context for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface touched-path context for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: package.json frontend:install:typecheck:thread developer workflow.' && echo 'Workspace-surface repair signal for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: no code-local failure is active, governance is quiet, and 5 pending LangSmith runs are partial observability only, so this bounded install-plus-typecheck path improves same-thread operator validation readiness.' && echo 'Operator note for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: pending or cross-thread LangSmith activity does not satisfy this iteration; run this alias for local smoke/typecheck evidence, then confirm a fresh same-thread run/trace or preserve a clear no-run defer reason.' && bash ./scripts/with-bun-path.sh bun run workspace:surface:summary && bash ./scripts/with-bun-path.sh bun run frontend:install:only && echo 'Workspace-surface smoke step for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: frontend install-only step completed; proceeding to frontend typecheck.' && bash ./scripts/with-bun-path.sh bun run frontend:typecheck && echo 'Workspace-surface validation reminder for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: local install-only and frontend typecheck completed, but validation still requires at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed workspace smoke/typecheck result, or a clear no-run defer reason if no run is emitted.'",
"frontend:preflight:workspace-thread": "echo 'Workspace-surface goal context for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface touched-path context for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: package.json frontend:preflight:workspace-thread developer workflow.' && echo 'Workspace-surface repair signal for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: no code-local failure is active, no sampled LangSmith feedback regressions were present, and 3 pending LangSmith runs are partial observability only, so this bounded alias captures same-thread readiness plus smoke/typecheck evidence.' && echo 'Operator note for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: pending or cross-thread LangSmith activity does not satisfy this iteration; this alias is local readiness evidence only unless a fresh same-thread run/trace is also emitted.' && bash ./scripts/with-bun-path.sh bun run frontend:status:snapshot:thread && bash ./scripts/with-bun-path.sh bun run frontend:install:typecheck:thread && echo 'Workspace-surface validation reminder for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: local preflight, install, and typecheck steps completed, but validation still requires at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed workspace smoke/typecheck result, or a clear no-run defer reason if no run is emitted.' || (echo 'Workspace-surface operator defer for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: bounded workspace preflight did not complete cleanly, so no fresh same-thread LangSmith run/trace is confirmed from this local workflow and validation remains incomplete.' && echo 'Workspace-surface validation reminder for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: pending or cross-thread LangSmith activity is partial observability only; rerun this alias after fixing the local workflow issue, then confirm a fresh same-thread run/trace with explicit goal context plus a passed workspace smoke/typecheck result, or preserve this clear no-run defer reason.' && exit 1))",
"frontend:preflight:thread": "echo 'Workspace-surface goal context for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface touched-path context for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: package.json frontend:preflight:thread developer workflow.' && echo 'Workspace-surface repair signal for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: no code-local failure is active, governance is quiet, and 6 pending LangSmith runs are partial observability only, so this bounded same-thread preflight captures readiness before deeper validation.' && echo 'Operator note for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: pending or cross-thread LangSmith activity does not satisfy this iteration; this alias captures summary plus readiness snapshot plus install/typecheck evidence, or preserves a clear no-run defer reason if a local step fails.' && bash ./scripts/with-bun-path.sh bun run workspace:surface:summary && bash ./scripts/with-bun-path.sh bun run frontend:status:snapshot:thread && bash ./scripts/with-bun-path.sh bun run frontend:install:typecheck:thread && echo 'Workspace-surface validation reminder for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: local preflight steps completed, but validation still requires at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed workspace smoke/typecheck result, or a clear no-run defer reason if no run is emitted.' || (echo 'Workspace-surface operator defer for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: bounded same-thread preflight did not complete cleanly, so validation remains incomplete and pending or cross-thread LangSmith activity is still partial observability only.' && echo 'Workspace-surface validation reminder for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: rerun this alias after fixing the local workflow issue, then confirm a fresh same-thread run/trace with explicit goal context plus a passed workspace smoke/typecheck result, or preserve this no-run defer reason.' && exit 1))",
"frontend:status:snapshot": "echo 'Workspace-surface goal context for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface touched-path context for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: package.json frontend:status:snapshot operator workflow.' && echo 'Operator note for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: 6 pending LangSmith runs sampled in this window are partial observability only and do not satisfy same-thread validation for this iteration; capture this quick readiness snapshot first, then run smoke/typecheck or preserve a clear no-run defer reason.' && bun run frontend:install:status && bun run frontend:stack:status && echo 'Workspace-surface validation reminder for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: this snapshot is operator-facing readiness evidence only; cross-thread or pending-only LangSmith activity still does not satisfy this iteration without a fresh same-thread run/trace and passed smoke/typecheck, or a clear no-run defer reason.'",
"frontend:smoke:snapshot": "bun run frontend:status:snapshot",
"frontend:baseline": "echo 'Workspace-surface goal context for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface touched-path context for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: package.json frontend:baseline rollback checklist workflow.' && echo 'Operator note for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: capture this pre-change baseline on the experimental frontend stack before comparing post-change smoke results; pending or cross-thread LangSmith activity is partial observability only and does not satisfy this iteration.' && echo 'Baseline checklist: record exact changed paths/artifacts, confirm current experimental page load/routing/model-list behavior, and compare later smoke/typecheck results against this baseline.' && bun run frontend:install:status && bun run frontend:stack:status",
"frontend:baseline:preflight": "echo 'Workspace-surface goal context for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface touched-path context for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: package.json frontend:baseline:preflight operator workflow.' && echo 'Operator note for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: 4 pending LangSmith runs sampled in this window are partial observability only and do not satisfy same-thread validation for this iteration; run baseline first, then preflight, and preserve a clear no-run defer reason if no fresh same-thread run is emitted.' && bun run frontend:baseline && bun run frontend:preflight",
"frontend:preflight:install-only": "echo 'Workspace-surface goal context for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface touched-path context for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: package.json frontend:preflight:install-only operator workflow.' && echo 'Operator note for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: pending or cross-thread LangSmith activity is partial observability only and does not satisfy this iteration. Use this install-only path for quick workspace readiness, then follow with same-thread smoke/typecheck or preserve a clear no-run defer reason.' && bun run frontend:install:status",
"frontend:preflight": "echo 'Workspace-surface goal context for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface touched-path context for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: package.json frontend:preflight operator workflow.' && echo 'Workspace-surface repair signal for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: LangSmith feedback sampled contains_goal_context=0 and repair_smoke_passed=0, so this preflight step must restate the goal and route operators into bounded smoke/typecheck validation.' && echo 'Operator note for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: pending or cross-thread LangSmith activity is partial observability only and does not satisfy this iteration. If this preflight does not lead to a fresh same-thread run/trace, preserve a clear no-run defer reason instead of claiming validation success.' && (bun run frontend:install-check || (echo 'Workspace-surface operator defer for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: bounded install-status/typecheck preflight did not complete cleanly, so validation remains incomplete and no fresh same-thread LangSmith run/trace is confirmed from this local workflow.' && echo 'Workspace-surface validation reminder for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: cross-thread or pending LangSmith activity is partial observability only; rerun after fixing the local smoke failure, then confirm a fresh same-thread run/trace with explicit goal context plus a passed smoke/typecheck result, or preserve this no-run defer reason.' && exit 1))",
"frontend:preflight:defer-aware": "bun run workspace:defer && bun run frontend:preflight",
"workspace:preflight:quick": "bash ./bun.sh --version && bun run frontend:preflight:defer-aware",
"workspace:preflight:quick:defer-aware": "bash ./bun.sh --version && bun run workspace:preflight-or-defer",
"frontend:preflight:status": "bash ./scripts/run-frontend-stack.sh preflight-status",
"workspace:status": "bun run workspace:defer && bun run frontend:preflight:status",
"workspace:defer": "bash ./scripts/run-frontend-stack.sh same-thread-defer-status",
"workspace:preflight:defer-aware": "bun run workspace:defer && bun run frontend:preflight",
"workspace:operator": "bun run workspace:status:defer && bun run workspace:preflight-or-defer",
"workspace:preflight:defer-first": "bun run workspace:defer && bun run frontend:preflight",
"workspace:preflight-or-defer": "echo 'Workspace-surface operator defer gate for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: pending or cross-thread LangSmith activity is partial observability only and does not satisfy this iteration by itself.' && if bun run workspace:status:defer; then bun run frontend:preflight; else echo 'Workspace-surface operator defer for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: same-thread status/defer check did not complete cleanly, so frontend preflight is being skipped and the no-run defer reason is preserved.'; bun run workspace:status:defer; fi",
"workspace:operator:defer": "bun run workspace:preflight-or-defer",
"workspace:operator:quick": "echo 'Workspace-surface goal context for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface repair signal for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: LangSmith feedback sampled contains_goal_context=0 and repair_smoke_passed=0, so this quick operator alias must restate the goal context explicitly, surface the same-thread defer/status check first, then run the bounded install-status plus typecheck install-check path through the Bun PATH helper and preserve a no-run defer reason until same-thread validation exists.' && echo 'Workspace-surface touched-path context for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: package.json workspace:operator:quick operator workflow alias.' && echo 'Operator note for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: pending or cross-thread LangSmith activity sampled in this window is partial observability only and does not satisfy validation for this thread by itself; this quick alias routes both same-thread defer/status and the bounded install-status plus typecheck install-check path through the Bun PATH helper, and still requires a fresh same-thread run/trace with explicit goal context or a clear no-run defer reason.' && echo 'Experimental API validation reminder for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: before and after any approved experimental change, check the experimental API base URL for readiness, routing, and model availability before considering broader adoption.' && echo 'Workspace-surface validation reminder for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: success still requires at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed bounded workspace smoke/typecheck result, or a clear operator-facing no-run defer reason if no run is emitted.' && if bash ./scripts/with-bun-path.sh bun run workspace:status:defer; then bash ./scripts/with-bun-path.sh bun run frontend:install-check; else echo 'Workspace-surface operator defer for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: same-thread defer/status check did not complete cleanly, so the bounded install-status plus typecheck install-check path is being skipped and the no-run defer reason is preserved.'; fi",
"workspace:quick-validate": "echo 'Workspace-surface goal context for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo with one bounded root-workspace developer-workflow improvement.' && echo 'Workspace-surface repair signal for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: no code-local failure is active, LangSmith feedback-signal had no sampled feedback items, and 3 pending LangSmith runs are partial observability only for this thread, so this alias provides a fast same-thread workspace validation entrypoint while preserving a no-run defer reason until validation evidence exists.' && echo 'Workspace-surface touched-path context for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: package.json workspace:quick-validate developer workflow alias.' && echo 'Operator note for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: pending or cross-thread LangSmith activity is partial observability only and does not satisfy this iteration by itself; this quick alias routes through the Bun PATH helper into the existing defer-aware workspace preflight path.' && echo 'Workspace-surface validation reminder for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: success still requires at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed workspace smoke/typecheck result, or a clear operator-facing no-run defer reason if no run is emitted.' && bash ./scripts/with-bun-path.sh bun run workspace:preflight:quick:defer-aware",
"workspace:surface:quick": "echo 'Workspace-surface goal context for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo with one bounded root-workspace developer-workflow improvement.' && echo 'Workspace-surface touched-path context for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: package.json workspace:surface:quick root-workspace alias.' && echo 'Operator note for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: 6 pending or cross-thread LangSmith runs sampled in this window are partial observability only for this thread and do not satisfy validation by themselves; this alias intentionally routes into the existing defer-aware preflight path through the Bun PATH helper so the bounded workspace check is more resilient on hosts where Bun is installed outside PATH and still preserves a no-run defer reason when same-thread validation is missing.' && bash ./scripts/with-bun-path.sh bun run workspace:preflight-or-defer",
"workspace:status:defer": "echo 'Workspace-surface goal context for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Operator note for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: pending LangSmith activity from other threads is partial observability only and does not satisfy this iteration. If no fresh same-thread run is emitted, preserve a clear no-run defer reason instead of claiming validation success.' && bun run workspace:status && echo 'Workspace status completed for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface. Success condition: confirm at least one fresh same-thread LangSmith control-plane run/trace with explicit goal context for this iteration plus a passed workspace or control-plane smoke/typecheck result, or preserve a clear operator-facing no-run defer reason if no run was emitted.'",
"workspace:status:same-thread": "bash ./scripts/run-frontend-stack.sh same-thread-defer-status",
"workspace:surface:same-thread": "bun run workspace:status:same-thread",
"workspace:surface:pending": "bash ./scripts/run-frontend-stack.sh workspace-surface-pending-status",
"workspace:surface:defer": "bun run workspace:surface:pending",
"workspace:status:preflight": "echo 'Workspace-surface goal context for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Operator note for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: same-thread workspace-surface history is present, but pending or cross-thread LangSmith activity is still partial observability only and does not by itself satisfy this iteration.' && bun run workspace:status && bun run frontend:preflight:strict && echo 'Workspace strict preflight completed for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface. Success condition: confirm at least one fresh same-thread LangSmith control-plane run/trace with explicit goal context for this iteration plus a passed workspace or control-plane smoke/typecheck result, or preserve a clear operator-facing no-run defer reason if no run was emitted.'",
"workspace:quickcheck": "echo 'Workspace-surface goal context for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && bun run workspace:status:preflight && bun run frontend:install-check && echo 'Workspace-surface operator note for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: if no fresh same-thread LangSmith run/trace was emitted during this quickcheck, treat the result as partial observability only and preserve a clear no-run defer reason rather than claiming completed validation from other threads or older iterations.' && echo 'Workspace quickcheck completed for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface.'",
"workspace:quickcheck:defer": "echo 'Workspace-surface goal context for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Operator note for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: 4 pending LangSmith runs are partial observability only for this iteration and do not satisfy same-thread validation by themselves.' && bun run workspace:quickcheck && echo 'Workspace quickcheck defer summary for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: success still requires at least one fresh same-thread LangSmith control-plane run/trace with explicit goal context plus a passed workspace or control-plane smoke/typecheck result, or a clear operator-facing no-run defer reason if no run was emitted.'",
"workspace:quickcheck:defer-first": "echo 'Workspace-surface goal context for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface operator defer gate for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: 4 pending LangSmith runs remain partial observability only for this iteration, so preserve a no-run defer reason first, then run the bounded quickcheck.' && bun run workspace:defer:status && bun run workspace:quickcheck && echo 'Workspace-surface validation reminder for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: this defer-first quickcheck still needs at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed workspace/frontend smoke or typecheck result, or the preserved no-run defer reason if no run was emitted.'",
"workspace:quickcheck:operator": "bun run workspace:quickcheck:defer-first",
"workspace:defer:status": "echo 'Workspace-surface goal context for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface defer reason for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: same-thread LangSmith visibility is currently pending-only and other threads also have pending runs, so this is partial observability evidence only, not completed validation; prefer status/preflight inspection over speculative mutation or deploy actions.' && bun run workspace:status && echo 'Next validation success condition for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: confirm at least one fresh same-thread LangSmith control-plane run/trace with explicit goal context plus a passed workspace or control-plane smoke/typecheck result, or preserve this clear operator-facing no-run defer reason if no run was emitted.'",
"workspace:status:operator": "echo 'Workspace-surface goal context for thread 028e87bf-fe96-4875-9833-0dedb260703c:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && bun run workspace:status && echo 'Workspace status completed for thread 028e87bf-fe96-4875-9833-0dedb260703c:workspace-surface. Success condition: confirm at least one fresh same-thread LangSmith control-plane run/trace with explicit goal context for this iteration plus a passed workspace or control-plane smoke/typecheck result, or preserve a clear operator-facing no-run defer reason if no run was emitted.'",
"workspace:doctor": "echo 'Workspace-surface goal context for thread aeca8d12-7051-463f-82e1-feb5500ed306:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && bun run workspace:status && bash ./scripts/run-frontend-stack.sh doctor && echo 'Workspace doctor completed for thread aeca8d12-7051-463f-82e1-feb5500ed306:workspace-surface. Success condition: confirm at least one fresh same-thread LangSmith control-plane run/trace with explicit goal context for this iteration plus a passed workspace or control-plane smoke/typecheck result, or preserve a clear operator-facing no-run defer reason if no run was emitted.'",
"workspace:operator:preflight": "bun run workspace:status:operator && bun run frontend:preflight",
"frontend:preflight:ready": "bun run frontend:install-check && bun run frontend:readiness:only",
"frontend:preflight:full": "bun run frontend:preflight && bun run frontend:readiness:only",
"frontend:preflight:operator": "echo 'Workspace-surface goal context for thread 6940b178-71e5-4eb6-8fc8-4339fc32a74f:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && bun run frontend:preflight && echo 'Frontend preflight completed for thread 6940b178-71e5-4eb6-8fc8-4339fc32a74f:workspace-surface. Success condition: confirm at least one fresh same-thread LangSmith control-plane run/trace with explicit goal context for this iteration plus a passed workspace or control-plane smoke/typecheck result, or preserve a clear operator-facing no-run defer reason if no run was emitted.'",
"workspace:preflight": "bun run frontend:preflight:operator && bun run typecheck",
"frontend:readiness:operator": "echo 'Workspace-surface goal context for thread 6940b178-71e5-4eb6-8fc8-4339fc32a74f:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && bun run frontend:readiness:only && echo 'Frontend readiness check completed for thread 6940b178-71e5-4eb6-8fc8-4339fc32a74f:workspace-surface. Success condition: confirm at least one fresh same-thread LangSmith control-plane run/trace with explicit goal context for this iteration plus a passed workspace or control-plane smoke/typecheck result, or preserve a clear operator-facing no-run defer reason if no run was emitted.'",
"frontend:readiness:only": "bash ./scripts/run-frontend-stack.sh readiness-only",
"workspace:surface": "echo 'Workspace-surface goal context for thread 6940b178-71e5-4eb6-8fc8-4339fc32a74f:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && bun run workspace:surface:status",
"workspace:surface:preflight:status": "bun run workspace:surface:status",
"workspace:surface:install-check:status": "bun run frontend:install:status",
"workspace:surface:install-check:only": "bun run frontend:install:status",
"workspace:surface:install-check:operator": "bun run workspace:surface:status && bun run frontend:install-check && echo 'Workspace surface operator install-check completed for this bounded workspace-surface iteration. Next validation: confirm at least one fresh same-thread LangSmith control-plane run/trace with explicit goal context plus a passed workspace or control-plane smoke/typecheck result, or preserve a clear operator-facing defer reason if no run was emitted.'",
"workspace:install-check": "bun run frontend:install-check",
"workspace:surface:install-check": "bun run frontend:install-check",
"workspace:surface:validate:operator": "bun run workspace:surface:status && bun run frontend:preflight && bun run frontend:smoke && echo 'Workspace surface operator validation completed for thread 6940b178-71e5-4eb6-8fc8-4339fc32a74f:workspace-surface. This iteration still requires one fresh same-thread LangSmith control-plane run/trace with explicit goal context plus a passed workspace or control-plane smoke/typecheck result; if no run was emitted, preserve a clear operator-facing no-run defer reason instead of relying on other-thread or older runs.'",
"workspace:surface:preflight": "bun run workspace:preflight:operator",
"workspace:surface:preflight:operator": "bun run workspace:preflight:operator",
"workspace:surface:preflight:quick": "bun run workspace:readiness:root && bun run frontend:install-check && echo 'Workspace surface quick preflight passed for this bounded workspace-surface iteration. Next validation: confirm at least one fresh same-thread LangSmith control-plane run/trace with explicit goal context plus a passed workspace or control-plane smoke/typecheck result, or preserve a clear operator-facing defer reason if no run was emitted.'",
"workspace:surface:smoke": "bun run workspace:readiness:root && bun run frontend:smoke:strict && echo 'Workspace surface smoke completed for this bounded workspace-surface iteration. Next validation: confirm at least one fresh same-thread LangSmith control-plane run/trace with explicit goal context plus a passed workspace or control-plane smoke/typecheck result, or preserve a clear operator-facing defer reason if no run was emitted.'",
"workspace:surface:quickcheck": "bun run workspace:surface:check",
"workspace:surface:status": "bun run workspace:readiness:root && bun run workspace:surface:install-check && echo 'Workspace surface status check passed for this bounded workspace-surface iteration. Pending LangSmith runs should still be monitored until they resolve. Next validation: confirm at least one fresh same-thread LangSmith control-plane run/trace with explicit goal context for this iteration, or preserve a clear operator-facing defer reason if no run was emitted.'",
"workspace:surface:quick-status": "bun run workspace:surface:status",
"workspace:surface:operator-check": "bun run workspace:surface:status && bun run workspace:surface:defer:pending-runs",
"workspace:surface:defer:pending-runs": "echo 'Workspace surface defer reason for thread 6cef0bd0-9864-4913-be61-6fb01d359bc9:workspace-surface: LangSmith currently shows pending runs, so this iteration preserves a bounded operator-facing no-run defer reason instead of claiming fresh validation evidence.' && echo 'Observed signal: pending LangSmith queue pressure was sampled during this iteration; treat this as an observability/readiness gap, not by itself a deploy or rollback trigger.' && echo 'Next validation: confirm at least one fresh same-thread LangSmith control-plane run/trace with explicit goal context for this iteration, or preserve this clear operator-facing no-run defer reason if no run was emitted.'",
"workspace:surface:dev": "bun run workspace:readiness:root && bun run frontend:stack",
"workspace:readiness": "bun run frontend:readiness:only && bun run workspace:goal-context && echo 'Workspace readiness completed the bounded readiness-only path for this iteration. Next validation: confirm at least one fresh LangSmith control-plane run/trace with goal context for this iteration, or preserve a clear operator-facing defer reason if no run was emitted.'",
"frontend:check": "bash ./scripts/with-bun-path.sh ./node_modules/.bin/turbo run lint typecheck --filter=./apps/ui --filter=./apps/homepage",
"frontend:all:check": "bash ./scripts/run-frontend-stack.sh readiness",
"workspace:frontend:all:check": "bun run frontend:all:check",
"frontend:smoke": "bun run frontend:preflight:strict && echo 'Frontend smoke path completed. Next validation: run the chosen frontend UI/homepage smoke interaction, then confirm at least one fresh LangSmith control-plane run/trace for this iteration or preserve a clear operator-facing defer reason if no run was emitted.'",
"workspace:quick-check": "bun run typecheck && echo 'Workspace quick check passed for root-workspace validation. Next validation: if a broader surface check is needed, run frontend install/preflight or smoke as appropriate, then confirm at least one fresh LangSmith control-plane run/trace for this iteration or preserve a clear operator-facing defer reason if no run was emitted.'",
"workspace:surface:quick-preflight": "bun run workspace:readiness:root && bun run workspace:quick-check && echo 'Workspace surface quick preflight passed for this bounded workspace-surface iteration. Next validation: confirm at least one fresh LangSmith control-plane run/trace with goal context for this iteration, or preserve a clear operator-facing defer reason if no run was emitted.'",
"workspace:surface:quick-check": "bun run workspace:surface:quick-preflight",
"workspace:surface:validate": "bun run workspace:preflight:operator",
"workspace:readiness:root": "bun run workspace:goal-context && bash ./bun.sh --version && echo 'Workspace root readiness passed: Bun is available for this bounded workspace-surface iteration. Next validation: run frontend preflight or another bounded workspace check as needed, then confirm at least one fresh LangSmith control-plane run/trace with goal context for this iteration, or preserve a clear operator-facing defer reason if no run was emitted.'",
"workspace:preflight:root": "bun run workspace:goal-context && bun run workspace:readiness:root && bun run frontend:preflight && bun run typecheck && echo 'Workspace root preflight passed for this bounded workspace-surface iteration after root readiness, frontend preflight, and root typecheck. Next validation: confirm at least one fresh LangSmith control-plane run/trace with goal context for this iteration, or preserve a clear operator-facing defer reason if no run was emitted.'",
"workspace:surface:check": "bun run workspace:goal-context && bun run frontend:install-check && bun run frontend:preflight && bun run typecheck && echo 'Workspace surface check passed for this bounded workspace-surface iteration after frontend readiness, frontend preflight, and root typecheck. Next validation: confirm at least one fresh LangSmith control-plane run/trace with goal context for this iteration, or preserve a clear operator-facing defer reason if no run was emitted.'",
"workspace:operator-check": "bun run workspace:goal-context && bun run frontend:install-check && bun run typecheck && echo 'Workspace operator check passed for this bounded workspace-surface iteration after readiness-only frontend validation and root typecheck. Next validation: confirm at least one fresh LangSmith control-plane run/trace with goal context for this iteration, or preserve a clear operator-facing defer reason if no run was emitted.'",
"workspace:surface:operator": "bun run workspace:operator-check",
"workspace:surface:quick-operator": "bun run workspace:operator-check",
"workspace:surface:ready": "bun run workspace:operator-check",
"workspace:surface:readiness": "bun run workspace:operator-check",
"workspace:surface:operator-preflight": "bun run frontend:install-check && bun run frontend:preflight && echo 'Workspace surface operator preflight passed for this bounded workspace-surface iteration after readiness-only install validation and frontend preflight. Next validation: confirm at least one fresh LangSmith control-plane run/trace with goal context for this iteration, or preserve a clear operator-facing defer reason if no run was emitted.'",
"workspace:preflight:operator": "bun run workspace:goal-context && bun run frontend:install-check && bun run typecheck && echo 'Workspace preflight operator check passed for this bounded workspace-surface iteration after readiness-only frontend validation and root typecheck. Next validation: confirm at least one fresh LangSmith control-plane run/trace with goal context for this iteration, or preserve a clear operator-facing defer reason if no run was emitted.'",
"workspace:root-check": "bun run workspace:goal-context && bun run typecheck && echo 'Workspace root-only check passed for this bounded workspace-surface iteration without starting frontend processes. Next validation: confirm at least one fresh LangSmith control-plane run/trace with goal context for this iteration, or preserve a clear operator-facing defer reason if no run was emitted.'",
"workspace:goal-context": "echo 'Goal context: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements. Workspace-surface iteration is using a bounded root-workspace improvement path. Next validation: confirm at least one fresh LangSmith control-plane run/trace with goal context for this iteration, or preserve a clear operator-facing defer reason if no run was emitted.'",
"workspace:ready": "bun run workspace:readiness",
"workspace:smoke": "bun run workspace:readiness && bun run frontend:preflight && echo 'Workspace smoke completed the bounded readiness-only plus preflight path for this iteration. Next validation: confirm at least one fresh LangSmith control-plane run/trace with goal context and a passed smoke result for this iteration, or preserve a clear operator-facing defer reason if no run was emitted.'",
"workspace:validate": "bun run workspace:smoke",
"workspace-surface:smoke": "bun run workspace:smoke",
"frontend:readiness": "bash ./scripts/run-frontend-stack.sh readiness",
"frontend:readiness:quick": "bash ./scripts/run-frontend-stack.sh readiness",
"frontend:quick:check": "bun run frontend:readiness:only && bun run typecheck && echo 'Goal context: continuously monitor, fix, and improve AnyGPT across the repo with bounded safe workspace-surface validation. Frontend quick check passed readiness-only plus typecheck for a faster root-workspace validation path. Next validation: confirm at least one fresh LangSmith control-plane run/trace with goal context and a passed smoke result for this iteration, or preserve a clear operator-facing defer reason if no run was emitted.'",
"workspace:quick:check": "bun run frontend:quick:check",
"workspace:validate:quick": "bun run frontend:install-check && bun run frontend:quick:check && echo 'Goal context: continuously monitor, fix, and improve AnyGPT across the repo with bounded safe workspace-surface validation. Workspace validate quick passed install-check, readiness-only, and typecheck for a single operator-facing root-workspace validation path. Next validation: confirm at least one fresh LangSmith control-plane run/trace with goal context and a passed smoke result for this iteration, or preserve a clear operator-facing defer reason if no run was emitted.'",
"root:quick:check": "bun run workspace:quick:check",
"frontend:quick": "bun run frontend:readiness && bun run frontend:preflight && echo 'Frontend quick path passed for workspace-surface validation. Next validation: confirm at least one fresh LangSmith control-plane run/trace for this iteration or preserve a clear operator-facing defer reason if no run was emitted.'",
"frontend:doctor": "bash ./scripts/run-frontend-stack.sh doctor",
"frontend:validate": "bun run frontend:preflight && bun run frontend:typecheck",
"frontend:install:check": "bun run frontend:install-check",
"frontend:install-and-check": "bun run frontend:install && bun run frontend:check",
"frontend:install-and-doctor": "bun run frontend:install && bun run frontend:doctor",
"frontend:install-and-preflight": "bun run frontend:install && bun run frontend:preflight",
"frontend:preflight:install": "bun run frontend:install && bun run frontend:preflight",
"frontend:doctor:install": "bun run frontend:install && bun run frontend:doctor",
"frontend:doctor:fix": "bun run frontend:install && bun run frontend:doctor && bun run frontend:preflight && echo 'Frontend doctor+fix path passed. Next validation: run the chosen frontend smoke path, then confirm at least one fresh LangSmith control-plane run/trace for this iteration or preserve a clear operator-facing defer reason if no run was emitted.'",
"frontend:doctor:json": "bash -lc 'if bun run frontend:doctor >/tmp/anygpt-frontend-doctor.out 2>&1; then status=ready; else status=failed; fi; printf '{\"command\":\"frontend:doctor\",\"status\":\"%s\",\"output_path\":\"%s\",\"next_validation\":\"confirm at least one fresh LangSmith control-plane run/trace for this iteration or preserve a clear operator-facing defer reason if no run was emitted\"}\\n' \"$status\" \"/tmp/anygpt-frontend-doctor.out\"; cat /tmp/anygpt-frontend-doctor.out; test \"$status\" = ready'",
"frontend:help": "bash ./scripts/run-frontend-stack.sh --help",
"frontend:preflight:json": "bash -lc 'if bun run frontend:stack:preflight >/tmp/anygpt-frontend-preflight.out 2>&1; then status=ready; else status=deferred; fi; printf '{\"command\":\"frontend:stack:preflight\",\"status\":\"%s\",\"output_path\":\"%s\",\"next_validation\":\"confirm at least one fresh LangSmith control-plane run/trace for this iteration or preserve a clear operator-facing defer reason if no run was emitted\"}\\n' \"$status\" \"/tmp/anygpt-frontend-preflight.out\"; cat /tmp/anygpt-frontend-preflight.out; test \"$status\" = ready'",
"frontend:preflight:strict:json": "bash ./scripts/run-frontend-stack.sh smoke:json --strict",
"frontend:preflight:defer": "bash ./scripts/run-frontend-stack.sh smoke:defer && echo 'Deferred frontend smoke: active issue is one upstream/provider-bound Gemini capability mismatch and regional catalog drift family for lyria-3-pro-preview (image generation unavailable in country/provider region plus unsupported audio/s16le input), blocked in apps/api Gemini provider routing/capability handling. Repeating the same Gemini provider-method combination is unlikely to help immediately. Next validation: confirm at least one fresh LangSmith control-plane run/trace for an alternate non-Gemini-image/non-raw-audio path, or preserve this clear operator-facing no-run defer reason.'",
"workspace:defer:gemini-lyria": "echo 'Defer reason: Gemini lyria-3-pro-preview failures are upstream/provider-bound in apps/api Gemini provider routing/capability handling. Current signals cluster as one Gemini capability mismatch and regional catalog drift family: image_output blocked in country/provider region and audio_input rejects audio/s16le. Repeating the same Gemini provider-method combination is unlikely to help immediately. Next validation: use a text-only or other already-allowed capability path, then confirm at least one fresh LangSmith control-plane run/trace for this iteration, or preserve this clear no-run defer reason if no run is emitted.'",
"frontend:status": "bun run frontend:stack:status",
"frontend:doctor:summary": "status=$(bun run --silent frontend:doctor:json); printf '%s\n' \"$status\"; echo 'Next validation: run the chosen frontend smoke path, then confirm at least one fresh LangSmith control-plane run/trace for this iteration or preserve a clear operator-facing defer reason if no run was emitted.'",
"frontend:doctor:preflight": "status=$(bun run --silent frontend:doctor:json); printf '%s\n' \"$status\"; bun run frontend:preflight && echo 'Frontend doctor+preflight completed. Note: repeated openai/openrouter Unauthorized or quota failures are upstream credential/provider-governance drift blocked in apps/api provider routing/probing; repeating the same provider-method combination is unlikely to help until credentials or quota are fixed. Next validation: confirm at least one fresh LangSmith control-plane run/trace for this iteration or preserve a clear operator-facing defer reason if no run was emitted.'",
"frontend:doctor:quick": "bun run frontend:doctor",
"frontend:preflight:quick": "bun run frontend:preflight",
"frontend:quickcheck": "bun run frontend:smoke",
"frontend:quickcheck:with-provider-defer-note": "bun run frontend:quickcheck && echo 'Operator note: repeated openai/openrouter Unauthorized or quota-exceeded failures are upstream credential/provider-governance drift blocked in apps/api provider routing/probing; repeating the same provider-method combination is unlikely to help until credentials or quota are fixed. Next validation: confirm at least one fresh LangSmith control-plane run/trace for this iteration or preserve a clear operator-facing defer reason if no run was emitted.'",
"frontend:preflight:doctor": "bun run frontend:preflight && bun run frontend:doctor",
"frontend:preflight:smoke": "bun run frontend:preflight && bun run frontend:status && echo 'Frontend preflight smoke passed. Next validation: confirm at least one fresh LangSmith control-plane run/trace for this iteration or preserve a clear operator-facing defer reason if no run was emitted.'",
"frontend:preflight:ops": "bun run frontend:preflight:json || { status=$?; echo 'Operator note: repeated openai/openrouter Unauthorized or quota-exceeded failures are upstream credential/provider-governance drift blocked in apps/api provider routing/probing; repeating the same provider-method combination is unlikely to help immediately until credentials or quota are fixed.'; echo 'Next validation success condition: confirm at least one fresh LangSmith control-plane run/trace for this iteration, or preserve a clear no-run defer reason if no run was emitted.'; exit $status; }",
"frontend:doctor:strict": "bun run frontend:preflight && bun run frontend:doctor:json >/tmp/anygpt-frontend-doctor.json && cat /tmp/anygpt-frontend-doctor.json && grep -q '\"status\":\"ready\"' /tmp/anygpt-frontend-doctor.json && echo 'Frontend strict doctor passed. Next validation: run the chosen frontend smoke path, then confirm at least one fresh LangSmith control-plane run/trace for this iteration or preserve a clear operator-facing defer reason if no run was emitted.'",
"frontend:doctor:verbose": "bun run frontend:doctor && echo 'Next validation: run the chosen frontend smoke path, then confirm at least one fresh LangSmith control-plane run/trace for this iteration or preserve a clear operator-facing defer reason if no run was emitted.'",
"frontend:ready": "bun run frontend:preflight && bun run frontend:doctor && echo 'Frontend readiness check passed. Next validation: run the chosen frontend smoke path, then confirm at least one fresh LangSmith control-plane run/trace for this iteration or preserve a clear operator-facing defer reason if no run was emitted.'",
"frontend:doctor:tail": "bash -lc 'bun run frontend:doctor:json || status=$?; status=${status:-0}; echo; echo \"Saved frontend doctor output: /tmp/anygpt-frontend-doctor.out\"; echo \"Operator note: repeated openai/openrouter Unauthorized or quota failures are upstream credential/provider-governance drift blocked in apps/api provider routing/probing; repeating the same provider-method combination is unlikely to help immediately until credentials or quota are fixed.\"; echo \"Next validation: confirm at least one fresh LangSmith control-plane run/trace for this iteration or preserve a clear no-run defer reason if no run was emitted.\"; exit \"$status\"'",
"frontend:doctor:verbose:install": "bun run frontend:install && bun run frontend:doctor:verbose",
"frontend:install-and-status": "bun run frontend:install && bun run frontend:status",
"frontend:preflight:install:check": "bun run frontend:install && bun run frontend:preflight && bun run frontend:typecheck",
"frontend:preflight:install-and-check": "bun run frontend:install && bun run frontend:preflight && bun run frontend:typecheck",
"frontend:preflight:fast": "bun run frontend:preflight && echo 'Next validation: confirm at least one fresh LangSmith control-plane run/trace for this iteration or preserve a clear operator-facing defer reason if no run was emitted.'",
"frontend:smoke:experimental": "bun run frontend:smoke && echo 'Next experimental smoke for workspace-surface repair: verify homepage/API root, favicon resolution, and basic control-plane/UI asset checks on anygpt-experimental.service; record whether the smoke passed or failed, include this goal context in the validation note, and then confirm at least one fresh LangSmith control-plane run/trace or preserve a clear no-run defer reason if no run was emitted.'",
"frontend:preflight:install-and-doctor": "bun run frontend:install && bun run frontend:preflight && bun run frontend:doctor",
"frontend:preflight:install:doctor": "bun run frontend:preflight:install-and-doctor",
"frontend:preflight:install-and-status": "bun run frontend:install && bun run frontend:preflight && bun run frontend:status",
"frontend:doctor:smoke": "bun run frontend:preflight && bun run frontend:doctor",
"frontend:dev": "bash ./scripts/run-frontend-stack.sh dev",
"frontend:dev:doctor": "bun run frontend:doctor && bun run frontend:dev",
"frontend:dev:install": "bun run frontend:install && bun run frontend:dev",
"frontend:doctor:install:fast": "bun run frontend:install && bun run frontend:doctor",
"experimental:verify": "bash -lc 'set -euo pipefail; BASE_URL=\"${EXPERIMENTAL_API_BASE_URL:-http://127.0.0.1:3310}\"; echo \"Experimental verify base URL: ${BASE_URL}\"; curl -fsS \"${BASE_URL}/health\" >/dev/null || curl -fsS \"${BASE_URL}/ready\" >/dev/null; curl -fsS \"${BASE_URL}/\" >/dev/null; curl -fsS \"${BASE_URL}/v1/models\" >/dev/null || curl -fsS \"${BASE_URL}/models\" >/dev/null; echo \"Experimental verify passed: health/readiness, root route, and model list are reachable at ${BASE_URL}\"'",
"frontend:smoke:fast": "bun run frontend:doctor && bun run frontend:typecheck",
"frontend:logs": "bash -lc 'find ./apps/ui ./apps/homepage -type f \\( -name \"*.log\" -o -name \"*.out\" -o -name \"*.err\" \\) -printf \"%TY-%Tm-%Td %TH:%TM:%TS %p\\n\" 2>/dev/null | sort -r | head -n 40'",
"frontend:doctor:fast": "bun run frontend:doctor",
"frontend:doctor-and-check": "bun run frontend:doctor && bun run frontend:check",
"frontend:check:all": "bun run frontend:doctor-and-check",
"frontend:preflight:logs": "bun run frontend:preflight && bun run frontend:logs",
"frontend:smoke:install": "bun run frontend:install && bun run frontend:smoke",
"frontend:typecheck": "bash ./scripts/with-bun-path.sh ./node_modules/.bin/turbo run typecheck --filter=./apps/ui --filter=./apps/homepage",
"frontend:check:lint": "bash ./scripts/with-bun-path.sh ./node_modules/.bin/turbo run lint --filter=./apps/ui --filter=./apps/homepage",
"frontend:check:fast": "bun run frontend:preflight:status && bun run frontend:typecheck && echo 'Workspace-surface fast check completed for thread f31ef7e5-6511-4c78-bd31-95160d80008d:workspace-surface. Success condition: confirm at least one fresh same-thread LangSmith control-plane run/trace with explicit goal context for this iteration plus a passed workspace or control-plane smoke/typecheck result, or preserve a clear operator-facing no-run defer reason if no run was emitted.'",
"workspace:surface:fast": "echo 'Workspace-surface goal context for thread aeca8d12-7051-463f-82e1-feb5500ed306:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Operator note for thread aeca8d12-7051-463f-82e1-feb5500ed306:workspace-surface: current LangSmith visibility is partial because pending activity exists and no fresh same-thread completed run/trace plus smoke/typecheck result is confirmed yet; cross-thread activity does not satisfy this iteration.' && bun run frontend:check:fast && echo 'Workspace-surface fast validation completed for thread aeca8d12-7051-463f-82e1-feb5500ed306:workspace-surface. Success condition: confirm at least one fresh same-thread LangSmith control-plane run/trace with explicit goal context for this iteration plus a passed workspace or control-plane smoke/typecheck result, or preserve a clear operator-facing no-run defer reason if no run was emitted.'",
"frontend:check:install": "bun run frontend:install && bun run frontend:typecheck",
"frontend:stack:start": "bash ./scripts/run-frontend-stack.sh start",
"frontend:stack:doctor": "bash ./scripts/run-frontend-stack.sh doctor",
"frontend:stack:preflight": "bash ./scripts/run-frontend-stack.sh preflight",
"frontend:stack:status": "bash ./scripts/run-frontend-stack.sh status",
"frontend:preflight:strict": "bun run frontend:preflight && bun run frontend:status && echo 'Frontend strict preflight passed. Success condition: confirm at least one fresh LangSmith control-plane run/trace for this iteration or preserve a clear operator-facing defer reason if no run was emitted.'",
"frontend:smoke:strict": "bun run frontend:preflight:strict && bun run frontend:smoke && echo 'Frontend strict smoke path completed. Success condition: confirm at least one fresh LangSmith control-plane run/trace for this iteration or preserve a clear operator-facing defer reason if no run was emitted.'",
"workspace:surface:validate:strict": "echo 'Workspace-surface goal context for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Operator note for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: LangSmith observability is still partial for this iteration because recent activity is cross-thread or pending-only; no fresh same-thread completed run/trace plus passed smoke/typecheck result is confirmed yet, so cross-thread activity does not satisfy this iteration.' && echo 'Validation plan for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: run workspace surface status, strict frontend preflight, and frontend smoke while preserving a clear no-run defer reason if same-thread LangSmith evidence is still missing.' && bun run workspace:surface:status && bun run frontend:preflight:strict && bun run frontend:smoke && echo 'Workspace surface strict validation completed for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface. Success condition: confirm at least one fresh same-thread LangSmith control-plane run/trace with explicit goal context for this iteration plus a passed workspace or control-plane smoke/typecheck result, or preserve a clear operator-facing no-run defer reason if no run was emitted.'",
"workspace:surface:strict": "bun run workspace:surface:validate:strict",
"workspace:surface:strict:defer-aware": "bash ./scripts/run-frontend-stack.sh workspace-surface-strict",
"workspace:surface:strict:operator": "bun run workspace:surface:strict:defer-aware",
"workspace:surface:fast:defer-aware": "echo 'Workspace-surface goal context for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Operator note for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: LangSmith observability is partial only because current activity is pending or cross-thread; no fresh same-thread completed run/trace plus passed smoke/typecheck result is confirmed yet.' && bun run frontend:check:fast && echo 'Workspace-surface defer-aware fast path completed for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface. Success condition: confirm at least one fresh same-thread LangSmith control-plane run/trace with explicit goal context for this iteration plus a passed workspace or control-plane smoke/typecheck result, or preserve a clear operator-facing no-run defer reason if no run was emitted.'",
"workspace:surface:goal-context": "echo 'Workspace-surface goal context for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Operator note for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: cross-thread or pending-only LangSmith activity is partial observability only and does not satisfy this iteration.' && bun run workspace:surface:validate:strict",
"workspace:surface:fast:goal-context": "echo 'Workspace-surface goal context for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface touched-path context for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: package.json workspace:surface:fast:goal-context developer workflow alias.' && echo 'Operator note for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: pending or cross-thread LangSmith activity is partial observability only and does not satisfy this iteration; this fast path is bounded local evidence only, not completed validation.' && echo 'Operator note for thread 2ecf435b-4dc3-45ec-bdae-27cee1f93b64:workspace-surface: after this fast path, capture a fresh same-thread LangSmith run/trace with explicit goal context and a passed workspace smoke/typecheck result, or preserve a clear no-run defer reason if no run was emitted.' && bun run workspace:surface:fast:defer-aware",
"workspace:surface:validate:pending": "echo 'Workspace-surface goal context for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface touched-path context for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: package.json workspace:surface:validate:pending developer workflow alias.' && echo 'Operator note for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: 3 pending LangSmith runs sampled in this window are partial observability only for this thread and cross-thread activity does not satisfy validation.' && bun run frontend:install:status && echo 'Workspace-surface smoke step for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: frontend install status completed; running frontend typecheck for bounded local validation.' && bun run frontend:typecheck && echo 'Workspace-surface validation reminder for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: install status and frontend typecheck passed locally, but next still confirm at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed workspace smoke/typecheck result, or preserve a clear operator-facing no-run defer reason.'",
"workspace:surface:quick-validate": "bash ./scripts/with-bun-path.sh bun run workspace:surface:summary && echo 'Workspace-surface goal context for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface touched-path context for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: package.json workspace:surface:quick-validate developer workflow alias.' && echo 'Operator note for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: 5 pending LangSmith runs sampled in this window are partial observability only for this thread and cross-thread activity does not satisfy validation.' && bash ./scripts/with-bun-path.sh bun run frontend:install:status && echo 'Workspace-surface smoke step for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: frontend install status completed; running frontend typecheck for bounded local validation through the Bun PATH helper.' && bash ./scripts/with-bun-path.sh bun run frontend:typecheck && echo 'Workspace-surface validation reminder for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: local workspace smoke/typecheck passed only if both commands succeeded; next still confirm at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed workspace smoke/typecheck result, or preserve a clear operator-facing no-run defer reason if no run was emitted.'",
"check": "bash ./scripts/with-bun-path.sh workspace:surface:goal-smoke && bash ./scripts/with-bun-path.sh bun run frontend:typecheck && bash ./scripts/with-bun-path.sh bun run typecheck",
"workspace:surface:goal-smoke": "bash ./scripts/with-bun-path.sh bun run workspace:surface:summary && echo 'Workspace-surface goal context for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface touched-path context for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: package.json workspace:surface:goal-smoke developer workflow alias.' && echo 'Workspace-surface repair signal for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: LangSmith feedback sampled contains_goal_context=0 and repair_smoke_passed=0, so this bounded root-workspace smoke command emits explicit goal context before local validation.' && echo 'Operator note for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: pending or cross-thread LangSmith activity is partial observability only and does not satisfy this iteration; this command is local readiness evidence only unless a fresh same-thread run/trace is emitted.' && bash ./scripts/with-bun-path.sh bun run frontend:install:status && echo 'Workspace-surface smoke step for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: frontend install status completed; running frontend typecheck for bounded local validation through the Bun PATH helper.' && bash ./scripts/with-bun-path.sh bun run frontend:typecheck && echo 'Workspace-surface validation reminder for thread 8bd76091-7a92-4314-abf8-926521f7bacf:workspace-surface: local workspace smoke/typecheck passed only if both commands succeeded; next still confirm at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed workspace smoke/typecheck result, or preserve a clear operator-facing no-run defer reason if no run was emitted.'",
"workspace:surface:root-check": "bash ./scripts/with-bun-path.sh bun run workspace:surface:goal-smoke && bash ./scripts/with-bun-path.sh bun run typecheck",
"workspace:surface:root-check:thread": "echo 'Workspace-surface goal context for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface touched-path context for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: package.json workspace:surface:root-check:thread developer-workflow alias.' && echo 'Workspace-surface improvement signal for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: no code-local failure is active, governance is quiet, and pending LangSmith runs are partial observability only, so this bounded alias emits explicit same-thread goal context before the existing root workspace smoke/typecheck path.' && echo 'Workspace-surface validation reminder for thread b31cedc0-ceb5-48d7-8772-cf97f38a3b42:workspace-surface: cross-thread or pending-only LangSmith activity does not satisfy this iteration; local smoke/typecheck is compile-time and workspace-readiness evidence only unless a fresh same-thread run/trace is also emitted.' && bash ./scripts/with-bun-path.sh bun run workspace:surface:root-check",
"workspace:surface:root-check:775c9662": "echo 'Workspace-surface goal context for thread 775c9662-2dc6-4cc9-938f-2e0a2e6b788a:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface touched-path context for thread 775c9662-2dc6-4cc9-938f-2e0a2e6b788a:workspace-surface: package.json workspace:surface:root-check:775c9662 developer-workflow alias.' && echo 'Workspace-surface improvement signal for thread 775c9662-2dc6-4cc9-938f-2e0a2e6b788a:workspace-surface: no code-local failure is active, governance is quiet, and same-thread LangSmith visibility is pending-only, which is partial observability only rather than completed validation.' && echo 'Workspace-surface operator defer reason for thread 775c9662-2dc6-4cc9-938f-2e0a2e6b788a:workspace-surface: pending-only same-thread visibility does not satisfy validation by itself, and sibling-thread activity from 775c9662-2dc6-4cc9-938f-2e0a2e6b788a:api-runtime, 775c9662-2dc6-4cc9-938f-2e0a2e6b788a:api-routing, and 775c9662-2dc6-4cc9-938f-2e0a2e6b788a:ui-surface does not satisfy this workspace-surface iteration.' && echo 'Workspace-surface validation reminder for thread 775c9662-2dc6-4cc9-938f-2e0a2e6b788a:workspace-surface: this command provides local workspace smoke/typecheck evidence only unless a fresh same-thread LangSmith run/trace is also emitted; next confirm at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed workspace smoke/typecheck result for package.json, or preserve a clear operator-facing no-run defer reason if no run was emitted.' && bash ./scripts/with-bun-path.sh bun run workspace:surface:root-check",
"workspace:surface:run:775c9662": "echo 'Workspace-surface goal context for thread 775c9662-2dc6-4cc9-938f-2e0a2e6b788a:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface touched-path context for thread 775c9662-2dc6-4cc9-938f-2e0a2e6b788a:workspace-surface: package.json workspace:surface:run:775c9662 same-thread developer-workflow alias.' && echo 'Workspace-surface improvement signal for thread 775c9662-2dc6-4cc9-938f-2e0a2e6b788a:workspace-surface: no code-local failure is active, governance is quiet, and pending-only same-thread LangSmith visibility remains partial observability only for this iteration.' && echo 'Workspace-surface operator defer reason for thread 775c9662-2dc6-4cc9-938f-2e0a2e6b788a:workspace-surface: sibling-thread activity from 775c9662-2dc6-4cc9-938f-2e0a2e6b788a:api-runtime, 775c9662-2dc6-4cc9-938f-2e0a2e6b788a:api-routing, and 775c9662-2dc6-4cc9-938f-2e0a2e6b788a:ui-surface does not satisfy validation for this workspace-surface thread, and local workspace smoke/typecheck remains useful developer evidence only unless a fresh same-thread LangSmith run/trace is also emitted.' && echo 'Workspace-surface summary step for thread 775c9662-2dc6-4cc9-938f-2e0a2e6b788a:workspace-surface: emitting the existing workspace summary before the same-thread root-check alias so operators get bounded local context even when LangSmith visibility is still pending-only.' && bash ./scripts/with-bun-path.sh bun run workspace:surface:summary && echo 'Workspace-surface validation reminder for thread 775c9662-2dc6-4cc9-938f-2e0a2e6b788a:workspace-surface: this alias provides local workspace summary plus smoke/typecheck evidence only unless a fresh same-thread LangSmith run/trace is also emitted; next confirm at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed workspace smoke/typecheck result for package.json, or preserve a clear operator-facing no-run defer reason if no run was emitted.' && bash ./scripts/with-bun-path.sh bun run workspace:surface:root-check:775c9662",
"workspace:surface:run:5ba2dbcc": "echo 'Workspace-surface goal context for thread 5ba2dbcc-459f-4d07-b7e4-8098e2bd79e2:workspace-surface: continuously monitor, fix, and improve AnyGPT across the repo, checking API, control-plane, UI, homepage, runtime health, routing, model availability, governance drift, and bounded safe improvements.' && echo 'Workspace-surface touched-path context for thread 5ba2dbcc-459f-4d07-b7e4-8098e2bd79e2:workspace-surface: package.json workspace:surface:run:5ba2dbcc same-thread developer-workflow alias.' && echo 'Workspace-surface improvement signal for thread 5ba2dbcc-459f-4d07-b7e4-8098e2bd79e2:workspace-surface: no code-local failure is active, recent LangSmith runs are quiet, and pending or cross-thread activity is partial observability only rather than completed validation for this thread.' && echo 'Workspace-surface operator defer reason for thread 5ba2dbcc-459f-4d07-b7e4-8098e2bd79e2:workspace-surface: cross-thread activity from sibling threads such as 5ba2dbcc-459f-4d07-b7e4-8098e2bd79e2:control-plane, 5ba2dbcc-459f-4d07-b7e4-8098e2bd79e2:api-runtime, 5ba2dbcc-459f-4d07-b7e4-8098e2bd79e2:api-routing, 5ba2dbcc-459f-4d07-b7e4-8098e2bd79e2:api-data, and 5ba2dbcc-459f-4d07-b7e4-8098e2bd79e2:homepage-surface does not satisfy validation for this workspace-surface thread, and local workspace summary plus typecheck remains useful developer evidence only unless a fresh same-thread LangSmith run/trace is also emitted.' && echo 'Workspace-surface summary step for thread 5ba2dbcc-459f-4d07-b7e4-8098e2bd79e2:workspace-surface: emitting bounded same-thread goal context before local workspace summary and root typecheck for direct operator payoff.' && bash ./scripts/with-bun-path.sh bun run workspace:surface:summary && echo 'Workspace-surface smoke step for thread 5ba2dbcc-459f-4d07-b7e4-8098e2bd79e2:workspace-surface: workspace summary completed; proceeding to root typecheck through the Bun PATH helper.' && bash ./scripts/with-bun-path.sh bun run typecheck && echo 'Workspace-surface validation reminder for thread 5ba2dbcc-459f-4d07-b7e4-8098e2bd79e2:workspace-surface: local summary and root typecheck passed only if both commands succeeded, but this iteration still requires at least one fresh same-thread LangSmith run/trace with explicit goal context plus a passed workspace smoke/typecheck result for package.json, or a clear operator-facing no-run defer reason if no run was emitted.'",
"test": "bash ./scripts/with-bun-path.sh ./node_modules/.bin/turbo run test",
"lint": "bash ./scripts/with-bun-path.sh ./node_modules/.bin/turbo run lint",
"typecheck": "tsc --noEmit",
"format": "prettier --write ./",
"prepare": "husky",
"setup": "bash ./bun.sh run -F anygpt-api setup",
"control-plane:autonomous:start": "bash ./scripts/control-plane-autonomous-runner.sh start",
"control-plane:autonomous:status": "bash ./scripts/control-plane-autonomous-runner.sh status",
"control-plane:autonomous:stop": "bash ./scripts/control-plane-autonomous-runner.sh stop",
"control-plane:autonomous:restart": "bash ./scripts/control-plane-autonomous-runner.sh restart"
},
"devDependencies": {
"eslint": "^8.57.1",
"husky": "^9.1.7",
"prettier": "^3.8.1",
"turbo": "^2.8.13",
"typescript": "^5.9.3"
},
"packageManager": "bun@1.3.10",
"overrides": {
"next": "^15.5.10",
"@remix-run/router": "^1.23.2",
"@remix-run/server-runtime": "^2.17.3",
"react-router": "^6.30.2",
"vite": "^5.4.21",
"vite-plugin-static-copy": "^2.3.2",
"esbuild": "^0.25.0",
"glob": "^10.5.0",
"minimatch": "^10.2.1",
"brace-expansion": "^5.0.2",
"diff": "^4.0.4",
"qs": "^6.14.2",
"ajv": "^8.18.0",
"undici": "^6.23.0",
"cookie": "^0.7.0",
"on-headers": "^1.1.0",
"tmp": "^0.2.4",
"@babel/runtime": "^7.26.10",
"@babel/helpers": "^7.26.10"
},
"dependencies": {
"chalk": "^5.6.2",
"commander": "^12.1.0"
}
}