From 51a38975a387f695cd6284548006862af47e6f1e Mon Sep 17 00:00:00 2001 From: anthony Date: Thu, 11 Jun 2026 19:57:24 -0600 Subject: [PATCH 1/3] docs: add CLAUDE.md with architecture and development guidance Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 CLAUDE.md 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