Skip to content

feat(content): 글 형식 audit와 LLM Wiki 구축기 추가 - #111

Merged
dev-wooyeon merged 7 commits into
masterfrom
codex/blog-growth-scoring-pr
Jun 25, 2026
Merged

feat(content): 글 형식 audit와 LLM Wiki 구축기 추가#111
dev-wooyeon merged 7 commits into
masterfrom
codex/blog-growth-scoring-pr

Conversation

@dev-wooyeon

@dev-wooyeon dev-wooyeon commented Jun 17, 2026

Copy link
Copy Markdown
Owner

변경 내용

  • 블로그 콘텐츠 타입/성장 점수 감사 흐름을 추가하고 기존 글 메타데이터를 보강했습니다.
  • LLM Wiki 구축기: 답변을 검증된 지식으로 옮기기 공개 글을 추가했습니다.
  • 로컬 개발 환경에서 private 글을 미리보기할 수 있도록 development 전용 preview 정책과 ADR을 추가했습니다.
  • Playwright CLI 임시 디렉터리 .playwright-cli/를 git ignore 처리했습니다.

의도

  • 공개 글의 형식과 품질 기준을 코드와 메타데이터로 관리할 수 있게 합니다.
  • LLM Wiki 구축 회고 글의 핵심 메시지인 raw -> drafts -> wiki 신뢰 경계를 초반부터 명확히 전달합니다.
  • 로컬 디버깅 중 private 글이 라우팅되지 않아 미리보기와 이미지 확인이 막히는 문제를 줄입니다.

영향 범위

  • 블로그 글 repository/schema/audit tooling
  • posts/**/meta.json 기반 콘텐츠 메타데이터
  • /blog/llm-wiki-build-retrospective 신규 공개 글
  • development 환경의 블로그 상세 페이지 private preview 동작

검증

  • npx prettier --check posts/llm-wiki-build-retrospective/index.mdx posts/llm-wiki-build-retrospective/meta.json
  • npx markdownlint-cli2 --config tooling/config/.markdownlint-cli2.jsonc posts/llm-wiki-build-retrospective/index.mdx
  • npm run content:audit
  • npm run test:unit -- blog/services/post-repository.test.ts blog/model/frontmatter-schema.test.ts
  • npm run build
  • git diff --check
  • 로컬 미리보기 캡쳐 확인

체크리스트

  • 작업 단위 브랜치(codex/<task>)에서 진행함
  • 커밋 메시지 규칙(<type>: <한국어 설명>) 준수
  • 관련 이슈/PR 링크를 본문에 연결함

빌드 중 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로 맞췄습니다.
@vercel

vercel Bot commented Jun 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ark Ready Ready Preview, Comment Jun 25, 2026 8:06am

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread blog/services/post-repository.ts Outdated
Comment thread blog/model/frontmatter-schema.ts Outdated
Comment thread tooling/scripts/posts/audit-post-quality.mjs Outdated
검색엔진이 대표 URL을 명확히 해석할 수 있도록 canonical, og:url, 게시글별 Twitter metadata를 추가했습니다.

sitemap에 공개 허브 라우트를 포함하고 post updated 값을 lastModified에 반영하도록 조정했습니다.
raw, drafts, wiki 신뢰 경계를 중심으로 LLM Wiki 구축 회고 글을 추가했습니다.

로컬에서 private 글을 미리보기할 수 있도록 development preview 정책과 ADR을 추가하고 Playwright 임시 파일을 ignore 처리했습니다.
@dev-wooyeon dev-wooyeon changed the title feat(content): 글 형식과 성장 audit 추가 feat(content): 글 형식 audit와 LLM Wiki 구축기 추가 Jun 22, 2026
contentType을 ingestion 필수 필드로 바꾸고 production build에서도 콘텐츠 진단 로그가 남도록 수정했습니다.

Life 글의 writing score 부족은 private 전환 검토가 아니라 보강 필요로 분류하도록 audit 정책과 테스트를 보강했습니다.
@dev-wooyeon
dev-wooyeon merged commit efdc810 into master Jun 25, 2026
3 checks passed
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 적용 수정
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant