the signals and their derived score are provisional and subject to change.
validate manually before sharing.
2fae55543cfaa82880b84787b09b0ebf06ac9e29f94d05bcbe17c8d1eacad3178c77f58c9fb3c3bdAuthored: 1 year ago (Sun, 29 Jun 2025 07:38:35 +0000)Match: Mostly generated by Cursor.cursorTool: 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