hivectl: add start/stop agent verbs, rename spawn to create
This commit is contained in:
parent
e6ecd8db60
commit
3421925442
7 changed files with 127 additions and 35 deletions
|
|
@ -19,7 +19,7 @@ talk to the daemon over their own MCP tool surface
|
|||
One module per subcommand family; `main.rs` is just the clap parse +
|
||||
dispatch:
|
||||
|
||||
- **`agents.rs`** — container lifecycle (spawn/kill/rebuild/restart/…).
|
||||
- **`agents.rs`** — container lifecycle (start/stop/create/kill/rebuild/restart/…).
|
||||
- **`approvals.rs`** — the config/init-config/meta-input approval queue.
|
||||
- **`dag_progress.rs`** — rebuild-queue progress rendering.
|
||||
- **`power.rs`** — restart/start/stop at the container level.
|
||||
|
|
|
|||
Loading…
Reference in a new issue