From c1f1f77d5dff951be1425a03fff965e0a1065881 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 16 Mar 2026 04:19:43 +0200 Subject: Replace Summary: prefixes with standard Go package doc comments Co-Authored-By: Claude Opus 4.6 --- internal/hexaiaction/types.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'internal/hexaiaction') diff --git a/internal/hexaiaction/types.go b/internal/hexaiaction/types.go index 8c5652b..8b4ba28 100644 --- a/internal/hexaiaction/types.go +++ b/internal/hexaiaction/types.go @@ -1,7 +1,6 @@ +// Package hexaiaction provides core types and constants for hexai-tmux-action. package hexaiaction -// Summary: Core types and constants for hexai-tmux-action. - type ActionKind string const ( -- cgit v1.2.3