Commit d9ea1d7
committed
fix(release): remove hardcoded 'Version 2.0.0' from demo PDF (QA-caught)
Phase 3 follow-up: QA reviewer caught a stale version label that
Phase 1 missed. generate_demo_guide.py:73 hardcoded 'Version 2.0.0'
on the PDF title page. Phase 1 only fixed line 290 (prose body).
Fix: drop the version-stamp line entirely. Hardcoded version strings
are exactly the doc-drift anti-pattern per CLAUDE.md ("Never copy
a fact that lives in code"). The brand line 'Security Engineering
Team' stays as title-page attribution.
PDF regenerated deterministically: 10744B -> 10716B (28B smaller).
Caught by qa-reviewer SubAgent dispatched on commit 5eb91f2.
doc-drift: OK (32 docs against build 660)1 parent 5eb91f2 commit d9ea1d7
2 files changed
Lines changed: 0 additions & 1 deletion
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
| |||
0 commit comments