Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

PROJECT

One-line description.

Develop

uv sync               # install deps + create the venv
uv run __PROJECT__-cmd     # run the entry point
./scripts/check.sh    # full validation gate (format + lint + tests + types)
./scripts/fix.sh      # auto-fix format + lint