From 56afd4b97f3e4fd7268019588466cddee11ab8da Mon Sep 17 00:00:00 2001 From: Snider Date: Fri, 30 Jan 2026 16:52:30 +0000 Subject: [PATCH] refactor(i18n): rename intents_test.go to compose_data_test.go The "intents" concept is gone - this is now just test data for verifying the grammar composition functions produce correct strings. Co-Authored-By: Claude Opus 4.5 --- pkg/i18n/{intents_test.go => compose_data_test.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename pkg/i18n/{intents_test.go => compose_data_test.go} (100%) diff --git a/pkg/i18n/intents_test.go b/pkg/i18n/compose_data_test.go similarity index 100% rename from pkg/i18n/intents_test.go rename to pkg/i18n/compose_data_test.go