feat: add repository metadata to package.json #11

Merged
cpfarhood merged 1 commits from feat/add-repository-metadata into main 2026-02-12 13:17:54 +00:00
cpfarhood commented 2026-02-12 13:17:22 +00:00 (Migrated from github.com)

Summary

Add repository metadata fields to package.json to enable GitHub repository link in Headlamp plugin UI.

Changes

  • Added repository field with Git URL
  • Added bugs field for issue tracking
  • Added homepage field for project homepage
  • Added author field
  • Added license field (Apache-2.0)

Benefits

  • Enables clickable GitHub link in Headlamp's plugin settings Origin column
  • Improves discoverability and metadata for plugin users
  • Aligns with best practices for npm packages

Testing

After merging and republishing, the plugin will show a GitHub link in Headlamp's Plugins settings page.

🤖 Generated with Claude Code via Happy

## Summary Add repository metadata fields to `package.json` to enable GitHub repository link in Headlamp plugin UI. ## Changes - Added `repository` field with Git URL - Added `bugs` field for issue tracking - Added `homepage` field for project homepage - Added `author` field - Added `license` field (Apache-2.0) ## Benefits - Enables clickable GitHub link in Headlamp's plugin settings Origin column - Improves discoverability and metadata for plugin users - Aligns with best practices for npm packages ## Testing After merging and republishing, the plugin will show a GitHub link in Headlamp's Plugins settings page. 🤖 Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering)
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: privilegedescalation/headlamp-polaris-plugin#11