Update .grokkit/recipes/result-refactor.md
All checks were successful
CI / Test (push) Successful in 40s
CI / Lint (push) Successful in 26s
CI / Build (push) Successful in 20s

This commit is contained in:
Greg Gauthier 2026-03-09 13:31:32 +00:00
parent 4e334c7d24
commit e2d70667f9

View File

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