Verification
CLI verification
The product spec requires at least:
./gradlew test
./gradlew nativeTest
Use ./gradlew build when wiring or build-sensitive behavior changes.
Site verification
Before publishing docs changes, verify the website locally:
npm --prefix site install
npm --prefix site run build
npm --prefix site run preview
Use browser-based QA to check:
- landing page layout and CTA links
- docs navigation and sidebar behavior
- image and GIF loading under the GitHub Pages base path
- representative long-form pages such as Interactive mode and Troubleshooting