From 070423acffe5574c94efa945a8b9e6bc57e094b9 Mon Sep 17 00:00:00 2001 From: emil Date: Mon, 24 Aug 2026 23:49:23 +0200 Subject: [PATCH] docs: add consumer repo reference to validate_spec docstring Implements: REQ-1 Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- 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). -- 2.54.0