@autonoma-ai/planner 0.1.20 → 0.1.21

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.
package/README.md CHANGED
@@ -18,11 +18,19 @@ Commands:
18
18
  autonoma-planner [run] [--project <path>] [--frontend <path>] [--backends <path,path>] \
19
19
  [--model <id>] [--step <name>] [--resume] [--non-interactive]
20
20
  autonoma-planner status [--project <path>]
21
+ autonoma-planner upload [--project <path>]
21
22
  ```
22
23
 
23
24
  `run` is the default and may be omitted. A run can take an hour or more; progress is saved, so you
24
25
  can stop and `--resume` later.
25
26
 
27
+ `upload` re-uploads everything already generated in `~/.autonoma/<app>/` - the recipe and the
28
+ artifacts (test cases, `AUTONOMA.md`, `scenarios.md`, `entity-audit.md`) - without re-running the
29
+ whole planner. Useful when an upload failed. Both the recipe and artifact endpoints are idempotent,
30
+ so it is safe to run repeatedly. It needs the same `AUTONOMA_API_URL`, `AUTONOMA_API_TOKEN`, and
31
+ `AUTONOMA_GENERATION_ID` env vars as a run. Note that if a recipe submit fails during a run, the full
32
+ recipe JSON is also printed to stdout so it can be recovered even from an ephemeral container.
33
+
26
34
  ### Monorepos
27
35
 
28
36
  The run starts by mapping your repository - discovering which folder(s) are frontends, which are