Skip to content

fix: recover stranded #17 review fixes + add CI manifest guard & contributor docs#20

Merged
Hyeongseob91 merged 2 commits into
mainfrom
fix/recover-17-fixes-and-ci
Jun 1, 2026
Merged

fix: recover stranded #17 review fixes + add CI manifest guard & contributor docs#20
Hyeongseob91 merged 2 commits into
mainfrom
fix/recover-17-fixes-and-ci

Conversation

@Hyeongseob91
Copy link
Copy Markdown
Contributor

#18(0.1.7/카운트 동기화)이 머지된 뒤, 거기 없던 두 가지를 올립니다. (구 #19를 #18의 0.1.7 기준으로 재작성한 버전 — drift 커밋은 #18이 더 완전하게 처리해 폐기)

1. fix(screen-spec) — 유실된 #17 리뷰 수정 복구

#16이 #17보다 먼저 main에 squash되어 #17의 🔴 수정이 main에서 빠져 있었습니다. cherry-pick으로 복구:

  • 04-WIREFRAME-mobile.html: 섹션 4개 aria-labelledby + heading id, <nav> aria-label
  • --platform: 단독 "앱" 자동감지 제거(웹앱 오탐) → 명시 시그널만
  • Phase 4 WARN 4~7 구간 정의 · "신설된 전용 subagent" 표현 정정 · README 3종 screen-spec 문구 정합화

(#18은 매니페스트/에이전트만 건드려 screen-spec과 무충돌)

2. chore — CI 매니페스트 가드 + 기여자 문서

  • .github/workflows/validate.yml + scripts/validate_plugin.py: PR마다 JSON 유효성 + (설명 카운트 ↔ plugin.json 배열 ↔ 실제 파일 수 ↔ 버전) 일치 검증.
    • 루트 .claude-plugin/plugin.json도 검사 — 이번에 발견한, #18이 수동으로 고쳐야 했던 stale 카운트(3 commands/3 skills/12+ styles) 파일. 앞으로 자동 차단.
  • CONTRIBUTING.md: 구조, agent/command/skill 추가법(루트 매니페스트 포함 카운트 동기화 규칙), 컨벤션, 버전 정책, pre-PR 체크.
  • PR/이슈 템플릿 (bug/feature/config).

검증 (실측)

  • 검증 스크립트: 현재 0.1.7 상태 PASS, 카운트/버전/루트-plugin.json 변조 시 FAIL 확인 (가드 작동 증명)
  • cherry-pick 후 mobile aria 4/4, WARN 4~7 정의, 옛 "앱" 키워드 0
  • 4개 YAML + python 파싱 통과

버전: #18의 0.1.7을 정본으로 따름 (구 #19의 2.1.0 추측 폐기).

🤖 Generated with Claude Code

Hyeongseob91 and others added 2 commits June 2, 2026 02:55
- 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>
- .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>
@Hyeongseob91 Hyeongseob91 merged commit a0733a5 into main Jun 1, 2026
1 check passed
@Hyeongseob91 Hyeongseob91 deleted the fix/recover-17-fixes-and-ci branch June 1, 2026 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant