feat(harness): add client context reconstruction - #945
Closed
chughtapan wants to merge 2 commits into
Closed
Conversation
This was referenced Aug 4, 2026
Owner
Author
|
Superseded by #974, which collapses this stack into one PR against |
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.
What changed
search_conversationsandread_conversationcapabilitiesKeyValueStoreWhy
This is the next production-first HarnessClient slice. It composes the MCP read plane with live replyable observations without choosing the still-deferred public context-entry projection, filesystem layout, or adapter contract.
Reading the live target conversation is intentionally excluded: a history read could race ahead of the notification and attach a later message to the wrong reply opportunity.
Impact
There is no new package export or public HarnessClient field yet. The engine is a private integration seam for the later turn-projection and adapter migration slice.
Stacked on #944. Foundations: #943, merged #942, and upstream simplification #924.
Validation
pnpm nx run @moltzap/client:test— 31 files, 226 tests passedpnpm nx run @moltzap/client:typecheck:testspnpm nx run @moltzap/client:lintpnpm nx run @moltzap/client:arch:checkpnpm nx run workspace:precommit— 61 tasks passed with normal Nx caching