@keystrokehq/cli 0.1.34 → 0.1.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,7 +26,7 @@ Use `--filter agents/hello` (or `workflows/greeting`) to redeploy a single modul
26
26
 
27
27
  ## Run locally (optional)
28
28
 
29
- To iterate offline without deploying, run a local server. Set `ANTHROPIC_API_KEY` and any integration keys in `.env` (created from `.env.example` on init), then:
29
+ To iterate offline without deploying, run a local server. Create a `.env` with `ANTHROPIC_API_KEY` and any integration keys, then:
30
30
 
31
31
  ```bash
32
32
  keystroke dev # watch src/, rebuild, restart the API (API :3002, dashboard :3000)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/cli",
3
- "version": "0.1.34",
3
+ "version": "0.1.36",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/keystrokehq/keystroke.git",
@@ -1,4 +0,0 @@
1
- ANTHROPIC_API_KEY=
2
- BETTER_AUTH_SECRET=dev-better-auth-secret-min-32-chars!!
3
- PUBLIC_WEB_URL=http://localhost:3000
4
- PUBLIC_PLATFORM_URL=http://localhost:3002