Complete DVD-WP-0002 main codebase TDD kickoff
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 2s

This commit is contained in:
tegwick 2026-07-08 15:21:17 +02:00
parent 945460b84e
commit 11b862588f
12 changed files with 135 additions and 5 deletions

View file

@ -28,7 +28,8 @@ direkt-vermittlung-de exists to provide the capability described in INTENT.md.
## Current State
- Pre-production: three parallel prototypes (chatgpt5, geminiNbt3pro, grok4.1) exist under /prototype-*; no unified /src codebase yet. Architecture is documented via 8 ADRs and a migration workplan, but the target production codebase has not been started.
- `/src` production skeleton started (`dvd.domain`, `dvd.adapters.routing`); unit tests green; routing-rules acceptance tests red (TDD).
- Prototypes remain under `/prototype-*` as reference; migration tracked in `docs/WORKPLAN_MainCodebase_Integration.md`.
## Getting Oriented