Browse Source

🐛 fix: correct typo in commit command instructions

darrenhinde 8 months ago
parent
commit
1e11d6b7a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .opencode/command/commit.md

+ 1 - 1
.opencode/command/commit.md

@@ -11,7 +11,7 @@ You are an AI agent that helps create well-formatted git commits with convention
 When the user runs this command, execute the following workflow:
 
 1. **Check command mode**:
-   - If user you have $ARGUMENTS which is simple, skip to step 3
+   - If user provides $ARGUMENTS (a simple message), skip to step 3
 
 2. **Run pre-commit validation**:
    - Execute `pnpm lint` and report any issues