docs: reserve seam for complete capabilities

This commit is contained in:
Turtle
2026-08-09 15:34:32 +08:00
parent 27ac49e687
commit dda02250f5
966 changed files with 2166 additions and 2159 deletions
@@ -22,7 +22,7 @@ export interface SourceRoster {
all(): readonly SlashSource[]
}
/** Construction seams of one controller. */
/** Construction hooks for one controller. */
export interface SlashControllerDeps {
/** The owning session scope (event dispatch + teardown registration site). */
actx: ClientContext