content: unilink/ai-curator/STL 글 제목의 [프로젝트] 접두어 제거 - #23
Merged
Conversation
LLM posts already had their [LLM-core]/[LLM-training] prefixes removed when they got real series; site posts never had prefixes to begin with. unilink and ai-curator posts were the only ones left with [unilink]/[AI Curator] title prefixes, even though series navigation and the project badge already carry that context. Drop them for consistency across the whole blog. Filenames (and therefore URLs) are untouched.
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
[LLM-core]/[LLM-training]제목 접두어와 같은 이유로,unilink(14편)·AI Curator(2편)·STL(1편, draft) 글의 대괄호 접두어를 전부 제거Test plan
npm run check통과grep으로 모든 title에서 대괄호 접두어 제거 확인🤖 Generated with Claude Code