Add hunk-mark-as-reviewed to hunk-extension marketplace - #856
Conversation
Lists evantravers/hunk-mark-as-reviewed, tagged `hunk-extension` on GitHub, which adds a review pane for marking hunks and files reviewed. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PjymXEngMe286Si5iKVZXQ
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Greptile SummaryAdds
Confidence Score: 4/5The PR should not merge until the catalog name is aligned with the CLI-derived installation name so website CI passes. The new entry declares Files Needing Attention: website/src/data/extensions.ts Important Files Changed
Prompt To Fix All With AI### Issue 1
website/src/data/extensions.ts:120
**Catalog name breaks validation**
When website CI validates this entry, the CLI derives `hunk-mark-as-reviewed` from the repository basename but the catalog declares `mark-as-reviewed`, causing `check-extension-catalog.test.ts` to fail and making the displayed name differ from the installed name.
```suggestion
name: "hunk-mark-as-reviewed",
```
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.Reviews (1): Last reviewed commit: "Add hunk-mark-as-reviewed to hunk-extens..." | Re-trigger Greptile |
| }, | ||
| { | ||
| repo: "evantravers/hunk-mark-as-reviewed", | ||
| name: "mark-as-reviewed", |
There was a problem hiding this comment.
Catalog name breaks validation
When website CI validates this entry, the CLI derives hunk-mark-as-reviewed from the repository basename but the catalog declares mark-as-reviewed, causing check-extension-catalog.test.ts to fail and making the displayed name differ from the installed name.
| name: "mark-as-reviewed", | |
| name: "hunk-mark-as-reviewed", |
Prompt To Fix With AI
This is a comment left during a code review.
Path: website/src/data/extensions.ts
Line: 120
Comment:
**Catalog name breaks validation**
When website CI validates this entry, the CLI derives `hunk-mark-as-reviewed` from the repository basename but the catalog declares `mark-as-reviewed`, causing `check-extension-catalog.test.ts` to fail and making the displayed name differ from the installed name.
```suggestion
name: "hunk-mark-as-reviewed",
```
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.There was a problem hiding this comment.
Updated the catalog entry to hunk-mark-as-reviewed, matching both the repository-derived install name and the extension package name. bun test scripts/check-extension-catalog.test.ts now passes (9 tests).
Responded by Pi using gpt-5.6-sol.
This comment was generated by Pi using gpt-5.6-sol
Summary
Found one new repository tagged
hunk-extensionon GitHub in the last 24 hours:toggleHunk,toggleFile,nextUnreviewed,prevUnreviewed,resetReview), a line-highlight tone for reviewed hunks, and a "hide reviewed files" changeset filter.hunk.apiVersion: 8.Adds this listing to
website/src/data/extensions.ts, keeping the existing ordering convention (Hunk's own extensions first, then alphabetical byowner/repo). Included an empty changeset since this is a website data-only change, matching the pattern used by prior marketplace-listing PRs (e.g. #841, #837).Test plan
owner/repo, description, categories, version, andapiVersion(read from the extension'sREADME.mdandpackage.json)modem-deventriestsc --noEmitagainstwebsite/tsconfig.json; pre-existing errors are unrelated missing devDependencies (Playwright/axe-core types), none referenceextensions.tsGenerated by Claude Code