Commit 4a37c00
fix(readme): wrap Mermaid node labels so text doesn't truncate on GitHub
GitHub's README column (~888px max) truncated long Mermaid node labels:
- "Load CLAUDE.md + rules + M..." (MEMORY.md cut)
- "Read next-session-prompt.m..." (cut)
- "Work on project - read JOUR..." (JOURNAL.md cut)
- "session-end.sh hook writes t..." (to daily/ cut)
- "Next session resumes from c..." (context hub cut)
Fix: quote labels and use <br/> for line wrapping, keeping each
visible line under ~25 chars. Also simplified F and G labels.
Verified via Chrome browser automation on live GitHub render.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f4d119f commit 4a37c00
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments