refactor(plugin): reduce prompt over-harness for Opus 4.8 (v0.1.8)#23
Merged
Conversation
명령/에이전트 프롬프트의 표현적 과잉 하네스를 제거. 동작·로직 변경 없음. - effort: xhigh 8개 제거 (codegen→medium, review→high, formatter low 유지) - 가짜 수치 제거: duration/speedup/하드코딩 날짜/예시 점수 전역 삭제 - ASCII 목업 축소: prd/implement/auto-commit 명령 -53% (로직 100% 보존) - 품질 게이트: 59점 강제캡 해킹 → "Security Critical = 점수 무관 차단" - PRD API 템플릿 4종을 commands/references/로 분리 (호출당 컨텍스트 절감) - 유령 참조 §5.8 → §5.5 교정 - 버전 0.1.7 → 0.1.8 (라이브 매니페스트 동기화) 검증: 3개 리라이트 파일 줄단위 정독 + grep 교차확인 (로직 앵커/플래그/복구절차 보존, 가짜수치 0건). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
✅ Review: APPROVE"prompt over-harness 제거 = 로직 불변" 주장을 5축으로 교차검증했고, 전부 통과했습니다. (병렬 검증 에이전트 3종 + manifest/version 직접 확인)
인상단순 줄 삭제가 아니라 품질 개선이 동반된 리팩토링입니다:
💬 Minor note (blocker 아님)
결론: 머지 가능. 👍 🤖 Generated with Claude Code |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
명령/에이전트 프롬프트의 표현적 과잉 하네스를 제거. 동작·로직 변경 없음.
검증: 3개 리라이트 파일 줄단위 정독 + grep 교차확인
(로직 앵커/플래그/복구절차 보존, 가짜수치 0건).
Summary
Changes
Type
feat— new agent / command / skill / capabilityfix— bug fixdocs— documentation onlyrefactor/choreChecklist
plugin.json에 등록했다 (해당 시)plugin.json,marketplace.json,README.{md,ko,cn}배지/표,CLAUDE.md(해당 시)python3 .github/scripts/validate_plugin.py통과marketplace.json↔plugin.json↔ README/CLAUDE.md 일치Related issue