-
Notifications
You must be signed in to change notification settings - Fork 0
fun facts
A few details stand out in the current repository snapshot.
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.
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 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.
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.
- QA Scribe
- Download overview video (MP4)
- Architecture
- Getting started
- Glossary
- By the numbers
- Lore
- Fun facts
- Video overview
- How to contribute
- Development workflow
- Testing
- Debugging
- Patterns and conventions
- Tooling
- Applications
- Desktop app
- Smoke harness
- Systems
- Rust core
- Tauri command bridge
- Frontend shell
- Generation jobs
- Provider detection
- Release tooling
- Features
- Session capture
- Rich record editing
- Managed attachments
- AI-assisted Testware
- Settings and provider setup
- Crates
- qa-scribe-core
- qa-scribe-app
- Primitives
- Session
- Entry
- Finding
- Draft
- Evidence
- API
- Tauri commands
- Deployment
- Security
- Background
- Architecture decisions
- Migration context
- Cleanup opportunities
- TODOs and FIXMEs
- Complexity hotspots
- Reference
- Configuration
- Data models
- Dependencies