refactor(api): share owned resource read access

This commit is contained in:
2026-04-01 07:35:34 +02:00
parent a0c98cf24d
commit 41916a4e46
7 changed files with 336 additions and 118 deletions
+2 -2
View File
@@ -31,14 +31,14 @@ Done
- `project`
Ready next
- none in the conflict-safe backlog
- `resource-read-shared`
Deferred or blocked
- `assistant-tools`
- `resource-read-shared`
Notes
- Router files should contain only tRPC wiring.
- Procedure orchestration and router input schemas belong in `*-procedure-support.ts`.
- Pure builders and domain helpers remain in existing `*-support.ts` modules.
- Targeted router verification passed on 2026-03-31 for `timeline-router` and `vacation-router`.
- Der naechste konfliktarme Architektur-Slice ist die Zerlegung von `resource-read-shared.ts` in fokussierte Read-Helper bei stabilem API-Vertrag.