From 0cf0647685bd1e7fe83f77ecdbc2f16e22e11296 Mon Sep 17 00:00:00 2001 From: Georges-Antoine Assi Date: Mon, 22 Jun 2026 22:46:39 -0400 Subject: [PATCH] run fmt --- .claude/skills/backend-development/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/skills/backend-development/SKILL.md b/.claude/skills/backend-development/SKILL.md index decaa1945..e0c1976f3 100644 --- a/.claude/skills/backend-development/SKILL.md +++ b/.claude/skills/backend-development/SKILL.md @@ -13,7 +13,7 @@ Full reference: **`docs/BACKEND_ARCHITECTURE.md`** (directory map, ER diagram, e ## Layered architecture — where code goes -``` +```txt endpoints/ FastAPI routers: request validation, response schemas, @protected_route scopes endpoints/responses/ Pydantic response schemas (these shape the OpenAPI → frontend types) endpoints/sockets/ Socket.IO event handlers