mirror of
https://github.com/MadsLorentzen/ai-job-search.git
synced 2026-09-17 08:36:25 +00:00
fix(templates): correct 06 structure-block antipattern and 05 needspace scope (#183)
Both found by empirically re-running the /apply pipeline end-to-end: 06's Document Structure block still demonstrated itemize wrapped inside lettercontent - the exact antipattern its own pitfall section forbids - and following 05's needspace guidance at section level pushed an entire Education block to a new page, costing a page instead of saving one. framework_version: 05 -> 1.1.1, 06 -> 1.0.1. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
de91a97fe8
commit
12717d2c12
@@ -1,5 +1,5 @@
|
||||
---
|
||||
framework_version: 1.0.0
|
||||
framework_version: 1.0.1
|
||||
---
|
||||
|
||||
# Cover Letter Templates and Tailoring Guide
|
||||
@@ -88,15 +88,16 @@ The font wrapper is mandatory — if you just move `\begin{itemize}` outside `\l
|
||||
|
||||
\lettercontent{[Opening paragraph - role, connection to background, 2-3 sentences]}
|
||||
|
||||
\lettercontent{[Body paragraph - most relevant experience, then bullet list]
|
||||
\lettercontent{[Body paragraph - most relevant experience, introducing the bullet list]}
|
||||
|
||||
{\raggedright\fontspec[Path = OpenFonts/fonts/raleway/]{Raleway-Medium}\fontsize{11pt}{13pt}\selectfont
|
||||
\begin{itemize}
|
||||
\item [Concrete achievement/skill 1]
|
||||
\item [Concrete achievement/skill 2]
|
||||
\item [Concrete achievement/skill 3]
|
||||
\end{itemize}
|
||||
\end{itemize}\par}
|
||||
|
||||
[Connection to company - why this role, why this company specifically]}
|
||||
\lettercontent{[Connection to company - why this role, why this company specifically]}
|
||||
|
||||
\lettercontent{[Personal fit paragraph - behavioral strengths, team contribution, 2-3 sentences]}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user