fix(create): support --name alias, default workspace, and grok onboarding dispatch

This commit is contained in:
2026-08-26 10:59:36 +09:00
parent ad8201d706
commit 80c9e37b77
2 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -478,7 +478,7 @@ except Exception:
pass
" 2>/dev/null || echo "")
else
if [ -n "$MAM_WS_LABEL" ]; then
if [ -n "${MAM_WS_LABEL:-}" ]; then
_real_herdr workspace rename "$existing_ws" "$MAM_WS_LABEL" >/dev/null 2>&1 || true
fi
fi