@@ -96,8 +96,8 @@ const COMPONENT_COLOR_VARS: Record<string, string> = {
9696 thinking_recall : "var(--tc-thinking-recall)" ,
9797 thinking_understand : "var(--tc-thinking-understand)" ,
9898 thinking_hypothesize : "var(--tc-thinking-hypothesize)" ,
99- thinking_correction : "var(--tc-thinking-correction)" ,
10099 writing_plan : "var(--tc-writing-plan)" ,
100+ plan_correction : "var(--tc-plan-correction)" ,
101101 implementing : "var(--tc-implementing)" ,
102102 implementing_correction : "var(--tc-implementing-correction)" ,
103103 writing_tests : "var(--tc-writing-tests)" ,
@@ -108,7 +108,8 @@ const COMPONENT_COLOR_VARS: Record<string, string> = {
108108 // Retired kinds, kept so stored summaries keep their fixed color rather than
109109 // falling through to appearance-order phase slots. Each shares the slot its
110110 // replacement took over; the two vocabularies never co-occur in one summary.
111- thinking_diagnose : "var(--tc-thinking-correction)" ,
111+ thinking_correction : "var(--tc-plan-correction)" ,
112+ thinking_diagnose : "var(--tc-plan-correction)" ,
112113 testing_custom_edge_cases : "var(--tc-testing-edge)" ,
113114 // Synthetic bucket for steps no component claims — always neutral gray.
114115 other : "var(--phase-other)" ,
0 commit comments