|
1 | 1 | # Full git status --short |
2 | | - M docs/design/tools/TOOLS_REENGINEERING_INDEX.md |
3 | 2 | M docs/dev/codex_commands.md |
4 | 3 | M docs/dev/commit_comment.txt |
| 4 | + M docs/dev/reports/codex_changed_files.txt |
5 | 5 | M docs/dev/reports/codex_review.diff |
| 6 | + M docs/dev/reports/preview_generator_v2_class_responsibilities.md |
6 | 7 | M tools/preview-generator-v2/index.html |
7 | | - D tools/preview.zip |
8 | | - D tools/preview/preview_svg_generator.html |
9 | | -?? docs/dev/reports/preview_generator_v2_class_responsibilities.md |
10 | | -?? tools/preview-generator-v2/previewGeneratorV2.js |
11 | | - |
12 | | -# PR scoped git diff --cached --stat |
| 8 | + D tools/preview-generator-v2/previewGeneratorV2.js |
| 9 | +?? tools/preview-generator-v2/PreviewGeneratorV2App.js |
| 10 | +?? tools/preview-generator-v2/PreviewGeneratorV2Capture.js |
| 11 | +?? tools/preview-generator-v2/PreviewGeneratorV2Logger.js |
| 12 | +?? tools/preview-generator-v2/PreviewGeneratorV2RepoAccess.js |
| 13 | +?? tools/preview-generator-v2/PreviewGeneratorV2ShellControl.js |
| 14 | +?? tools/preview-generator-v2/PreviewGeneratorV2Ui.js |
| 15 | +?? tools/preview-generator-v2/controls/ |
| 16 | +?? tools/preview-generator-v2/previewGeneratorV2.bootstrap.js |
| 17 | +?? tools/preview-generator-v2/previewGeneratorV2.css |
13 | 18 |
|
14 | 19 | # PR scoped git diff --stat |
15 | | - docs/design/tools/TOOLS_REENGINEERING_INDEX.md | 1 - |
16 | | - docs/dev/codex_commands.md | 47 +- |
17 | | - docs/dev/commit_comment.txt | 2 +- |
18 | | - tools/preview-generator-v2/index.html | 1238 +----------------------- |
19 | | - tools/preview.zip | Bin 19111 -> 0 bytes |
20 | | - tools/preview/preview_svg_generator.html | 1042 -------------------- |
21 | | - 6 files changed, 24 insertions(+), 2306 deletions(-) |
22 | | - |
23 | | -# New file diff stat: tools/preview-generator-v2/previewGeneratorV2.js |
24 | | - .../preview-generator-v2/previewGeneratorV2.js | 1317 ++++++++++++++++++++ |
25 | | - 1 file changed, 1317 insertions(+) |
26 | | - |
27 | | -# New file diff stat: docs/dev/reports/preview_generator_v2_class_responsibilities.md |
28 | | - .../reports/preview_generator_v2_class_responsibilities.md | 11 +++++++++++ |
| 20 | + docs/dev/codex_commands.md | 76 +- |
| 21 | + docs/dev/commit_comment.txt | 2 +- |
| 22 | + .../preview_generator_v2_class_responsibilities.md | 35 +- |
| 23 | + tools/preview-generator-v2/index.html | 476 +------ |
| 24 | + tools/preview-generator-v2/previewGeneratorV2.js | 1317 -------------------- |
| 25 | + 5 files changed, 85 insertions(+), 1821 deletions(-) |
| 26 | + |
| 27 | +# New file diff stat: tools/preview-generator-v2/previewGeneratorV2.css |
| 28 | + .../preview-generator-v2/previewGeneratorV2.css | 338 +++++++++++++++++++++ |
| 29 | + 1 file changed, 338 insertions(+) |
| 30 | + |
| 31 | +# New file diff stat: tools/preview-generator-v2/previewGeneratorV2.bootstrap.js |
| 32 | + .../preview-generator-v2/previewGeneratorV2.bootstrap.js | 5 +++++ |
| 33 | + 1 file changed, 5 insertions(+) |
| 34 | + |
| 35 | +# New file diff stat: tools/preview-generator-v2/PreviewGeneratorV2App.js |
| 36 | + .../preview-generator-v2/PreviewGeneratorV2App.js | 1200 ++++++++++++++++++++ |
| 37 | + 1 file changed, 1200 insertions(+) |
| 38 | + |
| 39 | +# New file diff stat: tools/preview-generator-v2/PreviewGeneratorV2Capture.js |
| 40 | + .../PreviewGeneratorV2Capture.js | 27 ++++++++++++++++++++++ |
| 41 | + 1 file changed, 27 insertions(+) |
| 42 | + |
| 43 | +# New file diff stat: tools/preview-generator-v2/PreviewGeneratorV2Logger.js |
| 44 | + .../PreviewGeneratorV2Logger.js | 24 ++++++++++++++++++++++ |
| 45 | + 1 file changed, 24 insertions(+) |
| 46 | + |
| 47 | +# New file diff stat: tools/preview-generator-v2/PreviewGeneratorV2RepoAccess.js |
| 48 | + .../PreviewGeneratorV2RepoAccess.js | 25 ++++++++++++++++++++++ |
| 49 | + 1 file changed, 25 insertions(+) |
| 50 | + |
| 51 | +# New file diff stat: tools/preview-generator-v2/PreviewGeneratorV2ShellControl.js |
| 52 | + .../PreviewGeneratorV2ShellControl.js | 136 +++++++++++++++++++++ |
| 53 | + 1 file changed, 136 insertions(+) |
| 54 | + |
| 55 | +# New file diff stat: tools/preview-generator-v2/PreviewGeneratorV2Ui.js |
| 56 | + .../preview-generator-v2/PreviewGeneratorV2Ui.js | 84 ++++++++++++++++++++++ |
| 57 | + 1 file changed, 84 insertions(+) |
| 58 | + |
| 59 | +# New file diff stat: tools/preview-generator-v2/controls/AssetFolderControl.js |
| 60 | + .../controls/AssetFolderControl.js | 19 +++++++++++++++++++ |
| 61 | + 1 file changed, 19 insertions(+) |
| 62 | + |
| 63 | +# New file diff stat: tools/preview-generator-v2/controls/CaptureModeControl.js |
| 64 | + .../controls/CaptureModeControl.js | 28 ++++++++++++++++++++++ |
| 65 | + 1 file changed, 28 insertions(+) |
| 66 | + |
| 67 | +# New file diff stat: tools/preview-generator-v2/controls/LastGeneratedImageControl.js |
| 68 | + .../controls/LastGeneratedImageControl.js | 29 ++++++++++++++++++++++ |
| 69 | + 1 file changed, 29 insertions(+) |
| 70 | + |
| 71 | +# New file diff stat: tools/preview-generator-v2/controls/MenuSampleControl.js |
| 72 | + .../controls/MenuSampleControl.js | 25 ++++++++++++++++++++++ |
| 73 | + 1 file changed, 25 insertions(+) |
| 74 | + |
| 75 | +# New file diff stat: tools/preview-generator-v2/controls/OutputSummaryControl.js |
| 76 | + .../controls/OutputSummaryControl.js | 16 ++++++++++++++++ |
| 77 | + 1 file changed, 16 insertions(+) |
| 78 | + |
| 79 | +# New file diff stat: tools/preview-generator-v2/controls/PathsOrIdsControl.js |
| 80 | + .../preview-generator-v2/controls/PathsOrIdsControl.js | 15 +++++++++++++++ |
| 81 | + 1 file changed, 15 insertions(+) |
| 82 | + |
| 83 | +# New file diff stat: tools/preview-generator-v2/controls/PreviewFrameControl.js |
| 84 | + .../preview-generator-v2/controls/PreviewFrameControl.js | 11 +++++++++++ |
29 | 85 | 1 file changed, 11 insertions(+) |
30 | 86 |
|
| 87 | +# New file diff stat: tools/preview-generator-v2/controls/RenderControlsControl.js |
| 88 | + .../controls/RenderControlsControl.js | 20 ++++++++++++++++++++ |
| 89 | + 1 file changed, 20 insertions(+) |
| 90 | + |
| 91 | +# New file diff stat: tools/preview-generator-v2/controls/RepoDestinationControl.js |
| 92 | + .../controls/RepoDestinationControl.js | 17 +++++++++++++++++ |
| 93 | + 1 file changed, 17 insertions(+) |
| 94 | + |
| 95 | +# New file diff stat: tools/preview-generator-v2/controls/StatusControl.js |
| 96 | + .../preview-generator-v2/controls/StatusControl.js | 13 +++++++++++++ |
| 97 | + 1 file changed, 13 insertions(+) |
| 98 | + |
| 99 | +# New file diff stat: tools/preview-generator-v2/controls/TargetSourceControl.js |
| 100 | + .../controls/TargetSourceControl.js | 35 ++++++++++++++++++++++ |
| 101 | + 1 file changed, 35 insertions(+) |
| 102 | + |
31 | 103 | # Full git diff --stat |
32 | | - docs/design/tools/TOOLS_REENGINEERING_INDEX.md | 1 - |
33 | | - docs/dev/codex_commands.md | 47 +- |
34 | | - docs/dev/commit_comment.txt | 2 +- |
35 | | - docs/dev/reports/codex_review.diff | 3958 ++++++++++++++++++++++-- |
36 | | - tools/preview-generator-v2/index.html | 1238 +------- |
37 | | - tools/preview.zip | Bin 19111 -> 0 bytes |
38 | | - tools/preview/preview_svg_generator.html | 1042 ------- |
39 | | - 7 files changed, 3728 insertions(+), 2560 deletions(-) |
| 104 | + docs/dev/codex_commands.md | 76 +- |
| 105 | + docs/dev/commit_comment.txt | 2 +- |
| 106 | + docs/dev/reports/codex_changed_files.txt | 128 +- |
| 107 | + docs/dev/reports/codex_review.diff | 5734 +++++++++++--------- |
| 108 | + .../preview_generator_v2_class_responsibilities.md | 35 +- |
| 109 | + tools/preview-generator-v2/index.html | 476 +- |
| 110 | + tools/preview-generator-v2/previewGeneratorV2.js | 1317 ----- |
| 111 | + 7 files changed, 3276 insertions(+), 4492 deletions(-) |
0 commit comments