From fcb8629182fa1552e4a840ccd4ec0aa2b8042cc0 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 19 Dec 2025 21:54:54 -0500 Subject: feat(ava): add tool trace viewer mini-app - Add SQLite storage for tool traces (Omni/Ava/Trace.hs) - Add web server to serve trace viewer (Omni/Ava/Web.hs) - Add HTML/CSS/JS trace viewer UI (Omni/Ava/Web/trace.html) - Integrate trace storage into Engine.hs tool execution callback - Add trace links to Telegram responses when AVA_WEB_URL is set - Configure Tailscale Funnel for public access - Fix pre-push hook variable scope bug - Add direnv, bash, nix to Ava service PATH - Add mustache dep to Ava.hs for template rendering Epic: t-272 --- Omni/Ide/hooks/pre-push | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Omni/Ide/hooks/pre-push') diff --git a/Omni/Ide/hooks/pre-push b/Omni/Ide/hooks/pre-push index adbf858..86e6e3c 100755 --- a/Omni/Ide/hooks/pre-push +++ b/Omni/Ide/hooks/pre-push @@ -22,7 +22,7 @@ do else range="$remote_sha..$local_sha" fi + gitlint --commits "$range" lint + git test run --command ci "$range" done -gitlint --commits "$range" lint -git test run --command ci "$range" git push "$remote" refs/notes/ci --no-verify -- cgit v1.2.3