Agent routing triggers don't cover "build log missing" / "remote builder output" #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The nixbuild:ops agent routing triggers should include phrases like:
Currently the agent is only triggered by account/billing queries (e.g., "nixbuild usage", "how much build time left", "nixbuild billing"). When a CI pipeline fails because a build on nixbuild.net failed and the log isn't streamed back (common with
ssh-ng://remote builders), there is no trigger to direct users tonbshell 'builds log <id>'. The agent and itsnbshelltool are the only way to get those logs.Fixed in main (commits 2f03a04–e167c29): added
nbapi build <id>subcommand, documentednbshell 'builds log <id>'in ops.md and nixbuild-usage skill, added routing triggers for build log / remote builder output queries, added.markdownlint-cli2.yaml. Version bumped to 0.2.0.