refactor(cli): migrate construct command into Command pipeline and split itemUse handler

This commit is contained in:
ForestOfLight
2026-05-19 21:21:32 -07:00
Unverified
parent aae9fd2f4b
commit 4d07e2e1ae
6 changed files with 72 additions and 54 deletions
+2
View File
@@ -0,0 +1,2 @@
export const PACK_IDENTIFIER = 'construct';
export const MENU_ITEM = 'construct:menu';