small comments

This commit is contained in:
João Moura
2025-04-08 10:26:56 -07:00
parent d7fa8464c7
commit b992ee9d6b
2 changed files with 6 additions and 1 deletions

1
.gitignore vendored
View File

@@ -26,3 +26,4 @@ test_flow.html
crewairules.mdc
plan.md
conceptual_plan.md
build_image

View File

@@ -3,6 +3,10 @@ import subprocess
import click
# Be mindful about changing this.
# on some enviorments we don't use this command but instead uv sync directly
# so if you expect this to support more things you will need to replicate it there
# ask @joaomdmoura if you are unsure
def install_crew(proxy_options: list[str]) -> None:
"""
Install the crew by running the UV command to lock and install.