the signals and their derived score are provisional and subject to change.
validate manually before sharing.
b786b0f8204c5590d17a0a7d1a70f3b6e310edf0d2fdee09a351235f1a978f40dc976a9943152104Authored: 3 months ago (Sun, 14 Jun 2026 19:31:23 +0000)Match: https://claude.ai/code/session_01NEzfSVasb3S1SgyLvRbbt6d2fdee09a351235f1a978f40dc976a9943152104Authored: 3 months ago (Sun, 14 Jun 2026 19:31:23 +0000)Match: Co-authored-by: Claude <noreply@anthropic.com>fbf5afda0a2b715e7cdf5da5c5e267cdf8d760b7Authored: 3 months ago (Fri, 12 Jun 2026 17:52:52 +0000)Match: Co-authored-by: Claude <noreply@anthropic.com>072e44c885c052dd834cf956e4d987b0aabf0991Authored: 3 months ago (Sun, 24 May 2026 20:29:53 +0000)Match: Co-authored-by: Claude <noreply@anthropic.com>95d34216cc7d5c81d0e83cd50d1ee39093685a2bAuthored: 3 months ago (Tue, 19 May 2026 16:06:40 +0000)Match: Co-authored-by: Claude <noreply@anthropic.com>53ca9b67ff09dfb1c4e9982416238b606ec68509Authored: 4 months ago (Mon, 18 May 2026 16:05:43 +0000)Match: Co-authored-by: Claude <noreply@anthropic.com>69eec4dee8c57b844eeac470413983a300e4d4aeAuthored: 4 months ago (Wed, 13 May 2026 17:10:20 +0000)Match: Co-authored-by: Claude <noreply@anthropic.com>254c085bad2e3ed7e9670f18992faf02324badccAuthored: 4 months ago (Wed, 13 May 2026 17:07:00 +0000)Match: Co-authored-by: Claude <noreply@anthropic.com>d38f1ed06f73f505b386863c02a3b274e86d02f9Authored: 4 months ago (Wed, 13 May 2026 02:24:12 +0000)Match: Co-authored-by: Claude <noreply@anthropic.com>a94474d7acfcda11f0d8246da452bfee6a85f0bfAuthored: 4 months ago (Tue, 12 May 2026 22:59:56 +0000)Match: Co-authored-by: Claude <noreply@anthropic.com>8aaef180e2074a1c85578c5c816fe5a807c5f7f1Authored: 4 months ago (Tue, 12 May 2026 22:55:26 +0000)Match: Co-authored-by: Claude <noreply@anthropic.com>bb1f4824533b9cd490324f58bba869a4deb84435Authored: 4 months ago (Tue, 12 May 2026 22:53:52 +0000)Match: Co-authored-by: Claude <noreply@anthropic.com>2cbabc69f23da2461ccd1f39ce1e5230b4a234cdAuthored: 4 months ago (Tue, 12 May 2026 22:46:08 +0000)Match: Co-authored-by: Claude <noreply@anthropic.com>67da1d946e8f03ff470d88eafa2e8d8cd3d21d1cAuthored: 4 months ago (Tue, 12 May 2026 22:45:30 +0000)Match: Co-authored-by: Claude <noreply@anthropic.com>258f34cbdae28eb00e1a7f59a1f204b840883451Authored: 7 months ago (Wed, 21 Jan 2026 19:02:58 +0000)Match: Co-authored-by: Claude <noreply@anthropic.com>d93aee499e27d4d390e9417ee99b32da8f154b80Authored: 8 months ago (Mon, 12 Jan 2026 23:15:42 +0000)Match: Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>6a30390409ce057579580cabbb28c4821b3d831fAuthored: 8 months ago (Sat, 3 Jan 2026 13:16:01 +0000)Match: 🤖 Generated with [Claude Code](https://claude.com/claude-code)6a30390409ce057579580cabbb28c4821b3d831fAuthored: 8 months ago (Sat, 3 Jan 2026 13:16:01 +0000)Match: Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>47770b8d57ad89a9f9b727ab19795160086444a3Authored: 8 months ago (Tue, 23 Dec 2025 22:49:56 +0000)Match: 🤖 Generated with [Claude Code](https://claude.com/claude-code)47770b8d57ad89a9f9b727ab19795160086444a3Authored: 8 months ago (Tue, 23 Dec 2025 22:49:56 +0000)Match: Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>.github/copilot-instructions.mdTool: github-copilot../CLAUDE.mdCLAUDE.mdTool: claude-code# CryFS Architecture Guide
This document helps AI coding agents understand the CryFS codebase structure, patterns, and conventions.
## Project Overview
CryFS is an encrypted filesystem for cloud storage (Dropbox, iCloud, OneDrive). It encrypts files while hiding file sizes, directory structure, and metadata.
- Rust workspace with several crates
- Targets newest Rust edition and version
## Version Control
This project uses **Jujutsu (jj)** for version control, colocated with git. Use `jj` commands inst.claudeTool: claude-code.mcp.jsonFile: .gitignoreTool: unspecified