From c456912782ec806f945dc48bcf55788dd468dbac Mon Sep 17 00:00:00 2001 From: Aman Varshney Date: Fri, 15 Aug 2025 13:52:44 +0530 Subject: [PATCH] chore: change ruler hint (#509) --- apps/cli/src/prompts/addons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cli/src/prompts/addons.ts b/apps/cli/src/prompts/addons.ts index 9da2fbd..24b2aeb 100644 --- a/apps/cli/src/prompts/addons.ts +++ b/apps/cli/src/prompts/addons.ts @@ -44,7 +44,7 @@ function getAddonDisplay(addon: Addons): { label: string; hint: string } { break; case "ruler": label = "Ruler"; - hint = "Install and apply BTS rules to editors"; + hint = "Centralize your AI rules"; break; case "husky": label = "Husky";