refactor(hive-c0re): drop the request_init_config tool and InitConfig approval
swarm-controller's `InitAgentConfigRepo` node already covers config-repo creation, so this deletes a duplicate rather than a capability; old `init_config` rows are skipped by `collect_lenient` with no migration, by operator decision. Refs #4398
This commit is contained in:
parent
3f086bc659
commit
a3b672d1d5
31 changed files with 134 additions and 601 deletions
|
|
@ -20,7 +20,7 @@ One module per subcommand family; `main.rs` is just the clap parse +
|
|||
dispatch:
|
||||
|
||||
- **`agents.rs`** — container lifecycle (start/stop/create/kill/rebuild/restart/…).
|
||||
- **`approvals.rs`** — the config/init-config/meta-input approval queue.
|
||||
- **`approvals.rs`** — the config/spawn/meta-input approval queue.
|
||||
- **`dag_progress.rs`** — rebuild-queue progress rendering.
|
||||
- **`power.rs`** — restart/start/stop at the container level.
|
||||
- **`choom.rs`** — drop into an interactive claude session in a
|
||||
|
|
|
|||
Loading…
Reference in a new issue