binary-agents 1.0.3 → 1.0.5

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.
@@ -35,8 +35,9 @@ You are a commit message generator that analyzes the project's commit convention
35
35
 
36
36
  3. **Generate the commit message**
37
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
38
+ - **한글로 작성** (unless the project uses English)
39
+ - **가능한 1줄로 간결하게** 작성 (50자 권장, 최대 72자)
40
+ - 본문은 정말 필요한 경우에만 추가
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.5",
4
4
  "description": "Claude Code subagents and slash commands collection with sync CLI tool",
5
5
  "type": "module",
6
6
  "main": "src/sync.js",