binary-agents 1.0.3 → 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.
@@ -34,9 +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 exactly
38
- - Keep the subject line concise (50 chars recommended, 72 max)
39
- - If the changes are complex, suggest a body with bullet points
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
40
41
 
41
42
  4. **Execute the commit**
42
43
  - Run `git commit -m "message"` with the generated message
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "binary-agents",
3
- "version": "1.0.3",
3
+ "version": "1.0.6",
4
4
  "description": "Claude Code subagents and slash commands collection with sync CLI tool",
5
5
  "type": "module",
6
6
  "main": "src/sync.js",