feat(website): list hunk-gh extension - #980
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryAdds the first-party
Confidence Score: 4/5The PR should not merge until the website-only changeset stops triggering an unrelated 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
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 | |||
There was a problem hiding this comment.
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.
| "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!
Summary
modem-dev/hunk-ghin the extension marketplaceValidation
bun run typecheckbun run format:checkcd website && bun run buildcd 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