317409ae903edba036a4868819aafc6ba7aef897none
CLAUDE.mdTool: claude-code# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## Build & Test Commands
```bash
# Build entire workspace
cargo build
# Run all tests (requires env vars for integration tests)
cargo test
# Run tests for a specific crate
cargo test -p filen-sdk-rs
cargo test -p filen-mobile-native-cache
# Run a specific test
cargo test -p filen-sdk-rs --test file_tests test_name
# Unit tests only (no network, no test account needed)
cargo test --lib
#.claudeTool: claude-code*.local.*File: .gitignoreTool: claude-code*.local.*File: .gitignoreTool: agents-md