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

@@ -34,3 +34,21 @@
- `spec/bdd/features/config/legacy-config.feature`
- `work/artifacts/F-002/architect.md`
- `work/artifacts/F-002/implementer.md`
## F-003 — Sanitize SQL dump for safe dev use
### Acceptance criteria
- Repo no longer stores the raw production-like SQL dump as the active development baseline.
- Tracked SQL baseline contains only safe synthetic or non-sensitive data for local module work.
- Safe local data handling is documented.
- Local development remains possible through the sanitized baseline and docs.
- `./scripts/verify.sh` stays green after the change.
### Evidence targets
- `project/sql/db-25052026.sql`
- `project/sql/README.md`
- `spec/sdd/components/development-data-baseline.md`
- `spec/sdd/decisions/003-replace-raw-sql-with-sanitized-dev-baseline.md`
- `spec/bdd/features/data/sanitized-sql-baseline.feature`
- `work/artifacts/F-003/architect.md`
- `work/artifacts/F-003/implementer.md`