binary-agents 1.0.7 → 1.0.9

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.
@@ -38,10 +38,12 @@ You are a commit message generator that analyzes the project's commit convention
38
38
  - **Always write in Korean** (even if existing history is in English)
39
39
  - **Keep it concise, preferably 1 line** (50 chars recommended, 72 max)
40
40
  - Add body only when truly necessary
41
+ - **Do NOT add Co-Authored-By footer**
41
42
 
42
43
  4. **Execute the commit**
43
44
  - Run `git commit -m "message"` with the generated message
44
45
  - If a body is needed, use the multi-line format
46
+ - **Never include Co-Authored-By in the commit message**
45
47
 
46
48
  ## Output Format
47
49
 
package/commands/pr.md CHANGED
@@ -50,6 +50,7 @@ You are a pull request generator that analyzes the differences between the curre
50
50
  - `## 변경 사항` (Summary of changes)
51
51
  - `## 변경된 파일` (List of key changed files)
52
52
  - `## 테스트` (How to test, if applicable)
53
+ - **Do NOT add "🤖 Generated with Claude Code" or any AI attribution footer**
53
54
 
54
55
  5. **Create the PR**
55
56
  - First, ensure the branch is pushed to remote
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "binary-agents",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "Claude Code subagents and slash commands collection with sync CLI tool",
5
5
  "type": "module",
6
6
  "main": "src/sync.js",