Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Tooling] incorrect capitalization of Genkit as "GenKit" in package metadata #981

Closed
LyalinDotCom opened this issue Sep 28, 2024 · 1 comment
Labels
bug Something isn't working tooling

Comments

@LyalinDotCom
Copy link

There's an inconsistency in the capitalization of our package name in the metadata. Specifically:

Issue location:
The problem is in the package description field of the package.json file.

Current state:
The description currently reads:
"CLI for interacting with the Google GenKit AI framework"

Screenshot 2024-09-27 at 9 00 25 PM

Expected state:
All references to the package name should consistently use "Genkit" (with a capital G, but lowercase 'k').
Technical details:

This inconsistency appears when running npm view genkit
The incorrect capitalization ("GenKit") is visible in the CLI output
The package name is correctly lowercase ("genkit") in all other metadata fields (name, version, keywords, bin, dist URL)

Reproduction steps:

Run npm view genkit in the terminal
Observe the description line in the output

Proposed fix:
Update the "description" field in package.json to use the correct capitalization:
"CLI for interacting with the Google Genkit AI framework"
Impact:
While this doesn't affect functionality, it creates inconsistency in our branding and could potentially confuse users or developers.

Please update the package.json file to ensure consistent capitalization across all references to our product name.

@chrisraygill
Copy link
Contributor

@pavelgj this is already fixed right? Can close?

@chrisraygill chrisraygill moved this to Done in Genkit Backlog Oct 3, 2024
@chrisraygill chrisraygill closed this as completed by moving to Done in Genkit Backlog Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tooling
Projects
Status: Done
Development

No branches or pull requests

2 participants