Add Alexs7zzh/hunk-extensions to hunk-extension marketplace - #1024
Add Alexs7zzh/hunk-extensions to hunk-extension marketplace#1024benvinegar wants to merge 1 commit into
Conversation
Discovered via the daily hunk-extension topic scan: created and pushed today, tagged hunk-extension, not yet in the catalog. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014Z8N7p1C4ofqabJymLSorz
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryThis PR adds Alexs7zzh/hunk-extensions to the extension marketplace and includes the conventional empty changeset for a maintenance-only update.
Confidence Score: 4/5The change is non-blocking structurally, but its marketplace metadata should be verified before merge to avoid publishing unsupported compatibility and classification claims. The empty changeset and catalog shape are valid, but several user-visible fields were populated from inference or placeholders rather than the extension source. Files Needing Attention: website/src/data/extensions.ts Important Files Changed
Prompt To Fix All With AI### Issue 1
website/src/data/extensions.ts:99-101
**Unverified marketplace metadata**
The catalog contract says these fields mirror the extension manifest, but `version` and `apiVersion` are explicitly placeholders, while the category was inferred without inspecting the entry file. These values are displayed and used for marketplace search and filtering, so publishing them without verification can misstate the available release, API compatibility, and extension classification. Please verify them against the extension source before adding the listing.
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.Reviews (1): Last reviewed commit: "Add Alexs7zzh/hunk-extensions to hunk-ex..." | Re-trigger Greptile |
| categories: ["VCS backend"], | ||
| version: "0.1.0", | ||
| apiVersion: 16, |
There was a problem hiding this comment.
Unverified marketplace metadata
The catalog contract says these fields mirror the extension manifest, but version and apiVersion are explicitly placeholders, while the category was inferred without inspecting the entry file. These values are displayed and used for marketplace search and filtering, so publishing them without verification can misstate the available release, API compatibility, and extension classification. Please verify them against the extension source before adding the listing.
Prompt To Fix With AI
This is a comment left during a code review.
Path: website/src/data/extensions.ts
Line: 99-101
Comment:
**Unverified marketplace metadata**
The catalog contract says these fields mirror the extension manifest, but `version` and `apiVersion` are explicitly placeholders, while the category was inferred without inspecting the entry file. These values are displayed and used for marketplace search and filtering, so publishing them without verification can misstate the available release, API compatibility, and extension classification. Please verify them against the extension source before adding the listing.
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Summary
Daily scan of the
hunk-extensionGitHub topic found one newly discovered repository in the last 24 hours that isn't yet in the marketplace catalog:hunk-extension, MIT licensed. Description: "Hunk extensions, including Plastic SCM support."This adds it to
website/src/data/extensions.tsin alphabetical order (sorted right after Hunk's own listings, ahead ofastwys/*), plus an empty Changeset per repo convention for a maintenance-only change.modem-dev/hunkonly, so I could not read the extension's manifest, README, or source directly (and GitHub code search hasn't indexed the repo yet, being only hours old). The entry'ssummaryandcategories: ["VCS backend"]are inferred from the repo description alone.version: "0.1.0"andapiVersion: 16are placeholders based on the catalog's typical/most-recent values — please confirm both against the extension's actual manifest (hunk.apiVersion,version) before merging, and adjust the summary/category if the repo bundles more than the one Plastic SCM extension its name suggests.Two other repos matched the topic search but were excluded:
jacegodk/hunk-viewedandvictor-software-house/hunk-historywere updated in the last 24h but are already listed.modem-dev/hunk-opencodeis not yet listed but was last updated 2026-09-05 (outside the 24h window), so left for a future scan.Test plan
bun run typecheckpassesbunx oxfmt --check/bunx oxlintclean on the changed fileversion/apiVersion/categoriesagainst the actual extension manifest🤖 Generated with Claude Code
https://claude.ai/code/session_014Z8N7p1C4ofqabJymLSorz
Generated by Claude Code