treefmt-check
default.checks.aarch64-linux.treefmt
· build #183
· raw
1tribuchet: building on eliza2treefmt v2.5.0traversed 286 files3emitted 239 files for processing4formatted 239 files (0 changed) in 9.528s5 M nixbot_cli/skill/SKILL.md6diff --git a/nixbot_cli/skill/SKILL.md b/nixbot_cli/skill/SKILL.md7index cad3c14..b9d1700 1006448--- a/nixbot_cli/skill/SKILL.md9+++ b/nixbot_cli/skill/SKILL.md10@@ -3,9 +3,9 @@ name: nixbot-cli11 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.12 ---13 14-Server: `NIXBOT_URL` or `~/.config/nixbot/hosts.toml`.15-In a checkout, repo and build number are inferred from `origin`/`HEAD`,16-override with `-R [forge/]owner/name` and an explicit build number.17+Server: `NIXBOT_URL` or `~/.config/nixbot/hosts.toml`. In a checkout, repo and18+build number are inferred from `origin`/`HEAD`, override with19+`-R [forge/]owner/name` and an explicit build number.20 21 ```bash22 nbo build list --branch main23@@ -18,6 +18,6 @@ nbo build cancel 41224 nbo effects list | run default.deploy # local, no token25 ```26 27-Attribute args accept unambiguous substrings; `--json [fields]` for machine-readable output.28-`nbo auth status` shows server/token.29-HTTP API docs at `/llms.txt`.30+Attribute args accept unambiguous substrings; `--json [fields]` for31+machine-readable output. `nbo auth status` shows server/token. HTTP API docs at32+`/llms.txt`.