Add MIT LICENSE file#1
Open
0xjunkim wants to merge 1 commit into
Open
Conversation
README and packages/cli/package.json both declare MIT, but the formal LICENSE file was missing. GitHub license detection requires this file to display the license badge and metadata. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Someone is attempting to deploy a commit to the seojoonkim's projects Team on Vercel. A member of the Team first needs to authorize it. |
seojoonkim
pushed a commit
that referenced
this pull request
Feb 17, 2026
- BUG #1: HOME config 무조건 스캔 수정 - scanWorkspace()에서 ~/.openclaw/ 등 HOME config를 HOME 디렉토리 스캔 시에만 포함 - 프로젝트 디렉토리 스캔 시 API 키 경고 플러드 방지 - BUG #2: compound/, memory/ 파일 heading-hierarchy 룰 제외 - 리서치/로그 문서에 heading hierarchy 적용 안 함 (TIP 40개+ 노이즈 수정) - BUG #3: Identity false positive 한국어 필터링 - consistency/identity-alignment 룰에서 한국어 문자 포함 name 후보 제외 - BUG #4: 전화번호 regex 강화 - 분리자(dash/dot/space) 필수로 변경 → bare numeric ID 오탐 방지 - BUG #5: 약어 whitelist 확장 - GET, POST, PUT, DELETE, MCP, RPI, TCG, GUI, TUI, TOML, TSV, PY, SH 등 추가
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.
README and packages/cli/package.json both declare MIT, but the formal LICENSE file is missing — GitHub license detection returns null.
This adds the standard MIT License text so GitHub recognizes the license and displays the badge.
🤖 Generated with Claude Code