Run Agentic QA

An agentic QA run combines project context, pack scenarios, a risk map, and an execution profile.

bunx aqa run --profile smoke
Smoke
Exploratory
Security
Release gate

Fast, non-destructive checks for common regressions.

Broader scenario search with higher budget and more generated probes.

Security-oriented packs, sandboxing, and stricter egress expectations.

CI-grade verification where high-priority findings must include reproducible replay artifacts.

Run flow

flowchart LR A[Project profile] --> B[Risk map] B --> C[Pack selection] C --> D[Scenario execution] D --> E[Oracle evaluation] E --> F[Findings] F --> G[Replay artifacts]
Release gates need evidence

A release-gate finding without deterministic reproduction evidence should be treated as incomplete, not as verified.