mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 06:06:37 +03:00
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:
co-authored by
Claude Opus 4.5
parent
d7937b1844
commit
8a4e4bd380
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user