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.
This commit is contained in:
Cody Borders 2026-04-15 15:23:08 -07:00
parent a7e4e9df9c
commit 71055d64a7

View File

@ -4,7 +4,8 @@
A conversational customer support agent for a fictional online bookstore. 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 <https://bookly.codyborders.com/architecture>.
## Try it yourself ## Try it yourself