#!/usr/bin/env bash
# Incremental knowledge-graph update prepare (narrowed scope for bootstrap DAG).
set -euo pipefail
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
exec node "${ROOT_DIR}/scripts/kb-graph-incremental-prepare.mjs" "$@"
