|
1 | | -# git status --short |
2 | | -M .env.example |
3 | | - M docs_build/database/README.md |
4 | | - M docs_build/database/backup-restore-lane.md |
5 | | - M docs_build/database/runbook.md |
| 1 | +# Codex Changed Files |
| 2 | + |
| 3 | +## git status --short (PR-scoped) |
| 4 | + |
| 5 | +M assets/theme-v2/js/gamefoundry-partials.js |
| 6 | + M assets/theme-v2/partials/footer.html |
| 7 | + M assets/theme-v2/partials/header-nav.html |
| 8 | + M docs_build/dev/codex_commands.md |
| 9 | + M docs_build/dev/commit_comment.txt |
| 10 | + M docs_build/dev/reports/codex_changed_files.txt |
| 11 | + M docs_build/dev/reports/codex_review.diff |
| 12 | + M docs_build/dev/reports/filesystem_scan_reduction_report.md |
| 13 | + M docs_build/dev/reports/playwright_discovery_ownership_report.md |
| 14 | + M docs_build/dev/reports/playwright_discovery_scope_report.md |
| 15 | + M docs_build/dev/reports/playwright_structure_audit.md |
| 16 | + M src/dev-runtime/admin/header-nav.local.html |
| 17 | + M tests/playwright/tools/RootToolsFutureState.spec.mjs |
| 18 | +?? docs_build/dev/reports/PR_26168_247-memberships-page.md |
| 19 | +?? memberships/index.html |
| 20 | +?? tests/playwright/tools/PublicMembershipsPage.spec.mjs |
| 21 | + |
| 22 | +## git diff --stat (PR-scoped) |
| 23 | + |
| 24 | +assets/theme-v2/js/gamefoundry-partials.js | 3 +- |
| 25 | + assets/theme-v2/partials/footer.html | 1 + |
| 26 | + assets/theme-v2/partials/header-nav.html | 8 ++++- |
| 27 | + docs_build/dev/codex_commands.md | 36 ++++++++++++++++++++++ |
| 28 | + docs_build/dev/commit_comment.txt | 3 +- |
| 29 | + .../reports/filesystem_scan_reduction_report.md | 2 +- |
| 30 | + .../playwright_discovery_ownership_report.md | 6 ++-- |
| 31 | + .../reports/playwright_discovery_scope_report.md | 6 ++-- |
| 32 | + .../dev/reports/playwright_structure_audit.md | 8 ++--- |
| 33 | + src/dev-runtime/admin/header-nav.local.html | 8 ++++- |
| 34 | + .../playwright/tools/RootToolsFutureState.spec.mjs | 4 +-- |
| 35 | + 11 files changed, 65 insertions(+), 20 deletions(-) |
| 36 | + .../dev/reports/PR_26168_247-memberships-page.md | 90 ++++++++++++++++++++++ |
| 37 | + 1 file changed, 90 insertions(+) |
| 38 | + /dev/null => memberships/index.html | 122 ++++++++++++++++++++++++++++++++++++ |
| 39 | + 1 file changed, 122 insertions(+) |
| 40 | + .../tools/PublicMembershipsPage.spec.mjs | 110 +++++++++++++++++++++ |
| 41 | + 1 file changed, 110 insertions(+) |
| 42 | + docs_build/dev/reports/codex_changed_files.txt | 108 +- |
| 43 | + docs_build/dev/reports/codex_review.diff | 1918 +++++++----------------- |
| 44 | + 2 files changed, 603 insertions(+), 1423 deletions(-) |
| 45 | + |
| 46 | +## Full working tree note |
| 47 | + |
| 48 | +- Unrelated pre-existing working tree change remains: `D test.sql` (excluded from PR diff and ZIP). |
| 49 | + |
| 50 | +## Full git status --short |
| 51 | + |
| 52 | +M assets/theme-v2/js/gamefoundry-partials.js |
| 53 | + M assets/theme-v2/partials/footer.html |
| 54 | + M assets/theme-v2/partials/header-nav.html |
6 | 55 | M docs_build/dev/codex_commands.md |
7 | 56 | M docs_build/dev/commit_comment.txt |
8 | 57 | M docs_build/dev/reports/codex_changed_files.txt |
9 | 58 | M docs_build/dev/reports/codex_review.diff |
10 | | - M docs_build/dev/reports/coverage_changed_js_guardrail.txt |
11 | | - M docs_build/dev/reports/playwright_v8_coverage_report.txt |
12 | | - M src/dev-runtime/database/postgres-backup-service.mjs |
13 | | - M src/dev-runtime/server/local-api-router.mjs |
14 | | - M src/dev-runtime/storage/r2-project-asset-storage.mjs |
15 | | - M src/dev-runtime/storage/storage-config.mjs |
16 | | - M tests/dev-runtime/PostgresBackupService.test.mjs |
17 | | - M tests/playwright/tools/AdminPlatformToolsWireframes.spec.mjs |
18 | | -?? docs_build/dev/reports/PR_26168_246-r2-backed-postgres-backups.md |
19 | | - |
20 | | -# git ls-files --others --exclude-standard |
21 | | -docs_build/dev/reports/PR_26168_246-r2-backed-postgres-backups.md |
22 | | - |
23 | | -# git diff --stat |
24 | | -.env.example | 16 + |
25 | | - docs_build/database/README.md | 2 +- |
26 | | - docs_build/database/backup-restore-lane.md | 80 +- |
27 | | - docs_build/database/runbook.md | 23 +- |
28 | | - docs_build/dev/codex_commands.md | 30 + |
29 | | - docs_build/dev/commit_comment.txt | 2 +- |
30 | | - docs_build/dev/reports/codex_changed_files.txt | 51 +- |
31 | | - docs_build/dev/reports/codex_review.diff | 9458 +++----------------- |
32 | | - .../dev/reports/coverage_changed_js_guardrail.txt | 15 +- |
33 | | - .../dev/reports/playwright_v8_coverage_report.txt | 22 +- |
34 | | - .../database/postgres-backup-service.mjs | 141 +- |
35 | | - src/dev-runtime/server/local-api-router.mjs | 5 +- |
36 | | - .../storage/r2-project-asset-storage.mjs | 64 +- |
37 | | - src/dev-runtime/storage/storage-config.mjs | 103 +- |
38 | | - tests/dev-runtime/PostgresBackupService.test.mjs | 269 +- |
39 | | - .../tools/AdminPlatformToolsWireframes.spec.mjs | 16 +- |
40 | | - 16 files changed, 1989 insertions(+), 8308 deletions(-) |
41 | | -warning: in the working copy of '.env.example', LF will be replaced by CRLF the next time Git touches it |
42 | | -warning: in the working copy of 'docs_build/dev/reports/codex_changed_files.txt', CRLF will be replaced by LF the next time Git touches it |
43 | | -warning: in the working copy of 'src/dev-runtime/database/postgres-backup-service.mjs', LF will be replaced by CRLF the next time Git touches it |
44 | | -warning: in the working copy of 'src/dev-runtime/server/local-api-router.mjs', LF will be replaced by CRLF the next time Git touches it |
45 | | -warning: in the working copy of 'src/dev-runtime/storage/r2-project-asset-storage.mjs', LF will be replaced by CRLF the next time Git touches it |
46 | | -warning: in the working copy of 'src/dev-runtime/storage/storage-config.mjs', LF will be replaced by CRLF the next time Git touches it |
47 | | -warning: in the working copy of 'tests/dev-runtime/PostgresBackupService.test.mjs', LF will be replaced by CRLF the next time Git touches it |
48 | | -warning: in the working copy of 'tests/playwright/tools/AdminPlatformToolsWireframes.spec.mjs', LF will be replaced by CRLF the next time Git touches it |
| 59 | + M docs_build/dev/reports/filesystem_scan_reduction_report.md |
| 60 | + M docs_build/dev/reports/playwright_discovery_ownership_report.md |
| 61 | + M docs_build/dev/reports/playwright_discovery_scope_report.md |
| 62 | + M docs_build/dev/reports/playwright_structure_audit.md |
| 63 | + M src/dev-runtime/admin/header-nav.local.html |
| 64 | + D test.sql |
| 65 | + M tests/playwright/tools/RootToolsFutureState.spec.mjs |
| 66 | +?? docs_build/dev/reports/PR_26168_247-memberships-page.md |
| 67 | +?? memberships/index.html |
| 68 | +?? tests/playwright/tools/PublicMembershipsPage.spec.mjs |
0 commit comments