refactor(v0): name generated interaction handlers

Expose and use InteractionHandlers in the beginner example so the normal path reads as app handlers instead of registry plumbing while preserving the integration registry API.

req: ceremony/005
This commit is contained in:
slhx agent
2026-06-12 17:40:41 +02:00
parent 0f1673834b
commit e7ff4541a7
2 changed files with 13 additions and 12 deletions
+1
View File
@@ -225,6 +225,7 @@ pub struct HandlerRegistry {
}
pub type Registry = HandlerRegistry;
pub type InteractionHandlers = HandlerRegistry;
pub struct StateHandlerRegistry<S> {
registry: HandlerRegistry,