docs(agent): fix stale 'info' param name in agent/inbox/enqueue JSDoc

The @param was renamed info→message; the body sentence still named info.
Found by fresh-eye review. Regenerated the catalog/graph docs.
This commit is contained in:
Turtle
2026-07-23 20:50:13 +08:00
parent 3fd72f7c74
commit 866b543700
3 changed files with 4 additions and 4 deletions

View File

@@ -311,7 +311,7 @@ declare module 'cordis' {
'agent/status'(this: Scoped<Agent>, agent: Agent, status: AgentStatus): void
/**
* A detached, frozen item entered the agent's inbox (queued or steering
* FIFO). Source defaults are already applied, so `info` holds the exact
* FIFO). Source defaults are already applied, so `message` holds the exact
* accepted values. This is the enqueue-time live signal; the durable record
* is the eventual `user/message`/`steering/message`. Injection
* (`next-step`/no-wakeup) bypasses the FIFOs and does not emit this.