docs(linkedin-studio): M0-14 — D3 path-convention + voice-readers prototype

This commit is contained in:
Kjell Tore Guttormsen 2026-06-18 12:38:17 +02:00
commit c0abb82d9c
21 changed files with 138 additions and 38 deletions

View file

@ -138,12 +138,12 @@ Over time, content can drift from your authentic voice -- especially when using
**Prevention:**
- Quarterly voice audits (use voice-trainer agent)
- Read posts aloud before publishing
- Maintain voice samples in `assets/voice-samples/`
- Maintain voice samples in `${LINKEDIN_STUDIO_DATA:-$HOME/.claude/linkedin-studio}/voice-samples/`
- Compare drafts against your voice profile
### Voice Samples
**Rule:** Always read `assets/voice-samples/` before generating content. This directory contains reference posts that represent the user's authentic voice.
**Rule:** Always read `${LINKEDIN_STUDIO_DATA:-$HOME/.claude/linkedin-studio}/voice-samples/` before generating content. This directory contains reference posts that represent the user's authentic voice.
---
@ -199,5 +199,5 @@ The differentiation-checker agent evaluates content across five dimensions:
|------|--------------|
| `references/algorithm-signals-reference.md` | Profile optimization, topic-relevance |
| `references/linkedin-visual-style.md` | Visual identity consistency |
| `assets/voice-samples/` | Voice reference (always read before content creation) |
| `${LINKEDIN_STUDIO_DATA:-$HOME/.claude/linkedin-studio}/voice-samples/` | Voice reference (always read before content creation) |
| `config/user-profile.template.md` | User personalization setup |