feat(content): 글 형식 audit와 LLM Wiki 구축기 추가 - #111
Merged
Conversation
빌드 중 Supabase 조회수 집계 쿼리를 건너뛰어 production build 재현성을 높였습니다. 콘텐츠 로딩과 조회수 실패 로그는 민감한 경로나 원본 오류를 직접 노출하지 않도록 정리했습니다. ViewCounter의 sessionStorage 접근과 Mermaid 보안 설정도 함께 보강했습니다.
category와 contentType을 분리하고 기존 글 meta에 형식 분류를 부여했습니다. qualityReview에 글쓰기 점수 축을 확장하고 content:audit, new-post scaffold, repo-local blog-growth-review skill을 추가했습니다. 점수는 v1에서 공개 UI에 노출하지 않고 작성과 리뷰 운영 도구로만 사용합니다.
blog-growth-review 기준으로 공개 글과 private 시리즈 글의 writing score를 초기 채점했습니다. 기존 core qualityReview 값은 보존하고 clarity, structure, evidence, usefulness, originality, polish만 채웠습니다. content:audit 기준 writing score coverage를 41/41로 맞췄습니다.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f3a05fda83
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
검색엔진이 대표 URL을 명확히 해석할 수 있도록 canonical, og:url, 게시글별 Twitter metadata를 추가했습니다. sitemap에 공개 허브 라우트를 포함하고 post updated 값을 lastModified에 반영하도록 조정했습니다.
raw, drafts, wiki 신뢰 경계를 중심으로 LLM Wiki 구축 회고 글을 추가했습니다. 로컬에서 private 글을 미리보기할 수 있도록 development preview 정책과 ADR을 추가하고 Playwright 임시 파일을 ignore 처리했습니다.
contentType을 ingestion 필수 필드로 바꾸고 production build에서도 콘텐츠 진단 로그가 남도록 수정했습니다. Life 글의 writing score 부족은 private 전환 검토가 아니라 보강 필요로 분류하도록 audit 정책과 테스트를 보강했습니다.
dev-wooyeon
added a commit
that referenced
this pull request
Jul 24, 2026
* fix(blog): 조회수와 콘텐츠 로깅 안정화 빌드 중 Supabase 조회수 집계 쿼리를 건너뛰어 production build 재현성을 높였습니다. 콘텐츠 로딩과 조회수 실패 로그는 민감한 경로나 원본 오류를 직접 노출하지 않도록 정리했습니다. ViewCounter의 sessionStorage 접근과 Mermaid 보안 설정도 함께 보강했습니다. * feat(content): 글 형식과 성장 audit 추가 category와 contentType을 분리하고 기존 글 meta에 형식 분류를 부여했습니다. qualityReview에 글쓰기 점수 축을 확장하고 content:audit, new-post scaffold, repo-local blog-growth-review skill을 추가했습니다. 점수는 v1에서 공개 UI에 노출하지 않고 작성과 리뷰 운영 도구로만 사용합니다. * chore(content): 글쓰기 점수 초기 채점 blog-growth-review 기준으로 공개 글과 private 시리즈 글의 writing score를 초기 채점했습니다. 기존 core qualityReview 값은 보존하고 clarity, structure, evidence, usefulness, originality, polish만 채웠습니다. content:audit 기준 writing score coverage를 41/41로 맞췄습니다. * feat(seo): 검색 노출 metadata 보강 검색엔진이 대표 URL을 명확히 해석할 수 있도록 canonical, og:url, 게시글별 Twitter metadata를 추가했습니다. sitemap에 공개 허브 라우트를 포함하고 post updated 값을 lastModified에 반영하도록 조정했습니다. * docs(blog): LLM Wiki 구축기 추가 raw, drafts, wiki 신뢰 경계를 중심으로 LLM Wiki 구축 회고 글을 추가했습니다. 로컬에서 private 글을 미리보기할 수 있도록 development preview 정책과 ADR을 추가하고 Playwright 임시 파일을 ignore 처리했습니다. * fix(content): PR 리뷰 정책 오류 수정 contentType을 ingestion 필수 필드로 바꾸고 production build에서도 콘텐츠 진단 로그가 남도록 수정했습니다. Life 글의 writing score 부족은 private 전환 검토가 아니라 보강 필요로 분류하도록 audit 정책과 테스트를 보강했습니다. * fix(blog): 본문 문단 typography 적용 수정
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.
변경 내용
LLM Wiki 구축기: 답변을 검증된 지식으로 옮기기공개 글을 추가했습니다..playwright-cli/를 git ignore 처리했습니다.의도
raw -> drafts -> wiki신뢰 경계를 초반부터 명확히 전달합니다.영향 범위
posts/**/meta.json기반 콘텐츠 메타데이터/blog/llm-wiki-build-retrospective신규 공개 글검증
npx prettier --check posts/llm-wiki-build-retrospective/index.mdx posts/llm-wiki-build-retrospective/meta.jsonnpx markdownlint-cli2 --config tooling/config/.markdownlint-cli2.jsonc posts/llm-wiki-build-retrospective/index.mdxnpm run content:auditnpm run test:unit -- blog/services/post-repository.test.ts blog/model/frontmatter-schema.test.tsnpm run buildgit diff --check체크리스트
codex/<task>)에서 진행함<type>: <한국어 설명>) 준수