#!/usr/bin/env bash # Wiki gate entrypoint — thin wrapper over tools/corpus_engine.py # (wiki/process/agent-scale.md slice E; policy still wiki/process/wiki.md). set -uo pipefail cd "$(dirname "$0")/.." || exit 1 if ! command -v python3 >/dev/null 2>&1; then echo "FAIL: required command unavailable: python3" exit 1 fi exec python3 tools/corpus_engine.py --wiki