From 0c549cb620c4d1bd435d0ecbcad9f2470d76dcfd Mon Sep 17 00:00:00 2001 From: Svrnty Date: Thu, 18 Jun 2026 14:00:20 -0400 Subject: [PATCH] Align WorkBoard validator with closed-owner rule --- tools/validate_steev_child.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/validate_steev_child.py b/tools/validate_steev_child.py index 303a344..de3efef 100755 --- a/tools/validate_steev_child.py +++ b/tools/validate_steev_child.py @@ -304,7 +304,7 @@ def main() -> int: "Steev Navigation Index", "source: INDEX.md", "status: validated", - "owner: jp", + "owner: \"\"", ]: if snippet not in text: errors.append(f"workboard_missing:{snippet}")