Skip to content

fix(docs): normalize NWarila owner casing across refs#26

Merged
NWarila merged 1 commit into
mainfrom
fix/nwarila-owner-casing
May 28, 2026
Merged

fix(docs): normalize NWarila owner casing across refs#26
NWarila merged 1 commit into
mainfrom
fix/nwarila-owner-casing

Conversation

@NWarila
Copy link
Copy Markdown
Owner

@NWarila NWarila commented May 28, 2026

Summary

The repo lives at NWarila/ (user account), but README badges, self-update.yml, and the reference/ configs referenced lowercase nwarila/. GitHub redirects case-insensitively so most render, but the Codecov badge is case-sensitive and showed no data on the README. Normalized every owner reference to NWarila/:

  • README badges (CI, Coverage, License, Platform) + architecture table + usage examples
  • self-update.yml release-lookup / clone URLs
  • reference/* headers + repo-ci.yml uses: (these get copied into downstream repos, so the slip was propagating)
  • script header comments
  • README intro: "the nwarila GitHub organization" → "the NWarila GitHub account" (it's a user account, not an org)

Purely a casing normalization — no logic change. .gitattributes (* text=auto eol=lf) handles line endings.

Test plan

  • Coverage badge renders (Codecov slug now matches NWarila/)
  • CI green (no functional change)

🤖 Generated with Claude Code

The repo lives at NWarila/ (user account), but README badges, the
self-update workflow, and the reference/ configs all referenced lowercase
nwarila/. GitHub redirects case-insensitively so most render, but the
Codecov badge is case-sensitive and showed no data. Normalize every owner
reference to NWarila/ (badges, codecov, workflow clone/release lookups,
the reference configs downstream repos copy, and script headers), and fix
the README intro ("nwarila organization" -> "NWarila account", since it's
a user account, not an org).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@NWarila NWarila merged commit 9e74e35 into main May 28, 2026
13 checks passed
@NWarila NWarila deleted the fix/nwarila-owner-casing branch May 28, 2026 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant