Void Linux Maintainer Orphans 113 Packages Over AI Text Dispute
Software / news
Void Linux Maintainer Orphans 113 Packages Over AI Text Dispute
Andrea Brancaleoni disowned Alacritty, Kubernetes and 111 other packages rather than rewrite a pull request comment another maintainer flagged as AI-generated.
Void Linux contributor Andrea Brancaleoni, who commits under the handle thypon, disowned 113 packages he maintained on Sept. 12, including Alacritty and Kubernetes, after another maintainer flagged a pull request comment as AI-generated and undisclosed.
The dispute is documented in full on the pull request that started it, a routine version bump of Go from 1.26.5 to 1.27.1 that Brancaleoni opened on Sept. 2. Nine days later he posted a long compatibility comparison in the PR's comments, listing seven packages the update would break and the exact compiler errors each one hit.
What the comparison actually said
The comment named four separate causes: Go 1.27 removing x/net/http2.TrailerPrefix, tighter restrictions on //go:linkname breaking klauspost/cpuid/v2, changed runtime intrinsics breaking a cockroachdb/swiss dependency, and a stringer codegen regression breaking Anubis's asset build. Each cause was tied to specific packages: goreleaser, opentofu and sops for the first; minio and fs-repo-migrations for the second; kubo for the third; Anubis for the fourth.
Why classabbyamp objected
A fellow maintainer going by classabbyamp asked what had generated the comparison. Brancaleoni answered: "My usual setup, GLM-5.3-flash + opencode. Sometimes run locally, sometimes not," linking to his own dotfiles. classabbyamp replied by quoting Void Linux's contributing policy, which states that AI tools may be used for research but that "all content in contributions must originate from and be understood by the contributor," a rule the document extends explicitly to "pull request descriptions, and comments." classabbyamp added: "I'm not going to bother wading through a wall of llm-generated text."
Brancaleoni pushed back that the text was "well understood, and vouched by me and my tools." classabbyamp held the line: "the policy's pretty clear that the text itself shouldn't be generated, whether you vouch/understand it or not." Ten minutes later, Brancaleoni closed the Go update and opened a new pull request titled "Disown maintained packages," touching 113 files across the void-packages repository.
| Time (UTC) | Event |
|---|---|
| Sept. 2, 11:55 p.m. | thypon opens PR 62351, a Go 1.26.5-to-1.27.1 bump |
| Sept. 11, 11:29 p.m. | thypon posts an AI-drafted breakage comparison in the PR |
| Sept. 12, 12:24 a.m. | classabbyamp cites the CONTRIBUTING.md AI-usage clause |
| Sept. 12, 12:42 a.m. | thypon opens PR 62482, disowning 113 packages |
What is actually orphaned
The 113 files in PR 62482 cover software well beyond a Go toolchain update: the terminal emulator Alacritty, the container runtime Kubernetes, the music player Clementine, the encryption tool fscrypt, Intel's Thermald, and a run of Docker-related packages including docker-cli and docker-gen, according to the pull request's file list. Void Linux's build system treats an orphaned package as one anyone can adopt by submitting a patch, but until someone does, it receives no updates, including security fixes.
This is not the first time in 2026 that an AI-disclosure policy has split a small open-source project. The password manager fork ChiPass exists because KeePassXC adopted a similar AI-code restriction, and OpenClaw's maintainers have separately described fighting a flood of AI-generated pull requests. Void Linux's version is smaller in scope but sharper in outcome: one contributor's objection to being asked to rewrite a comment cost the distribution its maintainer for more than a hundred packages at once.
A third contributor, seuros, commented on the disown PR: "This PR should be rejected, you used AI loop to commit all those changes." As of Sept. 13, PR 62482 remained open, unmerged and unassigned to a reviewer, and none of the 113 packages had a new maintainer listed.
Sources
More in Software
- 01ZCode Uploads Users' Full Git History, Zhipu Says It Deletes ItA developer's reverse-engineering forced a same-day apology from Zhipu over a coding assistant that never told users it was packaging their repositories for the cloud.
- 02Alibaba's Open Code Review Tool Ships an IntelliJ PluginVersion 1.12.6 extends the AI code reviewer to JetBrains IDEs the same week Alibaba's own benchmark shows it trading recall for precision against Claude Code.
- 03Flet Reaches 1.0, Ships One Python App to Six PlatformsFeodor Fitsner's framework rebuilt its bridge to Flutter for the stable release, but has not said how many people pay for anything built on top of it.
- 04Bend 2 Bets Formal Proof Can Catch AI's Coding MistakesVictor Taelin's rewritten language backs its safety pitch with a compiler its own README calls 99 percent AI-written and not yet audited.