From e527ce2c3782e7885549662cd6e18a2bf0a19d4e Mon Sep 17 00:00:00 2001 From: Jung Do Hyun Date: Sun, 19 Apr 2026 16:31:08 +0900 Subject: [PATCH] docs(spec): align REQUIRED_FM in llm-wiki SPEC with implementation (#10) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SPEC §6.3에서 lint 필수 frontmatter 필드를 실제 구현(lint_wiki.py)·사용자 계약(SKILL.md)과 일치시킴: 4개(title/created/updated/status) → 2개(title/updated). created·status는 권장 항목으로 남김. Closes #10 Co-Authored-By: Claude Opus 4.7 (1M context) --- issues/8-llm-wiki/SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issues/8-llm-wiki/SPEC.md b/issues/8-llm-wiki/SPEC.md index 780e7ac..de99e3d 100644 --- a/issues/8-llm-wiki/SPEC.md +++ b/issues/8-llm-wiki/SPEC.md @@ -187,7 +187,7 @@ argument-hint: [init|ingest|query|lint|sync|export|qmd-index|lancedb-sync] [args - 검사 항목: - `[[wiki-link]]` 대상 존재 여부 - 고아 페이지 (INDEX.md에서 링크되지 않음) - - frontmatter 필수 필드 (`title`, `created`, `updated`, `status`) + - frontmatter 필수 필드 (`title`, `updated`) — `created`, `status`는 권장(필수 아님) - confidence 신뢰도 낮은 페이지 플래그 - 출력: 표준출력 리포트 + exit code (0=green, 1=issues)