diff --git a/apps/worker/prompts/report-executive.txt b/apps/worker/prompts/report-executive.txt
index 565ba25..6dcca3a 100644
--- a/apps/worker/prompts/report-executive.txt
+++ b/apps/worker/prompts/report-executive.txt
@@ -21,7 +21,6 @@ IMPORTANT: You are MODIFYING an existing file, not creating a new one.
URL: {{WEB_URL}}
-Repository: {{GITHUB_URL}}
diff --git a/apps/worker/src/services/prompt-manager.ts b/apps/worker/src/services/prompt-manager.ts
index 0876431..de93c48 100644
--- a/apps/worker/src/services/prompt-manager.ts
+++ b/apps/worker/src/services/prompt-manager.ts
@@ -123,6 +123,25 @@ async function processIncludes(content: string, baseDir: string): Promise