[Chore🧹] Update feature/pwa-developer-agent-only from develop#2686
Merged
bendvc merged 28 commits intofeature/pwa-developer-agent-onlyfrom Jun 27, 2025
Merged
Conversation
* update translations
…ules-only @W-18800010 Improve unit test rules
* Ensure only requests to /shopper/auth/ are allowed by the SLAS private client proxy * Remove console.logs * Stop swallowing errors from SLAS * Update CHANGELOG.md * Fix login and logout * Remove console logs * Lint * Add and fix tests * Cleanup regex
* Change demo instance
…isable-auth-init Optionally disable auth initialization in CommerceApiProvider
- Create `program.json` to define project operation (this is consumed by the MCP server) - Allow stdio input for answers. This allows integration with agents where they can gather answers and pipe them to the cli for project generation. - Updates to data structure and asset templates. - Use program.json in the script to configure the internal commander app
Tried to use the package name as the template id, but this doesn't work with a lot of our current logic. So I reverted it.
Related to change in the schema for the template
…11_create-app-stdio Add `program.json` + Support for Agent-Friendly CLI Input via stdio @@W-18855311@@
Collaborator
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) |
1e392e7
into
feature/pwa-developer-agent-only
66 of 67 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.
Description
Just keeping our feature branch up-to-date with the changes in develop. There aren't any changes to our project so we don't need to be too concerned with the content of this PR