Commit 7824b24
committed
Unblock CI and address mxinO review on remote-execution.md
Two fixes:
1. Exclude vendored upstream skills from markdownlint.
`.claude/skills/launching-evals/` and `.claude/skills/accessing-mlflow/`
are vendored verbatim from NVIDIA-NeMo/Evaluator and re-synced via
.claude/scripts/sync-upstream-skills.sh. Markdownlint wanted to
reformat them (trailing blank lines, spacing around fences), but
fixing would violate the "verbatim" property documented in their
frontmatter. Add an `ignores:` glob to `.markdownlint-cli2.yaml`.
2. Reframe the checkpoint/storage note on `skills/common/remote-execution.md`.
Reviewer @mxinO noted (PR #1239) that the previous "compute nodes may
not share the same filesystem as login nodes" framing is misleading —
compute nodes on a given cluster do share storage with the login
node. The real issue is that workstation filesystems aren't mounted
on the cluster at all. Also drops the dlcluster-specific row, which
@mxinO flagged as an internal quirk that shouldn't ship publicly.
Signed-off-by: Zhiyu Cheng <zhiyuc@nvidia.com>1 parent 290f432 commit 7824b24
File tree
2 files changed
+12
-7
lines changed- .claude/skills/common
2 files changed
+12
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
39 | 38 | | |
40 | | - | |
| 39 | + | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments