diff --git a/docs/CLAUDE.md b/templates/CLAUDE.md similarity index 97% rename from docs/CLAUDE.md rename to templates/CLAUDE.md index cbc6d09..120e15d 100644 --- a/docs/CLAUDE.md +++ b/templates/CLAUDE.md @@ -1,6 +1,10 @@ # Toes - Guide to Writing Apps -Toes discovers and runs web apps from an `apps/` directory, each on its own port. Apps are server-rendered TypeScript using **Hype** (wraps Hono) and **Forge** (CSS-in-JS). Runtime is **Bun**. +Toes manages and runs web apps, each on its own port. + +Apps are server-rendered TypeScript using **Hype** (wraps Hono) and **Forge** (CSS-in-JS). + +Runtime is **Bun**. ## App vs Tool