dc2998fbc1079e392c30b9103c8cc862a4f7c35df94d05bcbe17c8d1eacad3178c77f58c9fb3c3bdAuthored: 1 year ago (Sun, 29 Jun 2025 07:38:35 +0000)Match: Mostly generated by Cursor.cursorTool: cursorAGENTS.mdTool: agents-mdCLAUDE.mdCLAUDE.mdTool: claude-code# Claude Code Configuration
> **Note:** Every command you need — building, running, testing, linting,
> formatting — is defined as a recipe in the project `justfile`. Run
> `just --list` to see them. Do not invoke `./ninja`, `./run`, or scripts
> under `./tools` directly — use the `just` recipes instead.
## Project Overview
Anki is a spaced repetition flashcard program with a multi-layered architecture. Main components:
- Web frontend: Svelte/TypeScript in ts/
- PyQt GUI, which embeds the web compnone