docs(sdd): add JiraToPr gate commands and rollup.config.js module mapping - #861
Open
mkesavan13 wants to merge 1 commit into
Open
docs(sdd): add JiraToPr gate commands and rollup.config.js module mapping#861mkesavan13 wants to merge 1 commit into
mkesavan13 wants to merge 1 commit into
Conversation
mkesavan13
force-pushed
the
agent/fix-jiratopr-manifest-gates
branch
from
August 7, 2026 13:00
215de21 to
07729b3
Compare
Kesari3008
marked this pull request as ready for review
August 7, 2026 15:07
Kesari3008
reviewed
Aug 7, 2026
| }, | ||
| { | ||
| "path": "src/styles/", | ||
| "source_paths": [ |
Contributor
There was a problem hiding this comment.
Is this change also needed for the harness ?
Kesari3008
approved these changes
Aug 7, 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.
Summary
compileandunit-testcommands for JiraToPr Gate 1 and Gate 2NODE_ENV=testfor the unit-test command because the JiraToPr pod runs withNODE_ENV=productionrollup.config.jsto the existing styles module and canonical styles specificationRoot cause
The SPARK-843492 workflow stopped during Spec Sync because
rollup.config.jsis a JavaScript product source outside every module path declared in.sdd/manifest.json. After that mapping is corrected, Gate 1 also requires the canonicalcommands.compilerole;commands.buildis not a Gate 1 alias. The pod environment additionally exportsNODE_ENV=production, which makes Jest load React's production build and fail Storyshots usingact().Validation
compileresolves tonpm run buildunit-testresolves toNODE_ENV=test npm run testnpm run buildon Node 20: passedNODE_ENV=test npm run teston Node 20: 14 suites passed, 230 tests passednpm run linter: passed with 0 errors and 20 existing warnings