Update from code changes: verify --deep statuses and completion gate#74
Merged
Conversation
…ate test evidence
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
…, hi, zh-CN, zh-Hans
Contributor
Author
|
Docs PR opened: #79 Added a Changelog tab with a July 19 entry covering the new verify --deep four-state result and completion gate test-evidence requirement. |
Contributor
Author
|
Docs PR opened: #83 Expanded the frontmatter descriptions on the English and Hindi quality CLI pages to meet the 130-character SEO minimum. |
Contributor
Author
|
Docs PR opened: #84 Prefixed the cross-session-memory link with its locale in the five translated verification-gates pages so readers stay in-language. |
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
Document the new four-state
forge verify --deepresult and the completion gate's new test-evidence requirement for code changes.Changes
cli/quality.mdx: add a status table forforge verify --deepcoveringPASS,FAIL,INCOMPLETE,NOT_CONFIGURED, and the rule thatPASSrequires the base tests status to also bePASS.concepts/verification-gates.mdx: describe the same four-state result, and add a "Completion gate — test evidence required" section explaining that a handoff snapshot alone no longer clears the gate for sessions that changed code — a changed test file or a fresh passingforge verifyis required.concepts/cross-session-memory.mdx: mirror the test-evidence rule in the existing completion-gate section and update the repair checklist to lead withforge verify.Context
Follows upstream PR #72, which changes user-visible behavior for both
forge verify --deepand the Stop-path completion gate.