[Improve] Make completion reports easier to trust - #1641
Draft
roomote-roomote[bot] wants to merge 1 commit into
Draft
[Improve] Make completion reports easier to trust#1641roomote-roomote[bot] wants to merge 1 commit into
roomote-roomote[bot] wants to merge 1 commit into
Conversation
Contributor
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
Standard implementation tasks now ask completion reports to make four trust boundaries clear in natural prose: what completed, the evidence supporting it, the scope actually covered, and any material item not verified or still pending. A focused prompt-contract test keeps those distinctions explicit without introducing required headings or boilerplate.
Why this change was made
A fresh external signal from coding-agent builders emphasized that completion reports are easier to trust when claims separate outcomes, proof, scope, and verification gaps. Roomote already prefers concise conversational closeouts, so the smallest useful change tightens that existing contract instead of adding a report template or new runtime machinery.
Impact
implement-changesfinal-report guidance and its regression coverage. Fast mode is intentionally excluded because open PR [Improve] Make Fast mode evidence-driven #1477 already covers evidence-driven Fast behavior.@roomote/cloud-agentstypecheck, targeted formatting check, and repository pre-push lint/type/knip gates passed.