Preserve structured app validation issues internally#7066
Draft
dmerand wants to merge 1 commit intodlm-app-validate-jsonfrom
Draft
Preserve structured app validation issues internally#7066dmerand wants to merge 1 commit intodlm-app-validate-jsonfrom
dmerand wants to merge 1 commit intodlm-app-validate-jsonfrom
Conversation
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Contributor
Coverage report
Test suite run success3924 tests passing in 1506 suites. Report generated by 🧪jest coverage report action from 3c313f8 |
59c4766 to
efd8c3d
Compare
b6ee50f to
113bc0e
Compare
efd8c3d to
a078db7
Compare
113bc0e to
3c313f8
Compare
This was referenced Mar 20, 2026
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
Preserve structured app validation issues internally during app loading.
This keeps the current CLI behavior the same while retaining structured issue metadata alongside the rendered validation messages.
Why
The new
app validate --jsonmode is a useful start, but the validation pipeline still flattens schema issues into strings too early.To support repair loops and future automation work, the CLI needs to retain structured validation details before deciding how to render them publicly.
How
AppErrorsto retain both rendered messages and structured issuesTesting
To test manually:
shopify app validateagainst invalid app or extension config and confirm the visible CLI output is unchanged.