Skip to content

fix: normalize bin paths and add CODEOWNERS#28

Merged
ramonclaudio merged 3 commits intomainfrom
fix/npm-bin-warnings
Sep 7, 2025
Merged

fix: normalize bin paths and add CODEOWNERS#28
ramonclaudio merged 3 commits intomainfrom
fix/npm-bin-warnings

Conversation

@ramonclaudio
Copy link
Owner

@ramonclaudio ramonclaudio commented Sep 7, 2025

Changes

  1. Normalized bin paths in package.json to resolve npm publish warnings
  2. Added CODEOWNERS file for better code review practices

Technical Details

Package.json fixes

  • Removed leading ./ from bin paths per npm best practices
  • Fixes warning: npm warn publish 'bin[create-claude]' script name was cleaned
  • Applied via npm pkg fix command

CODEOWNERS addition

  • Defines code ownership for automatic review requests
  • Improves OpenSSF Scorecard branch protection score
  • Ensures consistent review practices even for solo projects

Testing

  • Package will be validated in CI/CD pipeline
  • No functional changes, only configuration improvements

@ramonclaudio ramonclaudio changed the title fix: normalize bin paths to resolve npm warnings fix: normalize bin paths and add CODEOWNERS Sep 7, 2025
@ramonclaudio ramonclaudio merged commit 2f4f659 into main Sep 7, 2025
6 checks passed
@ramonclaudio ramonclaudio deleted the fix/npm-bin-warnings branch September 7, 2025 18:18
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.

1 participant