Uh oh!
There was an error while loading. Please reload this page.
Add VERSIONING.md, ROADMAP.md, and DEPENDENCY_POLICY.md - #2084
Conversation
Uh oh!
There was an error while loading. Please reload this page.
maxisbey
commented
Feb 18, 2026
@felixweinberger there are a lot of source code changes in this pr, are they meant to be there? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
felixweinberger
commented
Feb 18, 2026
pleasures of dealing with |
Uh oh!
There was an error while loading. Please reload this page.
b396eed to
e3f385dCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Add standalone policy/governance files to match the TypeScript SDK's structure (PR #1547). These files are checked by the tier-check CLI. - VERSIONING.md: semver policy adapted for Python (compatible-release specifiers, DeprecationWarning, Python version support) - ROADMAP.md: spec tracking and v2 milestones (shared across SDKs) - DEPENDENCY_POLICY.md: extracted from CONTRIBUTING.md and expanded with policy rationale (update triggers, automated tooling, pinning) - CONTRIBUTING.md: updated to reference standalone DEPENDENCY_POLICY.md
e3f385d to
6ba15b9Compare
Add standalone policy/governance files to match the TypeScript SDK's structure (PR #1547). These files are checked by the tier-check CLI.
Motivation and Context
The tier-check CLI checks for specific file paths (VERSIONING.md, ROADMAP.md, DEPENDENCY_POLICY.md, .github/dependabot.yml). The Python SDK already had dependabot.yml and dependency/triage policy content in CONTRIBUTING.md, but was missing the standalone files.
How Has This Been Tested?
Manual review. These are documentation-only files.
With the
tier-checkskill:Breaking Changes
None.
Types of changes
Checklist
Additional context
Adapted from TypeScript SDK PR #1547 with Python-specific changes: