docs(readme): elevate Beta status + bump pin to 0.2.0-beta.4#23
Merged
Conversation
Replace the inline versioning paragraph with a proper "Status: Beta" section explaining what beta means in practice (safe for production, fully supported, pin the exact pre-release version, track CHANGELOG). Add a Beta status badge next to the Registry / godoc / license badges so it's visible at a glance. Bump the quickstart pin from `0.2.0-beta.1` to `0.2.0-beta.4` (the currently published latest tag with the lenient response decoder). Why we're holding TF on the beta line while the other DevHelm surfaces (CLI, SDKs, MCP server) are at 1.0.0: a short soak window to harden one defense-in-depth edge case (post-POST failure rollback in the API client) before promoting to GA. Schema and on-disk state format are stable and will not change before 1.0.0. Co-authored-by: Cursor <cursoragent@cursor.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.
Promotes the README's versioning paragraph to a proper
Status: Betasection so users understand we are intentionally holding TF on the beta line while the other DevHelm surfaces (CLI, SDKs, MCP server) ship at 1.0.0 today. Adds a Beta status badge. Bumps the quickstart pin to the currently published0.2.0-beta.4. No code changes.Made with Cursor