firebase / genkit

An open source framework for building AI-powered apps with familiar code-centric patterns. Genkit makes it easy to integrate, test, and deploy sophisticated AI features to Firebase or Google Cloud.
Apache License 2.0
655 stars 89 forks source link

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

Open LyalinDotCom opened 23 hours ago

LyalinDotCom commented 23 hours ago

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.