summaryrefslogtreecommitdiffhomepage
path: root/.opencode/command
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2025-12-05 05:14:21 +0000
committerGitHub Action <[email protected]>2025-12-05 05:14:21 +0000
commit332ebe36c3e00242f38c968f39d33c06487b2b89 (patch)
tree0200cb11d046c91c2949fe932078cb0aa81584c1 /.opencode/command
parent5013d64b2887139de0b694ef5df0b829294d1690 (diff)
downloadopencode-332ebe36c3e00242f38c968f39d33c06487b2b89.tar.gz
opencode-332ebe36c3e00242f38c968f39d33c06487b2b89.zip
chore: format code
Diffstat (limited to '.opencode/command')
-rw-r--r--.opencode/command/rmslop.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/.opencode/command/rmslop.md b/.opencode/command/rmslop.md
index 229dbf05b..3e94ef5ac 100644
--- a/.opencode/command/rmslop.md
+++ b/.opencode/command/rmslop.md
@@ -5,6 +5,7 @@ description: Remove AI code slop
Check the diff against dev, and remove all AI generated slop introduced in this branch.
This includes:
+
- Extra comments that a human wouldn't add or is inconsistent with the rest of the file
- 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