feat(harness): VD1 (void) — Terminal.app 단일 참조 강제#31
Merged
dancinlife merged 2 commits intomainfrom Apr 13, 2026
Merged
Conversation
기존 문제: - common.json 에 33 규칙 등록 but lint.hexa 는 ~14건만 구현 - bitter-gate 가 모두 dormant(폐기 후보) 로 판정 → false positive 29건 수정: - is_implemented(rule) 추가 — lint.hexa 에서 "<RULE>|" 또는 "<RULE>-L" grep - status 분기: total=0 & !implemented → "not_implemented" - 카운터 not_implemented 별도 집계 + 출력 검증 (--audit): - audited: 33, active: 3, dormant: 1 (실제 폐기 후보) - not_impl: 29 (lint 미구현 — 수동 오버헤드 또는 신규 구현 대상) - insufficient: 0 rules_usage.jsonl 에 "implemented":true/false 필드 추가. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- check_vd1() 신설: void 프로젝트 .hexa/.c/.m 소스에서 외부 터미널 에뮬레이터 (iTerm2/kitty/Warp/Ghostty/Alacritty) 언급 grep → error - _vd1_is_exempt(): archive/, docs/, _archive/, rules.json, CLAUDE.md, shared/harness/ 예외 - 인라인 예외: // @allow-terminal-mention Smoke: - nexus 자체: exit 0 (비활성) - void 가짜 violation (src/fake.hexa with "iTerm2" + "Alacritty"): VD1 error 2건 감지 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
dancinlife
added a commit
that referenced
this pull request
Apr 13, 2026
This reverts commit 4e95417.
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.
Summary
void 프로젝트 전용 규칙 VD1 을 lint.hexa 에 추가. 외부 터미널 에뮬레이터 (iTerm2/kitty/Warp/Ghostty/Alacritty) 언급 시 error.
동작
_project_name() == 'void'// @allow-terminal-mentionSmoke
🤖 Generated with Claude Code