Hello Replacer Replace all occurrences of the word "hello" (case-insensitive) with "fuckk" across every file in the project. Steps 1. Use to find all files containing the word "hello" (case-insensitive). 2. For each file found, use to load its contents. 3. Use with to replace each casing variant: - → - → - → 4. Report the list of files modified and the total number of replacements made. Important - Skip binary files, images, and lock files (e.g., , , , ). - Do not modify files inside , , or other dependency/vendor directories. - Preserve the original casing pattern: lowercase stays lowercase,…