From e53580cb6878edbc802715dd0569cc72e7cb6400 Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Fri, 5 Dec 2025 00:02:29 -0600 Subject: [PATCH] ignore: cmd tweak --- .opencode/command/rmslop.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.opencode/command/rmslop.md b/.opencode/command/rmslop.md index 3e94ef5ac5..02c9fc0844 100644 --- a/.opencode/command/rmslop.md +++ b/.opencode/command/rmslop.md @@ -10,5 +10,6 @@ This includes: - Extra defensive checks or try/catch blocks that are abnormal for that area of the codebase (especially if called by trusted / validated codepaths) - Casts to any to get around type issues - Any other style that is inconsistent with the file +- Unnecessary emoji usage Report at the end with only a 1-3 sentence summary of what you changed