Skip to content

Update fork references: textmatelives org + main branch - #1

Merged
dayglojesus merged 2 commits into
mainfrom
update-org-references
May 21, 2026
Merged

Update fork references: textmatelives org + main branch#1
dayglojesus merged 2 commits into
mainfrom
update-org-references

Conversation

@dayglojesus

@dayglojesus dayglojesus commented May 21, 2026

Copy link
Copy Markdown
Collaborator

Summary

Post-migration catalogue cleanup so installs resolve against textmatelives and the bundle-side main rename. Two commits:

1. Update fork references: textmatelives org and main branch (d5f2ec3)

  • Catalogue URLs (DefaultBundles.plist, AvailableBundles.plist, MandatoryBundles.h): github.com/dayglojesusgithub.com/textmatelives.
  • Catalogue ref values in plists: remove-legacy-ruby / python3-port / arm64-binariesmain, matching the bundle-side rename.
  • MandatoryBundles.h // branch: comments updated; pinned SHAs unchanged (still reachable from each bundle's main).
  • CLAUDE.md, bin/build_filetype_index.rb, bin/reset_bundles.sh, bin/generate_available_bundles.rb: doc and local-dev-path references updated to textmatelives.

2. Bundles catalogue: stale ref=masterref=main (e6677d1a)

The first pass only touched the explicit fork-branch refs. But the bundle-side cleanup mass-renamed mastermain across all 157 textmatelives bundles, leaving 80 catalogue entries pointing at a branch that no longer exists. App BundleFetcher 404'd silently — fresh-install test attempted 153 entries and 80 failed with no log signal. Sweeps both plists:

<key>ref</key><string>master</string>  →  <key>ref</key><string>main</string>

Verification

CI green. Local fresh-build verified the embedded plists:

Plist stale master refs main refs dayglojesus URLs textmatelives URLs
DefaultBundles.plist 0 39 0 39
AvailableBundles.plist 0 110 0 110

Test plan

  • CI (build-test) green on e6677d1a.
  • Local from-scratch rebuild after full TextMate state scrub (prefs, caches, Application Support, HTTPStorages, WebKit).
  • Embedded catalogue plists show 0 stale refs, 0 dayglojesus URLs.
  • Post-merge: launch fresh app and confirm bundle installs complete without silent 404s.

- 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.
@dayglojesus
dayglojesus merged commit 8673cb4 into main May 21, 2026
1 check passed
@dayglojesus
dayglojesus deleted the update-org-references branch May 21, 2026 02:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant