autark-cli 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/autark.mjs +1 -4
  2. package/package.json +1 -1
package/autark.mjs CHANGED
@@ -319,8 +319,5 @@ function usage() {
319
319
  [--agentmail-thread-id <uuid>] [--recipient <email>]
320
320
  [--metadata @./meta.json]
321
321
 
322
- autark context <slug>/<H01>
323
-
324
- ENV:
325
- AUTARK_API_URL override the default Worker URL`)
322
+ autark context <slug>/<H01>`)
326
323
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autark-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "CLI for autark — hypothesis-driven product runbooks. Track products, hypotheses, runs, and actions from the terminal.",
5
5
  "type": "module",
6
6
  "license": "MIT",