F-003 fix: Sanitize SQL dump for safe dev use
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user