F-003 fix: Sanitize SQL dump for safe dev use

This commit is contained in:
rikrdo
2026-05-25 08:14:34 +02:00
parent 3d41579ad3
commit e6feea5ee6
24 changed files with 483 additions and 1187942 deletions

View File

@@ -35,3 +35,9 @@
- Versioned file stores example values only.
- Ignored local file stores real local secrets and URLs.
- All PHP entry points must read DB, OpenAI, and route values through config helper.
## F-003 technical notes
- Keep one tracked SQL baseline for safe local development.
- Baseline should contain synthetic or non-sensitive seed data only.
- Baseline should cover the tables needed by the legacy module pages and worker.
- Private raw dumps must stay outside git or in ignored local paths only.