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

@@ -0,0 +1,19 @@
# Documenter Artefact — Feature: F-003
## What changed
- Replaced the tracked SQL baseline with a sanitized development dump.
- Added SQL handling docs at `project/sql/README.md`.
- Added ignored private SQL path guidance in `.gitignore`.
- Updated SDD, ADR, and BDD trace for safe SQL handling.
## Important files
- `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`
## Notes
- The current tracked tree uses only synthetic SQL seed data for module development.
- Any private raw dump must stay outside git or under ignored local paths.
- Full purge of earlier raw SQL from git history would be separate work if required.