fix: rename syntax → spec_version in example seed#5
Merged
Conversation
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>
zeevdr
added a commit
that referenced
this pull request
Apr 21, 2026
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: zeevdr <zeevdr@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Post-decree#118 cleanup. The top-level YAML key
syntax:was renamed tospec_version:in the decree schema/config/seed format. Without this change,decree seed examples/seed.yamlagainst a decree built from main fails with:Generated stubs (
schema_service_pb2.pyi) still reference the old name in a doc comment — will regenerate on the next decree release bump.Test plan
decree seed examples/seed.yamlagainst a locally-built decree from main succeeds (manual check recommended)🤖 Generated with Claude Code