Commit 74859a8
AX-1603 - Enforce lowercase @jfrog/agent-guard scope (case-sensitivity fix) (#19)
## 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](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 6eedfeb commit 74859a8
3 files changed
Lines changed: 8 additions & 2 deletions
File tree
- .cursor-plugin
- plugins/jfrog
- .cursor-plugin
- templates
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
368 | 374 | | |
369 | 375 | | |
370 | 376 | | |
| |||
0 commit comments