Show adoption evidence beside team reports - #4947
Open
huangruiteng wants to merge 1 commit into
Open
huangruiteng wants to merge 1 commit into
huangruiteng wants to merge 1 commit into
Conversation
Signed-off-by: huangruiteng <14976749+huangruiteng@users.noreply.github.com>
huangruiteng
force-pushed
the
codex/team-execution-journey
branch
from
September 23, 2026 10:40
c7b670d to
f977e5d
Compare
This branch has not been deployed
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.
Problem and resulting behavior
The Goal conversation already opens accepted team artifacts, but its report reader hid requester adoption behind a generic “Acceptance and adoption” disclosure. An accepted source report looked the same whether nobody had adopted it, a downstream accepted result had used it, or that adoption evidence was unavailable.
The existing disclosure now states the observed adoption state above the readable report. A current adoption opens its versioned downstream report through the existing readback path. Missing adoption, unavailable adoption evidence, and a downstream report that references source versions retain distinct labels. This does not infer adoption from an accepted artifact or start a model while reading.
Visual and interaction evidence
Validation
npm run buildpassed on the final source and packaged chat assets.npm run smoke:personal-workspace-packagedpassed all nine scenarios on the final rebased and packaged assets, including adoption state, downstream readback, unavailable evidence, and no model restart.cqr_4135bffeb2617b54f604is valid for seven changed files; no safe-fix pass or unresolved risk.loopx canary premerge --from-git-diff --goal-id loopx-metapassed: seven selected canaries and the public-boundary check, with no failures or manual holds.The changed entry point is the Goal conversation in the packaged frontend. The Lark and CLI readback contracts are unchanged. This is one product slice: manager-originated requests still need their completed research result returned to the manager's original conversation, and real multi-agent launch/acceptance remains a separate open acceptance gap.
Future-facing review: the typed readback and existing disclosure already own this behavior; no related extraction or new state model improves this change.