@phamvuhoang/otto 0.1.0 → 0.2.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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -29,7 +29,7 @@ cd /path/to/your/workspace
29
29
  otto-afk "<plan-and-prd>" 5 # plan/PRD loop
30
30
  otto-ghafk 5 # GitHub-issue loop
31
31
  otto-afk --help # flags, env vars
32
- otto-afk --print-config # diagnose workspace / runner / sandbox config
32
+ otto-afk --print-config # resolved config + preflight prerequisite checks
33
33
  ```
34
34
 
35
35
  Requires an authenticated Claude Code login (and `gh` for `otto-ghafk`). First-run
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phamvuhoang/otto",
3
- "version": "0.1.0",
3
+ "version": "0.2.1",
4
4
  "description": "CLI for the otto AFK loop (otto-afk, otto-ghafk).",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -32,7 +32,7 @@
32
32
  "README.md"
33
33
  ],
34
34
  "dependencies": {
35
- "@phamvuhoang/otto-core": "^0.1.0"
35
+ "@phamvuhoang/otto-core": "^0.3.0"
36
36
  },
37
37
  "engines": {
38
38
  "node": ">=20"