diff --git a/apps/scout-bot/src/index.ts b/apps/scout-bot/src/index.ts index bf05da6..8abc854 100644 --- a/apps/scout-bot/src/index.ts +++ b/apps/scout-bot/src/index.ts @@ -292,8 +292,7 @@ npx -y @agent-bounty/mcp-server --endpoint https://agent.wooo.work console.error(`Failed to comment on #${issue.number}:`, error); } } else { - console.log("[DRY RUN] Would have posted comment:"); - console.log(commentBody); + console.log(`[DRY RUN] Would have posted scout comment for #${issue.number}: ${draft.status}`); } }