Skip to content

Replace Quill CLI with focused Mach-O tool - #63954

Open
Jake Bailey (jakebailey) wants to merge 6 commits into
microsoft:mainfrom
jakebailey:reduce-quill-deps
Open

Replace Quill CLI with focused Mach-O tool#63954
Jake Bailey (jakebailey) wants to merge 6 commits into
microsoft:mainfrom
jakebailey:reduce-quill-deps

Conversation

@jakebailey

Copy link
Copy Markdown
Member

An alternative to #63953 for the security alerts and dep count; we don't even need the entire dep set, just the bits for entitlements.

Copilot AI balanced review requested due to automatic review settings August 22, 2026 00:16
@github-project-automation github-project-automation Bot moved this to Not started in PR Backlog Aug 22, 2026
@typescript-automation typescript-automation Bot added Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug labels Aug 22, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Replaces the full Quill CLI with a focused Mach-O signing and entitlement-verification tool, reducing Go dependencies.

Changes:

  • Adds a dedicated Mach-O signing/verification command.
  • Updates release signing to use the command.
  • Removes unused Quill CLI dependencies.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.

File Description
Herebyfile.mjs Uses machotool during macOS signing.
tools/cmd/machotool/main.go Implements signing and entitlement verification.
tools/go.mod Narrows direct and transitive dependencies.
tools/go.sum Updates dependency checksums.

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

Comment thread tools/cmd/machotool/main.go Outdated

@weswigham Wesley Wigham (weswigham) left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was wondering "why in the world do we install the full aws sdk and mongodb just to build" and guessed it was quill, but... damn, it really was. Happy to make the dep install time smaller again.

@github-project-automation github-project-automation Bot moved this from Not started to Needs merge in PR Backlog Aug 22, 2026
@jakebailey

Copy link
Copy Markdown
Member Author

I missed your approval, I should have just left it the way it was

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Author: Team For Uncommitted Bug PR for untriaged, rejected, closed or missing bug

Projects

Status: Needs merge

Development

Successfully merging this pull request may close these issues.

3 participants