30 lines
896 B
Markdown
30 lines
896 B
Markdown
---
|
|
id: DVD-WP-0002
|
|
type: workplan
|
|
title: "Main codebase TDD integration kickoff"
|
|
domain: government
|
|
repo: direkt-vermittlung-de
|
|
status: finished
|
|
owner: codex
|
|
topic_slug: personhood
|
|
created: "2026-07-08"
|
|
updated: "2026-07-08"
|
|
state_hub_workstream_id: "dde8f640-0bf7-4258-bb88-3be3f408e63f"
|
|
---
|
|
|
|
# Main codebase TDD integration kickoff
|
|
|
|
Start unified `/src` production codebase with ADR-governed TDD interfaces, consolidating chatgpt5 prototype learnings.
|
|
|
|
## TDD kickoff
|
|
|
|
```task
|
|
id: DVD-WP-0002-T01
|
|
status: done
|
|
priority: high
|
|
state_hub_task_id: "90d0ab6a-6c86-4025-b8bf-2f63e3cd8cc3"
|
|
```
|
|
|
|
Result 2026-07-08: Created src/dvd domain+routing; pyproject.toml; unit tests pass; acceptance routing-rules test fails (TDD red).
|
|
|
|
Create `/src` skeleton, port split-payload routing interfaces from chatgpt5 prototype, and add first failing acceptance tests per docs/WORKPLAN_MainCodebase_Integration.md.
|