fix: unify hardcoded versions to read from packages/cli/package.json#4
Open
subinium wants to merge 1 commit intoseojoonkim:mainfrom
Open
fix: unify hardcoded versions to read from packages/cli/package.json#4subinium wants to merge 1 commit intoseojoonkim:mainfrom
subinium wants to merge 1 commit intoseojoonkim:mainfrom
Conversation
Multiple files had different hardcoded versions (v1.0.0, v0.2.0, v0.1.0). Now all read from a single source via NEXT_PUBLIC_CLI_VERSION env injected at build time from packages/cli/package.json. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
@subinium 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.
Summary
v1.0.0,v0.2.0,v0.1.0)NEXT_PUBLIC_CLI_VERSIONenv innext.config.tsthat reads frompackages/cli/package.jsonat build timeChanged files
next.config.tsNEXT_PUBLIC_CLI_VERSIONfrom CLI package.jsonsrc/app/page.tsx(nav)v0.2.0process.env.NEXT_PUBLIC_CLI_VERSIONsrc/app/page.tsx(demo)v1.0.0process.env.NEXT_PUBLIC_CLI_VERSIONsrc/engine/reporter.tsv0.1.0process.env.NEXT_PUBLIC_CLI_VERSIONsrc/app/r/[id]/ReportClient.tsxv0.1.0process.env.NEXT_PUBLIC_CLI_VERSIONTest plan
npx next buildsucceeds🤖 Generated with Claude Code