Add hunk-file-order to hunk-extension marketplace - #849
Open
benvinegar wants to merge 1 commit into
Open
Conversation
Discovered via the scheduled hunk-extension topic sweep. astwys/hunk-file-order (created 2026-08-24) lets Hunk sort review files by Lazygit-style mixed, files-first, or folders-first order via a single changeset transform. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SZgJvo8WMmS7jG17bqEjsx
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile SummaryAdds
Confidence Score: 5/5The pull request appears safe to merge with no actionable defects identified. The catalog entry satisfies the local type, category, and ordering contracts, while the empty changeset follows the repository’s documented maintenance-only convention. Important Files Changed
Reviews (1): Last reviewed commit: "feat(extensions): list hunk-file-order i..." | Re-trigger Greptile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
hunk-extensionGitHub topic for repos created/updated in the last 24 hours:astwys/hunk-file-order, created 2026-08-24.EXTENSION_CATALOGinwebsite/src/data/extensions.ts, alphabetically among the existingastwysentries (afterhunk-exclude-files, beforeelucid/hunk-less-search).hunk-file-orderregisters onlyhunk.transformChangeset(no pane, theme, command, keyboard mode, line highlighter, file view, or VCS backend), socategories: ["Changeset transform"], matching the pattern used forhunk-exclude-files.package.json's"hunk"field) declaresapiVersion: 6,version: "0.1.0"..changeset/list-hunk-file-order.md), matching the pattern used by prior marketplace-listing PRs (Add hunk-diff-context to hunk-extension marketplace #820, Add hunk-codeowners to hunk-extension marketplace #827, Add hunkydory to hunk-extension marketplace #837, Add hunk-notes-to-markdown to hunk-extension marketplace #841).What it does (from its README)
Lets Hunk order review files the way Lazygit does (or files-first / folders-first / Hunk's native order), configurable via
[extension.hunk-file-order]inconfig.toml, with tracked files always sorting above untracked ones.Verification
bun test scripts/check-extension-catalog.test.ts— 9 pass, catalog invariants (unique repos, valid API version, summary/category/version present, category facet ordering)bun run typecheck— cleanbunx oxfmt --checkandbunx oxlinton the changed files — cleanGenerated by Claude Code