chore: publish from main

This commit is contained in:
github-actions[bot]
2026-08-24 01:35:29 +00:00
parent 132c269612
commit c603ecd0a3
33 changed files with 821 additions and 189 deletions
@@ -0,0 +1,14 @@
# Audit an implemented interface
Review only what can be observed in the implementation or rendered result. Do not invent missing requirements or turn personal taste into a defect.
Inspect:
- task clarity and hierarchy;
- consistency with the product's existing system;
- layout, overflow, media treatment, and responsive behavior;
- interaction feedback and necessary loading, empty, error, success, disabled, and recovery states;
- labels, focus, keyboard access, target size, and contrast;
- obvious performance problems visible in the experience.
Return at most three material findings, ordered by user impact. For each finding, name the observable evidence and the smallest concrete correction. If nothing material is visible, say so briefly. An audit does not modify the product unless the user also asked for fixes.