Fix cart and revert client-side render workaround on demo-store#1085
Merged
wizardlyhel merged 4 commits into2023-04from Jul 7, 2023
Merged
Fix cart and revert client-side render workaround on demo-store#1085wizardlyhel merged 4 commits into2023-04from
wizardlyhel merged 4 commits into2023-04from
Conversation
added 2 commits
July 7, 2023 13:22
blittle
approved these changes
Jul 7, 2023
Closed
juanpprieto
pushed a commit
that referenced
this pull request
Jul 10, 2023
* Revert client-side render with proper cart fix
Merged
FrcPpe
pushed a commit
to FrcPpe/hydrogen
that referenced
this pull request
Aug 13, 2023
…ify#1085) * Revert client-side render with proper cart fix
kdaviduik
added a commit
that referenced
this pull request
Mar 6, 2026
Confirmed all GitHub API calls work via live test (issues #1084, #1085, #1086 in Shopify/developer-tools-team). Changes: - Replace all HEREDOC patterns with Write tool + --body-file (HEREDOC blocked in sandbox) - Add Status field mutation alongside Project field in all three code paths (Step 7a, Step 8d, setup_phase_child_issue function) - Add Status verification to all three code paths and to Checkpoint 3 - Document 'child' label pre-exists (no creation needed) - Add Success Criteria Checklist section - Add new project constants: Status field ID (PVTSSF_lADNH5XOABDyGM4AnCva) and Todo-prioritized option ID (f75ad846) - Add Lesson 6: HEREDOC blocked in sandbox - Add Lesson 7: GraphQL variable interpolation with '"ENV_VAR"' pattern - Fix literal <PARENT_NUM> placeholders in Step 8e GraphQL queries (bug: they weren't expanding) - Save PARENT_NUM to /tmp/claude/parent_num.txt for cross-step recovery
5 tasks
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.
WHY are these changes introduced?
Fixes #0000
WHAT is this pull request doing?
HOW to test your changes?
Post-merge steps
Checklist