docs: surface the user-visible reliability backlog in the roadmap#25
Merged
Conversation
Splits the Roadmap into 'Reliability fixes' and 'Features and ergonomics' subsections, and pulls 11 user-visible bug-class items out of internal memory into the public roadmap. None of these are silent; all are observable in real workflows (uploads hang, bursts of rapid screenshots drop earlier ones, slow upload misses next poll, typo'd commands run setup, etc). The previous PR #24 was too strict on the 'user-facing only' filter — these are user-felt bugs and belong in the public roadmap. Pure internal items (commitlint doc fix, semantic-release idempotency wiring, CI smoke checks, monitor.ts split, tsconfig test/ inclusion) stay in project memory.
|
🎉 This PR is included in version 0.9.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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
Course correction on PR #24. I was too strict on "user-facing only" — a bunch of the Round-M items I'd parked in private memory are actually user-visible bugs (uploads hang, screenshot bursts dropped, slow upload misses next poll, typo'd commands silently run setup, fatal errors exit 0). Those belong in the public roadmap.
This PR:
Items added under Reliability fixes
`docs:` only, no release fired.
Test plan