-
Notifications
You must be signed in to change notification settings - Fork 0
primitives
factory-droid[bot] edited this page Jul 5, 2026
·
1 revision
Primitives are the domain objects used across the core, bridge, and frontend.
| Primitive | Domain file | Used by |
|---|---|---|
| Session | crates/qa-scribe-core/src/domain/session.rs |
Session Library, Entries, Drafts, Findings, attachments. |
| Entry | crates/qa-scribe-core/src/domain/entry.rs |
Notes, observations, logs, API responses, generation context. |
| Finding | crates/qa-scribe-core/src/domain/finding.rs |
Structured conclusions and evidence links. |
| Draft | crates/qa-scribe-core/src/domain/draft.rs |
Testware and generated/editable records. |
| Evidence | crates/qa-scribe-core/src/domain/finding.rs |
Entry and attachment support for Findings and generated content. |
- 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