Anki-Android

GitHub

AnkiDroid: Anki flashcards on Android. Your secret trick to achieve superhuman information retention.

RAW Rules

CLAUDE.md

## Refactoring Scope
- Constrain scope tightly: do not modify unrelated files, themes, or settings 'while you're in there'.

## Verification
- For bug fixes, write the failing regression test FIRST and confirm it fails before applying the fix.