Merged
Conversation
MESA 프로젝트의 핵심 개발 원칙을 정의하는 Constitution.md를 추가합니다. 주요 원칙: - 모듈 분리 (비즈니스 로직/협업 툴/문서) - 제로 시크릿 정책 - 핵심 로직 테스트 필수 - PR 리뷰 필수 - 한국어 우선 정책 - 명시적 타입 및 Google 스타일 가이드 준수 - 방어적 프로그래밍 Resolves #29 Co-authored-by: sin seongsik <alphago2580@users.noreply.github.com>
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. |
Contributor
There was a problem hiding this comment.
Pull request overview
MESA 프로젝트의 핵심 개발 원칙을 문서로 고정하기 위해 CONSTITUTION.md를 추가하는 PR입니다. 향후 개발/리뷰/테스트/보안 기준의 단일 기준점 역할을 하도록 레포 전반의 규칙을 정의합니다.
Changes:
CONSTITUTION.md신규 추가- 7가지 핵심 원칙(모듈 분리, 제로 시크릿, 테스트, PR 리뷰, 한국어 우선, 타입/스타일, 방어적 프로그래밍) 명문화
- Governance/버전 정보 포함
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Owner
Author
|
@claude 리뷰 반영해서 수정해 |
|
Claude finished @alphago2580's task in 1m 57s —— View job 리뷰 피드백 반영 완료 ✅작업 목록
적용된 변경사항모든 리뷰 코멘트를 반영하여 CONSTITUTION.md를 수정했습니다:
커밋 정보
|
- 실제 레포 구조에 맞춰 디렉터리 경로 수정 (specs/docs → .specify/.claude 등) - worker/ → discord-github-worker/ 경로 수정 - .gitignore *.pem 요구사항을 권장 사항으로 완화 - pytest 강제를 unittest 마이그레이션 허용으로 수정 - ruff/mypy 강제를 권장 사항으로 완화 (향후 CI 도입 예정) Co-authored-by: sin seongsik <alphago2580@users.noreply.github.com>
Collaborator
|
Good |
wang-gw
approved these changes
Feb 19, 2026
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.
개요
MESA 프로젝트의 핵심 개발 원칙을 정의하는 Constitution.md를 추가했습니다.
주요 변경사항
CONSTITUTION.md파일 생성관련 이슈
Resolves #29
Generated with Claude Code