9cdd3d6755fce1244bbf8b45f2d74cca8fcc294enone
CLAUDE.mdTool: claude-codeUse AGENTS.md as the single source of truth for all instructions.
AGENTS.mdTool: agents-md# CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
## Build & Test Commands
```bash
# Workspace (ferrocrypt-lib + ferrocrypt-cli)
cargo build # build workspace members
cargo test -- --test-threads=1 # run all workspace tests sequentially
cargo clippy --workspace --all-targets -- -D warnings
# Desktop app (excluded from workspace; run separately)
cd ferrocrypt-desktop && cargo build
cd ferrocrypt-deskto.codexTool: codex.claude/File: .gitignoreTool: claude-code