docs: reserve seam for complete capabilities

This commit is contained in:
Turtle
2026-08-09 17:26:57 +08:00
parent 27ac49e687
commit dda02250f5
966 files changed
+2166 -2159

No files matched your search

+1 -1
View File
@@ -524,7 +524,7 @@ export class AgentLoop extends Service implements AgentFactory {
assertLive()
// A synchronous announce/session-start listener may have started
// teardown; the machine is already live (delivery works from the
// session-start seam), so only the liveness recheck is owed.
// session-start extension point), so only the liveness recheck is owed.
emitAgentEvent(loopCtx, agent, 'agent/session-start', { source })
assertLive()
return { agent, dispose }