diff --git a/.changeset/framework-app-preview.md b/.changeset/framework-app-preview.md deleted file mode 100644 index e50e55d..0000000 --- a/.changeset/framework-app-preview.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@gemstack/framework': minor ---- - -Keep the generated app running after a successful `--serve` run and surface a live preview link. Once the boot-and-serve gate passes, the app is booted once more and left serving; the dashboard shows an "open your app" banner and the terminal prints the URL, both live until you stop the run (Ctrl+C tears the app down). `runFramework` now returns an optional `preview` handle (`{ url, command, stop() }`) so callers own the app's lifecycle. diff --git a/packages/framework/CHANGELOG.md b/packages/framework/CHANGELOG.md index aaac7e2..5d4d085 100644 --- a/packages/framework/CHANGELOG.md +++ b/packages/framework/CHANGELOG.md @@ -1,5 +1,11 @@ # @gemstack/framework +## 0.3.0 + +### Minor Changes + +- 3006a91: Keep the generated app running after a successful `--serve` run and surface a live preview link. Once the boot-and-serve gate passes, the app is booted once more and left serving; the dashboard shows an "open your app" banner and the terminal prints the URL, both live until you stop the run (Ctrl+C tears the app down). `runFramework` now returns an optional `preview` handle (`{ url, command, stop() }`) so callers own the app's lifecycle. + ## 0.2.0 ### Minor Changes diff --git a/packages/framework/package.json b/packages/framework/package.json index 8b2d1c3..bab46e9 100644 --- a/packages/framework/package.json +++ b/packages/framework/package.json @@ -1,6 +1,6 @@ { "name": "@gemstack/framework", - "version": "0.2.0", + "version": "0.3.0", "description": "The (AI) Framework: turnkey, zero-config AI orchestration that wraps a coding-agent CLI (Claude Code) as a black box and takes you from an idea to a running app. Vite for AI.", "keywords": [ "ai",