docs(spec): unify SPEC at v0.6 (two profiles) + parser accepts 0.6#65
Merged
Conversation
…pts 0.6 Folds the v0.2 additive diff into one authoritative SPEC.md at v0.6 and documents both execution profiles in a single capability matrix: the Rails runtime (.sop.yaml, Postgres) and the CLI local backend (.sop.json, bash+jq, cells, pause/resume). Stubbed server features marked honestly. - definition_parser: SUPPORTED_SPEC_VERSIONS now [0.1 0.2 0.6] - SPEC.md: unified v0.6, capability matrix, local backend + cell substrate, executor: internal|external (audit metadata), both envelopes blessed - webhook.rb: genericize example path comment Co-Authored-By: Claude Opus 4.8 (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.
Summary
.sop.yaml+ CLI local.sop.json) in a single capability matrix.SUPPORTED_SPEC_VERSIONS→[0.1 0.2 0.6]; process files declareopensop: "0.6".executor: internal|external(audit metadata only). Stubbed server features (judgment/subprocess/notification/wait/webhook-poll) marked honestly.Self-rating (per project workflow)
0.6parses and unknown versions still error.Test plan
bundle exec rspec spec/services/opensop/definition_parser_spec.rb→ 74 examples, 0 failures.🤖 Generated with Claude Code