Skip to content

Commit 5d12372

Browse files
fix: rename syntax → spec_version in example seed
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) <noreply@anthropic.com>
1 parent 18ed3a3 commit 5d12372

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/seed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
syntax: v1
1+
spec_version: v1
22
schema:
33
name: example-app
44
description: Example application configuration schema

0 commit comments

Comments
 (0)