Skip to content

mem:inbox

← Back to CLI Commands

Check coordination signals

pnpm mem:inbox

Options:

FlagDescriptionRequired
--wu <wuId>Work Unit ID to link (e.g., WU-123)No
-l, --lane <lane>Lane name (e.g., “Operations: Tooling”)No
-s, --since <time>Filter signals since time (e.g., “1h”, “30m”, “2025-12-09”)No
-w, --watchContinuously monitor for new signalsNo
-q, --quietSuppress output except signal contentNo
--ackAcknowledge displayed signals for the resolved readerNo
--no-markDeprecated no-op; reads are non-destructive by defaultNo
-c, --countOutput only signal count (lightweight polling for orchestrators)No
--for <session_id|display_name|agent_identity>Show signals addressed to a session or agent identity, plus broadcastsNo
--thread <id>Show signals in a single A2A threadNo
--intent <intent[,intent...]>Filter by A2A intent values (INFO, PROPOSE, COUNTER, AGREE, REJECT)No
--target-role <descriptor>Show only signals stamped with exactly this intended-recipient role descriptor (exact, case-sensitive match, no hierarchy: orchestrator/prime does not match orchestrator); with —pending-ack, answer for this role instead of the roles in the reader session recordNo
--initiative <id>Show only signals scoped to this initiative (e.g., INIT-001)No
--pending-ackView only signals still awaiting an ACK/REJECT that are addressed to the reader by session identity (—for) or, when the signal names no recipient, by role; the two are a union; unaddressed broadcasts are excluded; not combinable with —watch. Only an addressee can resolve a directed signal (an AGREE/REJECT from any other session is visible as activity but never clears it); a role-only broadcast is resolved by any reply, since answering it is delegated role authorityNo
--include-selfDiagnostic: include the current session’s own outbound signals in —watch output (suppressed by default to avoid self-echo)No

← Back to CLI Commands