chore(comment-checker): drop dead apply-patch-edits re-export shim
src/hooks/comment-checker/apply-patch-edits.ts was already a pure re-export over @oh-my-opencode/comment-checker-core after the core extraction landed. Every importer now reaches into the package directly, so the shim has no remaining call sites and can be removed. Verified: rg "comment-checker/apply-patch-edits" src/ packages/ returns no matches.
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
import {
|
||||
extractApplyPatchEdits,
|
||||
getApplyPatchMetadataFiles,
|
||||
getString,
|
||||
isRecord,
|
||||
joinPatchLines,
|
||||
makeAccumulator,
|
||||
parseApplyPatchRequests,
|
||||
readApplyPatchMetadataFiles,
|
||||
} from "@oh-my-opencode/comment-checker-core"
|
||||
|
||||
export {
|
||||
extractApplyPatchEdits,
|
||||
getApplyPatchMetadataFiles,
|
||||
getString,
|
||||
isRecord,
|
||||
joinPatchLines,
|
||||
makeAccumulator,
|
||||
parseApplyPatchRequests,
|
||||
readApplyPatchMetadataFiles,
|
||||
}
|
||||
Reference in New Issue
Block a user