live sonar feed, and incremental action feed

This commit is contained in:
kevin
2026-04-16 14:53:01 +08:00
parent cc6cef0f73
commit 34ecc33ee5
28 changed files with 1555 additions and 1227 deletions

View File

@@ -5,7 +5,4 @@
set -euo pipefail
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
cd "$ROOT/fish_api"
if command -v uv >/dev/null 2>&1; then
exec uv run python -m app.measure_debug_cli "$@"
fi
exec "${PYTHON:-python3}" -m app.measure_debug_cli "$@"
exec "${PYTHON:-python3.8}" -m app.measure_debug_cli "$@"