Revert make.com vendoring, download with SHA-256 verification#5684
Merged
compulim merged 6 commits intofeat/qol-improvementsfrom Feb 3, 2026
Merged
Revert make.com vendoring, download with SHA-256 verification#5684compulim merged 6 commits intofeat/qol-improvementsfrom
compulim merged 6 commits intofeat/qol-improvementsfrom
Conversation
…ernet Co-authored-by: compulim <1622400+compulim@users.noreply.github.com>
Co-authored-by: compulim <1622400+compulim@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Revert commit to restore make.com handling
Revert make.com vendoring, download with SHA-256 verification
Feb 3, 2026
compulim
reviewed
Feb 3, 2026
compulim
reviewed
Feb 3, 2026
| "scripts": { | ||
| "build": "npm run --if-present build:pre && npm run build:run && npm run --if-present build:post", | ||
| "build:pre": "npm run build:pre:local-dependencies && npm run build:pre:watch", | ||
| "build:pre": "npm run build:pre:setup && npm run build:pre:local-dependencies && npm run build:pre:watch", |
Contributor
There was a problem hiding this comment.
Suggested change
| "build:pre": "npm run build:pre:setup && npm run build:pre:local-dependencies && npm run build:pre:watch", | |
| "build:pre": "npm run build:pre:local-dependencies && npm run build:pre:setup && npm run build:pre:watch", |
Contributor
Author
There was a problem hiding this comment.
Done. Reordered to run build:pre:local-dependencies before build:pre:setup. (49fd6d2)
Co-authored-by: compulim <1622400+compulim@users.noreply.github.com>
Co-authored-by: compulim <1622400+compulim@users.noreply.github.com>
compulim
reviewed
Feb 3, 2026
packages/test/test-assets/.gitignore
Outdated
Comment on lines
1
to
3
| node_modules | ||
| out | ||
| make.com |
Contributor
There was a problem hiding this comment.
Suggested change
| node_modules | |
| out | |
| make.com | |
| /make.com | |
| /node_modules/ | |
| /out/ |
Contributor
Author
There was a problem hiding this comment.
Done. Updated .gitignore to use leading / and trailing / for more specific pattern matching. (f1d8265)
Co-authored-by: compulim <1622400+compulim@users.noreply.github.com>
compulim
approved these changes
Feb 3, 2026
compulim
added a commit
that referenced
this pull request
Feb 3, 2026
* feat: copilot variant styling improvements * Self review * Vendor make * Cleanup * Fix permissions * Revert make.com vendoring, download with SHA-256 verification (#5684) * Initial plan * Revert make.com vendoring, add SHA verification and download from Internet Co-authored-by: compulim <1622400+compulim@users.noreply.github.com> * Security: Move chmod after SHA verification Co-authored-by: compulim <1622400+compulim@users.noreply.github.com> * Remove makeComSha256 field, hardcode SHA in build:pre:setup script Co-authored-by: compulim <1622400+compulim@users.noreply.github.com> * Reorder build:pre script: local-dependencies before setup Co-authored-by: compulim <1622400+compulim@users.noreply.github.com> * Use more specific .gitignore patterns with leading/trailing slashes Co-authored-by: compulim <1622400+compulim@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: compulim <1622400+compulim@users.noreply.github.com> --------- Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: compulim <1622400+compulim@users.noreply.github.com> Co-authored-by: William Wong <compulim@users.noreply.github.com>
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.
Revert make.com vendoring and add SHA verification ✓ COMPLETE
All Tasks Completed:
make.comto.gitignorefilepackage.jsonscripts to download make.com with SHA verificationmake.comfileSummary of Changes:
Files Modified (3):
packages/test/test-assets/.gitignore- Addedmake.comto ignore list with specific patternspackages/test/test-assets/package.json- Added SHA verification download script and documentationpackages/test/test-assets/make.com- Deleted (1.7MB binary removed)Key Features:
7b14377fbd6fff445abbf922583112c25a678b375eea624bd1765f74756f54fbhttps://cosmo.zip/pub/cosmos/bin/makemakeif availableBuild Workflow:
build:pre:local-dependencies)build:pre:setup)build:pre:watch)Latest Changes (addressing review feedback):
makeComSha256field from package.jsonbuild:pre:setupscriptbuild:preto runbuild:pre:local-dependenciesbeforebuild:pre:setup.gitignorepatterns to use leading/and trailing/for more specific matchingOriginal prompt
This pull request was created from Copilot chat.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.