feat(workspace): expose safe inbox provenance#527
Closed
luokerenx4 wants to merge 1 commit into
Closed
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Author
|
Superseded by #532, which merged the safe Inbox origin projection together with the durable provenance store, Issue projection, and Workspace Session directory. |
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
alice-workspace inbox readresumeIdvalues for legacy append-only entries by joining their stored run/session handle against the live registriesagentSessionIdor arbitrary extra fields never cross the Workspace CLI/MCP boundaryReal scenario
From workspace
headless-chain-jul11, the real CLI can now trace:0509fdc8-...to issuetrump-semis-oil-thesis, Pi, run52eef140-..., and resumec1bbb653-...6d4ba2ec-...to issuefinancial-industrial-rotation-scan, Pi, run87a208ec-..., and resumea9bcdaab-...The first historical entry contained an undeclared native
agentSessionId; the public projection strips it.Verification
pnpm vitest run src/core/workspace-tool-center.spec.ts src/tool/inbox-read.spec.ts src/server/cli.spec.ts src/server/cli-commands.spec.ts src/workspaces/cli/shim.spec.ts(53 passed)npx tsc --noEmitpnpm test(2534 passed, 6 skipped)alice-workspace inbox read --limit 2throughhttp://127.0.0.1:47332/cliBoundary touch
Follow-up
This PR only makes the originating conversation addressable. A separate contribution will add the CLI command that asks that conversation and reads the resulting headless reply.