From 93730230a8c5ae2d89e99561aa076c3d21e7eaf3 Mon Sep 17 00:00:00 2001 From: Pavel Kalinnikov Date: Mon, 23 Feb 2026 15:28:08 +0000 Subject: [PATCH] prompts: linkify code refs in investigate.md Epic: none Release note: none --- .github/prompts/investigate.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/prompts/investigate.md b/.github/prompts/investigate.md index dc8fcd877cb0..65e443e46274 100644 --- a/.github/prompts/investigate.md +++ b/.github/prompts/investigate.md @@ -226,6 +226,11 @@ top-level error is just "command failed" or similarly uninformative, dig into the artifact logs to find the actual underlying failure from the command's output.> +/pkg/server/server.go#L251). +For multi-line sections, e.g. [server.go:251-300], use suffix like #L251-L300> + ### Analysis