aa9d90110a11db03a15b1190fbef03938fe321ff271af10916e79af02e96f470eb96e9156c6e8ffdAuthored: 7 months ago (Mon, 29 Dec 2025 15:45:41 +0000)Match: Co-authored-by: Claude <noreply@anthropic.com>b77aafef820d5d4f41c71dbbc91f5a297f617454Authored: 8 months ago (Sun, 21 Dec 2025 17:24:35 +0000)Match: 🤖 Generated with [Claude Code](https://claude.com/claude-code)b77aafef820d5d4f41c71dbbc91f5a297f617454Authored: 8 months ago (Sun, 21 Dec 2025 17:24:35 +0000)Match: Co-authored-by: Claude <noreply@anthropic.com>beade5f08dcaca79733b7b020e8c0676bdcb1343Authored: 8 months ago (Tue, 25 Nov 2025 19:53:52 +0000)Match: Co-authored-by: Claude <noreply@anthropic.com>7e5547257d1eb3c5baf9a62de69d76881f12169fAuthored: 8 months ago (Tue, 25 Nov 2025 19:53:28 +0000)Match: Co-authored-by: Claude <noreply@anthropic.com>c15a50278bed6f6b4627b0d22f7472e52970837dAuthored: 9 months ago (Wed, 19 Nov 2025 20:04:26 +0000)Match: Co-authored-by: Claude <noreply@anthropic.com>7ac0d99c9a32680cb1c29729f3657bc62bcf33c3Authored: 10 months ago (Tue, 14 Oct 2025 19:11:00 +0000)Match: 🤖 Generated with [Claude Code](https://claude.ai/code)7ac0d99c9a32680cb1c29729f3657bc62bcf33c3Authored: 10 months ago (Tue, 14 Oct 2025 19:11:00 +0000)Match: 🤖 Generated with [Claude Code](https://claude.ai/code)7ac0d99c9a32680cb1c29729f3657bc62bcf33c3Authored: 10 months ago (Tue, 14 Oct 2025 19:11:00 +0000)Match: 🤖 Generated with [Claude Code](https://claude.ai/code)7ac0d99c9a32680cb1c29729f3657bc62bcf33c3Authored: 10 months ago (Tue, 14 Oct 2025 19:11:00 +0000)Match: 🤖 Generated with [Claude Code](https://claude.ai/code)7ac0d99c9a32680cb1c29729f3657bc62bcf33c3Authored: 10 months ago (Tue, 14 Oct 2025 19:11:00 +0000)Match: 🤖 Generated with [Claude Code](https://claude.ai/code)7ac0d99c9a32680cb1c29729f3657bc62bcf33c3Authored: 10 months ago (Tue, 14 Oct 2025 19:11:00 +0000)Match: Co-authored-by: Claude <noreply@anthropic.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
- **Native build**: `cargo build --release`
- **Web build**: `trunk build --release`
- **Development build**: `cargo build` (faster compilation)
### Running
- **Native app**: `cargo run --release`
- **Web app**: `trunk serve --release` (then open http://localhost:8080)
### Testing
- **Run all tests**: `cargo test`
- **Run specific test**: `cargo test [Tnone