You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(data): update data layer to use centralized GitHub stars lookup
Updates the data transformation layer to retrieve GitHub stars from the centralized
github-stars.json file using the new getGithubStars() helper function.
Changes:
- Imports getGithubStars helper in landscape-data.ts
- Updates ideToProduct(), cliToProduct(), and extensionToProduct() to call getGithubStars()
- Sets provider GitHub stars to null (providers don't have stars tracking)
- Regenerates TypeScript files from manifests with updated structure
This completes the migration from inline githubStars fields to centralized lookup.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments