Commit Graph

3 Commits

Author SHA1 Message Date
Kit Langton 9d8f8ddcee refactor(permission): make experimental server layer-first
Expose the experimental permission and question HttpApi server as Effect layers and test it through NodeHttpServer.layerTest and HttpClient instead of an imperative listen API.
2026-04-14 22:22:19 -04:00
Kit Langton 055be86616 refactor(permission): serve experimental httpapi with effect
Move the permission slice onto the parallel Effect-native experimental HttpApi server, stop extending the Hono mount path for this PR, and keep the question and permission groups served through the direct Effect server boundary.
2026-04-14 22:22:11 -04:00
Kit Langton ec25363a5a add experimental permission HttpApi slice
Move the shared permission route DTOs to Effect Schema, mount a parallel permission HttpApi surface, and cover the new list/reply/docs flow with a server test.
2026-04-14 22:21:02 -04:00