[object Object]

← back to Crazy News Channel

index.html: correct stale comment — real-news stories can now carry a linked cartoon (TK-12247)

506aa9e3a0bbc207fb49460fa4aa9ae79a56c9d8 · 2026-09-25 12:04:47 -0700 · Steve Abrams

Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0174h5jsd9QqR6SbjXgvooua

Files touched

Diff

commit 506aa9e3a0bbc207fb49460fa4aa9ae79a56c9d8
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Fri Sep 25 12:04:47 2026 -0700

    index.html: correct stale comment — real-news stories can now carry a linked cartoon (TK-12247)
    
    Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_0174h5jsd9QqR6SbjXgvooua
---
 index.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/index.html b/index.html
index 6bb8674..af6fdca 100644
--- a/index.html
+++ b/index.html
@@ -859,10 +859,10 @@ function computeLead(list) {
 // Looks up a Political Cartoon Desk entry whose story_id matches this story
 // (cartoons/manifest.js, loaded as window.P24_CARTOONS — see <script> tag near
 // stories-data.js). Returns null if the manifest hasn't loaded or no cartoon
-// is linked to this story. Only invented politics stories (pw-*) are ever
-// linked — real-news political stories are never given a satirical cartoon
-// (the Cartoon Desk's own policy: invented bureaucracy only, never real
-// people/parties — see scripts/cartoon-prompt-bank.mjs header comment).
+// is linked to this story. Invented stories (pw-*) and, since TK-12243/12247,
+// real-news stories can carry a cartoon: article-driven daily cartoons and
+// Shadow Man originals, linked by story_id. The cartoons themselves still
+// draw invented figures only, never real people.
 function findCartoonForStory(storyId) {
   const list = window.P24_CARTOONS;
   if (!Array.isArray(list)) return null;

← b098bf8 snapshot before shadowman-articles merge: Steve's review-que  ·  back to Crazy News Channel  ·  auto-data-snapshot: 2026-09-26T02:42:47 (3 data files) — car 688c4d1 →