Introduce README.md, AI-USE.md. Setup nix-shell for node. Tag personal comments with @PERSONAL-NOTE.

This commit is contained in:
Yura Dupyn 2026-05-15 13:37:19 +02:00
parent 24334cb342
commit 945dcdead0
6 changed files with 96 additions and 5 deletions

21
AI-USE.md Normal file
View file

@ -0,0 +1,21 @@
Wrote most of the code by hand.
My own design:
- config/state/msg/update/effects, all the types
- which hooks to use
- remote/request/result
- splitting the codebase into modules/folders/files
LLM-generated:
where I mostly reviewed
- The Material UI / styling - after using a few components manually, I mostly let LLM decide which components to use, how to use them, and letting it decide/generate styling details.
LLM-assisted:
- Name suggestions
- Project setup (linters, formatters, ts compiler settings)
- Checking and Code Review
- Snippet generation
- Explanations of external API details, and confirming browser caching behaviour