From 72f596821ae4e549ebfa66e7616578ee1a51e29f Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Mon, 3 Nov 2025 10:31:37 -0800 Subject: [PATCH] Update CLAUDE.md with new testing instructions --- CLAUDE.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index cfeabf8..01dd597 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,6 +1,6 @@ -# AGENTS.md +# CLAUDE.md -This file provides guidance to coding agents (e.g., Codex CLI, Claude Code, and other AI coding assistants) when working with code in this repository. +This file provides guidance to Claude Code when working with code in this repository. ## Development Commands @@ -19,17 +19,7 @@ npm run generate npm run build:dev ``` -### Testing -```bash -# Run all tests via npm -npm test - -# Run specific test file -npm test -- --testPathPattern= - -# Run tests with coverage -npm test -- --coverage -``` +Only use Docker Compose for running tests. ## Architecture Overview