From 47da30b897053666c35a61fb1f17025181f0fb6d Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 23:20:29 +0000 Subject: [PATCH 1/7] Add humor.json with jokes and poems --- humor.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 humor.json diff --git a/humor.json b/humor.json new file mode 100644 index 0000000..cedee7a --- /dev/null +++ b/humor.json @@ -0,0 +1,36 @@ +{ + "jokes": [ + { + "joke": "Why did the scarecrow win an award?", + "punchline": "Because he was outstanding in his field." + }, + { + "joke": "What do you call fake spaghetti?", + "punchline": "An impasta." + }, + { + "joke": "Why don't skeletons fight each other?", + "punchline": "They don't have the guts." + } + ], + "poems": [ + { + "title": "Roses are Red", + "author": "Traditional", + "lines": [ + "Roses are red,", + "Violets are blue,", + "Sugar is sweet,", + "And so are you." + ] + }, + { + "title": "The Road Not Taken (Excerpt)", + "author": "Robert Frost", + "lines": [ + "Two roads diverged in a yellow wood,", + "And sorry I could not travel both" + ] + } + ] +} From 2e1a5320b114a809bd07545e3beb03f538ebcb07 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 00:19:40 +0000 Subject: [PATCH 2/7] feat: add 2 more jokes to reach 5 jokes --- humor.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/humor.json b/humor.json index cedee7a..4332508 100644 --- a/humor.json +++ b/humor.json @@ -11,6 +11,14 @@ { "joke": "Why don't skeletons fight each other?", "punchline": "They don't have the guts." + }, + { + "joke": "Why did the bicycle fall over?", + "punchline": "Because it was two-tired." + }, + { + "joke": "What do you call cheese that isn't yours?", + "punchline": "Nacho cheese." } ], "poems": [ From bd7d20caaffaa2750d6cccaf10fdcca39c7ee41f Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 00:21:26 +0000 Subject: [PATCH 3/7] Add 3 more poems to make a total of 5 --- humor.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/humor.json b/humor.json index 4332508..c9be184 100644 --- a/humor.json +++ b/humor.json @@ -39,6 +39,31 @@ "Two roads diverged in a yellow wood,", "And sorry I could not travel both" ] + }, + { + "title": "Ozymandias", + "author": "Percy Bysshe Shelley", + "lines": [ + "I met a traveller from an antique land,", + "Who said: Two vast and trunkless legs of stone", + "Stand in the desert." + ] + }, + { + "title": "Daffodils", + "author": "William Wordsworth", + "lines": [ + "I wandered lonely as a cloud", + "That floats on high o'er vales and hills," + ] + }, + { + "title": "Fire and Ice", + "author": "Robert Frost", + "lines": [ + "Some say the world will end in fire,", + "Some say in ice." + ] } ] } From 5aec3d7e2212d201f86df9b4595be3661b03f836 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 18:51:51 +0000 Subject: [PATCH 4/7] Address review comments: remove jokes and add new ones --- humor.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/humor.json b/humor.json index c9be184..819090c 100644 --- a/humor.json +++ b/humor.json @@ -5,16 +5,16 @@ "punchline": "Because he was outstanding in his field." }, { - "joke": "What do you call fake spaghetti?", - "punchline": "An impasta." + "joke": "Why did the bicycle fall over?", + "punchline": "Because it was two-tired." }, { - "joke": "Why don't skeletons fight each other?", - "punchline": "They don't have the guts." + "joke": "Why don't scientists trust atoms?", + "punchline": "Because they make up everything!" }, { - "joke": "Why did the bicycle fall over?", - "punchline": "Because it was two-tired." + "joke": "What do you call a bear with no teeth?", + "punchline": "A gummy bear!" }, { "joke": "What do you call cheese that isn't yours?", From 80ad089663e55ec097f76d3fd685d57e8e46ff8b Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 18:51:51 +0000 Subject: [PATCH 5/7] Fix schema of humor.json to match PR description --- humor.json | 154 +++++++++++++++++++++++++++++------------------------ 1 file changed, 85 insertions(+), 69 deletions(-) diff --git a/humor.json b/humor.json index 819090c..5dae56a 100644 --- a/humor.json +++ b/humor.json @@ -1,69 +1,85 @@ -{ - "jokes": [ - { - "joke": "Why did the scarecrow win an award?", - "punchline": "Because he was outstanding in his field." - }, - { - "joke": "Why did the bicycle fall over?", - "punchline": "Because it was two-tired." - }, - { - "joke": "Why don't scientists trust atoms?", - "punchline": "Because they make up everything!" - }, - { - "joke": "What do you call a bear with no teeth?", - "punchline": "A gummy bear!" - }, - { - "joke": "What do you call cheese that isn't yours?", - "punchline": "Nacho cheese." - } - ], - "poems": [ - { - "title": "Roses are Red", - "author": "Traditional", - "lines": [ - "Roses are red,", - "Violets are blue,", - "Sugar is sweet,", - "And so are you." - ] - }, - { - "title": "The Road Not Taken (Excerpt)", - "author": "Robert Frost", - "lines": [ - "Two roads diverged in a yellow wood,", - "And sorry I could not travel both" - ] - }, - { - "title": "Ozymandias", - "author": "Percy Bysshe Shelley", - "lines": [ - "I met a traveller from an antique land,", - "Who said: Two vast and trunkless legs of stone", - "Stand in the desert." - ] - }, - { - "title": "Daffodils", - "author": "William Wordsworth", - "lines": [ - "I wandered lonely as a cloud", - "That floats on high o'er vales and hills," - ] - }, - { - "title": "Fire and Ice", - "author": "Robert Frost", - "lines": [ - "Some say the world will end in fire,", - "Some say in ice." - ] - } - ] -} +[ + { + "id": 1, + "type": "joke", + "setup": "Why did the scarecrow win an award?", + "punchline": "Because he was outstanding in his field." + }, + { + "id": 2, + "type": "joke", + "setup": "Why did the bicycle fall over?", + "punchline": "Because it was two-tired." + }, + { + "id": 3, + "type": "joke", + "setup": "Why don't scientists trust atoms?", + "punchline": "Because they make up everything!" + }, + { + "id": 4, + "type": "joke", + "setup": "What do you call a bear with no teeth?", + "punchline": "A gummy bear!" + }, + { + "id": 5, + "type": "joke", + "setup": "What do you call cheese that isn't yours?", + "punchline": "Nacho cheese." + }, + { + "id": 6, + "type": "poem", + "title": "Roses are Red", + "author": "Traditional", + "lines": [ + "Roses are red,", + "Violets are blue,", + "Sugar is sweet,", + "And so are you." + ] + }, + { + "id": 7, + "type": "poem", + "title": "The Road Not Taken (Excerpt)", + "author": "Robert Frost", + "lines": [ + "Two roads diverged in a yellow wood,", + "And sorry I could not travel both" + ] + }, + { + "id": 8, + "type": "poem", + "title": "Ozymandias", + "author": "Percy Bysshe Shelley", + "lines": [ + "I met a traveller from an antique land,", + "Who said: Two vast and trunkless legs of stone", + "Stand in the desert." + ] + }, + { + "id": 9, + "type": "poem", + "title": "Daffodils", + "author": "William Wordsworth", + "lines": [ + "I wandered lonely as a cloud", + "That floats on high o'er vales and hills," + ] + }, + { + "id": 10, + "type": "poem", + "title": "Fire and Ice", + "author": "Robert Frost", + "lines": [ + "Some say the world will end in fire,", + "Some say in ice." + ] + } +] From 578a42c5e840c8d59e4926cac5edacefdd74fe95 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 18:51:51 +0000 Subject: [PATCH 6/7] Update IDs in humor.json per review comments --- humor.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/humor.json b/humor.json index 5dae56a..0026b62 100644 --- a/humor.json +++ b/humor.json @@ -1,36 +1,36 @@ [ { - "id": 1, + "id": 11, "type": "joke", "setup": "Why did the scarecrow win an award?", "punchline": "Because he was outstanding in his field." }, { - "id": 2, + "id": 12, "type": "joke", "setup": "Why did the bicycle fall over?", "punchline": "Because it was two-tired." }, { - "id": 3, + "id": 13, "type": "joke", "setup": "Why don't scientists trust atoms?", "punchline": "Because they make up everything!" }, { - "id": 4, + "id": 14, "type": "joke", "setup": "What do you call a bear with no teeth?", "punchline": "A gummy bear!" }, { - "id": 5, + "id": 15, "type": "joke", "setup": "What do you call cheese that isn't yours?", "punchline": "Nacho cheese." }, { - "id": 6, + "id": 106, "type": "poem", "title": "Roses are Red", "author": "Traditional", @@ -42,7 +42,7 @@ ] }, { - "id": 7, + "id": 107, "type": "poem", "title": "The Road Not Taken (Excerpt)", "author": "Robert Frost", From 3e30792105b27927126316858c77ee9193b38c73 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 18:43:27 +0000 Subject: [PATCH 7/7] Update remaining poem IDs to 108, 109, and 110 --- humor.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/humor.json b/humor.json index 0026b62..8d6b5be 100644 --- a/humor.json +++ b/humor.json @@ -52,7 +52,7 @@ ] }, { - "id": 8, + "id": 108, "type": "poem", "title": "Ozymandias", "author": "Percy Bysshe Shelley", @@ -63,7 +63,7 @@ ] }, { - "id": 9, + "id": 109, "type": "poem", "title": "Daffodils", "author": "William Wordsworth", @@ -73,7 +73,7 @@ ] }, { - "id": 10, + "id": 110, "type": "poem", "title": "Fire and Ice", "author": "Robert Frost",