# qa-scribe-app Active contributors: Douwe de Vries, vriesd ## Purpose `qa-scribe-app` is a small workspace binary used as a non-GUI smoke harness. It verifies that core workflows can run without the desktop renderer. ## Key source files | File | Purpose | | --- | --- | | `crates/qa-scribe-app/Cargo.toml` | Crate metadata and dependency on `qa-scribe-core`. | | `crates/qa-scribe-app/src/main.rs` | Smoke workflow entry point. | | `crates/qa-scribe-app/src/generation_smoke.rs` | Generation smoke helper. | | `package.json` | Declares `bun run smoke`. | ## Integration points The smoke harness exercises [qa-scribe-core](crates--qa-scribe-core.md), [Managed attachments](features--managed-attachments.md), and [AI-assisted Testware](features--ai-assisted-testware.md) from a non-GUI path.