Add 8 award-winning literary fiction books (collection now 50)#9
Merged
Conversation
Adds full 8-section deep-dive guides, in the full-sentence prose standard, with award pills for: The Color Purple, The Underground Railroad, The Road, Life of Pi, Never Let Me Go, All the Light We Cannot See, The Brief Wondrous Life of Oscar Wao, and Station Eleven. Collection grows 42 -> 50. - New data files: books/award-fiction.ts and deepdives-8.ts, wired into books.ts following the established batch pattern - Each carries an `awards` array (Pulitzer, Booker, National Book Award, etc.), feeding the existing award pills and "Decorated Reader" badge
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add 8 award-winning literary fiction books (batch 8)
Adds 8 brand-new books (none duplicate the existing 42), all award-winning literary fiction, each with a complete 8-section deep-dive guide in the full-sentence prose standard plus award pills. The collection grows 42 → 50.
Books added
🏆 The Color Purple (Walker — Pulitzer + National Book Award) · The Underground Railroad (Whitehead — Pulitzer + National Book Award) · The Road (McCarthy — Pulitzer) · Life of Pi (Martel — Booker Prize) · Never Let Me Go (Ishiguro — Nobel laureate) · All the Light We Cannot See (Doerr — Pulitzer) · The Brief Wondrous Life of Oscar Wao (Díaz — Pulitzer) · Station Eleven (Mandel — Clarke Award)
Each carries an
awardsarray, feeding the existing award pills and the "Decorated Reader" badge.Architecture
Follows the established batch pattern:
src/data/books/award-fiction.ts(the 8 records) andsrc/data/deepdives-8.ts(the 8 guides), both merged insrc/data/books.ts. No other files changed.Verify
npm run buildsucceeds; 50 book routes export (the PRbuildCI job runs it too).https://claude.ai/code/session_01Egnnw9v4T3ppsAQveFnijo
Generated by Claude Code