#!/bin/zsh
exec > ~/ornith-builds/baseline.log 2>&1
echo "=== ORNITH BASELINE TEST  $(date) ==="
TASK="build a single-page Greek gods website: a responsive grid of cards, one card per Olympian god (Zeus, Hera, Poseidon, Demeter, Athena, Apollo, Artemis, Ares, Aphrodite, Hephaestus, Hermes, Dionysus), each card showing the god name, their domain, and a 2-sentence description; a search box at top that filters cards live as you type; dark theme with gold accents; all in one self-contained index.html"
/usr/bin/time -h /Users/jasonlangley/bin/ornith-agent "$TASK" /Users/jasonlangley/ornith-builds/baseline
echo "=== EXIT $? ==="
ls -la /Users/jasonlangley/ornith-builds/baseline/
