mirror of
https://github.com/qwibitai/nanoclaw.git
synced 2026-06-12 18:11:51 +08:00
420fe5ecff
Replace the four auto-run commands that execute before the first user decision (git upstream check, bash setup.sh, environment probe, timezone probe) with `!`cmd`` dynamic-context placeholders so their output is pre-rendered into the skill instead of Claude running them interactively. Adds matching allowed-tools frontmatter so preprocessing runs without per-command approval prompts. Later auto-run steps (container build, mounts, service, verify) stay as body instructions — they depend on mid-flow user choices and earlier state changes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>