Add 1.0.0 roadmap#46
Merged
Merged
Conversation
…ion passes Lays out the PR-by-PR program to take patchdiff to its first stable release, mirroring the series that took observ to 1.0.0 (#175-#197): modernized CI and a noise-robust benchmark guard, a MkDocs docs site with internals section and a README rewrite, full modern typing checked with ty, property-based round-trip tests plus an RFC 6902 corpus, two foundational and three micro optimization passes, and the 1.0.0 release. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016Mu9vEBwU4fQLi8ZgkgdS2
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.
Adds
ROADMAP.md: the PR-by-PR program to take patchdiff from 0.3.x to its first stable release, mirroring the series that took observ to 1.0.0 (observ #175–#197).The program
14 PRs across 5 tracks:
OperationTypedDicts,py.typed, andtyenforced in CI (#185), stacked.produce()hot-path design pass) and three micro passes (diff/pointer, apply/iapply, proxy traps), each benchmark-verified against the new guard.Ordering is encoded in the roadmap: the benchmark guard lands before any optimization PR, and typing + property tests land before them as the safety net. 100% coverage stays enforced throughout.
🤖 Generated with Claude Code
https://claude.ai/code/session_016Mu9vEBwU4fQLi8ZgkgdS2
Generated by Claude Code