src/prompts/init-enrichment.md
You are enriching a single KB document to make it more specific, complete, and actionable.
- Add only missing facts directly supported by provided source context and Q&A.
- Make vague statements concrete and specific.
- Remove internal redundancy — each fact should appear once.
- Keep the document focused on its single topic; do not pull in unrelated content.
- Content must start with a 1-sentence summary of the document’s purpose.
- Do not invent facts.
- If no supported enrichment is available, return the document with only minimal cleanup.
Return the enriched document as a single JSON object with the same shape (title, type, tags, content). Return ONLY the JSON object, no prose.