Skip to content

Conversation

@thisrohangupta
Copy link
Owner

@claude
Copy link

claude bot commented Jan 31, 2026

CLAUDE.md Violation: Invalid `name` field

The `name` field in `metadata.json` must be lowercase, alphanumeric with hyphens only and match the directory name.

Current value: `"React Library Upgrade"` ❌
Required value: `"react-upgrade"` ✅
Directory name: `react-upgrade`

According to claude.md:28:

`name` | string | Lowercase, alphanumeric with hyphens only. Must match directory name.

Issues with current value:

  • Contains capital letters (R, L, U) - should be lowercase only
  • Contains spaces - should use hyphens only
  • Does not match directory name `react-upgrade`

See also: claude.md:35-36 and common issue example.

Suggested fix:
```suggestion
"name": "react-upgrade",
```

The name field must be lowercase, alphanumeric with hyphens only
and match the directory name per claude.md requirements.

https://claude.ai/code/session_0125ZPV5unsv6DbRbhtjPDoD
@thisrohangupta thisrohangupta merged commit 77ba762 into main Jan 31, 2026
1 check passed
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.

3 participants