diff --git a/.grokkit/recipes/result-refactor.md b/.grokkit/recipes/result-refactor.md index fb71221..20c4d2d 100644 --- a/.grokkit/recipes/result-refactor.md +++ b/.grokkit/recipes/result-refactor.md @@ -67,6 +67,7 @@ Refactors all error handling in the target package to use the new Result[T] patt ### Step 4: Apply or patch **Objective:** Safely write changes or create reviewable output. + **Instructions:** - If dry_run is true → create a unified diff patch file for review. - If false → write the new files (backup originals as .bak).