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.
@@ -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 exactly
38
- - **한글로 작성** (unless the project uses English)
39
- - **가능한 1줄로 간결하게** 작성 (50 권장, 최대 72)
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "binary-agents",
3
- "version": "1.0.5",
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",