From 8dfedac3fb943b8a301640b5cfe382b6cbb304c9 Mon Sep 17 00:00:00 2001 From: Sayali Kandarkar Date: Thu, 30 Apr 2026 21:45:47 -0700 Subject: [PATCH] Update Repository Structure to reflect components.d/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit components.yml was split into per-component files under components.d/ in #40. The repo-structure diagram in README.md still showed the old filename; this commit updates it. No functional change — pure documentation sync. Co-Authored-By: Claude Opus 4.7 (1M context) Signed-off-by: Sayali Kandarkar --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e0f303e2..435e50eb 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,13 @@ NVIDIA/skills/ │ ├── nemotron-voice-agent/ # Nemotron Voice Agent skills (1) │ ├── TensorRT-LLM/ # TensorRT-LLM skills (20) │ └── ... -├── components.yml # Product registry — teams onboard here +├── components.d/ # Product registry — one file per component, teams onboard here +│ ├── cuda-q.yml +│ ├── cuopt.yml +│ ├── megatron-bridge.yml +│ ├── ... +│ ├── tensorrt-llm.yml +│ └── README.md # Schema and onboarding instructions ├── .github/workflows/ # Automated sync pipeline ├── CONTRIBUTING.md # Contribution guidelines ├── SECURITY.md # Security reporting policy