fix: bracket progression protection, cleaner uis

This commit is contained in:
2026-04-13 12:16:29 -04:00 Unverified
parent e4fa58f327
commit bc6cb9f162
6 changed files with 286 additions and 205 deletions
+4
View File
@@ -0,0 +1,4 @@
# AGENTS
- Use the TypeScript/TSX lint checker for validation instead of `npm run build`.
- Prefer `npm run lint` after TS/TSX changes unless the user explicitly asks for a different verification step.