Skip to content

AX-1603 - Enforce lowercase @jfrog/agent-guard scope (case-sensitivity fix)#12

Merged
YoniMelki merged 1 commit into
mainfrom
bugfix/AX-1603-case-sensitivity
Jun 9, 2026
Merged

AX-1603 - Enforce lowercase @jfrog/agent-guard scope (case-sensitivity fix)#12
YoniMelki merged 1 commit into
mainfrom
bugfix/AX-1603-case-sensitivity

Conversation

@YoniMelki

Copy link
Copy Markdown
Collaborator

AX-1603 — Fix @jfrog/agent-guard case-sensitivity

Jira: https://jfrog-int.atlassian.net/browse/AX-1603

Users were ending up with two casings of the install command — @jfrog/agent-guard vs @JFrog/agent-guard. npm scopes are case-sensitive and the published package is the lowercase @jfrog/agent-guard; the capitalized brand variant points at a different/nonexistent scope. The templates already hard-code lowercase, but the agents (Claude/Cursor/Copilot) sometimes auto-capitalize the "JFrog" brand when generating the command.

Change

  • Add an explicit Key Rules entry: always write the scope lowercase as @jfrog/agent-guard, never @JFrog/agent-guard.
  • Bump the plugin patch version.

🤖 Generated with Claude Code

…y fix)

Add an explicit Key Rules entry instructing the agent to always emit the
package scope lowercase as @jfrog/agent-guard and never capitalize it to
@JFrog/agent-guard. npm scopes are case-sensitive; the capitalized brand
variant points at a different/nonexistent scope. Bump patch version.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@YoniMelki YoniMelki merged commit 6788fe1 into main Jun 9, 2026
2 checks passed
@YoniMelki YoniMelki deleted the bugfix/AX-1603-case-sensitivity branch June 9, 2026 14:29
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.

2 participants