F-003 fix: Sanitize SQL dump for safe dev use
This commit is contained in:
19
work/artifacts/F-003/documenter.md
Normal file
19
work/artifacts/F-003/documenter.md
Normal 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.
|
||||
Reference in New Issue
Block a user