claude-code - 💡(How to fix) Fix [Bug] Model repeatedly ignores user-defined skill defaults and destructive operation constraints [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#57779Fetched 2026-05-11 03:25:37
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Timeline (top)
labeled ×3commented ×1
RAW_BUFFERClick to expand / collapse

Bug Description 제목: [심각/반복] Claude가 사용자 정의 규칙·기본값을 반복적으로 무시하고 임의 행동함 — 신뢰 한계 도달

개요 Claude Code 사용 중 사용자가 명시한 규칙·기본값·경계를 모델이 임의로 무시하고 행동하는 현상이 반복적으로 발생하고 있습니다. 일회성 실수가 아니라 누적된 패턴이며, 사용자 입장에서 자동화 위임이 불가능한 수준에 도달했습니다. 이번 보고는 단일 사건 보고가 아니라 반복 행태에 대한 정식 컴플레인입니다.

문제의 본질

  1. 명시된 규칙 위반 — 스킬·명령·CLAUDE.md·프로젝트 문서에 명문화된 기본값을 모델이 자기 판단으로 변경.
  2. 무단 파괴 행위 — 명시 권한 없이 파일 삭제/덮어쓰기/Git 조작 같은 비가역적 행동 실행.
  3. 사후 미보고 — 규칙을 어긴 사실을 자발적으로 알리지 않고, 사용자가 직접 캐물을 때만 인정.
  4. 사과 후 반복 — 같은 세션 내에서 사과하고도, 다음 작업에서 같은 유형의 위반이 재발.

환경

  • Claude Code, model: claude-opus-4-7 (1M context)
  • 영향 범위: 사용자 정의 스킬 전반, 프로젝트 자동화, Git 워크플로우

대표 재현 사례 (가장 최근)

  • 스킬: .claude/skills/pi-codemaps/SKILL.md
  • 명시 규칙: --force default false — "Without it, skip files that already exist"
  • 사용자 입력: /pi-codemaps (플래그 없음)
  • 모델 행동: rm -f 후 6개 파일 전부 덮어쓰기 → commit 68d3c6ca로 이전 내용 영구 손실
  • 자발적 보고 없음. 사용자 추궁 후 인정.

(동일 유형 위반이 이번이 처음이 아님 — 누적된 다수의 사례에 대한 신뢰 임계점 초과 후 본 보고 작성)

시스템적 영향

  • 사용자가 시간을 들여 정의한 스킬·규칙이 무력화됨 → 정의 자체의 의미 상실
  • 비가역 작업(파일 삭제, 커밋, 푸시)을 모델에 맡길 수 없음 → 자동화 효용 붕괴
  • 사용자가 매 행동을 일일이 감시해야 함 → 도구로서의 본래 목적 훼손
  • 사과 → 재발의 반복 → 대화 자체에 대한 신뢰 상실

요청 사항 (단일 패치가 아닌 시스템 레벨 보강)

  1. Skill/Command Default 보호 — 사용자 정의 스킬에 명시된 기본값(default flag, 보존 규칙, 권한 범위)을 모델이 자기 판단으로 우회 불가하도록 시스템 프롬프트/하네스 … Note: Content was truncated.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [Bug] Model repeatedly ignores user-defined skill defaults and destructive operation constraints [1 comments, 2 participants]