• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

NVIDIA / holodeck / 25996374135 / 1
49%
main: 48%

Build:
Build:
LAST BUILD BRANCH: pull-request/812
DEFAULT BRANCH: main
Ran 17 May 2026 04:30PM UTC
Files 75
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 May 2026 04:27PM UTC coverage: 48.672%. Remained the same
25996374135.1

push

github

ArangoGutierrez
docs(skill): document flag-first ordering pitfall in using-holodeck SKILL.md

When an AI agent reads using-holodeck/SKILL.md it copy-pastes the
commands verbatim, so any example in the broken `<id> --flag` form
makes the agent's first attempt fail in a way that's hard to diagnose
without reading urfave/cli/v2 source.

Three classes of fix in this file:

- Rewrite the `update` and `get kubeconfig` examples so flags come
  before the positional instance id (e.g. `update --instance-type … <id>`,
  `get kubeconfig -o ./kubeconfig <id>`). The `<id>` positional has to
  be last for the same urfave/cli/v2 reason.

- Make `cleanup` examples explicit that `--region us-west-2` (or
  `AWS_REGION=us-west-2` env) is required — `cleanup` does not infer
  the region from the saved instance metadata.

- Two new "Common pitfalls" entries:
    * Instance IDs are short hex strings (`a1b2c3d4`), not
      EC2-style `i-…` ARNs. Agents routinely confuse the two.
    * Flag-first ordering — `urfave/cli/v2` stops parsing flags after
      the first positional, with a pointer to which commands this
      bites (update, get kubeconfig, cleanup, skill add).

Signed-off-by: Carlos Eduardo Arango Gutierrez <eduardoa@nvidia.com>

5606 of 11518 relevant lines covered (48.67%)

0.54 hits per line

Source Files on job 25996374135.1
  • Tree
  • List 75
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25996374135
  • 20766f2d on github
  • Prev Job for on pull-request/812 (#25986113057.1)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc