[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-nvidia-i4h-catheter-navigation-smoke":3,"mdc--b6ptco-key":34,"related-org-nvidia-i4h-catheter-navigation-smoke":1027,"related-repo-nvidia-i4h-catheter-navigation-smoke":1186},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"i4h-catheter-navigation-smoke","run catheter navigation smoke tests","Run CPU-only fluorosim smoke tests (imports, preprocessing, CLI parsers). Use when asked to smoke-test catheter navigation in CI or without a GPU.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},"nvidia","NVIDIA","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fnvidia.png",[12,16,17,20],{"name":13,"slug":14,"type":15},"Robotics","robotics","tag",{"name":9,"slug":8,"type":15},{"name":18,"slug":19,"type":15},"Simulation","simulation",{"name":21,"slug":22,"type":15},"Testing","testing",2473,"https:\u002F\u002Fgithub.com\u002FNVIDIA\u002Fskills","2026-07-23T06:06:00.888851","Apache-2.0",281,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"AI agent skills published by NVIDIA","https:\u002F\u002Fgithub.com\u002FNVIDIA\u002Fskills\u002Ftree\u002FHEAD\u002Fskills\u002Fi4h-catheter-navigation-smoke","---\nname: i4h-catheter-navigation-smoke\nversion: \"0.7.0\"\ndescription: Run CPU-only fluorosim smoke tests (imports, preprocessing, CLI parsers). Use when asked to smoke-test catheter navigation in CI or without a GPU.\nlicense: Apache-2.0\nmetadata:\n  author: \"Isaac for Healthcare Team \u003Cisaac-for-healthcare-support@nvidia.com>\"\n  tags:\n    - isaac-for-healthcare\n    - i4h\n    - catheter-navigation\n    - smoke-test\n    - ci\n---\n\n# i4h Catheter Navigation - Smoke Tests\n\n## Purpose\n\nRun CPU-only unit smoke tests for fluorosim components and entrypoint parsers,\nsafe for CI without a GPU. Exercises imports, CT->mu preprocessing, parser\nsanity, and conditional viewport import checks.\n\n## Base Code\n\n```bash\nROOT=\"${I4H_WORKFLOWS:-$(git rev-parse --show-toplevel 2>\u002Fdev\u002Fnull)}\"\nif [ ! -d \"$ROOT\u002Fworkflows\u002Fcatheter_navigation\" ]; then\n  ROOT=\"${I4H_WORKFLOWS:-$HOME\u002Fi4h-workflows}\"\n  [ -d \"$ROOT\u002Fworkflows\u002Fcatheter_navigation\" ] || git clone https:\u002F\u002Fgithub.com\u002Fisaac-for-healthcare\u002Fi4h-workflows \"$ROOT\"\nfi\nexport I4H_WORKFLOWS=\"$ROOT\"; cd \"$ROOT\"\n```\n\n## Run\n\n### Step 1 - run tests\n\n```bash\nREPO_ROOT=\"${I4H_WORKFLOWS:-$(git rev-parse --show-toplevel 2>\u002Fdev\u002Fnull)}\"; [ -d \"$REPO_ROOT\u002Fworkflows\u002Fcatheter_navigation\" ] || REPO_ROOT=\"$HOME\u002Fi4h-workflows\"\nWF_ROOT=\"${REPO_ROOT}\u002Fworkflows\u002Fcatheter_navigation\"\nRUN_DIR=\"${WF_ROOT}\u002Fruns\u002Fsmoke_$(date +%Y%m%d_%H%M%S)\"\nmkdir -p \"${RUN_DIR}\u002Flogs\"\nln -sfn \"${RUN_DIR}\" \"${WF_ROOT}\u002Fruns\u002F.latest\"\n\npython3 -m unittest workflows\u002Fcatheter_navigation\u002Ftests\u002Ftest_fluorosim_smoke.py \\\n  2>&1 | tee \"${RUN_DIR}\u002Flogs\u002Fsmoke.log\"\n```\n\n## Expected Output\n\n```text\nRan N tests in ...s\nOK\n```\n\nParser error lines on stderr from negative CLI tests are **expected** - not failures.\n\n## Verify\n\n```bash\ngrep -E \"Ran [0-9]+ tests\" \"${RUN_DIR}\u002Flogs\u002Fsmoke.log\"\ngrep \"OK\" \"${RUN_DIR}\u002Flogs\u002Fsmoke.log\"\n```\n\n## Prerequisites\n\n- Python 3 with workflow dependencies installed (for example via\n  `workflows\u002Fcatheter_navigation\u002Frequirements.txt`).\n- No GPU required.\n\n## Limitations\n\n- Does not exercise GPU Slang rendering or the interactive viewport.\n- For GPU validation, use [[i4h-catheter-navigation-render-drr]].\n\n## Troubleshooting\n\n- **Error:** import failures - Fix: run [[i4h-catheter-navigation-setup]] and\n  ensure the active venv has catheter workflow dependencies installed.\n- **Error:** unexpected test count - Fix: inspect log; this can change when smoke\n  coverage is added\u002Fremoved on a branch.\n\n## Final Response\n\nReport pass\u002Ffail, test count, and log path. If passed, note GPU stages still need separate verification.\n",{"data":35,"body":45},{"name":4,"version":36,"description":6,"license":26,"metadata":37},"0.7.0",{"author":38,"tags":39},"Isaac for Healthcare Team \u003Cisaac-for-healthcare-support@nvidia.com>",[40,41,42,43,44],"isaac-for-healthcare","i4h","catheter-navigation","smoke-test","ci",{"type":46,"children":47},"root",[48,57,64,70,76,410,416,423,806,812,822,835,841,934,940,963,969,982,988,1010,1016,1021],{"type":49,"tag":50,"props":51,"children":53},"element","h1",{"id":52},"i4h-catheter-navigation-smoke-tests",[54],{"type":55,"value":56},"text","i4h Catheter Navigation - Smoke Tests",{"type":49,"tag":58,"props":59,"children":61},"h2",{"id":60},"purpose",[62],{"type":55,"value":63},"Purpose",{"type":49,"tag":65,"props":66,"children":67},"p",{},[68],{"type":55,"value":69},"Run CPU-only unit smoke tests for fluorosim components and entrypoint parsers,\nsafe for CI without a GPU. Exercises imports, CT->mu preprocessing, parser\nsanity, and conditional viewport import checks.",{"type":49,"tag":58,"props":71,"children":73},{"id":72},"base-code",[74],{"type":55,"value":75},"Base Code",{"type":49,"tag":77,"props":78,"children":83},"pre",{"className":79,"code":80,"language":81,"meta":82,"style":82},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","ROOT=\"${I4H_WORKFLOWS:-$(git rev-parse --show-toplevel 2>\u002Fdev\u002Fnull)}\"\nif [ ! -d \"$ROOT\u002Fworkflows\u002Fcatheter_navigation\" ]; then\n  ROOT=\"${I4H_WORKFLOWS:-$HOME\u002Fi4h-workflows}\"\n  [ -d \"$ROOT\u002Fworkflows\u002Fcatheter_navigation\" ] || git clone https:\u002F\u002Fgithub.com\u002Fisaac-for-healthcare\u002Fi4h-workflows \"$ROOT\"\nfi\nexport I4H_WORKFLOWS=\"$ROOT\"; cd \"$ROOT\"\n","bash","",[84],{"type":49,"tag":85,"props":86,"children":87},"code",{"__ignoreMap":82},[88,181,236,279,347,356],{"type":49,"tag":89,"props":90,"children":93},"span",{"class":91,"line":92},"line",1,[94,100,106,111,116,121,127,132,137,142,147,152,157,162,166,171,176],{"type":49,"tag":89,"props":95,"children":97},{"style":96},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[98],{"type":55,"value":99},"ROOT",{"type":49,"tag":89,"props":101,"children":103},{"style":102},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[104],{"type":55,"value":105},"=",{"type":49,"tag":89,"props":107,"children":108},{"style":102},[109],{"type":55,"value":110},"\"${",{"type":49,"tag":89,"props":112,"children":113},{"style":96},[114],{"type":55,"value":115},"I4H_WORKFLOWS",{"type":49,"tag":89,"props":117,"children":118},{"style":102},[119],{"type":55,"value":120},":-",{"type":49,"tag":89,"props":122,"children":124},{"style":123},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[125],{"type":55,"value":126},"$(",{"type":49,"tag":89,"props":128,"children":129},{"style":96},[130],{"type":55,"value":131},"git",{"type":49,"tag":89,"props":133,"children":134},{"style":96},[135],{"type":55,"value":136}," rev-parse",{"type":49,"tag":89,"props":138,"children":139},{"style":96},[140],{"type":55,"value":141}," --show-toplevel",{"type":49,"tag":89,"props":143,"children":144},{"style":96},[145],{"type":55,"value":146}," 2",{"type":49,"tag":89,"props":148,"children":149},{"style":123},[150],{"type":55,"value":151},">",{"type":49,"tag":89,"props":153,"children":154},{"style":102},[155],{"type":55,"value":156},"\u002F",{"type":49,"tag":89,"props":158,"children":159},{"style":96},[160],{"type":55,"value":161},"dev",{"type":49,"tag":89,"props":163,"children":164},{"style":102},[165],{"type":55,"value":156},{"type":49,"tag":89,"props":167,"children":168},{"style":96},[169],{"type":55,"value":170},"null",{"type":49,"tag":89,"props":172,"children":173},{"style":123},[174],{"type":55,"value":175},")",{"type":49,"tag":89,"props":177,"children":178},{"style":102},[179],{"type":55,"value":180},"}\"\n",{"type":49,"tag":89,"props":182,"children":184},{"class":91,"line":183},2,[185,191,196,201,206,211,216,221,226,231],{"type":49,"tag":89,"props":186,"children":188},{"style":187},"--shiki-light:#39ADB5;--shiki-light-font-style:italic;--shiki-default:#89DDFF;--shiki-default-font-style:italic;--shiki-dark:#89DDFF;--shiki-dark-font-style:italic",[189],{"type":55,"value":190},"if",{"type":49,"tag":89,"props":192,"children":193},{"style":102},[194],{"type":55,"value":195}," [",{"type":49,"tag":89,"props":197,"children":198},{"style":102},[199],{"type":55,"value":200}," !",{"type":49,"tag":89,"props":202,"children":203},{"style":102},[204],{"type":55,"value":205}," -d",{"type":49,"tag":89,"props":207,"children":208},{"style":102},[209],{"type":55,"value":210}," \"",{"type":49,"tag":89,"props":212,"children":213},{"style":96},[214],{"type":55,"value":215},"$ROOT",{"type":49,"tag":89,"props":217,"children":218},{"style":123},[219],{"type":55,"value":220},"\u002Fworkflows\u002Fcatheter_navigation",{"type":49,"tag":89,"props":222,"children":223},{"style":102},[224],{"type":55,"value":225},"\"",{"type":49,"tag":89,"props":227,"children":228},{"style":102},[229],{"type":55,"value":230}," ];",{"type":49,"tag":89,"props":232,"children":233},{"style":187},[234],{"type":55,"value":235}," then\n",{"type":49,"tag":89,"props":237,"children":239},{"class":91,"line":238},3,[240,245,249,253,257,261,266,270,275],{"type":49,"tag":89,"props":241,"children":242},{"style":96},[243],{"type":55,"value":244},"  ROOT",{"type":49,"tag":89,"props":246,"children":247},{"style":102},[248],{"type":55,"value":105},{"type":49,"tag":89,"props":250,"children":251},{"style":102},[252],{"type":55,"value":110},{"type":49,"tag":89,"props":254,"children":255},{"style":96},[256],{"type":55,"value":115},{"type":49,"tag":89,"props":258,"children":259},{"style":102},[260],{"type":55,"value":120},{"type":49,"tag":89,"props":262,"children":263},{"style":96},[264],{"type":55,"value":265},"$HOME",{"type":49,"tag":89,"props":267,"children":268},{"style":102},[269],{"type":55,"value":156},{"type":49,"tag":89,"props":271,"children":272},{"style":96},[273],{"type":55,"value":274},"i4h-workflows",{"type":49,"tag":89,"props":276,"children":277},{"style":102},[278],{"type":55,"value":180},{"type":49,"tag":89,"props":280,"children":282},{"class":91,"line":281},4,[283,288,292,296,300,304,308,313,318,324,329,334,338,342],{"type":49,"tag":89,"props":284,"children":285},{"style":102},[286],{"type":55,"value":287},"  [",{"type":49,"tag":89,"props":289,"children":290},{"style":102},[291],{"type":55,"value":205},{"type":49,"tag":89,"props":293,"children":294},{"style":102},[295],{"type":55,"value":210},{"type":49,"tag":89,"props":297,"children":298},{"style":96},[299],{"type":55,"value":215},{"type":49,"tag":89,"props":301,"children":302},{"style":123},[303],{"type":55,"value":220},{"type":49,"tag":89,"props":305,"children":306},{"style":102},[307],{"type":55,"value":225},{"type":49,"tag":89,"props":309,"children":310},{"style":102},[311],{"type":55,"value":312}," ]",{"type":49,"tag":89,"props":314,"children":315},{"style":102},[316],{"type":55,"value":317}," ||",{"type":49,"tag":89,"props":319,"children":321},{"style":320},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[322],{"type":55,"value":323}," git",{"type":49,"tag":89,"props":325,"children":326},{"style":123},[327],{"type":55,"value":328}," clone",{"type":49,"tag":89,"props":330,"children":331},{"style":123},[332],{"type":55,"value":333}," https:\u002F\u002Fgithub.com\u002Fisaac-for-healthcare\u002Fi4h-workflows",{"type":49,"tag":89,"props":335,"children":336},{"style":102},[337],{"type":55,"value":210},{"type":49,"tag":89,"props":339,"children":340},{"style":96},[341],{"type":55,"value":215},{"type":49,"tag":89,"props":343,"children":344},{"style":102},[345],{"type":55,"value":346},"\"\n",{"type":49,"tag":89,"props":348,"children":350},{"class":91,"line":349},5,[351],{"type":49,"tag":89,"props":352,"children":353},{"style":187},[354],{"type":55,"value":355},"fi\n",{"type":49,"tag":89,"props":357,"children":359},{"class":91,"line":358},6,[360,366,371,375,379,383,387,392,398,402,406],{"type":49,"tag":89,"props":361,"children":363},{"style":362},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[364],{"type":55,"value":365},"export",{"type":49,"tag":89,"props":367,"children":368},{"style":96},[369],{"type":55,"value":370}," I4H_WORKFLOWS",{"type":49,"tag":89,"props":372,"children":373},{"style":102},[374],{"type":55,"value":105},{"type":49,"tag":89,"props":376,"children":377},{"style":102},[378],{"type":55,"value":225},{"type":49,"tag":89,"props":380,"children":381},{"style":96},[382],{"type":55,"value":215},{"type":49,"tag":89,"props":384,"children":385},{"style":102},[386],{"type":55,"value":225},{"type":49,"tag":89,"props":388,"children":389},{"style":102},[390],{"type":55,"value":391},";",{"type":49,"tag":89,"props":393,"children":395},{"style":394},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[396],{"type":55,"value":397}," cd",{"type":49,"tag":89,"props":399,"children":400},{"style":102},[401],{"type":55,"value":210},{"type":49,"tag":89,"props":403,"children":404},{"style":96},[405],{"type":55,"value":215},{"type":49,"tag":89,"props":407,"children":408},{"style":102},[409],{"type":55,"value":346},{"type":49,"tag":58,"props":411,"children":413},{"id":412},"run",[414],{"type":55,"value":415},"Run",{"type":49,"tag":417,"props":418,"children":420},"h3",{"id":419},"step-1-run-tests",[421],{"type":55,"value":422},"Step 1 - run tests",{"type":49,"tag":77,"props":424,"children":426},{"className":79,"code":425,"language":81,"meta":82,"style":82},"REPO_ROOT=\"${I4H_WORKFLOWS:-$(git rev-parse --show-toplevel 2>\u002Fdev\u002Fnull)}\"; [ -d \"$REPO_ROOT\u002Fworkflows\u002Fcatheter_navigation\" ] || REPO_ROOT=\"$HOME\u002Fi4h-workflows\"\nWF_ROOT=\"${REPO_ROOT}\u002Fworkflows\u002Fcatheter_navigation\"\nRUN_DIR=\"${WF_ROOT}\u002Fruns\u002Fsmoke_$(date +%Y%m%d_%H%M%S)\"\nmkdir -p \"${RUN_DIR}\u002Flogs\"\nln -sfn \"${RUN_DIR}\" \"${WF_ROOT}\u002Fruns\u002F.latest\"\n\npython3 -m unittest workflows\u002Fcatheter_navigation\u002Ftests\u002Ftest_fluorosim_smoke.py \\\n  2>&1 | tee \"${RUN_DIR}\u002Flogs\u002Fsmoke.log\"\n",[427],{"type":49,"tag":85,"props":428,"children":429},{"__ignoreMap":82},[430,566,599,647,682,728,737,766],{"type":49,"tag":89,"props":431,"children":432},{"class":91,"line":92},[433,438,442,446,450,454,458,462,466,470,474,478,482,486,490,494,498,503,507,511,515,519,524,528,532,536,540,545,549,553,557,562],{"type":49,"tag":89,"props":434,"children":435},{"style":96},[436],{"type":55,"value":437},"REPO_ROOT",{"type":49,"tag":89,"props":439,"children":440},{"style":102},[441],{"type":55,"value":105},{"type":49,"tag":89,"props":443,"children":444},{"style":102},[445],{"type":55,"value":110},{"type":49,"tag":89,"props":447,"children":448},{"style":96},[449],{"type":55,"value":115},{"type":49,"tag":89,"props":451,"children":452},{"style":102},[453],{"type":55,"value":120},{"type":49,"tag":89,"props":455,"children":456},{"style":123},[457],{"type":55,"value":126},{"type":49,"tag":89,"props":459,"children":460},{"style":96},[461],{"type":55,"value":131},{"type":49,"tag":89,"props":463,"children":464},{"style":96},[465],{"type":55,"value":136},{"type":49,"tag":89,"props":467,"children":468},{"style":96},[469],{"type":55,"value":141},{"type":49,"tag":89,"props":471,"children":472},{"style":96},[473],{"type":55,"value":146},{"type":49,"tag":89,"props":475,"children":476},{"style":123},[477],{"type":55,"value":151},{"type":49,"tag":89,"props":479,"children":480},{"style":102},[481],{"type":55,"value":156},{"type":49,"tag":89,"props":483,"children":484},{"style":96},[485],{"type":55,"value":161},{"type":49,"tag":89,"props":487,"children":488},{"style":102},[489],{"type":55,"value":156},{"type":49,"tag":89,"props":491,"children":492},{"style":96},[493],{"type":55,"value":170},{"type":49,"tag":89,"props":495,"children":496},{"style":123},[497],{"type":55,"value":175},{"type":49,"tag":89,"props":499,"children":500},{"style":102},[501],{"type":55,"value":502},"}\"",{"type":49,"tag":89,"props":504,"children":505},{"style":102},[506],{"type":55,"value":391},{"type":49,"tag":89,"props":508,"children":509},{"style":102},[510],{"type":55,"value":195},{"type":49,"tag":89,"props":512,"children":513},{"style":102},[514],{"type":55,"value":205},{"type":49,"tag":89,"props":516,"children":517},{"style":102},[518],{"type":55,"value":210},{"type":49,"tag":89,"props":520,"children":521},{"style":96},[522],{"type":55,"value":523},"$REPO_ROOT",{"type":49,"tag":89,"props":525,"children":526},{"style":123},[527],{"type":55,"value":220},{"type":49,"tag":89,"props":529,"children":530},{"style":102},[531],{"type":55,"value":225},{"type":49,"tag":89,"props":533,"children":534},{"style":102},[535],{"type":55,"value":312},{"type":49,"tag":89,"props":537,"children":538},{"style":102},[539],{"type":55,"value":317},{"type":49,"tag":89,"props":541,"children":542},{"style":96},[543],{"type":55,"value":544}," REPO_ROOT",{"type":49,"tag":89,"props":546,"children":547},{"style":102},[548],{"type":55,"value":105},{"type":49,"tag":89,"props":550,"children":551},{"style":102},[552],{"type":55,"value":225},{"type":49,"tag":89,"props":554,"children":555},{"style":96},[556],{"type":55,"value":265},{"type":49,"tag":89,"props":558,"children":559},{"style":123},[560],{"type":55,"value":561},"\u002Fi4h-workflows",{"type":49,"tag":89,"props":563,"children":564},{"style":102},[565],{"type":55,"value":346},{"type":49,"tag":89,"props":567,"children":568},{"class":91,"line":183},[569,574,578,582,586,591,595],{"type":49,"tag":89,"props":570,"children":571},{"style":96},[572],{"type":55,"value":573},"WF_ROOT",{"type":49,"tag":89,"props":575,"children":576},{"style":102},[577],{"type":55,"value":105},{"type":49,"tag":89,"props":579,"children":580},{"style":102},[581],{"type":55,"value":110},{"type":49,"tag":89,"props":583,"children":584},{"style":96},[585],{"type":55,"value":437},{"type":49,"tag":89,"props":587,"children":588},{"style":102},[589],{"type":55,"value":590},"}",{"type":49,"tag":89,"props":592,"children":593},{"style":123},[594],{"type":55,"value":220},{"type":49,"tag":89,"props":596,"children":597},{"style":102},[598],{"type":55,"value":346},{"type":49,"tag":89,"props":600,"children":601},{"class":91,"line":238},[602,607,611,615,619,623,628,632,637,642],{"type":49,"tag":89,"props":603,"children":604},{"style":96},[605],{"type":55,"value":606},"RUN_DIR",{"type":49,"tag":89,"props":608,"children":609},{"style":102},[610],{"type":55,"value":105},{"type":49,"tag":89,"props":612,"children":613},{"style":102},[614],{"type":55,"value":110},{"type":49,"tag":89,"props":616,"children":617},{"style":96},[618],{"type":55,"value":573},{"type":49,"tag":89,"props":620,"children":621},{"style":102},[622],{"type":55,"value":590},{"type":49,"tag":89,"props":624,"children":625},{"style":123},[626],{"type":55,"value":627},"\u002Fruns\u002Fsmoke_",{"type":49,"tag":89,"props":629,"children":630},{"style":102},[631],{"type":55,"value":126},{"type":49,"tag":89,"props":633,"children":634},{"style":320},[635],{"type":55,"value":636},"date",{"type":49,"tag":89,"props":638,"children":639},{"style":123},[640],{"type":55,"value":641}," +%Y%m%d_%H%M%S",{"type":49,"tag":89,"props":643,"children":644},{"style":102},[645],{"type":55,"value":646},")\"\n",{"type":49,"tag":89,"props":648,"children":649},{"class":91,"line":281},[650,655,660,665,669,673,678],{"type":49,"tag":89,"props":651,"children":652},{"style":320},[653],{"type":55,"value":654},"mkdir",{"type":49,"tag":89,"props":656,"children":657},{"style":123},[658],{"type":55,"value":659}," -p",{"type":49,"tag":89,"props":661,"children":662},{"style":102},[663],{"type":55,"value":664}," \"${",{"type":49,"tag":89,"props":666,"children":667},{"style":96},[668],{"type":55,"value":606},{"type":49,"tag":89,"props":670,"children":671},{"style":102},[672],{"type":55,"value":590},{"type":49,"tag":89,"props":674,"children":675},{"style":123},[676],{"type":55,"value":677},"\u002Flogs",{"type":49,"tag":89,"props":679,"children":680},{"style":102},[681],{"type":55,"value":346},{"type":49,"tag":89,"props":683,"children":684},{"class":91,"line":349},[685,690,695,699,703,707,711,715,719,724],{"type":49,"tag":89,"props":686,"children":687},{"style":320},[688],{"type":55,"value":689},"ln",{"type":49,"tag":89,"props":691,"children":692},{"style":123},[693],{"type":55,"value":694}," -sfn",{"type":49,"tag":89,"props":696,"children":697},{"style":102},[698],{"type":55,"value":664},{"type":49,"tag":89,"props":700,"children":701},{"style":96},[702],{"type":55,"value":606},{"type":49,"tag":89,"props":704,"children":705},{"style":102},[706],{"type":55,"value":502},{"type":49,"tag":89,"props":708,"children":709},{"style":102},[710],{"type":55,"value":664},{"type":49,"tag":89,"props":712,"children":713},{"style":96},[714],{"type":55,"value":573},{"type":49,"tag":89,"props":716,"children":717},{"style":102},[718],{"type":55,"value":590},{"type":49,"tag":89,"props":720,"children":721},{"style":123},[722],{"type":55,"value":723},"\u002Fruns\u002F.latest",{"type":49,"tag":89,"props":725,"children":726},{"style":102},[727],{"type":55,"value":346},{"type":49,"tag":89,"props":729,"children":730},{"class":91,"line":358},[731],{"type":49,"tag":89,"props":732,"children":734},{"emptyLinePlaceholder":733},true,[735],{"type":55,"value":736},"\n",{"type":49,"tag":89,"props":738,"children":740},{"class":91,"line":739},7,[741,746,751,756,761],{"type":49,"tag":89,"props":742,"children":743},{"style":320},[744],{"type":55,"value":745},"python3",{"type":49,"tag":89,"props":747,"children":748},{"style":123},[749],{"type":55,"value":750}," -m",{"type":49,"tag":89,"props":752,"children":753},{"style":123},[754],{"type":55,"value":755}," unittest",{"type":49,"tag":89,"props":757,"children":758},{"style":123},[759],{"type":55,"value":760}," workflows\u002Fcatheter_navigation\u002Ftests\u002Ftest_fluorosim_smoke.py",{"type":49,"tag":89,"props":762,"children":763},{"style":96},[764],{"type":55,"value":765}," \\\n",{"type":49,"tag":89,"props":767,"children":769},{"class":91,"line":768},8,[770,775,780,785,789,793,797,802],{"type":49,"tag":89,"props":771,"children":772},{"style":102},[773],{"type":55,"value":774},"  2>&1",{"type":49,"tag":89,"props":776,"children":777},{"style":102},[778],{"type":55,"value":779}," |",{"type":49,"tag":89,"props":781,"children":782},{"style":320},[783],{"type":55,"value":784}," tee",{"type":49,"tag":89,"props":786,"children":787},{"style":102},[788],{"type":55,"value":664},{"type":49,"tag":89,"props":790,"children":791},{"style":96},[792],{"type":55,"value":606},{"type":49,"tag":89,"props":794,"children":795},{"style":102},[796],{"type":55,"value":590},{"type":49,"tag":89,"props":798,"children":799},{"style":123},[800],{"type":55,"value":801},"\u002Flogs\u002Fsmoke.log",{"type":49,"tag":89,"props":803,"children":804},{"style":102},[805],{"type":55,"value":346},{"type":49,"tag":58,"props":807,"children":809},{"id":808},"expected-output",[810],{"type":55,"value":811},"Expected Output",{"type":49,"tag":77,"props":813,"children":817},{"className":814,"code":816,"language":55,"meta":82},[815],"language-text","Ran N tests in ...s\nOK\n",[818],{"type":49,"tag":85,"props":819,"children":820},{"__ignoreMap":82},[821],{"type":55,"value":816},{"type":49,"tag":65,"props":823,"children":824},{},[825,827,833],{"type":55,"value":826},"Parser error lines on stderr from negative CLI tests are ",{"type":49,"tag":828,"props":829,"children":830},"strong",{},[831],{"type":55,"value":832},"expected",{"type":55,"value":834}," - not failures.",{"type":49,"tag":58,"props":836,"children":838},{"id":837},"verify",[839],{"type":55,"value":840},"Verify",{"type":49,"tag":77,"props":842,"children":844},{"className":79,"code":843,"language":81,"meta":82,"style":82},"grep -E \"Ran [0-9]+ tests\" \"${RUN_DIR}\u002Flogs\u002Fsmoke.log\"\ngrep \"OK\" \"${RUN_DIR}\u002Flogs\u002Fsmoke.log\"\n",[845],{"type":49,"tag":85,"props":846,"children":847},{"__ignoreMap":82},[848,894],{"type":49,"tag":89,"props":849,"children":850},{"class":91,"line":92},[851,856,861,865,870,874,878,882,886,890],{"type":49,"tag":89,"props":852,"children":853},{"style":320},[854],{"type":55,"value":855},"grep",{"type":49,"tag":89,"props":857,"children":858},{"style":123},[859],{"type":55,"value":860}," -E",{"type":49,"tag":89,"props":862,"children":863},{"style":102},[864],{"type":55,"value":210},{"type":49,"tag":89,"props":866,"children":867},{"style":123},[868],{"type":55,"value":869},"Ran [0-9]+ tests",{"type":49,"tag":89,"props":871,"children":872},{"style":102},[873],{"type":55,"value":225},{"type":49,"tag":89,"props":875,"children":876},{"style":102},[877],{"type":55,"value":664},{"type":49,"tag":89,"props":879,"children":880},{"style":96},[881],{"type":55,"value":606},{"type":49,"tag":89,"props":883,"children":884},{"style":102},[885],{"type":55,"value":590},{"type":49,"tag":89,"props":887,"children":888},{"style":123},[889],{"type":55,"value":801},{"type":49,"tag":89,"props":891,"children":892},{"style":102},[893],{"type":55,"value":346},{"type":49,"tag":89,"props":895,"children":896},{"class":91,"line":183},[897,901,905,910,914,918,922,926,930],{"type":49,"tag":89,"props":898,"children":899},{"style":320},[900],{"type":55,"value":855},{"type":49,"tag":89,"props":902,"children":903},{"style":102},[904],{"type":55,"value":210},{"type":49,"tag":89,"props":906,"children":907},{"style":123},[908],{"type":55,"value":909},"OK",{"type":49,"tag":89,"props":911,"children":912},{"style":102},[913],{"type":55,"value":225},{"type":49,"tag":89,"props":915,"children":916},{"style":102},[917],{"type":55,"value":664},{"type":49,"tag":89,"props":919,"children":920},{"style":96},[921],{"type":55,"value":606},{"type":49,"tag":89,"props":923,"children":924},{"style":102},[925],{"type":55,"value":590},{"type":49,"tag":89,"props":927,"children":928},{"style":123},[929],{"type":55,"value":801},{"type":49,"tag":89,"props":931,"children":932},{"style":102},[933],{"type":55,"value":346},{"type":49,"tag":58,"props":935,"children":937},{"id":936},"prerequisites",[938],{"type":55,"value":939},"Prerequisites",{"type":49,"tag":941,"props":942,"children":943},"ul",{},[944,958],{"type":49,"tag":945,"props":946,"children":947},"li",{},[948,950,956],{"type":55,"value":949},"Python 3 with workflow dependencies installed (for example via\n",{"type":49,"tag":85,"props":951,"children":953},{"className":952},[],[954],{"type":55,"value":955},"workflows\u002Fcatheter_navigation\u002Frequirements.txt",{"type":55,"value":957},").",{"type":49,"tag":945,"props":959,"children":960},{},[961],{"type":55,"value":962},"No GPU required.",{"type":49,"tag":58,"props":964,"children":966},{"id":965},"limitations",[967],{"type":55,"value":968},"Limitations",{"type":49,"tag":941,"props":970,"children":971},{},[972,977],{"type":49,"tag":945,"props":973,"children":974},{},[975],{"type":55,"value":976},"Does not exercise GPU Slang rendering or the interactive viewport.",{"type":49,"tag":945,"props":978,"children":979},{},[980],{"type":55,"value":981},"For GPU validation, use [[i4h-catheter-navigation-render-drr]].",{"type":49,"tag":58,"props":983,"children":985},{"id":984},"troubleshooting",[986],{"type":55,"value":987},"Troubleshooting",{"type":49,"tag":941,"props":989,"children":990},{},[991,1001],{"type":49,"tag":945,"props":992,"children":993},{},[994,999],{"type":49,"tag":828,"props":995,"children":996},{},[997],{"type":55,"value":998},"Error:",{"type":55,"value":1000}," import failures - Fix: run [[i4h-catheter-navigation-setup]] and\nensure the active venv has catheter workflow dependencies installed.",{"type":49,"tag":945,"props":1002,"children":1003},{},[1004,1008],{"type":49,"tag":828,"props":1005,"children":1006},{},[1007],{"type":55,"value":998},{"type":55,"value":1009}," unexpected test count - Fix: inspect log; this can change when smoke\ncoverage is added\u002Fremoved on a branch.",{"type":49,"tag":58,"props":1011,"children":1013},{"id":1012},"final-response",[1014],{"type":55,"value":1015},"Final Response",{"type":49,"tag":65,"props":1017,"children":1018},{},[1019],{"type":55,"value":1020},"Report pass\u002Ffail, test count, and log path. If passed, note GPU stages still need separate verification.",{"type":49,"tag":1022,"props":1023,"children":1024},"style",{},[1025],{"type":55,"value":1026},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":1028,"total":1185},[1029,1047,1065,1076,1088,1102,1115,1129,1140,1151,1165,1174],{"slug":1030,"name":1030,"fn":1031,"description":1032,"org":1033,"tags":1034,"stars":1044,"repoUrl":1045,"updatedAt":1046},"nemoclaw-user-guide","retrieve NemoClaw documentation and configuration","Guides human users' AI agents to the NemoClaw docs MCP server and canonical Fern documentation in Markdown form. Use when users ask how to install, configure, operate, troubleshoot, secure, or learn NemoClaw with an AI coding assistant. Trigger keywords - nemoclaw docs, use nemoclaw with ai agent, nemoclaw mcp docs, nemoclaw install help, nemoclaw quickstart, nemoclaw markdown docs, llms.txt, agent skills.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1035,1038,1041],{"name":1036,"slug":1037,"type":15},"Documentation","documentation",{"name":1039,"slug":1040,"type":15},"MCP","mcp",{"name":1042,"slug":1043,"type":15},"Search","search",21777,"https:\u002F\u002Fgithub.com\u002FNVIDIA\u002FNemoClaw","2026-07-20T06:00:01.461044",{"slug":1048,"name":1048,"fn":1049,"description":1050,"org":1051,"tags":1052,"stars":1062,"repoUrl":1063,"updatedAt":1064},"mcore-build-and-dependency","manage Megatron-LM development environments","Container-based dev environment setup and dependency management for Megatron-LM. Covers acquiring and launching the CI container, uv package management, and updating uv.lock.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1053,1056,1059],{"name":1054,"slug":1055,"type":15},"Containers","containers",{"name":1057,"slug":1058,"type":15},"Deployment","deployment",{"name":1060,"slug":1061,"type":15},"Python","python",17049,"https:\u002F\u002Fgithub.com\u002FNVIDIA\u002FMegatron-LM","2026-07-27T06:06:11.249662",{"slug":1066,"name":1066,"fn":1067,"description":1068,"org":1069,"tags":1070,"stars":1062,"repoUrl":1063,"updatedAt":1075},"mcore-bump-base-image","update NVIDIA PyTorch base images","Bump the NVIDIA PyTorch base image (`nvcr.io\u002Fnvidia\u002Fpytorch:YY.MM-py3`) used by Megatron-LM CI. Covers the two pin sites (GitHub CI in `docker\u002F.ngc_version.dev` and GitLab CI in `.gitlab\u002Fstages\u002F01.build.yml`), the post-bump CI loop (re-run functional tests, refresh golden values, mark broken tests), and the gotchas that bit PRs",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1071,1074],{"name":1072,"slug":1073,"type":15},"CI\u002FCD","ci-cd",{"name":1057,"slug":1058,"type":15},"2026-07-14T05:25:59.97109",{"slug":1077,"name":1077,"fn":1078,"description":1079,"org":1080,"tags":1081,"stars":1062,"repoUrl":1063,"updatedAt":1087},"mcore-cicd","manage CI\u002FCD pipelines for Megatron-LM","CI\u002FCD reference for Megatron-LM. Covers CI pipeline structure, PR scope labels, triggering internal GitLab CI (which force-pushes the current branch to a pull-request\u002FBRANCH ref — always dry-run and verify the destination first; never run against shared or protected branches), and CI failure investigation.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1082,1083,1084],{"name":1072,"slug":1073,"type":15},{"name":1057,"slug":1058,"type":15},{"name":1085,"slug":1086,"type":15},"GitHub","github","2026-07-27T06:06:12.278222",{"slug":1089,"name":1089,"fn":1090,"description":1091,"org":1092,"tags":1093,"stars":1062,"repoUrl":1063,"updatedAt":1101},"mcore-create-issue","investigate CI failures and create issues","Investigate a failing GitHub Actions run or job and create a GitHub issue for the failure.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1094,1097,1098],{"name":1095,"slug":1096,"type":15},"Debugging","debugging",{"name":1085,"slug":1086,"type":15},{"name":1099,"slug":1100,"type":15},"Triage","triage","2026-07-14T05:25:57.442089",{"slug":1103,"name":1103,"fn":1104,"description":1105,"org":1106,"tags":1107,"stars":1062,"repoUrl":1063,"updatedAt":1114},"mcore-linting-and-formatting","lint and format Megatron-LM code","Linting and formatting for Megatron-LM. Covers running autoformat.sh, tools (ruff, black, isort, pylint, mypy), and code style rules.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1108,1111],{"name":1109,"slug":1110,"type":15},"Best Practices","best-practices",{"name":1112,"slug":1113,"type":15},"Code Analysis","code-analysis","2026-07-14T05:25:56.18433",{"slug":1116,"name":1116,"fn":1117,"description":1118,"org":1119,"tags":1120,"stars":1062,"repoUrl":1063,"updatedAt":1128},"mcore-migrate-gpt-to-hybrid","migrate Megatron-LM models to HybridModel","Migration guide for moving Megatron Core GPTModel checkpoints, model providers, training commands, and layer mappings to HybridModel.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1121,1124,1127],{"name":1122,"slug":1123,"type":15},"Machine Learning","machine-learning",{"name":1125,"slug":1126,"type":15},"Migration","migration",{"name":9,"slug":8,"type":15},"2026-07-17T06:07:11.777011",{"slug":1130,"name":1130,"fn":1131,"description":1132,"org":1133,"tags":1134,"stars":1062,"repoUrl":1063,"updatedAt":1139},"mcore-onboard-gb200-1node-tests","onboard functional tests for GB200","Onboard 1-node GitHub MR functional tests for GB200 from existing mr-scoped 2-node tests.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1135,1138],{"name":1136,"slug":1137,"type":15},"QA","qa",{"name":21,"slug":22,"type":15},"2026-07-14T05:25:53.673039",{"slug":1141,"name":1141,"fn":1142,"description":1143,"org":1144,"tags":1145,"stars":1062,"repoUrl":1063,"updatedAt":1150},"mcore-run-on-slurm","launch distributed training jobs on SLURM","How to launch distributed Megatron-LM training jobs on a SLURM cluster. Covers a minimal sbatch skeleton, environment-variable setup for torch.distributed.run, CUDA_DEVICE_MAX_CONNECTIONS rules across hardware and parallelism modes, container conventions, monitoring, and per-rank failure diagnosis.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1146,1147],{"name":1057,"slug":1058,"type":15},{"name":1148,"slug":1149,"type":15},"Infrastructure","infrastructure","2026-07-14T05:25:49.362534",{"slug":1152,"name":1152,"fn":1153,"description":1154,"org":1155,"tags":1156,"stars":1062,"repoUrl":1063,"updatedAt":1164},"mcore-split-pr","split pull requests to reduce review load","Split a PR into multiple PRs to reduce the number of required CODEOWNERS reviewer groups.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1157,1160,1161],{"name":1158,"slug":1159,"type":15},"Code Review","code-review",{"name":1085,"slug":1086,"type":15},{"name":1162,"slug":1163,"type":15},"Pull Requests","pull-requests","2026-07-14T05:26:01.226578",{"slug":1166,"name":1166,"fn":1167,"description":1168,"org":1169,"tags":1170,"stars":1062,"repoUrl":1063,"updatedAt":1173},"mcore-testing","run and manage Megatron-LM tests","Test system for Megatron-LM. Covers test layout, recipe YAML structure, adding and running unit and functional tests, golden values, marker filters, and CI parity.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1171,1172],{"name":1136,"slug":1137,"type":15},{"name":21,"slug":22,"type":15},"2026-07-14T05:25:54.928983",{"slug":1175,"name":1175,"fn":1176,"description":1177,"org":1178,"tags":1179,"stars":1062,"repoUrl":1063,"updatedAt":1184},"nightly-sync","manage nightly main-to-dev sync workflows","Domain knowledge for the nightly main-to-dev sync workflow. Covers merge strategy, CI architecture, failure investigation, and known issues.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1180,1183],{"name":1181,"slug":1182,"type":15},"Automation","automation",{"name":1072,"slug":1073,"type":15},"2026-07-30T05:29:03.275638",496,{"items":1187,"total":1281},[1188,1205,1215,1229,1239,1254,1269],{"slug":1189,"name":1189,"fn":1190,"description":1191,"org":1192,"tags":1193,"stars":23,"repoUrl":24,"updatedAt":1204},"accelerated-computing-cudf","accelerate data processing with cuDF","Official NVIDIA-authored guidance for NVIDIA cuDF GPU DataFrames, pandas acceleration, dask-cuDF, ETL, joins, groupby, CSV\u002FParquet I\u002FO, nullable semantics, and multi-GPU DataFrame workloads.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1194,1197,1200,1201],{"name":1195,"slug":1196,"type":15},"Data Analysis","data-analysis",{"name":1198,"slug":1199,"type":15},"Data Engineering","data-engineering",{"name":9,"slug":8,"type":15},{"name":1202,"slug":1203,"type":15},"Performance","performance","2026-07-14T05:28:43.176466",{"slug":1206,"name":1206,"fn":1207,"description":1208,"org":1209,"tags":1210,"stars":23,"repoUrl":24,"updatedAt":1214},"aiq-deploy","deploy and manage NVIDIA AI-Q infrastructure","Use when asked to install, deploy, run, validate, troubleshoot, or stop NVIDIA AI-Q Blueprint infrastructure.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1211,1212,1213],{"name":1057,"slug":1058,"type":15},{"name":1148,"slug":1149,"type":15},{"name":9,"slug":8,"type":15},"2026-07-14T05:29:06.667109",{"slug":1216,"name":1216,"fn":1217,"description":1218,"org":1219,"tags":1220,"stars":23,"repoUrl":24,"updatedAt":1228},"aiq-research","conduct deep research with AI-Q","Use when asked to run deep research or AI-Q research through a reachable NVIDIA AI-Q Blueprint backend.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1221,1224,1225],{"name":1222,"slug":1223,"type":15},"Agents","agents",{"name":9,"slug":8,"type":15},{"name":1226,"slug":1227,"type":15},"Research","research","2026-07-14T05:28:06.816956",{"slug":1230,"name":1230,"fn":1231,"description":1232,"org":1233,"tags":1234,"stars":23,"repoUrl":24,"updatedAt":1238},"amc-run-sample-calibration","run AMC sample dataset calibration","Run end-to-end calibration on the shipped sample dataset (sdg_08_2_sample_data_010926.zip) against a running AMC microservice. Use when user says 'test sample dataset', 'run sample calibration', 'verify AMC install', or 'launch and test'.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1235,1236,1237],{"name":1195,"slug":1196,"type":15},{"name":9,"slug":8,"type":15},{"name":21,"slug":22,"type":15},"2026-07-17T05:29:03.913266",{"slug":1240,"name":1240,"fn":1241,"description":1242,"org":1243,"tags":1244,"stars":23,"repoUrl":24,"updatedAt":1253},"amc-run-video-calibration","calibrate video datasets with AutoMagicCalib","Calibrate a new dataset from pre-recorded video files via the AutoMagicCalib REST API. Use when user has local MP4s and says 'calibrate my videos', 'run AMC on these videos', or similar. For RTSP\u002Flive streams, use amc-run-rtsp-calibration instead.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1245,1246,1249,1250],{"name":1181,"slug":1182,"type":15},{"name":1247,"slug":1248,"type":15},"Imaging","imaging",{"name":9,"slug":8,"type":15},{"name":1251,"slug":1252,"type":15},"Video","video","2026-07-17T05:28:53.905004",{"slug":1255,"name":1255,"fn":1256,"description":1257,"org":1258,"tags":1259,"stars":23,"repoUrl":24,"updatedAt":1268},"amc-setup-calibration-stack","deploy AutoMagicCalib microservice with Docker","Launch AutoMagicCalib microservice and web UI from NGC release images via Docker Compose. Use when user says 'deploy auto calibration', 'launch auto calibration', 'launch AMC', 'start MS+UI', or 'set up auto-magic-calib'. Requires NGC API key.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1260,1261,1264,1265],{"name":1057,"slug":1058,"type":15},{"name":1262,"slug":1263,"type":15},"Docker","docker",{"name":9,"slug":8,"type":15},{"name":1266,"slug":1267,"type":15},"Operations","operations","2026-07-17T05:28:56.913999",{"slug":1270,"name":1270,"fn":1271,"description":1272,"org":1273,"tags":1274,"stars":23,"repoUrl":24,"updatedAt":1280},"cudaq-guide","develop quantum applications with CUDA-Q","CUDA-Q onboarding guide for installation, test programs, GPU simulation, QPU hardware, and quantum applications.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":9},[1275,1276,1279],{"name":9,"slug":8,"type":15},{"name":1277,"slug":1278,"type":15},"Quantum Computing","quantum-computing",{"name":18,"slug":19,"type":15},"2026-07-14T05:26:58.898253",305]