Rename Codeberg terminology to forge #20
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The repo migrated from Codeberg to forge.marvin8.zone (a Forgejo instance), but the code and docs still say "Codeberg" throughout: the CODEBERG_TOKEN env var, docstrings ("Codeberg API", "Codeberg accounts"), the CLI description, README, the mkdocs docs, Roadmap, AGENTS.md, and Specifications.md.
Rename these to a generic term (forge / Forgejo) so the tooling reflects the actual target.
Out of scope: literal external URLs to real codeberg.org resources (the zaojun pre-commit repo, the git-pages action, docs/javascripts/redirect.js, and historical CHANGELOG entries) must not be touched.
Plan of attack:
Scope expanded to also finalize migration leftovers (now that all repos are migrated):
Not touched: git-pages action (grebedoc), redirect.js, BOARD.md (self-heals).
Closed via commit
8d3ec08: renamedCODEBERG_TOKEN→FORGE_TOKEN, updated docstrings from "Codeberg API" to "Forgejo API", and updated README, AGENTS.md, and user-facing docs. The only remainingcodeberg.orgreference is in.forgejo/workflows/ci.ymlfor the external grebedoc action, which was explicitly marked out of scope.