WIP before Manual-Headline-Insertion v1 edits (clickability 14d lifecycle pending)

This commit is contained in:
Leonard
2026-07-12 23:43:14 +00:00
parent 1539c743b5
commit 2dfa3a9708
13 changed files with 6029 additions and 6 deletions
+7
View File
@@ -14,6 +14,13 @@ LOG="$LOG_DIR/cron_run_${TS}.log"
mkdir -p "$LOG_DIR"
cd "$ORACLE_DIR" || { echo "FATAL: cannot cd $ORACLE_DIR"; exit 1; }
# Source tokens from .env (GITHUB_TOKEN, HUGGINGFACE_TOKEN)
if [ -f "$ORACLE_DIR/.env" ]; then
set -a
source "$ORACLE_DIR/.env"
set +a
fi
{
echo "=== Oracle pipeline run: $(date -u) ==="
python3 pipeline.py --limit 20