From 2a43c12382ce9348d11cd8e228a7e06de989bf37 Mon Sep 17 00:00:00 2001 From: ai-implementer Date: Tue, 21 Jul 2026 10:31:20 +0000 Subject: [PATCH] Update CLAUDE.md: document Express as chosen HTTP framework Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 43da804..314bf12 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -44,7 +44,8 @@ word-counter-api/ - **Purpose**: An API service for counting words in text input. - **Stack**: Node.js + TypeScript (CommonJS modules, `tsc` build, `tsx` for dev watch). -- Key design decisions still to make: HTTP framework, authentication strategy, request/response format (REST vs. GraphQL), deployment target. +- HTTP framework: **Express** (`express` + `@types/express`). +- Key design decisions still to make: authentication strategy, request/response format (REST vs. GraphQL), deployment target. ## Code Style