@aiiware/aii 0.19.3 → 0.19.4

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 (3) hide show
  1. package/README.md +1 -1
  2. package/bin/aii +711 -710
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -240,7 +240,7 @@ While a goal is **active**, the agent sees the objective every turn and auto-con
240
240
 
241
241
  | Command | What It Does |
242
242
  |---------|-------------|
243
- | `/goal <objective>` | Set the goal — flags: `--verify "cmd"` (repeatable), `--budget`, `--auto-turns` (`0` = unlimited), `--max-time`, `--max-tokens`, `--no-proof`, `--auto` |
243
+ | `/goal <objective>` | Set the goal — flags: `--verify "cmd"` (repeatable), `--budget`, `--auto-turns` (`0` or `unlimited`), `--max-time`, `--max-tokens`, `--no-proof`, `--auto` |
244
244
  | `/goal` | Status view — objective, status, verify, limits, usage |
245
245
  | `/goal draft <description>` | The model proposes a strong goal contract; you edit + submit |
246
246
  | `/goal edit <text and/or flags>` | Revise in place |