chore: 설치 URL 을 이름 변경에 견디는 형태로 교체 - #59
Merged
Merged
Conversation
raw.githubusercontent.com → github.com/.../raw/... 저장소 이름을 바꾸면 raw 도메인은 리다이렉트되지 않는다. 원라인 설치 명령은 한 번 퍼지면 회수할 수 없으므로, 그 경우 영구히 깨진다. github.com 경로는 저장소 리다이렉트를 타고 raw 로 넘어가므로 이름 변경을 견딘다 — 이름이 바뀐 저장소로 실측해 확인했다. 지금 저장소 이름을 바꿀 계획은 없다. 다만 README 가 곧 PyPI 페이지 설명이라 발행 순간 이 URL 이 사람들의 클립보드로 들어가므로, 비용이 0 인 지금 걸어두는 보험이다. 되돌리지 않도록 검토서에 근거를 남겼다. 저장소 이름을 tako 로 유지하는 이유도 함께 적었다 — GitHub 저장소 이름은 소유자별 네임스페이스라 전역 충돌이 없고, 명령어·설정 경로·환경변수·슬래시 커맨드가 전부 tako 다. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01FR3Lm3SnJ329MQV4SwTsut
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.
raw.githubusercontent.com→github.com/.../raw/...왜
저장소 이름을 바꾸면 raw 도메인은 리다이렉트되지 않는다. 원라인 설치 명령은 한 번 퍼지면 회수할 수 없어서 그 경우 영구히 깨진다.
github.com경로는 저장소 리다이렉트를 타고 raw 로 넘어가므로 이름 변경을 견딘다. 이름이 바뀐 저장소(facebook/jest→jestjs/jest)로 실측 확인했다.지금 저장소 이름을 바꿀 계획은 없다. 다만
README.md가 곧 PyPI 페이지 설명이라 발행 순간 이 URL 이 사람들의 클립보드로 들어간다. 비용이 0 인 지금 걸어두는 보험이다.저장소 이름은
tako유지GitHub 저장소 이름은 소유자별 네임스페이스라 전역 충돌이 없다. 오리지널리티 분쟁이 생기는 곳은 전역 네임스페이스(PyPI·Homebrew core·상표)인데 저장소는 거기 해당하지 않는다.
그리고 명령어·설정 디렉터리(
~/.config/tako/)·환경변수(TAKO_CONFIG_PATH)·슬래시 커맨드가 전부tako다.takopy는 PyPI 네임스페이스 제약에서 나온 유통상의 이름이지 정체성이 아니다.되돌리지 않도록 검토서에 근거를 남겼다.
🤖 Generated with Claude Code
https://claude.ai/code/session_01FR3Lm3SnJ329MQV4SwTsut