From be86ce094dcd2a4201e355c81de39807d6433a6a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 18:19:45 +0000 Subject: [PATCH] chore: version packages --- .changeset/framework-cli-driver-dashboard.md | 11 -------- .changeset/framework-permission-mode.md | 9 ------- .changeset/framework-real-deploy.md | 12 --------- packages/framework/CHANGELOG.md | 28 ++++++++++++++++++++ packages/framework/package.json | 2 +- 5 files changed, 29 insertions(+), 33 deletions(-) delete mode 100644 .changeset/framework-cli-driver-dashboard.md delete mode 100644 .changeset/framework-permission-mode.md delete mode 100644 .changeset/framework-real-deploy.md create mode 100644 packages/framework/CHANGELOG.md diff --git a/.changeset/framework-cli-driver-dashboard.md b/.changeset/framework-cli-driver-dashboard.md deleted file mode 100644 index 4fd9707..0000000 --- a/.changeset/framework-cli-driver-dashboard.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"@gemstack/framework": minor ---- - -feat: @gemstack/framework - The (AI) Framework product shell - -The turnkey CLI + localhost dashboard that wraps a coding-agent CLI (Claude Code) -as a black box and drives the ai-autopilot bootstrap flow through it: preset -detect, architect, build, full-fledged loop, deploy. Adds the swappable `Driver` -seam (`ClaudeCodeDriver` + `FakeDriver`), driver-backed bootstrap steps, an event -stream we own, and a `--fake` offline path for CI. `npm i -g @gemstack/framework`. diff --git a/.changeset/framework-permission-mode.md b/.changeset/framework-permission-mode.md deleted file mode 100644 index 2644a30..0000000 --- a/.changeset/framework-permission-mode.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@gemstack/framework": minor ---- - -feat: `framework` CLI exposes Claude Code's permission mode - -Add `--permission-mode ` and -`--dangerously-skip-permissions`, threaded into `ClaudeCodeDriver`, so a live run -can build non-interactively. Default stays `acceptEdits`. diff --git a/.changeset/framework-real-deploy.md b/.changeset/framework-real-deploy.md deleted file mode 100644 index c45e82d..0000000 --- a/.changeset/framework-real-deploy.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"@gemstack/framework": minor ---- - -feat: `framework --deploy` actually ships via real deploy targets - -Wire ai-autopilot's `cloudflareTarget` / `dokployTarget` into the CLI so -`--deploy cloudflare` / `--deploy dokploy` execute the deploy instead of only -narrating a plan. Adds `--cf-project`, `--dokploy-url`, `--dokploy-app`, a -`hostExecutor` that runs `wrangler` in the agent's workspace, and the `deployWith` -step. Creds come from the environment; targets never throw on missing config -(they report `{ deployed: false }`). `--fake` stays plan-only and deterministic. diff --git a/packages/framework/CHANGELOG.md b/packages/framework/CHANGELOG.md new file mode 100644 index 0000000..976a1b0 --- /dev/null +++ b/packages/framework/CHANGELOG.md @@ -0,0 +1,28 @@ +# @gemstack/framework + +## 0.1.0 + +### Minor Changes + +- f1e40d4: feat: @gemstack/framework - The (AI) Framework product shell + + The turnkey CLI + localhost dashboard that wraps a coding-agent CLI (Claude Code) + as a black box and drives the ai-autopilot bootstrap flow through it: preset + detect, architect, build, full-fledged loop, deploy. Adds the swappable `Driver` + seam (`ClaudeCodeDriver` + `FakeDriver`), driver-backed bootstrap steps, an event + stream we own, and a `--fake` offline path for CI. `npm i -g @gemstack/framework`. + +- a08a052: feat: `framework` CLI exposes Claude Code's permission mode + + Add `--permission-mode ` and + `--dangerously-skip-permissions`, threaded into `ClaudeCodeDriver`, so a live run + can build non-interactively. Default stays `acceptEdits`. + +- 779b0da: feat: `framework --deploy` actually ships via real deploy targets + + Wire ai-autopilot's `cloudflareTarget` / `dokployTarget` into the CLI so + `--deploy cloudflare` / `--deploy dokploy` execute the deploy instead of only + narrating a plan. Adds `--cf-project`, `--dokploy-url`, `--dokploy-app`, a + `hostExecutor` that runs `wrangler` in the agent's workspace, and the `deployWith` + step. Creds come from the environment; targets never throw on missing config + (they report `{ deployed: false }`). `--fake` stays plan-only and deterministic. diff --git a/packages/framework/package.json b/packages/framework/package.json index 70500f5..a17f391 100644 --- a/packages/framework/package.json +++ b/packages/framework/package.json @@ -1,6 +1,6 @@ { "name": "@gemstack/framework", - "version": "0.0.0", + "version": "0.1.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",