@dadado/agent-kit-cli 5.8.0 → 5.10.0

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 +2 -1
  2. package/dist/index.js +3199 -423
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -62,7 +62,7 @@ NO_COLOR=1 agent-kit
62
62
  # → plain text (no ANSI); also plain when stdout is not a TTY or CI=1
63
63
  ```
64
64
 
65
- Subcommands and `agent-kit --version` are unchanged. `agent-kit run <slash>` starts those project slashes headless from `.cursor/commands/` (numbered-list HITL). `/git-prod` and `/kit-prod` stay operator-gated and are omitted from that catalog.
65
+ Subcommands and `agent-kit --version` are unchanged. `agent-kit run <slash>` starts those project slashes headless from `.cursor/commands/` (numbered-list HITL). `agent-kit run-plan-all` is a first-class alias of `agent-kit run run-plan-all`. Typing `/run-plan-all` in zsh is a filesystem path. `/git-prod` and `/kit-prod` stay operator-gated and are omitted from that catalog.
66
66
 
67
67
  On an interactive TTY, long-running commands (`init`, `install`, `doctor`, `update`, `run-plan` ticks) show an in-process ANSI spinner plus a rotating Mission Kit tip. Set `AGENT_KIT_REDUCED_MOTION=1` for static text on a capable TTY. Runtime dependencies stay `@clack/prompts`, `citty`, and `kolorist` (no `ora` / `figlet` / `chalk` / `ink`). Window titles for `agent-kit dashboard` and `agent-kit dashboard-broadcast` use the workspace basename, not the CLI package folder.
68
68
 
@@ -80,6 +80,7 @@ On an interactive TTY, long-running commands (`init`, `install`, `doctor`, `upda
80
80
  | `agent-kit add <id>` | Install a skill or L1 pack |
81
81
  | `agent-kit run <slash>` | One headless session from an L0 slash file (numbered-list HITL; never git-prod) |
82
82
  | `agent-kit run-plan` | Headless continuous plan runner (never promotes to production) |
83
+ | `agent-kit run-plan-all` | Headless `/run-plan-all` queue from the L0 file (same as `run run-plan-all`; never git-prod) |
83
84
 
84
85
  Run `agent-kit --help` or `agent-kit <command> --help` for the full surface.
85
86