2cc94ebc3d35a00da7679e34758c11841b346bf59942ef620d43dc0bd42feabbeb8b0239ab1345dcAuthored: 6 days ago (Sat, 25 Jul 2026 11:35:10 +0000)Match: Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>AGENTS.mdTool: agents-md# AGENTS.md — vykar
Fast, encrypted, deduplicated backup tool in Rust. Two crates: `vykar-core` (library) and `vykar-cli` (thin CLI).
## Verification
`make pre-commit` runs `fmt-check` + `lint` (clippy with `-D warnings`) + `doc-check` + `test-all` (`cargo test --workspace -- --include-ignored`, matching CI). It is slow (~2 minutes). Run it **once** at the end of a change and capture its output to a file so downstream checks can consult the logs instead of re-running:
```
make pre-commit 2>&1 | tee /t.agentsTool: unspecifiedCLAUDE.mdTool: claude-codeAGENTS.md.claudeTool: claude-codenone