From c5f113de52d27eb7c297d0e7f34d3734e316c3a6 Mon Sep 17 00:00:00 2001 From: Matteo Cherubini Date: Tue, 30 Jun 2026 10:31:37 +0200 Subject: [PATCH] feat(ingest): Add raw source marker to PR description --- skills/ingest/scripts/run-ingest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/skills/ingest/scripts/run-ingest.sh b/skills/ingest/scripts/run-ingest.sh index 1b90882..b430f00 100755 --- a/skills/ingest/scripts/run-ingest.sh +++ b/skills/ingest/scripts/run-ingest.sh @@ -131,6 +131,7 @@ body="$(mktemp)" trap 'rm -f "$body"' EXIT # auto-clean on any exit (success, fail(), or crash) { + echo "" # marker for the rejection loop (invisible in the render) echo "## Summary" echo "$pr_summary" echo ""