From bec96593fd901f6eef6b2f9c4e53e60f36c4edc6 Mon Sep 17 00:00:00 2001 From: "dk-portal[bot]" <134092483+dk-portal[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 17:01:42 +0000 Subject: [PATCH] chore: skip SDD check for quickorder Adds the vtex.com/sdd-check-skip annotation to skip the Spec Kit (SDD) compliance check. Reason: This repository is part of the B2B Suite package. --- catalog-info.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/catalog-info.yaml b/catalog-info.yaml index 88c1c26b..cc0150d4 100644 --- a/catalog-info.yaml +++ b/catalog-info.yaml @@ -5,8 +5,10 @@ metadata: annotations: github.com/project-slug: vtex-apps/quickorder vtex.com/application-id: TA2R2SA2 + vtex.com/sdd-check-skip: 'true' + vtex.com/sdd-check-skip-reason: This repository is part of the B2B Suite package spec: system: b2b-suite type: frontend-ui lifecycle: maintenance - owner: te-0010 \ No newline at end of file + owner: te-0010