docs(e2e): add settings maintenance guidance#5899
Merged
BillLeoutsakosvl346 merged 2 commits intoJul 23, 2026
Merged
Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile SummaryAdds settings E2E maintenance guidance and agent-discovery pointers.
Confidence Score: 5/5The documentation-only pull request appears safe to merge with no actionable defects identified. The new guide’s referenced files, anchors, test projects, commands, settings architecture paths, and agent-rule scopes align with the current repository, and no runtime source behavior changes. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Settings-related change] --> B{Observable contract changes?}
B -->|Yes| C[Update product code]
C --> D[Update matching literal E2E contract or workflow proof]
D --> E[Run affected unit tests]
E --> F[Run focused orchestrated Playwright project]
B -->|No, implementation-only| G[Keep acceptance expectations unchanged]
G --> E
F --> H[Required CI remains authoritative]
Reviews (1): Last reviewed commit: "docs(e2e): add settings maintenance guid..." | Re-trigger Greptile |
Co-authored-by: Cursor <cursoragent@cursor.com>
BillLeoutsakosvl346
merged commit Jul 23, 2026
e37ad74
into
e2e/settings-playwright
19 checks passed
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
Scope
This is Stage A only. It intentionally keeps the temporary
e2e/settings-playwrightpull-request target and transition paragraph unchanged so this child PR receives the complete CI workflow. After this PR merges, the temporary target will be removed in a direct umbrella commit validated by PR #5773 tostaging.Verification
git diff --checkbun run skills:check(31 generated skills synchronized)Runtime source is unchanged, so the prior five-repeat stability gate remains valid; this PR's required
Lint and Test,Build App, andSettings E2Ejobs provide the authoritative complete verification.Made with Cursor