From 8a4e4bd3804066bb41fb03b5a112f8a9a96a058f Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Wed, 7 Jan 2026 18:59:44 -0800 Subject: [PATCH] Fix periodic table to use critique instead of review Update commandSymbols and commandNumbers mappings. Symbol: Cr (for Critique) Co-Authored-By: Claude Opus 4.5 --- public/js/components/framework-viz.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/js/components/framework-viz.js b/public/js/components/framework-viz.js index 352ddbcb4..05e40c9dd 100644 --- a/public/js/components/framework-viz.js +++ b/public/js/components/framework-viz.js @@ -27,7 +27,7 @@ const categoryLabels = { const commandSymbols = { 'teach-impeccable': 'Ti', audit: 'Au', - review: 'Re', + critique: 'Cr', normalize: 'No', polish: 'Po', optimize: 'Op', @@ -48,7 +48,7 @@ const commandSymbols = { const commandNumbers = { 'teach-impeccable': 0, audit: 1, - review: 2, + critique: 2, normalize: 3, polish: 4, optimize: 5,