jun-claude-code 0.3.1 → 0.3.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jun-claude-code",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Claude Code configuration template - copy .claude settings to your project",
5
5
  "main": "dist/index.js",
6
6
  "bin": "dist/cli.js",
@@ -51,7 +51,7 @@ if echo "$COMMAND" | grep -qE '(^|;|\||&&)\s*sudo\s'; then
51
51
  fi
52
52
 
53
53
  # 3. git push --force / -f (강제 푸시)
54
- if echo "$COMMAND" | grep -qE 'git\s+push\s+.*(-f|--force)'; then
54
+ if echo "$COMMAND" | grep -qE 'git\s+push\s+.*\s(-f|--force)(\s|$)'; then
55
55
  block "git push --force 는 원격 히스토리를 덮어씁니다. 이 명령어는 차단됩니다."
56
56
  fi
57
57