From 6f8cf6f8fd37eade2e8cc9bd7651b4e98f563968 Mon Sep 17 00:00:00 2001 From: Adam Bowker Date: Thu, 9 Jul 2026 16:52:24 -0400 Subject: [PATCH] fix(bluebird): prefix channel name with # in CONTEXT.md empty state The "No CONTEXT.md yet" empty state referred to the channel by its bare name in bold. Everywhere else in the Channels/Website space a channel is written as #channel (breadcrumbs, welcome heading, context tabs), so add the missing # prefix to match. Generated-By: PostHog Code Task-Id: 73205374-7414-44fb-9815-52d8bab1ebab --- packages/ui/src/features/canvas/components/WebsiteContext.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/features/canvas/components/WebsiteContext.tsx b/packages/ui/src/features/canvas/components/WebsiteContext.tsx index bc466336ff..78f0ca5487 100644 --- a/packages/ui/src/features/canvas/components/WebsiteContext.tsx +++ b/packages/ui/src/features/canvas/components/WebsiteContext.tsx @@ -415,7 +415,7 @@ function EmptyState({ No CONTEXT.md yet CONTEXT.md tells agents the specific details they need to know when - working in {channelName} — conventions, gotchas, key + working in #{channelName} — conventions, gotchas, key files, and anything else that isn't obvious from the code.