tribuchet: building on jamie treefmt v2.5.0traversed 286 files emitted 239 files for processing formatted 239 files (0 changed) in 7.436s M nixbot_cli/skill/SKILL.md diff --git a/nixbot_cli/skill/SKILL.md b/nixbot_cli/skill/SKILL.md index cad3c14..b9d1700 100644 --- a/nixbot_cli/skill/SKILL.md +++ b/nixbot_cli/skill/SKILL.md @@ -3,9 +3,9 @@ name: nixbot-cli 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. --- -Server: `NIXBOT_URL` or `~/.config/nixbot/hosts.toml`. -In a checkout, repo and build number are inferred from `origin`/`HEAD`, -override with `-R [forge/]owner/name` and an explicit build number. +Server: `NIXBOT_URL` or `~/.config/nixbot/hosts.toml`. In a checkout, repo and +build number are inferred from `origin`/`HEAD`, override with +`-R [forge/]owner/name` and an explicit build number. ```bash nbo build list --branch main @@ -18,6 +18,6 @@ nbo build cancel 412 nbo effects list | run default.deploy # local, no token ``` -Attribute args accept unambiguous substrings; `--json [fields]` for machine-readable output. -`nbo auth status` shows server/token. -HTTP API docs at `/llms.txt`. +Attribute args accept unambiguous substrings; `--json [fields]` for +machine-readable output. `nbo auth status` shows server/token. HTTP API docs at +`/llms.txt`.