Add startup quote ritual (157 fact-checked quotes, 45 voices)#33
Merged
NewGraphEnvironment merged 1 commit intomainfrom Apr 15, 2026
Merged
Add startup quote ritual (157 fact-checked quotes, 45 voices)#33NewGraphEnvironment merged 1 commit intomainfrom
NewGraphEnvironment merged 1 commit intomainfrom
Conversation
library(flooded) now prints a random quote on attach. Italic quote, grey attribution, clickable blue source hyperlink (OSC 8). Suppress via options(flooded.quote_show_source = FALSE). 157 entries across 45 voices: - 25 hip-hop: Kanye West, Royce da 5'9", Black Thought, Ab-Soul, ASAP Rocky, Danny Brown, The Weeknd, Kenny Beats, Freddie Gibbs, Madlib, Travis Scott, Erick the Architect, Zombie Juice, Meechy Darko, J. Cole, Bad Bunny, Don Toliver, Aaron Frazer, Post Malone, Mac Miller, Lil Yachty, Fre$h, Mustard, IDK, Joey Bada$$ - 20 climate: Katharine Hayhoe, Michael Mann, James Hansen, Gavin Schmidt, Kate Marvel, Kim Cobb, Johan Rockstrom, Susan Joy Hassol, Naomi Oreskes, Katharine Wilkinson, Michael Oppenheimer, Friederike Otto, Peter Kalmus, Jennifer Francis, Ben Santer, Richard Alley, Bill McKibben, David Wallace-Wells, Elizabeth Kolbert, Ayana Elizabeth Johnson Curated via the soul /quotes-enable skill. 8 parallel research agents returned 157 candidates; 2 independent fact-check agents flagged 2 drops (Ab-Soul Revolt unverified; Mac Miller paraphrase) and several URL upgrades to primary sources (GQ, W Magazine, Rolling Stone, Vulture). Infrastructure matches drift v0.2.2 / mc v0.2.6: - R/zzz.R: 12-line .onAttach, reads inst/extdata/quotes.csv, styles via cli - data-raw/quotes_build.R: source of truth tibble with full provenance - data-raw/quotes_audit.csv: generated full audit trail, Rbuildignored - inst/extdata/quotes.csv: shipped slim (quote, author, source) cli added to Imports. Version 0.2.1. Also cleaned up stale PWF from issue #28 (merged in PR #32) into planning/archive/2026-04-issue-28-fl-scenarios/. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
NewGraphEnvironment
added a commit
that referenced
this pull request
Apr 15, 2026
Move active planning files to planning/archive/2026-04-quotes-enable/. flooded v0.2.1 ships 157 fact-checked quotes across 45 voices. Closed by PR #33. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
library(flooded)now prints a random fact-checked quote on attach from 45 voices — 25 hip-hop + 20 climate scientists/communicators. Italic quote, grey attribution, clickable bluesourcehyperlink./quotes-enableskill (after drift, drift-domain, mc). 8 parallel research agents returned 157 candidates; 2 independent fact-check agents flagged 2 drops and several URL upgrades to primaries.cliadded to Imports.Voices
Hip-hop (25): Kanye West, Royce da 5'9", Black Thought, Ab-Soul, ASAP Rocky, Danny Brown, The Weeknd, Kenny Beats, Freddie Gibbs, Madlib, Travis Scott, Erick the Architect, Zombie Juice, Meechy Darko, J. Cole, Bad Bunny, Don Toliver, Aaron Frazer, Post Malone, Mac Miller, Lil Yachty, Fre$h, Mustard, IDK, Joey Bada$$.
Climate (20): Katharine Hayhoe, Michael Mann, James Hansen, Gavin Schmidt, Kate Marvel, Kim Cobb, Johan Rockstrom, Susan Joy Hassol, Naomi Oreskes, Katharine Wilkinson, Michael Oppenheimer, Friederike Otto, Peter Kalmus, Jennifer Francis, Ben Santer, Richard Alley, Bill McKibben, David Wallace-Wells, Elizabeth Kolbert, Ayana Elizabeth Johnson.
Test plan
Rscript data-raw/quotes_build.Rregenerates both CSVs (157 rows)devtools::load_all()picks random quote, prints italic + grey + blue sourcewhiteboxSuggests ERROR unchanged)library(flooded)in fresh R sessionAlso cleaned up
Stale PWF from issue #28 (merged via PR #32) was sitting in
planning/active/unarchived. Moved toplanning/archive/2026-04-issue-28-fl-scenarios/with retroactive README.