feat(cli): add production workspace command

This commit is contained in:
2026-07-19 21:57:55 +05:30
parent dcdb5e766d
commit 5ce45b4973
58 changed files with 235 additions and 90 deletions
+9
View File
@@ -637,6 +637,15 @@ const MIGRATIONS: Migration[] = [
// The shared UI stylesheet update applies automatically.
},
},
{
version: "0.2.64",
id: "production-workspace-orchestrator",
description:
"Adds a first-class production command that builds, migrates, and serves every registered workspace app.",
apply() {
// Existing workspaces can invoke `wrnexus production` without generated-file changes.
},
},
];
/** Release tooling uses this to require an explicit migration entry per version. */