00b5cbab38702ffc912853e70bee490d906c9e2f7f0e07b85d4b4cb92cc343886c4b49a4f862b9d4Authored: 3 weeks ago (Tue, 7 Jul 2026 13:29:40 +0000)Match: Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>f26f0248f0810c01ae36d611d4a30e5efa2c733aAuthored: 3 weeks ago (Mon, 6 Jul 2026 21:32:55 +0000)Match: Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>279638111a49f3ec698357790346897e7cefd23fAuthored: 3 months ago (Thu, 9 Apr 2026 21:20:13 +0000)Match: Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>c09719dabff75374212aef312816fe3561938d58Authored: 3 months ago (Wed, 8 Apr 2026 17:07:17 +0000)Match: Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>41ba851275ad9611e816c8948f37c9ee8bbb2aa1Authored: 3 months ago (Wed, 8 Apr 2026 15:34:26 +0000)Match: Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>6f4412db6e7cb9a38fcb426cace191d4ca21c37aAuthored: 3 months ago (Wed, 1 Apr 2026 17:48:10 +0000)Match: Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>8ff122720d83e00498e74b04924dcf6d310791d5Authored: 3 months ago (Wed, 1 Apr 2026 16:35:29 +0000)Match: Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>e231d7815eef4118321aeb08ad5fee796717d058Authored: 4 months ago (Fri, 27 Mar 2026 22:40:40 +0000)Match: Made-with: Cursore231d7815eef4118321aeb08ad5fee796717d058Authored: 4 months ago (Fri, 27 Mar 2026 22:40:40 +0000)Match: Made-with: Cursorfc289dd5ae7aa8b6604bbca748aa32dc50085861Authored: 4 months ago (Wed, 25 Mar 2026 21:03:56 +0000)Match: Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>6f8414e67f064724f2c1d6282f76cd3f57670a63Authored: 4 months ago (Sun, 8 Mar 2026 13:22:22 +0000)Match: Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>a4c20469cd89529e1610bf56df1af756c1604b4dAuthored: 1 year ago (Tue, 17 Jun 2025 11:44:00 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>CLAUDE.mdTool: claude-code# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## Development Commands
### Building and Development
- `npm run lint-fix` - Automatically fix linting issues
- `npm run tsc:ci` - Run TypeScript checks for both web and native platforms
- `npm run tsc:web` - TypeScript check for web platform only
- `npm run tsc:native` - TypeScript check for native platform only
- `npm run lint:ci` - Run ESLint without type checking
- `make dev` - Start devenone