@kimbho/kimbho-cli 0.1.1 → 0.1.2

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
@@ -45,9 +45,12 @@ Useful shell commands:
45
45
  /model
46
46
  /plan build a coding agent
47
47
  /run scaffold a SaaS starter
48
+ /resume --execute --max-auto-tasks 2
48
49
  /quit
49
50
  ```
50
51
 
52
+ `run` now auto-executes the supported ready-task frontier and persists session events. `resume --execute` continues that frontier from the latest session snapshot.
53
+
51
54
  ## Notes
52
55
 
53
56
  - The published CLI bundles the internal Kimbho packages so installation does not depend on the monorepo layout.