Update fork references: textmatelives org + main branch - #1
Merged
Conversation
- Catalogue URLs (DefaultBundles.plist, AvailableBundles.plist, MandatoryBundles.h): github.com/dayglojesus → github.com/textmatelives. - Catalogue branch refs in plists: remove-legacy-ruby / python3-port / arm64-binaries → main, matching the bundle-side rename. - MandatoryBundles.h comments: branch annotation updated. Pinned SHAs are unchanged — they remain reachable from each bundle's main. - CLAUDE.md, bin/build_filetype_index.rb, bin/reset_bundles.sh, bin/generate_available_bundles.rb: doc + local-dev-path references updated to textmatelives.
After the bundle-side rename of `master` → `main` across all textmatelives bundles, the catalogue still pointed 80 entries at `ref: master`. That branch no longer exists on those repos, so install attempts 404'd silently. Touched only `<key>ref</key><string>master</string>` lines; nothing else.
6 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.
Summary
Post-migration catalogue cleanup so installs resolve against
textmatelivesand the bundle-sidemainrename. Two commits:1. Update fork references:
textmatelivesorg andmainbranch (d5f2ec3)DefaultBundles.plist,AvailableBundles.plist,MandatoryBundles.h):github.com/dayglojesus→github.com/textmatelives.refvalues in plists:remove-legacy-ruby/python3-port/arm64-binaries→main, matching the bundle-side rename.MandatoryBundles.h// branch:comments updated; pinned SHAs unchanged (still reachable from each bundle'smain).CLAUDE.md,bin/build_filetype_index.rb,bin/reset_bundles.sh,bin/generate_available_bundles.rb: doc and local-dev-path references updated totextmatelives.2. Bundles catalogue: stale
ref=master→ref=main(e6677d1a)The first pass only touched the explicit fork-branch refs. But the bundle-side cleanup mass-renamed
master→mainacross all 157 textmatelives bundles, leaving 80 catalogue entries pointing at a branch that no longer exists. AppBundleFetcher404'd silently — fresh-install test attempted 153 entries and 80 failed with no log signal. Sweeps both plists:Verification
CI green. Local fresh-build verified the embedded plists:
masterrefsmainrefsdayglojesusURLstextmatelivesURLsTest plan
build-test) green one6677d1a.