fix: remove out-of-scope plan files and gofmt test file
CI / fmt (pull_request) Successful in 5m54s
CI / test (pull_request) Successful in 13m1s

Address review feedback on PR #13:
- Remove docs/superpowers/plans/ files not related to issue #4
- gofmt internal/mail/resolve_thread_test.go

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-04-28 05:18:18 +07:00
co-authored by Claude Opus 4.7
parent c55a27d710
commit 4145f7a50b
3 changed files with 1 additions and 397 deletions
+1 -1
View File
@@ -83,4 +83,4 @@ func TestResolveThreadID_LookupError_ReturnsMessageID(t *testing.T) {
}
}
var nilLookup = func(string) (*database.Task, error) { return nil, nil }
var nilLookup = func(string) (*database.Task, error) { return nil, nil }