From f2dcc1bb500ac375dbfd5d81c03c3ab1780c8ecc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 20:25:38 +0000 Subject: [PATCH] chore: version packages --- .changeset/hosted-run-relay.md | 9 --------- examples/framework-demo/CHANGELOG.md | 7 +++++++ examples/framework-demo/package.json | 2 +- examples/framework-discovery-demo/CHANGELOG.md | 7 +++++++ examples/framework-discovery-demo/package.json | 2 +- packages/framework/CHANGELOG.md | 10 ++++++++++ packages/framework/package.json | 2 +- 7 files changed, 27 insertions(+), 12 deletions(-) delete mode 100644 .changeset/hosted-run-relay.md diff --git a/.changeset/hosted-run-relay.md b/.changeset/hosted-run-relay.md deleted file mode 100644 index ed5062e..0000000 --- a/.changeset/hosted-run-relay.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@gemstack/framework': minor ---- - -feat(framework): hosted run relay — watch one run from multiple browsers (#230) - -The first slice toward shared team sessions: a run can now be watched live from more than one machine. `framework relay` hosts a relay; a run started with `framework "..." --share ` publishes its event stream to it and prints a shareable URL. Anyone who opens that URL gets the same dashboard over SSE, replaying the run's full history and then following live — so two teammates watch one build together. - -Reuses the existing dashboard: the SSE serving is factored into a shared helper and the page's stream/stop paths are now relative so they resolve both on the localhost dashboard and under the relay's `/r//`. New exports: `startRelay`, `relayPublisher`. Deliberately unauthenticated — accounts, teams, RBAC, and authorized steering layer on later; the relay only projects the stream, it never runs an agent. diff --git a/examples/framework-demo/CHANGELOG.md b/examples/framework-demo/CHANGELOG.md index 9602773..efbf2b2 100644 --- a/examples/framework-demo/CHANGELOG.md +++ b/examples/framework-demo/CHANGELOG.md @@ -1,5 +1,12 @@ # @gemstack/example-framework-demo +## 0.0.6 + +### Patch Changes + +- Updated dependencies [385c953] + - @gemstack/framework@0.8.0 + ## 0.0.5 ### Patch Changes diff --git a/examples/framework-demo/package.json b/examples/framework-demo/package.json index 8f1c626..fb4ba9c 100644 --- a/examples/framework-demo/package.json +++ b/examples/framework-demo/package.json @@ -1,6 +1,6 @@ { "name": "@gemstack/example-framework-demo", - "version": "0.0.5", + "version": "0.0.6", "private": true, "description": "Showable end-to-end demo of @gemstack/framework: one prompt → scope → architect → build → full-fledged loop → deploy → a real running app, offline and deterministic via the fake driver.", "type": "module", diff --git a/examples/framework-discovery-demo/CHANGELOG.md b/examples/framework-discovery-demo/CHANGELOG.md index 4392b96..f67cc31 100644 --- a/examples/framework-discovery-demo/CHANGELOG.md +++ b/examples/framework-discovery-demo/CHANGELOG.md @@ -1,5 +1,12 @@ # @gemstack/example-framework-discovery +## 0.0.6 + +### Patch Changes + +- Updated dependencies [385c953] + - @gemstack/framework@0.8.0 + ## 0.0.5 ### Patch Changes diff --git a/examples/framework-discovery-demo/package.json b/examples/framework-discovery-demo/package.json index 06c6194..5698250 100644 --- a/examples/framework-discovery-demo/package.json +++ b/examples/framework-discovery-demo/package.json @@ -1,6 +1,6 @@ { "name": "@gemstack/example-framework-discovery", - "version": "0.0.5", + "version": "0.0.6", "private": true, "description": "End-to-end proof of The Framework's extension SPI (#190): this project depends on the third-party `framework-hello` package, and the CLI discovers, registers, and composes it into the agent frame - offline and deterministic via the fake driver.", "type": "module", diff --git a/packages/framework/CHANGELOG.md b/packages/framework/CHANGELOG.md index fcf0af0..e12c167 100644 --- a/packages/framework/CHANGELOG.md +++ b/packages/framework/CHANGELOG.md @@ -1,5 +1,15 @@ # @gemstack/framework +## 0.8.0 + +### Minor Changes + +- 385c953: feat(framework): hosted run relay — watch one run from multiple browsers (#230) + + The first slice toward shared team sessions: a run can now be watched live from more than one machine. `framework relay` hosts a relay; a run started with `framework "..." --share ` publishes its event stream to it and prints a shareable URL. Anyone who opens that URL gets the same dashboard over SSE, replaying the run's full history and then following live — so two teammates watch one build together. + + Reuses the existing dashboard: the SSE serving is factored into a shared helper and the page's stream/stop paths are now relative so they resolve both on the localhost dashboard and under the relay's `/r//`. New exports: `startRelay`, `relayPublisher`. Deliberately unauthenticated — accounts, teams, RBAC, and authorized steering layer on later; the relay only projects the stream, it never runs an agent. + ## 0.7.0 ### Minor Changes diff --git a/packages/framework/package.json b/packages/framework/package.json index 63bea40..952f9b6 100644 --- a/packages/framework/package.json +++ b/packages/framework/package.json @@ -1,6 +1,6 @@ { "name": "@gemstack/framework", - "version": "0.7.0", + "version": "0.8.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",