From 8166ad6711202f8426ec6a623784b8f0f17a25cc Mon Sep 17 00:00:00 2001 From: yagop Date: Wed, 17 Jun 2026 07:37:33 +0000 Subject: [PATCH] ch3: align the loop-diagram connector under "call Claude" The | connector sat under "emit output" while the stop_reason annotation sat under "call Claude", and there was no arrowhead - so the connector looked orphaned. Realign | and v under "call Claude" (where stop_reason comes from) so they drop straight into the annotation. Co-Authored-By: Claude Opus 4.8 --- chapters/03-repl-telegram.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chapters/03-repl-telegram.md b/chapters/03-repl-telegram.md index 2f07a09..415ce64 100644 --- a/chapters/03-repl-telegram.md +++ b/chapters/03-repl-telegram.md @@ -4,7 +4,8 @@ ```text read input -> build messages -> call Claude -> emit output -> repeat - | + | + v stop_reason 'end_turn' ends the turn ```