diff --git a/CLAUDE.md b/CLAUDE.md index 96d6754..b05647f 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -73,7 +73,7 @@ hardcode any hex values outside the token definitions. catLabel: string, desc: string, // full description (shown on expand) uses: string, // common use cases - complexity: string, // Low / Medium / High / Very high + complexity: string, // Low / Low – Med / Medium / High / Very high agents: string, // count or range loops: string, statefulness: string, diff --git a/README.md b/README.md index 42745c9..ef8c609 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Deploy to GitHub Pages](https://github.com/hefrock/ai-agent-patterns/actions/workflows/deploy.yml/badge.svg)](https://github.com/hefrock/ai-agent-patterns/actions/workflows/deploy.yml) -**Live site:** https://hefrock.github.io/ai-agent-patterns/ +**Live site:** https://hefrock.github.io/ai-agent-patterns/ An interactive reference of AI agent design patterns — single-agent and multi-agent architectures — covering 18 patterns across 8 sections. diff --git a/docs/preview.png b/docs/preview.png index febfbf6..56b8d5a 100644 Binary files a/docs/preview.png and b/docs/preview.png differ