docs: add improvement task plan

This commit is contained in:
Federico Jaramillo Martinez
2026-05-07 23:40:39 +02:00
parent 5053d9db64
commit 1840ab3d7e
7 changed files with 39 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# 01. Fix lint and add CI scripts
Status: pending
Make the hygiene baseline green and easy to run locally/CI:
- fix current `npm run lint` failures;
- keep `npm run typecheck` green;
- add a single verification script that runs typecheck and lint.