Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/framework-cli-driver-dashboard.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/framework-permission-mode.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/framework-real-deploy.md

This file was deleted.

28 changes: 28 additions & 0 deletions packages/framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 <default|acceptEdits|bypassPermissions|plan>` 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.
2 changes: 1 addition & 1 deletion packages/framework/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading