작성 중 큐 정리 — 링크 컴포넌트 갭 수정, draft 14개 archive로 - #21
Merged
Conversation
작성 중 큐(draft 37개)에 완성될 일 없는 링크 메모가 섞여 있었다. - lint:memo: `<QuoteLink url="...">`를 링크로 센다 JSX(`^<[A-Z]`)로 걸러지고 있어서 링크 하나뿐인 mdx 메모가 전부 note로 샜다. 여는 줄~닫는 줄을 링크 불릿 하나로 접어서 제목(자식)도 산문이 아니라 링크의 일부로 본다. release 메모의 type은 바뀌지 않았다 (다른 평문 링크가 이미 있어서) - draft → archive 12개 430·433·449·458·467·471·472·474·487 (QuoteLink 링크 모음, type도 bookmarks로) 201·226·372 (그룹 라벨이 붙은 링크 모음이라 note 유지) 작성 중 큐 37 → 24 - 435 삭제 — 채용 공고 원문 붙여넣기. 개인 맥락이고 lint:voice도 못 잡는다 (개조식이라 존댓말 신호가 없다) Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Qv2pQrCq9z1GaxxDu2vohK
명세에만 있고 기계는 확인하지 않던 규칙이라 182·256이 남아 있었다. "작성 중"에 대한 규칙이므로 draft 경고 강등(level)을 적용하지 않는다 — 낮추면 영영 발화하지 않는다. - 182·256 → archive (작성 중 큐 24 → 22) Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Qv2pQrCq9z1GaxxDu2vohK
|
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
draft37개를 훑어보니 "작성 중"이 아니라 "저장만 해둔 것"이 섞여 있었다. 명세에는bookmarks가draft를 쓰지 않는다고 적혀 있는데 실제로 걸리는 건 2개뿐이었고, 원인은 린터가 링크 컴포넌트를 링크로 세지 않는 것이었다.링크 컴포넌트 갭
analyze()가^<[A-Z]로 JSX를 걸러내면서<QuoteLink url="...">가 링크에서 빠졌다. 링크 하나뿐인.mdx메모는 링크가 0개로 보여 전부note로 분류됐다.여는 줄부터 닫는 줄까지를 링크 불릿 하나(
- <URL>)로 접는다. 제목(자식 줄)도 함께 접히는 게 핵심 — 제목을 산문으로 세면proseChars > 0이라 여전히note에 남는다.- [제목](URL)과 같은 취급이다.release메모의type은 바뀌지 않았다. QuoteLink를 쓰는 공개 메모는 평문 링크를 따로 갖고 있어서 이미 제대로 분류되어 있었다.bookmarks + draft 를 오류로
명세에만 있고 기계는 확인하지 않던 규칙. 함정이 하나 있어서 주석으로 남겼다 — 기존 코드는
draft면 모든 검사를 경고로 강등하는데(level), 이 규칙은draft자체에 대한 것이라 강등하면 영영 발화하지 않는다.draft → archive 14개
type도bookmarks로)note로 보므로type유지mtime은 건드리지 않았다. 재분류는 내용 수정이 아니고,archive도입 때 231개를 옮긴 방식(a8da78a)과 같다.435 삭제
채용 공고 원문 붙여넣기. 개인 맥락이고
lint:voice도 못 잡는다 — 개조식이라 존댓말 신호가 없다.작성 중 큐 37 → 22. 메모 542 → 541.
lint:memo오류 0 / 경고 0,lint:voice0,pnpm build737페이지 통과.Generated by Claude Code