From 0ac2bf4a8c6dd643307014961ecb8cd1584f8c7a Mon Sep 17 00:00:00 2001 From: emil User Date: Mon, 24 Aug 2026 21:52:18 +0000 Subject: [PATCH] DEVX-156: docs: add consumer repo reference to validate_spec docstring Co-authored-by: emil User --- src/devx/ci/validate_spec.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/devx/ci/validate_spec.py b/src/devx/ci/validate_spec.py index 96acaaa..0f73da1 100644 --- a/src/devx/ci/validate_spec.py +++ b/src/devx/ci/validate_spec.py @@ -3,6 +3,7 @@ """Validate that a PR has a spec file with required sections and acceptance criteria. Spec-driven development gate. Runs in CI before expensive jobs. +Used by grm, infra, sso-bridge, and devx itself. Validates: 1. A spec file exists at ``docs/specs/.md`` (TASK-ID extracted from branch).