817 B
817 B
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.sqlproject/sql/README.mdspec/sdd/components/development-data-baseline.mdspec/sdd/decisions/003-replace-raw-sql-with-sanitized-dev-baseline.mdspec/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.