@@ -11,7 +11,9 @@ Each bug entry should contain:
1111- bug behavior
1212- status
1313
14- ## List of Bugs
14+ ## Archived bugs
15+
16+ Bugs fixed during previous designs that no longer map to current UI concepts.
1517
1618### WS-001 CLI Buttons Not Recomputed After Workspace Change
1719
@@ -36,6 +38,36 @@ Acceptance:
3638
3739- CLI availability recomputes immediately when workspace changes
3840
41+ ### WS-008 View State Model Did Nothing For Unsupported Workspace
42+
43+ - Area: Navigation / State Model Analysis
44+ - Status: archived after shared runtime refactor
45+
46+ Reproduction:
47+
48+ 1 . Select a workspace that is not available in either the TESTAR runtime or the CLI runtime.
49+ 2 . Click ` View State Model ` .
50+
51+ Expected:
52+
53+ - WebStudio shows a user-facing dialog explaining why state model analysis cannot be opened for the selected workspace
54+
55+ Bug:
56+
57+ - the button action returned silently when the selected workspace was not available in the TESTAR runtime workspace list
58+ - the check was too strict because CLI workspaces can also generate state models
59+
60+ Reason archived:
61+
62+ - WebStudio now uses the selected shared workspace/runtime model
63+ - the separate TESTAR-vs-CLI runtime availability concept no longer maps to the current State Model flow
64+ - current expected behavior is specified in ` WEBSTUDIO_FUNCTIONAL_SPEC.md `
65+ - current dialog behavior remains covered by ` stateModelNavigation.test.js `
66+
67+ ## List of Bugs
68+
69+ Bugs fixed which are still relevant to current designs or behaviors.
70+
3971### WS-002 Runtime Pages Missing SUT Target Summary
4072
4173- Area: Generate Mode / Spy Mode
@@ -196,30 +228,59 @@ Acceptance:
196228- optional non-dropdown string settings can still render a blank option
197229- regression test ` settingsSelectOptions.test.js ` passes
198230
199- ### WS-008 View State Model Did Nothing For Unsupported Workspace
231+ ### WS-009 Generate And Spy Buttons Disabled By Stale Runtime-Origin Gate
200232
201- - Area: Navigation / State Model Analysis
233+ - Area: Generate Mode / Spy Mode
202234- Status: fixed
203235
204236Reproduction:
205237
206- 1 . Select a workspace that is not available in either the TESTAR runtime or the CLI runtime.
207- 2 . Click ` View State Model ` .
238+ 1 . Select a workspace after the shared runtime/workspace refactor.
239+ 2 . Open Generate Mode or Spy Mode.
240+ 3 . Observe the run buttons.
208241
209242Expected:
210243
211- - WebStudio shows a user-facing dialog explaining why state model analysis cannot be opened for the selected workspace
244+ - Generate and Spy start buttons enable when a workspace is selected and no execution is already running
245+ - workspace origin metadata must not disable scriptless runtime controls
212246
213247Bug:
214248
215- - the button action returned silently when the selected workspace was not available in the TESTAR runtime workspace list
216- - the check was too strict because CLI workspaces can also generate state models
249+ - Generate and Spy still required ` availableInTestar `
250+ - workspaces not marked with that old TESTAR-only flag left the buttons disabled
251+
252+ Acceptance:
253+
254+ - Generate and Spy buttons use selected shared workspace availability
255+ - no selected workspace still disables the buttons
256+ - saving or active execution still disables the buttons
257+ - regression test ` runtimeModeControls.test.js ` passes
258+
259+ ### WS-010 LLM Complete Results Shown As Issues
260+
261+ - Area: Test Results / CLI Reports
262+ - Status: fixed
263+
264+ Reproduction:
265+
266+ 1 . Run an Agent CLI execution that finishes with ` LLM_COMPLETE ` .
267+ 2 . Open ` View Test Results ` .
268+ 3 . Inspect ` Output Results ` , ` Test Verdict Files ` , and success/issue filters.
269+
270+ Expected:
271+
272+ - ` LLM_COMPLETE ` result files are successful outcomes
273+ - output folders containing only ` LLM_COMPLETE ` files are successful
274+ - ` Successful only ` includes ` LLM_COMPLETE `
275+ - ` Issues only ` excludes ` LLM_COMPLETE `
276+
277+ Bug:
278+
279+ - shared result listing still treated only ` OK ` as successful
280+ - ` LLM_COMPLETE ` files were marked as failed, causing red rows and incorrect filters
217281
218282Acceptance:
219283
220- - incompatible workspaces show an ` Unable To Open State Model ` dialog
221- - missing workspace selection shows an ` Unable To Open State Model ` dialog
222- - TESTAR-compatible workspaces continue to call the state model open API
223- - CLI-compatible workspaces continue to call the state model open API
224- - state model analysis resolves datastore paths against the selected workspace runtime home
225- - regression test ` stateModelNavigation.test.js ` passes
284+ - shared result status classification treats ` OK ` and ` LLM_COMPLETE ` as successful
285+ - ` LLM_INVALID ` and non-success verdicts remain issue outcomes
286+ - regression test ` ResultVerdictStatusTest ` passes
0 commit comments