# Fun facts A few details stand out in the current repository snapshot. ## Product language is older than the current app `CONTEXT.md` was introduced before the Rust/Tauri rebuild and still anchors the domain model. The terms Session, Entry, Evidence, Finding, Testware, Draft, AI Run, and Record appear across `crates/qa-scribe-core/src/domain`, `frontend/src/views`, and `frontend/src/app`. ## Icons dominate repository bytes Binary icon assets such as `build/macos/AppIcon.icns`, `src-tauri/icons/icon.png`, and `build/icons/app-icon-source.png` are larger than any source file. By source count, Rust is still the largest language group. ## The TODO count is tiny The current text scan found two TODO markers and no FIXME markers in tracked project files outside dependencies. One comes from the release bump scaffold in `scripts/bump-version.mjs`, and the other is mentioned in `docs/releasing.md` as an instruction to replace release-note placeholder text. ## The rebuild left clear fingerprints `README.md` explicitly says the Electrobun/Bun MVP is historical product reference only. That boundary keeps the current storage model in `crates/qa-scribe-core/src/storage/mod.rs` simpler because it does not need compatibility migrations from the old app. For current statistics, see [By the numbers](by-the-numbers.md).