-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodex_review.diff
More file actions
150 lines (147 loc) · 8.85 KB
/
Copy pathcodex_review.diff
File metadata and controls
150 lines (147 loc) · 8.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
diff --git a/dev/reports/PR_26180_OWNER_009-move-api-application_branch-validation.md b/dev/reports/PR_26180_OWNER_009-move-api-application_branch-validation.md
index 4d6dbea40..fa1c9e61d 100644
--- a/dev/reports/PR_26180_OWNER_009-move-api-application_branch-validation.md
+++ b/dev/reports/PR_26180_OWNER_009-move-api-application_branch-validation.md
@@ -21,4 +21,3 @@
- Dev-only bootstrap/orchestration not moved: PASS
- Browser/www direct imports of top-level `api/` implementation avoided: PASS
- Runtime/UI product behavior changes avoided: PASS
-
diff --git a/dev/reports/PR_26180_OWNER_009-move-api-application_manual-validation-notes.md b/dev/reports/PR_26180_OWNER_009-move-api-application_manual-validation-notes.md
index 550447e6a..809478225 100644
--- a/dev/reports/PR_26180_OWNER_009-move-api-application_manual-validation-notes.md
+++ b/dev/reports/PR_26180_OWNER_009-move-api-application_manual-validation-notes.md
@@ -12,4 +12,3 @@
- Representative `/api/*` endpoints were exercised through the moved local API server.
- Public URL preservation was checked through the targeted Browser API URL Playwright smoke.
-
diff --git a/dev/reports/PR_26180_OWNER_009-move-api-application_report.md b/dev/reports/PR_26180_OWNER_009-move-api-application_report.md
index a76840b9d..a6d78c342 100644
--- a/dev/reports/PR_26180_OWNER_009-move-api-application_report.md
+++ b/dev/reports/PR_26180_OWNER_009-move-api-application_report.md
@@ -27,4 +27,3 @@ The move keeps developer-only local bootstrap/orchestration in `dev/` for the la
- The first route smoke attempt included `/api/session/users`, which returned 503 because that route depends on configured provider/session-user data. The final smoke used provider-independent API routes and passed.
- Targeted Playwright initially exposed a stale test-local static server assumption from the prior `www/` move. The spec now uses the shared static route resolver, preserving public routes while serving from `www/`.
-
diff --git a/dev/reports/PR_26180_OWNER_009-move-api-application_requirement-checklist.md b/dev/reports/PR_26180_OWNER_009-move-api-application_requirement-checklist.md
index 39ef2e0e7..80d331c15 100644
--- a/dev/reports/PR_26180_OWNER_009-move-api-application_requirement-checklist.md
+++ b/dev/reports/PR_26180_OWNER_009-move-api-application_requirement-checklist.md
@@ -11,4 +11,3 @@
| Browser/www must not import `api/` files directly | PASS | Browser code continues importing `src/api` client modules; boundary test passes. |
| Update reports under canonical path | PASS | Reports generated under `dev/reports/`. |
| Produce repo-structured ZIP under canonical path | PASS | ZIP generated under `dev/workspace/zips/`. |
-
diff --git a/dev/reports/PR_26180_OWNER_009-move-api-application_validation-report.md b/dev/reports/PR_26180_OWNER_009-move-api-application_validation-report.md
index f73c4083c..b78241c05 100644
--- a/dev/reports/PR_26180_OWNER_009-move-api-application_validation-report.md
+++ b/dev/reports/PR_26180_OWNER_009-move-api-application_validation-report.md
@@ -24,4 +24,3 @@
- `/api/session/users` was not used in the final smoke because it depends on configured provider/session-user data and returned 503 in this local environment.
- Playwright is targeted because API route behavior and browser API URL handling are adjacent to this move.
-
diff --git a/dev/reports/codex_changed_files.txt b/dev/reports/codex_changed_files.txt
index 7b9ed6047..f2d871603 100644
--- a/dev/reports/codex_changed_files.txt
+++ b/dev/reports/codex_changed_files.txt
@@ -1,95 +1,5 @@
-api/API_RUNTIME_BOUNDARY.md
-api/guest-seeds/tool-metadata-inventory.js
-api/server/local-api-router.mjs
-api/server/local-api-server.mjs
-dev/build/ProjectInstructions/PROJECT_INSTRUCTIONS.md
-dev/build/ProjectInstructions/PROJECT_INSTRUCTIONS_VERSION.md
-dev/build/ProjectInstructions/PROJECT_STATE.md
-dev/build/ProjectInstructions/backlog/BACKLOG_MASTER.md
-dev/build/ProjectInstructions/repository/canonical_repository_structure.md
-dev/build/ProjectInstructions/repository/repository_layout_architecture_plan.md
-dev/build/ProjectInstructions/repository/www_migration_map.md
-dev/build/database/runbook.md
-dev/scripts/apply-database-seed.mjs
-dev/scripts/cleanup-supabase-dev-auth-test-users.mjs
-dev/scripts/database-migration-runner.mjs
-dev/scripts/start-dev.mjs
-dev/scripts/start-local-api-server.mjs
-dev/scripts/sync-supabase-dev-creator-identities.mjs
-dev/scripts/validate-browser-env-agnostic.mjs
-dev/scripts/validate-database-drift.mjs
-dev/scripts/validate-dev-runtime-boundary.mjs
-dev/scripts/validate-local-postgres-runtime.mjs
-dev/scripts/validate-runtime-connections.mjs
-dev/scripts/validate-storage-config.mjs
-dev/tests/api/admin-system-health/contract.test.mjs
-dev/tests/dev-runtime/AdminHealthOperations.test.mjs
-dev/tests/dev-runtime/AdminNotesBoundary.test.mjs
-dev/tests/dev-runtime/AiCreditDisplay.test.mjs
-dev/tests/dev-runtime/AiCreditFoundation.test.mjs
-dev/tests/dev-runtime/ArchitectureCleanupApiNavInvitations.test.mjs
-dev/tests/dev-runtime/BetaInvitationsAdmin.test.mjs
-dev/tests/dev-runtime/DbSeedIntegrity.test.mjs
-dev/tests/dev-runtime/DbViewerConfiguredSnapshot.test.mjs
-dev/tests/dev-runtime/DevRuntimeBoundary.test.mjs
-dev/tests/dev-runtime/GameJourneyCompletionMetricsStore.test.mjs
-dev/tests/dev-runtime/LegalFoundation.test.mjs
-dev/tests/dev-runtime/MarketplaceCategories.test.mjs
-dev/tests/dev-runtime/MarketplaceMembershipRules.test.mjs
-dev/tests/dev-runtime/MarketplaceRevenueModel.test.mjs
-dev/tests/dev-runtime/MembershipAssignment.test.mjs
-dev/tests/dev-runtime/MembershipDataModel.test.mjs
-dev/tests/dev-runtime/MembershipsPageData.test.mjs
-dev/tests/dev-runtime/MessagesPublishValidation.test.mjs
-dev/tests/dev-runtime/ObjectsApiService.test.mjs
-dev/tests/dev-runtime/OwnerAiCredits.test.mjs
-dev/tests/dev-runtime/OwnerMemberships.test.mjs
-dev/tests/dev-runtime/PostgresBackupService.test.mjs
-dev/tests/dev-runtime/ProductDataDatabaseUrl.test.mjs
-dev/tests/dev-runtime/PublicEnvironmentConfig.test.mjs
-dev/tests/dev-runtime/StaticWebRootCompatibility.test.mjs
-dev/tests/dev-runtime/StorageConfig.test.mjs
-dev/tests/dev-runtime/SupabaseDevAuthTestUserCleanup.test.mjs
-dev/tests/dev-runtime/SupabaseDevCreatorIdentitySeedSync.test.mjs
-dev/tests/dev-runtime/SupabaseProductDataCutover.test.mjs
-dev/tests/dev-runtime/SupabaseProviderContractStub.test.mjs
-dev/tests/dev-runtime/TagsApiErrorResponse.test.mjs
-dev/tests/dev-runtime/TagsApiService.test.mjs
-dev/tests/dev-runtime/TeamEnforcement.test.mjs
-dev/tests/dev-runtime/TeamsFoundation.test.mjs
-dev/tests/helpers/playwrightRepoServer.mjs
-dev/tests/playwright/account/AchievementsPage.spec.mjs
-dev/tests/playwright/account/AiCreditsPage.spec.mjs
-dev/tests/playwright/tools/AdminDbViewer.spec.mjs
-dev/tests/playwright/tools/AdminHealthOperationsPage.spec.mjs
-dev/tests/playwright/tools/AdminInvitationsNavPage.spec.mjs
-dev/tests/playwright/tools/AdminNotesLocalViewer.spec.mjs
-dev/tests/playwright/tools/AdminOwnerNavigationBoundary.spec.mjs
-dev/tests/playwright/tools/AdminPlatformToolsWireframes.spec.mjs
-dev/tests/playwright/tools/AssetToolMockRepository.spec.mjs
-dev/tests/playwright/tools/BrowserApiUrlConfig.spec.mjs
-dev/tests/playwright/tools/BuildPathProgressSimplification.spec.mjs
-dev/tests/playwright/tools/EnvironmentBannerCoverage.spec.mjs
-dev/tests/playwright/tools/EventsTool.spec.mjs
-dev/tests/playwright/tools/GameConfigurationApiBehavior.spec.mjs
-dev/tests/playwright/tools/GameCrewFoundation.spec.mjs
-dev/tests/playwright/tools/GameDesignApiBehavior.spec.mjs
-dev/tests/playwright/tools/GameHubMockRepository.spec.mjs
-dev/tests/playwright/tools/GameJourneyTool.spec.mjs
-dev/tests/playwright/tools/IdeaBoardTableNotes.spec.mjs
-dev/tests/playwright/tools/InputMappingV2Tool.spec.mjs
-dev/tests/playwright/tools/LoginSessionMode.spec.mjs
-dev/tests/playwright/tools/MessagesTool.spec.mjs
-dev/tests/playwright/tools/ObjectsTool.spec.mjs
-dev/tests/playwright/tools/OwnerAiCreditsPage.spec.mjs
-dev/tests/playwright/tools/OwnerMembershipsPage.spec.mjs
-dev/tests/playwright/tools/PaletteToolMockRepository.spec.mjs
-dev/tests/playwright/tools/PublicMarketplacePage.spec.mjs
-dev/tests/playwright/tools/PublicMembershipsPage.spec.mjs
-dev/tests/playwright/tools/RootToolsFutureState.spec.mjs
-dev/tests/playwright/tools/TagsTool.spec.mjs
-dev/tests/playwright/tools/TextToSpeechFunctional.spec.mjs
-dev/tests/playwright/tools/ToolboxAdminMetadataSsot.spec.mjs
-dev/tests/playwright/tools/ToolboxRoutePages.spec.mjs
-dev/tests/playwright/tools/ToolboxSelectedGameStatusBar.spec.mjs
-dev/tests/tools/MessagesPlaybackSource.test.mjs
+dev/reports/PR_26180_OWNER_009-move-api-application_branch-validation.md
+dev/reports/PR_26180_OWNER_009-move-api-application_manual-validation-notes.md
+dev/reports/PR_26180_OWNER_009-move-api-application_report.md
+dev/reports/PR_26180_OWNER_009-move-api-application_requirement-checklist.md
+dev/reports/PR_26180_OWNER_009-move-api-application_validation-report.md