Skip to content

Commit 675f320

Browse files
author
DavidQ
committed
Standardize tool name to Preview Generator V2 across design docs - PR_26126_005-preview-generator-v2-naming
1 parent 0cf9667 commit 675f320

6 files changed

Lines changed: 196 additions & 306 deletions

docs/dev/codex_commands.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# Codex Commands - PR_26126_004-preview-tool-layout-refinement
1+
# Codex Commands - PR_26126_005-preview-generator-v2-naming
22

33
```bash
4-
codex run "Create PR_26126_004-preview-tool-layout-refinement. Update the preview tool layout spec to explicitly use Palette Manager as the base layout and interaction pattern (panel structure, control grouping, header usage). Add requirement: center column must include a 'last generated preview' section at the bottom showing the most recent rendered image. Define its placement, sizing, and behavior (replaces on new render, no history, no fallback). Keep strict JSON input rules. No implementation code. Do not modify samples. Update docs/pr/PR_26126_003-preview-tool-layout-spec.md and produce review artifacts."
4+
codex run "Create PR_26126_005-preview-generator-v2-naming. Update all Preview Generator V2 design docs to use the official name \"Preview Generator V2\". Ensure consistency across title, header (platformShell shortDescription usage), layout spec, and references to the tool. Do not change functionality. Do not modify samples. Update docs/pr files and produce review artifacts."
55
```
66

77
## Validation Commands
88

99
```bash
10-
git diff --check -- docs/pr/PR_26126_003-preview-tool-layout-spec.md docs/dev/codex_commands.md docs/dev/commit_comment.txt
10+
git diff --check -- docs/pr/PR_26126_002-preview-tool-detailed-design.md docs/pr/PR_26126_003-preview-tool-layout-spec.md docs/dev/codex_commands.md docs/dev/commit_comment.txt
1111
npm run codex:review-artifacts
1212
```
1313

1414
## Playwright
1515

16-
No Playwright impact. This PR refines documentation/layout specification only and does not modify implementation code.
16+
No Playwright impact. This PR is a documentation naming consistency pass and does not modify implementation code.
1717

1818
## Full Samples
1919

docs/dev/commit_comment.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Refine Preview tool layout spec from Palette Manager pattern - PR_26126_004-preview-tool-layout-refinement
1+
Normalize Preview Generator V2 naming in design docs - PR_26126_005-preview-generator-v2-naming
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# git status --short
22
M docs/dev/codex_commands.md
33
M docs/dev/commit_comment.txt
4+
M docs/pr/PR_26126_002-preview-tool-detailed-design.md
45
M docs/pr/PR_26126_003-preview-tool-layout-spec.md
56

67
# git diff --stat
7-
docs/dev/codex_commands.md | 8 +-
8-
docs/dev/commit_comment.txt | 2 +-
9-
docs/pr/PR_26126_003-preview-tool-layout-spec.md | 149 +++++++++++++++++++++--
10-
3 files changed, 141 insertions(+), 18 deletions(-)
8+
docs/dev/codex_commands.md | 8 +++----
9+
docs/dev/commit_comment.txt | 2 +-
10+
.../PR_26126_002-preview-tool-detailed-design.md | 18 +++++++-------
11+
docs/pr/PR_26126_003-preview-tool-layout-spec.md | 28 ++++++++++++----------
12+
4 files changed, 31 insertions(+), 25 deletions(-)

0 commit comments

Comments
 (0)