Skip to content

feat(website): list hunk-gh extension - #980

Open
benvinegar wants to merge 1 commit into
mainfrom
feat/add-hunk-gh-marketplace
Open

feat(website): list hunk-gh extension#980
benvinegar wants to merge 1 commit into
mainfrom
feat/add-hunk-gh-marketplace

Conversation

@benvinegar

Copy link
Copy Markdown
Member

Summary

  • list modem-dev/hunk-gh in the extension marketplace
  • describe its PR, commit, and ref-comparison workflows
  • add the required release changeset

Validation

  • bun run typecheck
  • bun run format:check
  • cd website && bun run build
  • cd website && bunx playwright test tests/extensions-smoke.spec.ts (9 passed, 1 skipped)

This PR description was generated by Pi using GPT-5.6 Sol

@vercel

vercel Bot commented Sep 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
hunk-web Ready Ready Preview Sep 4, 2026 12:49pm UTC

Request Review

@greptile-apps

greptile-apps Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Adds the first-party hunk-gh extension to the website marketplace.

  • Describes its pull-request, commit, and ref-comparison workflows.
  • Supplies marketplace version and extension API metadata.
  • Adds release metadata, but currently assigns the website-only change to the publishable hunkdiff package.

Confidence Score: 4/5

The PR should not merge until the website-only changeset stops triggering an unrelated hunkdiff package release.

The extension listing is consistent with the catalog contract, but release preparation will bump and document the publishable CLI package despite no shipped CLI/package change.

Files Needing Attention: .changeset/bright-pull-requests-open.md

Important Files Changed

Filename Overview
website/src/data/extensions.ts Adds an internally consistent marketplace listing for the modem-dev/hunk-gh command extension.
.changeset/bright-pull-requests-open.md Incorrectly schedules a hunkdiff package release for a change confined to the private website package.
Prompt To Fix All With AI
### Issue 1
.changeset/bright-pull-requests-open.md:2
**Unrelated package release**

This change only modifies the private website package, but the changeset schedules a patch release of the publishable `hunkdiff` CLI package. Release preparation will therefore increment the CLI/npm version and add a changelog entry for a change that is not part of the shipped package. Website-only changes use an empty changeset unless they also modify the CLI/package.

```suggestion

```

---

For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.

Reviews (1): Last reviewed commit: "feat(website): list hunk-gh extension" | Re-trigger Greptile

@@ -0,0 +1,5 @@
---
"hunkdiff": patch

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.

P1 Unrelated package release

This change only modifies the private website package, but the changeset schedules a patch release of the publishable hunkdiff CLI package. Release preparation will therefore increment the CLI/npm version and add a changelog entry for a change that is not part of the shipped package. Website-only changes use an empty changeset unless they also modify the CLI/package.

Suggested change
"hunkdiff": patch
Prompt To Fix With AI
This is a comment left during a code review.
Path: .changeset/bright-pull-requests-open.md
Line: 2

Comment:
**Unrelated package release**

This change only modifies the private website package, but the changeset schedules a patch release of the publishable `hunkdiff` CLI package. Release preparation will therefore increment the CLI/npm version and add a changelog entry for a change that is not part of the shipped package. Website-only changes use an empty changeset unless they also modify the CLI/package.

```suggestion

```

---

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!

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