From 8312a19b4e1f9849aae9912433824b19e03a8daf Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 11 Feb 2026 20:48:01 +0200 Subject: refactor: consolidate cache and state into .local/hexai directory Move all cache and state files under ~/.local/hexai/ with subdirectories: - ~/.local/hexai/cache/ (was ~/.cache/hexai/) - ~/.local/hexai/state/ (was ~/.local/state/hexai/) - ~/.local/hexai/data/ (was ~/.local/share/hexai/) This centralizes all non-config hexai files under a single .local/hexai directory, making it easier to manage and back up user data. Amp-Thread-ID: https://ampcode.com/threads/T-019c4e03-73db-70a2-ae27-3e1cc31d59c3 Co-authored-by: Amp --- internal/hexaimcp/run_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/hexaimcp/run_test.go') diff --git a/internal/hexaimcp/run_test.go b/internal/hexaimcp/run_test.go index 981a05f..2adf678 100644 --- a/internal/hexaimcp/run_test.go +++ b/internal/hexaimcp/run_test.go @@ -114,7 +114,7 @@ func TestGetPromptsDir(t *testing.T) { name: "uses default XDG location", envVar: "", cfgValue: "", - wantMatch: "hexai/prompts", + wantMatch: ".local/hexai/data/prompts", }, } -- cgit v1.2.3