Complete State Hub bootstrap (DVD-WP-0001); add DVD-WP-0002
This commit is contained in:
parent
54ac28be75
commit
9d731d5a7f
4 changed files with 47 additions and 16 deletions
|
|
@ -4,7 +4,7 @@ type: workplan
|
|||
title: "Bootstrap State Hub integration"
|
||||
domain: government
|
||||
repo: direkt-vermittlung-de
|
||||
status: ready
|
||||
status: finished
|
||||
owner: codex
|
||||
topic_slug: personhood
|
||||
created: "2026-07-08"
|
||||
|
|
@ -20,11 +20,13 @@ DirektVermittlungDe is a document-centric platform that routes citizens' documen
|
|||
|
||||
```task
|
||||
id: DVD-WP-0001-T01
|
||||
status: todo
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "72635778-8c9f-4d75-839a-24c0daddeb4e"
|
||||
```
|
||||
|
||||
Result 2026-07-08: INTENT.md and SCOPE.md reviewed; AGENTS.md and brief confirmed.
|
||||
|
||||
Review `INTENT.md`, `SCOPE.md`, `AGENTS.md`, and `.custodian-brief.md`.
|
||||
Replace generated placeholders with repo-specific facts where needed.
|
||||
|
||||
|
|
@ -32,11 +34,13 @@ Replace generated placeholders with repo-specific facts where needed.
|
|||
|
||||
```task
|
||||
id: DVD-WP-0001-T02
|
||||
status: todo
|
||||
status: done
|
||||
priority: high
|
||||
state_hub_task_id: "8280145c-478b-4e61-a190-01e75ccd747d"
|
||||
```
|
||||
|
||||
Result 2026-07-08: Documented prototype/TDD workflow in stack-and-commands.md.
|
||||
|
||||
Identify the repo's install, test, lint, build, and run commands. Add or refine
|
||||
those commands in the agent instructions so future coding sessions can verify
|
||||
changes confidently.
|
||||
|
|
@ -45,11 +49,13 @@ changes confidently.
|
|||
|
||||
```task
|
||||
id: DVD-WP-0001-T03
|
||||
status: todo
|
||||
status: done
|
||||
priority: medium
|
||||
state_hub_task_id: "c57deaf3-8faa-4043-84f3-0ad3b057c525"
|
||||
```
|
||||
|
||||
Result 2026-07-08: Created DVD-WP-0002.
|
||||
|
||||
Create the first implementation workplan for the repository's most important
|
||||
next change. After workplan file updates, run the sync locally from this repo
|
||||
checkout:
|
||||
|
|
|
|||
26
workplans/DVD-WP-0002-main-codebase-tdd-kickoff.md
Normal file
26
workplans/DVD-WP-0002-main-codebase-tdd-kickoff.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
id: DVD-WP-0002
|
||||
type: workplan
|
||||
title: "Main codebase TDD integration kickoff"
|
||||
domain: government
|
||||
repo: direkt-vermittlung-de
|
||||
status: ready
|
||||
owner: codex
|
||||
topic_slug: personhood
|
||||
created: "2026-07-08"
|
||||
updated: "2026-07-08"
|
||||
---
|
||||
|
||||
# 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: todo
|
||||
priority: high
|
||||
```
|
||||
|
||||
Create `/src` skeleton, port split-payload routing interfaces from chatgpt5 prototype, and add first failing acceptance tests per docs/WORKPLAN_MainCodebase_Integration.md.
|
||||
Loading…
Add table
Add a link
Reference in a new issue