Skip to content

PR_26171_BETA_022-messages-postgres-service-cutover#44

Merged
ToolboxAid merged 1 commit into
mainfrom
team/BETA/messages
Jun 21, 2026
Merged

PR_26171_BETA_022-messages-postgres-service-cutover#44
ToolboxAid merged 1 commit into
mainfrom
team/BETA/messages

Conversation

@ToolboxAid

Copy link
Copy Markdown
Owner

Summary

TEAM ownership: BETA.

Replaces the active Messages Local API SQLite persistence path with a Postgres-backed service using the existing GAMEFOUNDRY_DATABASE_URL connection client. The Local API route contract and Messages tool response shapes are preserved, while the active Messages node:sqlite, DatabaseSync, messages.sqlite, and GAMEFOUNDRY_MESSAGES_SQLITE_PATH runtime dependency path is removed.

No compatibility wrapper remains because active imports were migrated directly to messages-postgres-service.mjs and targeted checks found no remaining active references to the old Messages SQLite service.

Validation

Passed:

  • node --test --test-name-pattern "Messages Local API" tests/dev-runtime/DbSeedIntegrity.test.mjs
  • npx playwright test tests/playwright/tools/MessagesTool.spec.mjs --config=codex_playwright_system_chrome.config.cjs --project=playwright
  • git diff --check
  • targeted stale SQLite dependency checks for scoped active paths
  • targeted Postgres wiring checks for GAMEFOUNDRY_DATABASE_URL, createPostgresConnectionClient, and Postgres service references

Skipped:

  • Full samples smoke: out of scope for this Messages cutover.
  • Broad runtime suite: out of scope; validation stayed targeted to affected Messages and Local API surfaces.

Reports

  • docs_build/dev/reports/codex_review.diff
  • docs_build/dev/reports/codex_changed_files.txt
  • docs_build/dev/reports/PR_26171_BETA_022-messages-postgres-service-cutover.md
  • docs_build/dev/reports/PR_26171_BETA_022-messages-postgres-service-cutover-manual-validation-notes.md
  • docs_build/dev/reports/PR_26171_BETA_022-messages-postgres-service-cutover-instruction-compliance-checklist.md

ZIP

tmp/PR_26171_BETA_022-messages-postgres-service-cutover_delta.zip

Do not merge until explicit EOD approval.

@ToolboxAid ToolboxAid marked this pull request as ready for review June 21, 2026 15:34
@ToolboxAid ToolboxAid merged commit ca72ead into main Jun 21, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant