the signals and their derived score are provisional and subject to change.
validate manually before sharing.
e475661232c0549f861b106e165ed7696b0b875b2713dbe66a3fae1bb5fd35b1ae5e5424785219b0Authored: 3 months ago (Wed, 20 May 2026 16:37:40 +0000)Match: Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>a616dd3006f3b837a9b5834651502ba908fad838Authored: 3 months ago (Mon, 11 May 2026 21:23:53 +0000)Match: Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>a1e1d562c7be90a705ff24b24d244867b20f5149Authored: 3 months ago (Mon, 11 May 2026 21:21:00 +0000)Match: Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>13636420980b92b91cf89babf06367f8c35f8bcbAuthored: 3 months ago (Mon, 11 May 2026 19:59:15 +0000)Match: Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>596115f26a47cf48859a8ec804b119a5f32db666Authored: 3 months ago (Mon, 11 May 2026 19:59:15 +0000)Match: Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>CLAUDE.mdTool: claude-codeSee AGENTS.md for project context.
AGENTS.mdTool: agents-md# AGENTS GUIDANCE
This file provides guidance to AI agents when working with code in this repository.
## Build
Out-of-source builds are required. In-source builds will be rejected by CMake.
```bash
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --parallel
```
Build options:
- `DECOMPRESSION_BACKEND`: `unarr` | `7zip` | `libarchive` (default: 7zip on Windows/macOS, libarchive on Linux)
- `PDF_BACKEND`: `pdfium` | `poppler` | `pdfkit` | `no_pdf` (default: pdfium on Windows, pdfkit on macOS.claude/File: .gitignoreTool: claude-code