From 1272981f65c19bd795296f04df650a5e1e904d4c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Mar 2026 22:50:09 +0000 Subject: [PATCH 1/2] Initial plan From 6407c0518581c035a92bb4d84b2ea07e9570029b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Mar 2026 22:51:39 +0000 Subject: [PATCH 2/2] fix: format internal/server/difc_log_test.go with gofmt Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com> --- internal/server/difc_log_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/server/difc_log_test.go b/internal/server/difc_log_test.go index f6d24b67..46e6a45c 100644 --- a/internal/server/difc_log_test.go +++ b/internal/server/difc_log_test.go @@ -80,7 +80,7 @@ func TestLogFilteredItems_EmitsValidJSONWithExpectedFields(t *testing.T) { item := newTestFilteredItem( map[string]interface{}{ - "html_url": "https://github.com/org/repo/issues/42", + "html_url": "https://github.com/org/repo/issues/42", // JSON unmarshaling from interface{} represents numbers as float64. "number": float64(42), "author_association": "CONTRIBUTOR",