Skip to content

Commit 252dcd4

Browse files
catomeanclaude
andcommitted
chore: retire the maonakamoto handle
The account was renamed to `catomean` and the repos then moved to the `bitbaum` org, so `maonakamoto` now names nothing: github.com/maonakamoto and maonakamoto.github.io both return 404, and @maonakamoto no longer resolves as a user. Three different targets, because these are not the same reference: repo links -> bitbaum/<repo> (the repos live in the org) the person -> catomean (profile links, @mentions, CODEOWNERS) pages site -> bitbaum.github.io Deliberately NOT changed: .mailmap keeps the old noreply address as an ALIAS. It is what maps historical commits onto the current identity; deleting it would silently unmap them. Only the canonical side moved to catomean. Files that explain the outage by naming the old account keep it, since the name is the content. Files: package.json Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UvjGNAS9CMfEGNW26tUR4P
1 parent b53fbf0 commit 252dcd4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"description": "Headless multi-participant message threads. Permission is participation, unread is per-person, and an AI can be a participant subject to the same visibility rules as everyone else.",
55
"license": "MIT",
66
"author": "Mao Nakamoto",
7-
"homepage": "https://github.com/maonakamoto/threadkit#readme",
7+
"homepage": "https://github.com/bitbaum/threadkit#readme",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/maonakamoto/threadkit.git"
10+
"url": "git+https://github.com/bitbaum/threadkit.git"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/maonakamoto/threadkit/issues"
13+
"url": "https://github.com/bitbaum/threadkit/issues"
1414
},
1515
"keywords": [
1616
"messaging",

0 commit comments

Comments
 (0)