From 3abb00c32707eddbbc020d0d0595a07717432d78 Mon Sep 17 00:00:00 2001 From: lexis Date: Fri, 22 May 2026 21:45:28 +0200 Subject: [PATCH] docs: add request_update_meta_inputs to manager tools (follow-up to 3e098c5) --- docs/turn-loop.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/turn-loop.md b/docs/turn-loop.md index 19b7a25..2276513 100644 --- a/docs/turn-loop.md +++ b/docs/turn-loop.md @@ -287,6 +287,12 @@ meta's. - `request_apply_commit(agent, commit_ref)` — submit a config change for any agent (`hm1nd` for the manager's own config) for operator approval. +- `request_update_meta_inputs(inputs?, description?)` — queue an + approval to run `nix flake update [inputs...]` on the meta flake. + Pass specific input names (e.g. `["bitburner-agent"]`) or omit + for all. Returns immediately; lock update runs on operator + approval. Does NOT trigger rebuilds — call `update(name)` on + affected agents after approval resolves. - `ask(question, options?, multi?, ttl_seconds?, to?)` — surface a structured question to the operator (default) or a sub-agent (`to: ""`). Non-blocking — returns the