Conversation
package.json (vercel dep) and bun.lock are not referenced by any workflow, script, doc, or test in this repo. Refs #103.
CLAUDE.md referenced web/app/docs/changelog/page.tsx, which does not exist in this repo. CHANGELOG.md is the sole changelog source; there is no docs site rendering it. Refs #103.
scripts/build-sign-upload.sh duplicated release.yml's codesign/ notarize/DMG logic but was never invoked by any workflow or script — release.yml has its own independent implementation of the same steps. The only remaining reference was a substring-grep in tests/test_ci_universal_release_settings.sh checking for the -Dxcframework-target=universal flag; drop it from that check along with the script. Note: the same test independently fails on scripts/setup.sh missing that flag — pre-existing, unrelated to this cluster, left as-is. Refs #103.
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.
What this does
Removes three things nothing uses.
Summary
Found while here: that test file is not wired into any CI workflow and was already failing for an unrelated reason (setup.sh lacks the string it checks). Left as-is; may deserve its own issue.
Fixes #103.
Test Plan