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 <noreply@anthropic.com>
This commit is contained in:
Paul Bakaus
2026-01-07 18:59:44 -08:00
co-authored by Claude Opus 4.5
parent d7937b1844
commit 8a4e4bd380
+2 -2
View File
@@ -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,