1012 B
1012 B
Architect Artefact — Feature: F-001
SDD Changes
- Added
spec/sdd/architecture.md - Added component docs:
spec/sdd/components/legacy-web-module.mdspec/sdd/components/bulk-seo-worker.mdspec/sdd/components/development-data-baseline.md
- Added ADR:
spec/sdd/decisions/001-store-legacy-app-under-project-web.md
BDD Coverage
- Added
spec/bdd/features/layout/legacy-app-layout.feature - Coverage target:
- stable web module path
- stable SQL dump path
- design trace exists
Technical decisions
- Use
project/web/index/newas stable repo path for copied legacy web code. - Use
project/sql/db-25052026.sqlas stable path for local dev dump. - Keep legacy internal module tree unchanged in this feature.
Risks found
- Legacy code has hard-coded secrets and production URLs.
- External files
login.phpandsuccess.phpare not in repo. - SQL dump may contain production-like data.
Next step
- Move files with no content change.
- Re-run verify after move.