Implement isolated user-engine MVP

This commit is contained in:
2026-05-22 21:20:19 +02:00
parent b77324d7b1
commit 5203d9f45f
13 changed files with 1196 additions and 13 deletions

View File

@@ -4,7 +4,7 @@ type: workplan
title: "User Engine Isolated MVP"
domain: netkingdom
repo: user-engine
status: ready
status: finished
owner: codex
topic_slug: netkingdom
planning_priority: high
@@ -28,7 +28,7 @@ profile resolution, projections, audit, outbox, and tests.
```task
id: USER-WP-0002-T1
status: todo
status: done
priority: high
state_hub_task_id: "0b43c19e-7ca4-4d32-93f4-3c083a200092"
```
@@ -37,7 +37,7 @@ Implement the domain model and local persistence migrations.
```task
id: USER-WP-0002-T2
status: todo
status: done
priority: high
state_hub_task_id: "d6404f5c-292f-4eb5-819b-42fe8c237c60"
```
@@ -47,7 +47,7 @@ linking by `(issuer, subject)`.
```task
id: USER-WP-0002-T3
status: todo
status: done
priority: high
state_hub_task_id: "b0b0ad70-d590-4faf-916e-41dbf25d6c5f"
```
@@ -57,7 +57,7 @@ adapter.
```task
id: USER-WP-0002-T4
status: todo
status: done
priority: high
state_hub_task_id: "ce310565-75e3-4fb4-9358-0aaff14a8ada"
```
@@ -67,7 +67,7 @@ identity links, applications, catalogs, profiles, projections, and audit.
```task
id: USER-WP-0002-T5
status: todo
status: done
priority: high
state_hub_task_id: "4ebb8649-e3ff-4da8-80cd-eef8b1488129"
```
@@ -77,7 +77,7 @@ application profile layers, and inspectable effective profile resolution.
```task
id: USER-WP-0002-T6
status: todo
status: done
priority: high
state_hub_task_id: "a238bbd8-95bb-499a-85f4-744acce188d4"
```
@@ -86,7 +86,7 @@ Persist audit records and outbox events atomically with mutations.
```task
id: USER-WP-0002-T7
status: todo
status: done
priority: high
state_hub_task_id: "a9826644-1fea-4ada-bc21-7c545e790ffc"
```

View File

@@ -4,7 +4,7 @@ type: workplan
title: "User Engine Multi-Tenancy"
domain: netkingdom
repo: user-engine
status: ready
status: active
owner: codex
topic_slug: netkingdom
planning_priority: high

View File

@@ -4,7 +4,7 @@ type: workplan
title: "User Engine Multi-Application And Catalog Support"
domain: netkingdom
repo: user-engine
status: ready
status: active
owner: codex
topic_slug: netkingdom
planning_priority: high

View File

@@ -4,7 +4,7 @@ type: workplan
title: "User Engine Integrated Test Scenarios"
domain: netkingdom
repo: user-engine
status: ready
status: active
owner: codex
topic_slug: netkingdom
planning_priority: high

View File

@@ -4,7 +4,7 @@ type: workplan
title: "User Engine Implementation Assessment And Polish"
domain: netkingdom
repo: user-engine
status: ready
status: active
owner: codex
topic_slug: netkingdom
planning_priority: medium