From 71055d64a7663d7cffe6ad21d770944bf0092f9e Mon Sep 17 00:00:00 2001 From: Cody Borders Date: Wed, 15 Apr 2026 15:23:08 -0700 Subject: [PATCH] README: link DESIGN.md directly and point to /architecture Line 7 now uses a real markdown link for DESIGN.md instead of the inline code formatting, and a new line below invites readers to https://bookly.codyborders.com/architecture for the literate-program walkthrough. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee773e1..9b4d38c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ A conversational customer support agent for a fictional online bookstore. -The agent handles two depth use cases (order status and returns) and one breadth use case (policy questions) over a vanilla HTML chat UI, backed by Anthropic Claude with a four-layer guardrail strategy. The full agent design rationale lives in `DESIGN.md`. +The agent handles two depth use cases (order status and returns) and one breadth use case (policy questions) over a vanilla HTML chat UI, backed by Anthropic Claude with a four-layer guardrail strategy. The full agent design rationale lives in [DESIGN.md](DESIGN.md). +Take a deeper dive at . ## Try it yourself