From 37d239d2a7018e15fd3bc4e3612a3dbf13c3d216 Mon Sep 17 00:00:00 2001 From: rldyourmnd Date: Mon, 24 Aug 2026 08:20:11 +0500 Subject: [PATCH] fix(gds): declare enforced required contexts --- .gds/repository.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gds/repository.yaml b/.gds/repository.yaml index 3b987bc..6280ce8 100644 --- a/.gds/repository.yaml +++ b/.gds/repository.yaml @@ -51,6 +51,7 @@ verification: test: ["go test -race ./..."] build: ["go build ./cmd/agent-runtime"] required: ["lint", "test", "build"] + required_contexts: ["Gate"] agent: context_profile: "project-default"