Add boilerplate files and licenses

This commit is contained in:
2026-07-13 04:39:10 +02:00
parent 69cabda489
commit fac7e80bb7
202 changed files with 23125 additions and 0 deletions

10
AGENTS.md Normal file
View File

@@ -0,0 +1,10 @@
# EP133 Tool Agent Guidelines
- never comment the code, except biome or linter comments
- leave MY comments as is
- if you detect the changes in the code you've just made - accept it
- don't use responsive tailwind selector until I say so
- when adding a new library always check the official docs for the installed version
- always use brackets for IF statement, even for one line expression
- don't rebuild the project after updating the code, check for correct typing
- never commit any changes to git