@autonoma-ai/planner 0.1.23 → 0.1.24

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
@@ -79,7 +79,9 @@ validate each entity itself: for every entity it runs `up`, checks your database
79
79
  runs `down`, and checks they're gone. It finishes by seeding two instances at once, proving your
80
80
  recipe survives concurrent test runs. It drives the endpoint through the CLI's own signed client
81
81
  (`autonoma-planner sdk discover|up|down`), so its checks use the exact request signing and the exact
82
- recipe-token substitution the platform uses. When it reports the session complete, the CLI uploads
82
+ recipe-token substitution the platform uses. All of that happens on a branch it cuts from your
83
+ repo's default branch, and it pushes the finished integration as a pull request rather than leaving
84
+ the changes loose in your working tree. When it reports the session complete, the CLI uploads
83
85
  the recipe it produced and continues to test generation.
84
86
 
85
87
  - `--agent <name>` - preselect the agent to hand off to (`claude` or `codex`). Omit to auto-detect;