|
1 | 1 | MODEL: GPT-5.3-codex |
2 | | -REASONING: medium |
| 2 | +REASONING: low |
3 | 3 |
|
4 | 4 | TASK: |
5 | | -Apply PR 11.30. |
| 5 | +Apply PR 11.31. |
6 | 6 |
|
7 | | -Move the Workspace Manager status/header fields into one shared render block/component so we can rearrange it later without hunting through scattered code. |
| 7 | +Locate the PREV/NEXT navigation label rendering in Workspace Manager. |
8 | 8 |
|
9 | | -Target visible content currently similar to: |
10 | | -Workspace |
11 | | -sample-0901-vector-map |
12 | | -shared workspace state synced |
13 | | -PREV |
14 | | -Parallax Scene Studio |
15 | | -NEXT |
16 | | -Workspace: Loaded |
17 | | -Shared Palette: Sample 1902 Workspace Palette |
18 | | -Shared Assets: No shared asset selected |
19 | | - |
20 | | -Required behavior: |
21 | | -- Consolidate this into one render path/component/function. |
22 | | -- Preserve current working Workspace Manager behavior. |
23 | | -- Preserve full tool display. |
24 | | -- Preserve child tool launch/palette handoff behavior. |
25 | | -- Do not change payload schema. |
26 | | - |
27 | | -Shared Assets rule: |
28 | | -- "Shared Assets: No shared asset selected" should not be shown as a permanent noisy status for sample 1902 if there is no shared selected asset concept. |
29 | | -- Show Shared Assets only when the workspace actually provides meaningful shared asset selection/data. |
30 | | -- Do not create fake shared assets. |
31 | | -- Do not use hidden defaults. |
32 | | -- Do not treat absent shared assets as an error. |
| 9 | +Update styling for the tool name text: |
| 10 | +- increase font size (e.g., 1.2x–1.4x current or equivalent px/em bump) |
| 11 | +- set color to #3600af |
33 | 12 |
|
34 | 13 | Do NOT: |
35 | | -- change fullscreen title/description logic unless required by shared status rendering |
36 | | -- change workspace fan-out |
37 | | -- change button enablement |
38 | | -- change tool payload handoff |
39 | | -- touch start_of_day folders |
40 | | -- add broad refactors |
| 14 | +- change navigation logic |
| 15 | +- change payload logic |
| 16 | +- change layout containers |
| 17 | +- add new components |
41 | 18 |
|
42 | 19 | Validation: |
43 | 20 | node --check tools/shared/platformShell.js |
44 | | -node ./tests/runtime/LaunchSmokeAllEntries.test.mjs --samples --sample-range=1902-1902 --tools |
45 | | - |
46 | | -Manual validation: |
47 | | -Open sample 1902 -> Workspace Manager. |
48 | | -Confirm: |
49 | | -- workspace status/header content still appears |
50 | | -- Shared Palette shows Sample 1902 Workspace Palette |
51 | | -- Shared Assets does not show misleading permanent "No shared asset selected" unless the UI intentionally shows neutral optional status |
52 | | -- all expected tools still visible/openable |
53 | 21 |
|
54 | | -REPORT: |
55 | | -Write docs/dev/reports/PR_11_30_validation.txt with: |
56 | | -- changed files |
57 | | -- render block/function name |
58 | | -- Shared Assets display rule |
59 | | -- validation results |
| 22 | +Manual: |
| 23 | +Open Workspace Manager |
| 24 | +Verify PREV/NEXT tool name: |
| 25 | +- larger font |
| 26 | +- color #3600af |
0 commit comments