Add hunkydory to hunk-extension marketplace - #837
Merged
Conversation
Adds the review-export/import extension discovered under the hunk-extension GitHub topic.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile SummaryAdds the hunkydory command extension to the website marketplace catalog and includes an empty changeset for the catalog-only update.
Confidence Score: 5/5The PR appears safe to merge with no actionable defects identified. The change is limited to static extension metadata and an empty changeset, and the new entry satisfies the catalog’s established shape, ordering, and supported API-version bounds. Important Files Changed
Reviews (1): Last reviewed commit: "feat(website): list hunkydory in the ext..." | Re-trigger Greptile |
…vmi1o # Conflicts: # website/src/data/extensions.ts
This was referenced Aug 25, 2026
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:TreeHappy/hunkydory, created and pushed 2026-08-23.EXTENSION_CATALOGinwebsite/src/data/extensions.ts, alphabetically last by owner, matching the existing entry shape.hunkydoryregisters two commands only (export-review,import-review) — no pane, theme, keyboard mode, line highlighter, file view, VCS backend, or changeset transform — socategories: ["Command"].package.json's"hunk"field) doesn't declareapiVersion, and the extension only uses baseline surface (registerCommand,ctx.dialogs.input,hunk.onfor startup/changeset/note/session-reload events) that predates the v2+ additions (file-view rows, theming, sidebars/panes, keyboard modes, line highlighters, session behavior), so it's listed asapiVersion: 1..changeset/list-hunkydory.md), matching the pattern used by the other marketplace-listing PRs in history (e.g. Add hunk-diff-context to hunk-extension marketplace #820, extensions: list hunk-gh-review #822, extensions: gentilfp/hunk-codeowners #826).What it does (from its README)
hunkydory exports a Hunk review (diffs + inline notes) to Markdown and JSON, and can re-import comments from an export back into a live
hunksession — both as an in-TUI extension command and as standalone CLI scripts (hunkydory-export/hunkydory-import) for headless/agent/CI use.Note for reviewers
The upstream README's top-level heading currently reads
#jsfljlaksjfl;aksj q hunkydory— looks like a stray typo/paste artifact in the third-party repo rather than anything actionable here, but flagging it in case a maintainer wants to note it to the author before/while merging.Verification
bun run typecheck— no new errors (pre-existing, unrelatedtsconfig.jsonbaseUrldeprecation warning reproduces identically onmain).bunx oxfmt --checkandbunx oxlint --deny-warnings— clean on the changed files.website/tests/*-smoke.spec.tscouldn't run in this sandbox (missing@axe-core/playwright/@playwright/testinstall, unrelated to this change).Generated by Claude Code