Skip to content

chore: give author a URL, pointing at kkdev92.dev - #39

Merged
kkdev92 merged 1 commit into
mainfrom
chore/author-url
Aug 18, 2026
Merged

chore: give author a URL, pointing at kkdev92.dev#39
kkdev92 merged 1 commit into
mainfrom
chore/author-url

Conversation

@kkdev92

@kkdev92 kkdev92 commented Aug 18, 2026

Copy link
Copy Markdown
Owner

Companion to #38, which moved homepage. This one is the developer field rather than the project field.

author was the bare string "kkdev92" — measured against the registry, npm view @kkdev92/vscode-ext-kit author returns 'kkdev92', a name with nothing behind it. The other three repositories already use the {name, url} form, so this also removes an inconsistency between the four.

The URL is the site rather than the GitHub profile, which is what the profile field on GitHub already points at (gh api user --jq .bloghttps://kkdev92.dev, already set).

repository and bugs are untouched, so the paths to the code and the issue tracker are unchanged.

Verified: format:check exits 0 and the packed manifest carries author: {name, url}.

🤖 Generated with Claude Code

`author` was the bare string "kkdev92", so the published metadata carried
a name with nothing behind it — `npm view @kkdev92/vscode-ext-kit author`
returns `'kkdev92'`. The other three repositories already use the object
form; this matches them, with the site rather than the GitHub profile.

`repository` and `bugs` still point at GitHub, so nothing that led to the
code moves.

format:check passes and the packed manifest carries the new value.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@kkdev92
kkdev92 merged commit 2ca6500 into main Aug 18, 2026
10 checks passed
@kkdev92
kkdev92 deleted the chore/author-url branch August 18, 2026 14:04
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