Agent routing triggers don't cover "build log missing" / "remote builder output" #1

Closed
opened 2026-06-06 12:19:01 +03:00 by oleks · 1 comment
Owner

The nixbuild:ops agent routing triggers should include phrases like:

  • "nixbuild build log"
  • "build output from nixbuild"
  • "why did nixbuild fail"
  • "remote builder log"
  • "can't see build output from nixbuild"
  • "build failed on nixbuild, no log"

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 to nbshell 'builds log <id>'. The agent and its nbshell tool are the only way to get those logs.

The nixbuild:ops agent routing triggers should include phrases like: - "nixbuild build log" - "build output from nixbuild" - "why did nixbuild fail" - "remote builder log" - "can't see build output from nixbuild" - "build failed on nixbuild, no log" 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 to `nbshell 'builds log <id>'`. The agent and its `nbshell` tool are the only way to get those logs.
Author
Owner

Fixed in main (commits 2f03a04–e167c29): added nbapi build <id> subcommand, documented nbshell '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.

Fixed in main (commits 2f03a04–e167c29): added `nbapi build <id>` subcommand, documented `nbshell '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.
oleks closed this issue 2026-06-06 12:52:27 +03:00
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: oleks/claude-plugin-nixbuild#1