Import test/

This commit is contained in:
giles
2026-02-24 23:10:04 +00:00
105 changed files with 19968 additions and 0 deletions

7
test/run.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Run the full pipeline: analyze -> plan -> execute -> play
# Usage: ./run.sh recipe.sexp
RECIPE="${1:-recipe-bound.sexp}"
python3 analyze.py "$RECIPE" | python plan.py "$RECIPE" -a - | python execute.py - -d "$(dirname "$RECIPE")" | xargs mpv --fs