Make skills/ the source of truth for skills#6375
Conversation
Signed-off-by: Rostan Tabet <rtabet@nvidia.com>
Signed-off-by: Rostan Tabet <rtabet@nvidia.com>
f9baa5c to
2f5d59a
Compare
|
| Filename | Overview |
|---|---|
| .agents/skills | Converted from a real directory to a symlink pointing at ../skills; breaks the old chain and keeps backward compatibility for any tool that resolved through .agents/skills. |
| .claude/skills | Symlink target updated from ../.agents/skills to ../skills, eliminating the double-hop and aligning with the new source-of-truth layout. |
| skills/dali-dynamic-mode/SKILL.md | Renamed from .agents/skills/dali-dynamic-mode/SKILL.md; only change is the addition of license: Apache-2.0 in the YAML frontmatter. |
| skills/dali-dynamic-mode/skill.oms.sig | New Sigstore bundle signing the five skill content files; serialization config correctly uses allow_symlinks: false and method: files. |
| skills/dali-dynamic-mode/BENCHMARK.md | New NVSkills-Eval Tier 1/2 report; overall verdict PASS with minor informational findings (missing metadata.author, metadata.tags, and optional sections). |
| skills/dali-dynamic-mode/skill-card.md | New publication metadata card; references the NVSkills-Eval profile and lists standard NVIDIA AI Concerns reporting link. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["skills/dali-dynamic-mode/\n(source of truth)"] --> B["SKILL.md\nBENCHMARK.md\nskill-card.md\nskill.oms.sig\nevals/"]
C[".agents/skills"] -->|symlink ../skills| A
D[".claude/skills"] -->|symlink ../skills| A
subgraph Before
E[".agents/skills/dali-dynamic-mode/\n(actual files)"]
F[".claude/skills"] -->|symlink ../.agents/skills| E
end
subgraph After
A
C
D
end
Reviews (2): Last reviewed commit: "Attach NVSkills validation signatures" | Re-trigger Greptile
|
/nvskills-ci |
|
!build |
Signed-off-by: nvskills-svc-account <svc-nvskills-signing@nvidia.com>
|
CI MESSAGE: [52901332]: BUILD FAILED |
|
CI MESSAGE: [52902360]: BUILD FAILED |
Category:
Other (e.g. Documentation, Tests, Configuration)
Description:
The skills verification workflow requires
skills/to be the source of truth. This PR does this and makes.agents/skillsa symlink.Additional information:
Affected modules and functionalities:
Key points relevant for the review:
Tests:
Checklist
Documentation
DALI team only
Requirements
REQ IDs: N/A
JIRA TASK: N/A