chore: docs 기본 차단 규칙 추가 - #2
Conversation
로컬 산출물(의사결정 기록 docs/intent/ 등)이 원격에 새지 않도록 루트 docs/의 내용물을 기본 차단한다. 공개할 문서는 디렉토리 단위 예외로 선택 허용한다 — tiller·pilot·rutter 에 적용한 조직 공통 정책과 같은 형태다.
|
Warning Review limit reached
Next review available in: 59 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Comment |
무엇을
루트
docs/의 내용물을 기본 차단하고, 공개할 문서는 디렉토리 단위 예외로 선택 허용하는 조직 공통.gitignore정책을 적용한다.디렉토리(
/docs/)를 무시하면 git 이 그 안으로 내려가지 않아!/docs/공개/같은 예외가 무력하다. 내용물(/docs/*) 무시로 바꾸면 예외가 동작한다.tiller(#13)·pilot(#15)·rutter(#16)에 이미 적용된 형태이며, 이 PR 로 조직 전 리포에 정책이 통일된다.
검증
docs/intent/차단 유지 +!/docs/공개/예외 동작 — 이 리포에서 실측🤖 Generated with Claude Code