From 5d12372321d4254bfbc3778027fa6e14eb2f01e8 Mon Sep 17 00:00:00 2001 From: zeevdr Date: Mon, 20 Apr 2026 14:09:13 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20rename=20syntax=20=E2=86=92=20spec=5Fver?= =?UTF-8?q?sion=20in=20example=20seed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follows decree#118 which renamed the top-level seed/schema/config YAML key from `syntax:` to `spec_version:`. Without this, `decree seed examples/seed.yaml` against a decree built from main fails at parse. Generated stubs (schema_service_pb2.pyi) still reference the old name in a doc comment — will regenerate on the next decree release bump. Co-Authored-By: Claude Opus 4.7 (1M context) --- examples/seed.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/seed.yaml b/examples/seed.yaml index 527d8ad..4b6ce86 100644 --- a/examples/seed.yaml +++ b/examples/seed.yaml @@ -1,4 +1,4 @@ -syntax: v1 +spec_version: v1 schema: name: example-app description: Example application configuration schema