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:
Paul Bakaus
2026-08-03 08:26:01 -07:00
committed by GitHub
+3 -1
View File
@@ -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',