the signals and their derived score are provisional and subject to change.
validate manually before sharing.
1fbf4a1e784909e5d5986d98e369dd818883df08none
CLAUDE.mdTool: claude-codeAGENTS.md.claudeTool: claude-code.claudeTool: claude-codeAGENTS.mdTool: agents-md# AGENTS.md
Instructions for coding agents working in this repository.
## Commands
```bash
npm run dev # dev server, Turbopack, port 3000 (service worker disabled)
npm run build # prod build (webpack) — required if the change touches the service worker
npm start # serve the prod build on :3000
npm run typecheck # tsc --noEmit
npm run lint # eslint
npm run lint:strict # eslint --max-warnings=13
npm run format:check # prettier --.claude/*File: .gitignoreTool: claude-code