diff options
| author | GitHub Action <[email protected]> | 2025-12-05 05:14:21 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-12-05 05:14:21 +0000 |
| commit | 332ebe36c3e00242f38c968f39d33c06487b2b89 (patch) | |
| tree | 0200cb11d046c91c2949fe932078cb0aa81584c1 /.opencode/command | |
| parent | 5013d64b2887139de0b694ef5df0b829294d1690 (diff) | |
| download | opencode-332ebe36c3e00242f38c968f39d33c06487b2b89.tar.gz opencode-332ebe36c3e00242f38c968f39d33c06487b2b89.zip | |
chore: format code
Diffstat (limited to '.opencode/command')
| -rw-r--r-- | .opencode/command/rmslop.md | 1 |
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 |
