diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..9b9ca75 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,70 @@ +# CLAUDE.md + +This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. + +## Commands + +```bash +npm test # Run tests once (Vitest + JSDOM) +npm run test:watch # Run tests in watch mode +npm run test:coverage # Generate v8 coverage report +npm run check:syntax # Validate JS syntax via Acorn (extracts