Error in user YAML: (<unknown>): could not find expected ':' while scanning a simple key at line 5 column 1
---
domain: "general"
title: "<English Title>"
status: "draft"
verification: "metadata-normalized"
{"title": "<English Title: 4-120 chars>", "domain": "<domain>", "tags": ["tag1", "tag2", "tag3"], "status": "published", "confidence": "0.9", "created": "<YYYY-MM-DD>", "updated": "<YYYY-MM-DD>", "source": "<your-source>", "verified_date": "", "domain_expert": ""}
---
| Rule | Standard | Reason |
|---|---|---|
| Filename | kebab-case-english.md |
No Chinese, no project prefixes |
| Frontmatter | JSON inside --- |
Must parse with json.loads() |
| Required fields | title, domain, status |
Schema enforcement |
| Tags | 1-10 tags, 2+ chars each | BM25 retrieval |
| Section order | Problem → Root Cause → Solution → Verification | Consistency |
| Code blocks | Language-specified fenced blocks | Syntax highlighting |
| Paths | <placeholder> not /home/user/... |
Portability |