From 6fa03413bdcdc3381e606ede9a11d1bb0c90cf14 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Wed, 11 Feb 2026 20:55:59 -0800 Subject: [PATCH] update claude --- {docs => templates}/CLAUDE.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename {docs => templates}/CLAUDE.md (97%) 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