From b5e3b08cc007dbf0188ea6300f89b8894ec79e94 Mon Sep 17 00:00:00 2001 From: G <41178744+catomean@users.noreply.github.com> Date: Fri, 28 Aug 2026 10:20:22 +0200 Subject: [PATCH] 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/ (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: README.md, package.json, scripts/ci/auto-merge-sweep.sh Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01UvjGNAS9CMfEGNW26tUR4P --- README.md | 4 ++-- package.json | 6 +++--- scripts/ci/auto-merge-sweep.sh | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 81ecee3..c533801 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ai-forms [![npm](https://img.shields.io/npm/v/ai-forms.svg)](https://www.npmjs.com/package/ai-forms) -[![CI](https://github.com/maonakamoto/ai-forms/actions/workflows/ci.yml/badge.svg)](https://github.com/maonakamoto/ai-forms/actions/workflows/ci.yml) +[![CI](https://github.com/bitbaum/ai-forms/actions/workflows/ci.yml/badge.svg)](https://github.com/bitbaum/ai-forms/actions/workflows/ci.yml) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) Headless AI form filling and conversational refinement. @@ -21,7 +21,7 @@ Works with any model (OpenAI, Anthropic, Groq, Gemini, local — anything you ca ## Try it ```bash -git clone https://github.com/maonakamoto/ai-forms +git clone https://github.com/bitbaum/ai-forms cd ai-forms/examples/next && npm install && npm run dev ``` diff --git a/package.json b/package.json index 927e4fc..e4ecb2c 100644 --- a/package.json +++ b/package.json @@ -4,13 +4,13 @@ "description": "Headless AI form filling and conversational refinement. Provider-agnostic core, React hook, and a server route factory.", "license": "MIT", "author": "Mao Nakamoto", - "homepage": "https://github.com/maonakamoto/ai-forms#readme", + "homepage": "https://github.com/bitbaum/ai-forms#readme", "repository": { "type": "git", - "url": "git+https://github.com/maonakamoto/ai-forms.git" + "url": "git+https://github.com/bitbaum/ai-forms.git" }, "bugs": { - "url": "https://github.com/maonakamoto/ai-forms/issues" + "url": "https://github.com/bitbaum/ai-forms/issues" }, "keywords": [ "ai", diff --git a/scripts/ci/auto-merge-sweep.sh b/scripts/ci/auto-merge-sweep.sh index 6fbeb63..4a9334e 100644 --- a/scripts/ci/auto-merge-sweep.sh +++ b/scripts/ci/auto-merge-sweep.sh @@ -93,7 +93,7 @@ else # base quietly collecting more of them and getting harder to diagnose. But # when the PR *is* the repair, the same rule deadlocks the repo — the fix # cannot travel the path its own redness blocks, and only a human can move - # it. Seen in maonakamoto/aoz-housing on 2026-08-07: E2E red on the base, the + # it. Seen in bitbaum/aoz-housing on 2026-08-07: E2E red on the base, the # fix sitting green in a PR, every sweep refusing politely. # # So identify WHICH jobs are red and let a PR through only if its own checks @@ -128,7 +128,7 @@ merged_any=0 # OLDEST FIRST. `gh pr list` returns newest-first, and this loop merges the # first eligible PR and stops — so the newest green PR wins every sweep and an -# older one can wait indefinitely. Observed in maonakamoto/fleetcrown on +# older one can wait indefinitely. Observed in bitbaum/fleetcrown on # 2026-08-06: two consecutive sweeps merged the two newest PRs while three # older green ones were never even evaluated. With several agent sessions # opening PRs continuously, "newest wins" is starvation, and it starves the PR