feat: initialize monorepo with package.json for CCW workflow platform

This commit is contained in:
catlog22
2026-02-03 14:42:20 +08:00
parent 5483a72e9f
commit 39b80b3386
267 changed files with 99597 additions and 2658 deletions

View File

@@ -84,7 +84,7 @@ export function SemanticInstallDialog({ open, onOpenChange, onSuccess }: Semanti
onSuccess?.();
onOpenChange(false);
} else {
throw new Error(result.error || 'Installation failed');
throw new Error(result.message || 'Installation failed');
}
} catch (err) {
showError(