From 454451105ad3522d2ac3d22136eedee4a4d034af Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 17 Aug 2025 18:52:51 +0300 Subject: cli+lsp: refactor main packages into internal runners; add tests - Move CLI logic to internal/hexaicli with Run/RunWithClient - Move LSP logic to internal/hexailsp with Run/RunWithFactory - Extract helpers; keep behavior identical for both binaries - Add unit tests for hexaicli (input parsing, messages, streaming) and hexailsp (factory wiring, client creation, logging settings) - Add top-of-file summaries and 'Not yet reviewed by a human' comments to all Go files - Update README with internal package docs --- internal/logging/logging.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'internal/logging/logging.go') diff --git a/internal/logging/logging.go b/internal/logging/logging.go index 80231ab..b82ee99 100644 --- a/internal/logging/logging.go +++ b/internal/logging/logging.go @@ -1,3 +1,5 @@ +// Summary: ANSI-styled logging utilities with a bound standard logger and configurable preview truncation. +// Not yet reviewed by a human package logging import ( -- cgit v1.2.3