You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it("converts blank-line-separated structured review findings into one markdown table",()=>{
522
+
const{ container }=render(
523
+
<Markdown
524
+
value={[
525
+
"src/features/app/hooks/useMainAppLayoutSurfaces.ts | category=clarity | Layout assembly is still too broad. | Split surface assembly by domain. | high",
526
+
"",
527
+
"src/features/app/components/SidebarWorkspaceGroups.tsx | category=clarity | Workspace derivation still lives in the render component. | Move derivation into a focused hook. | high",
528
+
"",
529
+
"src/features/threads/hooks/threadMessagingHelpers.ts | category=clarity | Helper responsibilities are too broad. | Split helpers by concern. | medium",
it("uses the table container as the visual bubble for assistant table-only messages",()=>{
149
+
constitems: ConversationItem[]=[
150
+
{
151
+
id: "msg-table-1",
152
+
kind: "message",
153
+
role: "assistant",
154
+
text: [
155
+
"src/features/app/hooks/useMainAppLayoutSurfaces.ts | category=clarity | Layout assembly is still too broad. | Split surface assembly by domain. | high",
156
+
"",
157
+
"src/features/threads/hooks/threadMessagingHelpers.ts | category=clarity | Helper responsibilities are too broad. | Split helpers by concern. | medium",
0 commit comments