|
| 1 | +# PR_26171_GAMMA_027-sqlite-doc-reference-cleanup |
| 2 | + |
| 3 | +TEAM ownership: GAMMA. |
| 4 | + |
| 5 | +## Scope |
| 6 | + |
| 7 | +Clean active docs/seed wording that implied SQLite is still an active persistence target. |
| 8 | + |
| 9 | +## Changes |
| 10 | + |
| 11 | +- Updated `src/dev-runtime/persistence/mock-db-store.js` session-mode description from SQLite-backed wording to neutral Local DB adapter wording. |
| 12 | +- Preserved `PROJECT_INSTRUCTIONS.md` SQLite deprecation rules. |
| 13 | +- Did not rewrite historical PR/report archives. |
| 14 | +- Did not remove governance, validation guard, negative test, or legacy data-preservation references. |
| 15 | + |
| 16 | +## Validation |
| 17 | + |
| 18 | +Passed: |
| 19 | +- `git diff --check` |
| 20 | +- `node --check src/dev-runtime/persistence/mock-db-store.js` |
| 21 | +- Targeted text check confirmed no active docs/seed wording still says `SQLite-backed`, `SQLite persistence`, `SQLite service`, or `backed by server SQLite storage`. |
| 22 | +- Scoped active-source search confirmed remaining non-archive SQLite references are limited to: |
| 23 | + - governance rules in `PROJECT_INSTRUCTIONS.md` |
| 24 | + - validation guard patterns in `scripts/validate-browser-env-agnostic.mjs` |
| 25 | + - negative test assertions that SQLite is not exposed |
| 26 | + - Game Journey legacy SQLite data-preservation guard |
| 27 | + |
| 28 | +Skipped: |
| 29 | +- Playwright: no UI/runtime behavior changed. |
| 30 | +- Samples: skipped by request. |
| 31 | +- Historical reports and PR docs: explicitly out of scope. |
| 32 | + |
| 33 | +## Reports |
| 34 | + |
| 35 | +- `docs_build/dev/reports/codex_review.diff` |
| 36 | +- `docs_build/dev/reports/codex_changed_files.txt` |
| 37 | +- `docs_build/dev/reports/PR_26171_GAMMA_027-sqlite-doc-reference-cleanup.md` |
| 38 | +- `docs_build/dev/reports/PR_26171_GAMMA_027-sqlite-doc-reference-cleanup-manual-validation-notes.md` |
| 39 | +- `docs_build/dev/reports/PR_26171_GAMMA_027-sqlite-doc-reference-cleanup-instruction-compliance-checklist.md` |
| 40 | + |
| 41 | +## ZIP |
| 42 | + |
| 43 | +`tmp/PR_26171_GAMMA_027-sqlite-doc-reference-cleanup_delta.zip` |
0 commit comments