nixbot

builds
1treefmt v2.5.0traversed 286 files2emitted 239 files for processing3formatted 239 files (0 changed) in 791ms4 M nixbot_cli/skill/SKILL.md5diff --git a/nixbot_cli/skill/SKILL.md b/nixbot_cli/skill/SKILL.md6index cad3c14..b9d1700 1006447--- a/nixbot_cli/skill/SKILL.md8+++ b/nixbot_cli/skill/SKILL.md9@@ -3,9 +3,9 @@ name: nixbot-cli10 description: Inspect and control nixbot CI builds with nbo. Use to find the build for a branch/PR, watch it, list failed attributes, fetch failure logs, restart or cancel builds.11 ---12 13-Server: `NIXBOT_URL` or `~/.config/nixbot/hosts.toml`.14-In a checkout, repo and build number are inferred from `origin`/`HEAD`,15-override with `-R [forge/]owner/name` and an explicit build number.16+Server: `NIXBOT_URL` or `~/.config/nixbot/hosts.toml`. In a checkout, repo and17+build number are inferred from `origin`/`HEAD`, override with18+`-R [forge/]owner/name` and an explicit build number.19 20 ```bash21 nbo build list --branch main22@@ -18,6 +18,6 @@ nbo build cancel 41223 nbo effects list | run default.deploy # local, no token24 ```25 26-Attribute args accept unambiguous substrings; `--json [fields]` for machine-readable output.27-`nbo auth status` shows server/token.28-HTTP API docs at `/llms.txt`.29+Attribute args accept unambiguous substrings; `--json [fields]` for30+machine-readable output. `nbo auth status` shows server/token. HTTP API docs at31+`/llms.txt`.