chore(repo-health): recover stranded #17 fixes, unify manifests, add CI + contributor docs#19
Closed
Hyeongseob91 wants to merge 3 commits into
Closed
chore(repo-health): recover stranded #17 fixes, unify manifests, add CI + contributor docs#19Hyeongseob91 wants to merge 3 commits into
Hyeongseob91 wants to merge 3 commits into
Conversation
- a11y: add aria-labelledby + heading ids to all 4 <section> in the new
04-WIREFRAME-mobile.html, and aria-label to its <nav>. (web template was
already correct — its "missing" sections were comment false-positives)
- platform: stop auto-detecting mobile on bare "앱" — it substring-matches
"웹앱" and misroutes web PRDs to mobile. Use explicit signals (React
Native / RN / iOS / Android / 네이티브 / 앱스토어 / 모바일 앱 / mobile);
"웹앱" stays web.
- review: close the Phase 4 WARN gap (4~7 was undefined between "≤3 진행"
and "≥8 FAIL").
- wording: drop the "신설된 전용 subagent" claim (no such agent ships;
general-purpose is used).
- docs: README.{md,ko,cn} screen-spec rows no longer claim "20 design
styles / design-discovery 연동" — this PR moves style out of screen-spec.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Reconcile drift found during a repo audit: - agents: 12 -> 13 (actual count; pr-reviewer was never reflected in text) in marketplace.json, plugin.json desc, CLAUDE.md - skills: 4 -> 5 in marketplace.json (handdrawn-diagram was missed when #15 synced the other manifests) - version: unify to 2.1.0 everywhere (was 2.1.0 in marketplace.json but 2.0.0 in README/CLAUDE.md, and absent from plugin.json) and add the missing version field to plugin.json Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- .github/workflows/validate.yml + scripts/validate_plugin.py: on every PR, verify plugin.json/marketplace.json are valid JSON and that stated counts, the manifest arrays, the files on disk, and the version all agree. This is the guard for the count/version drift fixed in the previous commit. - CONTRIBUTING.md: repo layout, how to add an agent/command/skill (incl. the "sync counts everywhere" rule), conventions, versioning, pre-PR check. - .github/PULL_REQUEST_TEMPLATE.md + ISSUE_TEMPLATE/ (bug, feature, config): lower the barrier for outside contributors. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Author
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개로 분리.
1.
fix(screen-spec)— 유실된 #17 리뷰 수정 복구#16(screen-spec 오버홀)이 #17보다 먼저 main으로 squash되어 #17의 🔴 수정이 main에서 빠졌습니다(#17은 이미 닫힌 refactor 브랜치로만 머지됨). 해당 커밋(
39e686b)을 cherry-pick해 복구:04-WIREFRAME-mobile.html: 섹션 4개aria-labelledby+ heading id,<nav>aria-label--platform: 단독 "앱" 자동감지 제거(웹앱 오탐) → 명시 시그널만2.
fix— 매니페스트 카운트/버전 통일version추가3.
chore— CI 검증 + 기여자 문서.github/workflows/validate.yml+scripts/validate_plugin.py: PR마다 JSON 유효성 + (설명 카운트 ↔ 매니페스트 배열 ↔ 실제 파일 수 ↔ 버전) 일치를 검증. 방금 고친 drift의 재발 방지 가드. (로컬:python3 .github/scripts/validate_plugin.py)검증 (실측)
12 agents잔존 0, 전 파일 13/5/2.1.0 일치다음 (이 PR 머지 후)
v2.1.0git 태그 + GitHub 릴리스 생성 (요청 항목; 머지된 상태 위에서)🤖 Generated with Claude Code