mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-11 21:57:14 +03:00
Merge pull request #487 from pbakaus/fix/475-drop-craft-from-hint
Drop deprecated craft alias from the generated argument-hint
This commit is contained in:
@@ -6,8 +6,10 @@
|
||||
|
||||
export const SKILL_CATEGORIES = {
|
||||
// CREATE - build something new
|
||||
// craft is deliberately unmapped: it is a deprecated compatibility alias
|
||||
// (see the router table), and a command without a category stays out of
|
||||
// the generated argument-hint while continuing to route.
|
||||
impeccable: 'create',
|
||||
craft: 'create',
|
||||
shape: 'create',
|
||||
// EVALUATE - review and assess
|
||||
critique: 'evaluate',
|
||||
|
||||
Reference in New Issue
Block a user