Skip to content

Commit adfe391

Browse files
committed
fix(para-pipeline): clarify memo text preservation in SKILL.md
Text Memo Capture step 3 now explicitly states original text must be preserved as-is above the --- divider, with bold markers only in the structured analysis section below. Prevents eval qwibitai#4 E5 failure where bold was applied inline to original text.
1 parent 3012bda commit adfe391

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

container/skills/para-pipeline/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Triggered by "저장해"/"캡처해"/"save" + text:
220220
2. Generate: `title` (핵심 내용 반영, 15자 이내), `tags` (2-3개), `ai_summary` (1문장)
221221
3. **Progressive Summarization**:
222222
- Layer 4: `> **Executive Summary**: {한 줄 핵심}` (노트 최상단)
223-
- Body: 원문 텍스트 그대로 + 짧은 구조화 (핵심 주장에 **볼드** 마킹)
223+
- Body: 원문 텍스트를 먼저 그대로 보존 → `---` 구분선 아래 구조화 섹션에서 핵심 주장에 **볼드** 마킹 (원문 자체에는 마커 삽입 금지)
224224
- 200자 이하 메모는 구조화 최소화 (핵심 주장, 시사점만)
225225
4. **Vault Connections**: `grep -ril` 로 관련 기존 노트 검색 → `[[wikilink]]` 생성
226226
5. `source_type: memo`, `source` 필드 없음, `content_hash` 필드 없음

0 commit comments

Comments
 (0)