chore: retire the maonakamoto handle - #2
Merged
Conversation
GH_OWNER defaulted to an owner that no longer exists (gh api users/maonakamoto => 404), so this audit enumerated nothing and would have reported an empty fleet as a clean one. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UvjGNAS9CMfEGNW26tUR4P
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.
maonakamotono longer names anything. The account was renamed tocatomean, and the repos then moved to thebitbaumorg.Verified rather than assumed:
github.com/maonakamotomaonakamoto.github.io/hire/gh api users/maonakamotogithub.com/maonakamoto/<repo>bitbaum/<repo>So the references split into three groups, and treating them as one string would produce new broken links:
bitbaum/<repo>— the repos live in the org nowcatomean— profile links,@mentions, CODEOWNERSbitbaum.github.io— the old host 404s; this one is liveWhat was actually broken, not merely stale
petvity/.github/workflows/deploy.ymlcalledmaonakamoto/fleetcrown/...selfhost-deploy.yml@main. Actions does not follow the redirect that everything else follows, so this repo's deploy was dead — and it has noauto-merge.yml, which is why the earlier sweep-focused pass never saw it.fleetcrown/.github/CODEOWNERSwas* @maonakamoto— a user that returns 404, so the file assigned no owner at all while looking populated.hire/index.html— the live hire page — linked twice to a 404 profile.GH_OWNERdefaults indotfilesandcrewlessaudit tooling defaulted tomaonakamoto, so those tools enumerated a nonexistent owner and would report an empty fleet as a clean one.package.jsonrepository URLs in four packages, one of which (bip-kit) is published to npm with that URL on its listing.Deliberately left alone
.mailmapkeeps the old noreply address as an alias. That line is what maps historical commits onto the current identity; deleting it would silently unmap every commit ever authored under it. Only the canonical side moved tocatomean.orangecat.ch/profiles/maonakamotois untouched: thecatomeanslug 404s too, so rewriting it would swap one dead link for another and hide a real problem instead of fixing it.🤖 Generated with Claude Code
https://claude.ai/code/session_01UvjGNAS9CMfEGNW26tUR4P