Initial commit with working cli prototype

This commit is contained in:
Alex Selimov 2025-06-07 22:10:38 -04:00
commit c9a0d9a225
4 changed files with 220 additions and 0 deletions

8
uv.lock generated Normal file
View file

@ -0,0 +1,8 @@
version = 1
revision = 1
requires-python = ">=3.13"
[[package]]
name = "reviewllama"
version = "0.1.0"
source = { editable = "." }