Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/marketplace-new-extension-sept7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
9 changes: 9 additions & 0 deletions website/src/data/extensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,15 @@ export const EXTENSION_CATALOG: readonly ExtensionListing[] = [
version: "0.1.0",
apiVersion: 4,
},
{
repo: "Alexs7zzh/hunk-extensions",
name: "hunk-extensions",
summary:
"Adds Plastic SCM support to Hunk, so a Plastic working copy reviews the way a Git one does.",
categories: ["VCS backend"],
version: "0.1.0",
apiVersion: 16,
Comment on lines +99 to +101

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 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!

},
{
repo: "astwys/hunk-adaptive-theme",
name: "hunk-adaptive-theme",
Expand Down
Loading