mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-21 10:36:27 +03:00
update
This commit is contained in:
@@ -12,6 +12,7 @@ export const SKILL_CATEGORIES = {
|
||||
impeccable: 'create',
|
||||
shape: 'create',
|
||||
// EVALUATE - review and assess
|
||||
'design-context': 'system',
|
||||
critique: 'evaluate',
|
||||
audit: 'evaluate',
|
||||
// REFINE - improve existing design
|
||||
|
||||
@@ -645,7 +645,8 @@ const EXCLUDED_FROM_SUGGESTIONS = new Set([
|
||||
// These are the commands that audit/critique/etc. reference when suggesting next steps.
|
||||
const IMPECCABLE_SUB_COMMANDS = [
|
||||
'adapt', 'animate', 'audit', 'bolder', 'clarify', 'colorize',
|
||||
'critique', 'delight', 'distill', 'document', 'harden', 'layout',
|
||||
'critique',
|
||||
'design-context', 'delight', 'distill', 'document', 'harden', 'layout',
|
||||
'onboard', 'optimize', 'overdrive', 'polish', 'quieter', 'shape', 'typeset',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user