From 1e47be8ecb50a2daec68b67cb575f55b234a8aad Mon Sep 17 00:00:00 2001 From: Moshe Abramovitch Date: Thu, 28 May 2026 16:24:09 -0500 Subject: [PATCH] components.d/deepstream: flat layout + discussions override MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Restructure to one-entry-per-skill (flat-layout convention adopted 2026-05-28 — skills land at skills// top level). Add links.discussions: false since NVIDIA-AI-IOT/DeepStream_Coding_Agent has Discussions disabled. Source repo is fully 5/5 compliant as of Unni's PR #3 today (sig + skill-card + evals.json + BENCHMARK.md for both deepstream-dev and deepstream-import-vision-model). DeepStream is the second component to reach full artifact compliance after Skill Card Generator. Next sync will land both skills flat at skills/deepstream-dev/ and skills/deepstream-import-vision-model/. Signed-off-by: Moshe Abramovitch --- components.d/deepstream.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/components.d/deepstream.yml b/components.d/deepstream.yml index 6df9d224..22485ccf 100644 --- a/components.d/deepstream.yml +++ b/components.d/deepstream.yml @@ -1,6 +1,12 @@ +# SPDX-License-Identifier: Apache-2.0 +# Copyright (c) 2026 NVIDIA Corporation. All rights reserved. name: DeepStream repo: NVIDIA-AI-IOT/DeepStream_Coding_Agent -description: Agentic skills for guided DeepStream development. +description: Agentic skills for guided DeepStream development. skills: - - path: skills/ - catalog_dir: deepstream + - path: skills/deepstream-dev/ + catalog_dir: deepstream-dev + - path: skills/deepstream-import-vision-model/ + catalog_dir: deepstream-import-vision-model +links: + discussions: false