A sandboxed CLI evaluation platform that measures not just what you solved — but how.
for now run cli with:
docker ps -a | grep clice | awk '{print $1}' | xargs -r docker rm -f && docker volume ls | grep clice-workspace | awk '{print $2}' | xargs -r docker volume rm -f && python clice.py run hello-cliceand run textual tui with:
python -m ui.main
Note
Use WSL for the cli either wsl or normal windows for the textual app