feat(cli): add daemon relay and coordination docs for turn-boundary context injection#3
Open
sampurnamo wants to merge 12 commits intoagentralabs:mainfrom
Open
feat(cli): add daemon relay and coordination docs for turn-boundary context injection#3sampurnamo wants to merge 12 commits intoagentralabs:mainfrom
sampurnamo wants to merge 12 commits intoagentralabs:mainfrom
Conversation
Covers verified patterns from live multi-session testing: - channel semantics: direct/group (recipient:null) vs pub/sub fan-out - cross-session delivery: store-level, confirmed with live message IDs - three-layer awareness model: store delivery, human-terminal watcher, agent-session explicit polling - poll-before-respond discipline for preventing parallel-reply blindspots - watcher channel scope and dynamic channel resolution - summary table of patterns and routing behavior All commands and behaviors verified against live triveni.acomm store.
…a plugin Previous text stated MCP resources/subscribe was the only path to auto-injection. Corrected: the UserPromptSubmit hook pattern (Mira/MemSearch) achieves the same outcome today without any MCP protocol changes. A proper acomm plugin can be built using this pattern. MCP resources/subscribe remains aspirational for true mid-turn push.
A UserPromptSubmit hook script outputting acomm deltas is sufficient. No MCP plugin architecture needed. Peer messages become ambient context, same mechanism as task list / code snippet injection already in use.
…to summary - Replace meera/ishika subscriber/recipient examples with generic agent-a/agent-b - Replace real probe message content in cross-session table with generic placeholders - Add UserPromptSubmit hook row to summary table — the ambient context injection pattern
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
Triveni now uses a layered runtime path:
This PR upstreams the reusable substrate and generic docs only. The Triveni-specific PowerShell glue and Claude path wiring remain in Triveni.
Validation