modules = ["python-3.11"]
[agent]
expertMode = true

[nix]
channel = "stable-25_05"

[workflows]
runButton = "Project"

[[workflows.workflow]]
name = "Project"
mode = "parallel"
author = "agent"

[[workflows.workflow.tasks]]
task = "workflow.run"
args = "PingeraCLI"

[[workflows.workflow.tasks]]
task = "workflow.run"
args = "test_cli"

[[workflows.workflow]]
name = "PingeraCLI"
author = "agent"

[[workflows.workflow.tasks]]
task = "shell.exec"
args = "pip install -e . && python -m pingera_cli.main --help"

[workflows.workflow.metadata]
outputType = "console"

[[workflows.workflow]]
name = "test_cli"
author = "agent"

[[workflows.workflow.tasks]]
task = "shell.exec"
args = "pip install typer rich click && python -m pingera_cli.main --help"
