docs: add governance documentation for SEP-1730#1547
Merged
felixweinberger merged 1 commit intov1.xfrom Feb 17, 2026
Merged
Conversation
|
commit: |
237329c to
ae5e66f
Compare
Add documentation required for SEP-1730 tier compliance: - DEPENDENCY_POLICY.md: conservative dependency update policy — deps are kept stable unless there is a concrete reason to update. No scheduled npm version bumps. - VERSIONING.md: SemVer policy covering version format, breaking vs non-breaking change definitions, and communication practices. - ROADMAP.md: spec implementation tracking via GitHub Projects, next spec revision focus areas (extensions, stateless transports), and v2 development timeline. - .github/dependabot.yml: monthly GitHub Actions updates (grouped).
ae5e66f to
304f539
Compare
pcarleton
approved these changes
Feb 17, 2026
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.
Add governance documentation required for SEP-1730 tier compliance.
Motivation and Context
SEP-1730 requires published dependency update policy, versioning policy, and roadmap for Tier 1/2 SDKs. This PR adds all four files.
How Has This Been Tested?
Documentation-only change. Verified against SEP-1730 tier-check requirements.
Breaking Changes
None.
Types of changes
Checklist
Additional context
Files added:
DEPENDENCY_POLICY.md— conservative update policy (no scheduled npm bumps, security-driven updates only)VERSIONING.md— SemVer policy with breaking/non-breaking definitions and communication practicesROADMAP.md— spec tracking via GitHub Projects, v2 timeline (alpha ~mid-March, beta ~May 2026).github/dependabot.yml— monthly GitHub Actions updates (grouped)