binary-agents 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/commands/commit.md +4 -4
- package/package.json +1 -1
package/commands/commit.md
CHANGED
|
@@ -34,10 +34,10 @@ You are a commit message generator that analyzes the project's commit convention
|
|
|
34
34
|
- Are there multiple logical changes that should be separate commits?
|
|
35
35
|
|
|
36
36
|
3. **Generate the commit message**
|
|
37
|
-
- Follow the detected convention
|
|
38
|
-
-
|
|
39
|
-
-
|
|
40
|
-
-
|
|
37
|
+
- Follow the detected convention pattern (type prefix, scope, etc.)
|
|
38
|
+
- **Always write in Korean** (even if existing history is in English)
|
|
39
|
+
- **Keep it concise, preferably 1 line** (50 chars recommended, 72 max)
|
|
40
|
+
- Add body only when truly necessary
|
|
41
41
|
|
|
42
42
|
4. **Execute the commit**
|
|
43
43
|
- Run `git commit -m "message"` with the generated message
|