Skip to content

Commit 5320402

Browse files
committed
Prepared the runtime for future Supabase integration while preserving Local API and Local DB ownership.
1 parent 6c92905 commit 5320402

3 files changed

Lines changed: 448 additions & 804 deletions

File tree

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
11
# git status --short
22
M docs_build/dev/reports/codex_changed_files.txt
33
M docs_build/dev/reports/codex_review.diff
4-
M docs_build/dev/reports/playwright_v8_coverage_report.txt
5-
M src/dev-runtime/auth/provider-contract-stubs.mjs
6-
M tests/dev-runtime/SupabaseProviderContractStub.test.mjs
7-
?? docs_build/dev/reports/pr126-supabase-auth-provider-adapter.md
8-
?? docs_build/dev/reports/pr127-supabase-postgres-provider-adapter.md
9-
?? docs_build/dev/reports/pr128-supabase-dev-activation-checklist.md
4+
?? docs_build/dev/reports/pr129-local-db-migration-audit.md
105

116
# git ls-files --others --exclude-standard
12-
docs_build/dev/reports/pr126-supabase-auth-provider-adapter.md
13-
docs_build/dev/reports/pr127-supabase-postgres-provider-adapter.md
14-
docs_build/dev/reports/pr128-supabase-dev-activation-checklist.md
7+
docs_build/dev/reports/pr129-local-db-migration-audit.md
158

169
# git diff --stat
17-
docs_build/dev/reports/codex_changed_files.txt | 23 +-
18-
docs_build/dev/reports/codex_review.diff | 889 ++++++++++++++++++---
19-
.../dev/reports/playwright_v8_coverage_report.txt | 2 +-
20-
src/dev-runtime/auth/provider-contract-stubs.mjs | 203 ++++-
21-
.../SupabaseProviderContractStub.test.mjs | 96 ++-
22-
5 files changed, 1080 insertions(+), 133 deletions(-)
10+
docs_build/dev/reports/codex_changed_files.txt | 20 +-
11+
docs_build/dev/reports/codex_review.diff | 1001 +++++-------------------
12+
2 files changed, 215 insertions(+), 806 deletions(-)

0 commit comments

Comments
 (0)