Files
arnes/work/artifacts/F-003/documenter.md
2026-05-25 08:14:34 +02:00

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.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.