#!/bin/sh
# Spex Post-Commit Hook
# Automatically adds a trace if a decision_id trailer is present in the commit message.

REPO_ROOT=$(git rev-parse --show-toplevel)
python3 "$REPO_ROOT/.spex/hooks/hook_trace_commit.py"
