Skip to main content
Batoi RAD Docs

Quality Gates

Review the accessibility, performance, security, and release checks applied to Batoi RAD.

Version 1.x Active framework documentation Reviewed Jul 20, 2026 Next review Oct 21, 2026

Owner: Batoi Engineering Reviewed by: Batoi RAD Maintainers Source revision: bb9902c

Browse Batoi RAD Documentation Quality Gates

Quality Gates

Batoi RAD release checks cover supported runtime compatibility, security boundaries, accessibility, performance budgets, installation, upgrades, and release integrity.

Accessibility

Critical login and RAD Admin navigation target WCAG 2.2 AA. Automated checks cover landmarks, headings, labels, accessible names, skip navigation, keyboard focus, and visible focus indicators. Manual keyboard and assistive-technology review remains required for changed workflows.

Performance

Machine-checked budgets cover release size, runtime memory, authenticated dashboard response time, database work, repeated query fingerprints, and asset counts. Budgets are release regression guards rather than predictions of production latency.

Release verification

Before promotion:

  • run the framework test suite and static analysis;
  • audit locked dependencies;
  • run the framework doctor;
  • verify the release archive and distribution integrity;
  • exercise authentication, navigation, and critical application routes in the target-like environment.

Review the exact release documentation and compatibility contract in the Batoi RAD source repository.