docs: reconcile status across README/CLAUDE.md/roadmap with 0.13.0 - #40
Merged
Merged
Conversation
Phase 10 shipped in 0.12.0 but every doc still described the project as mid-Phase-10 at version 0.12.x, even though 0.13.0 (CLI polish, colorized output, distinct exit codes, several correctness fixes) had already released. Mark Phase 10 complete in roadmap.md and CLAUDE.md, document the 0.13.0 polish work as maintenance rather than a new phase, add a "What's next" note that no Phase 11 is scoped yet, fix the CHANGELOG's stale compare-links (missing 0.13.0/0.12.1, Unreleased diffing against the wrong tag), and rewrite the README status block to reflect the actual last release. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018KzGyHQZZBHAmbjxFaQDRo
richardkfm
marked this pull request as ready for review
August 8, 2026 14:04
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
Reviewed all four project docs (
README.md,CHANGELOG.md,roadmap.md,CLAUDE.md) against the actual shipped state. Phase 10 (Android tablet support) shipped in 0.12.0, and 0.13.0 (CLI polish, colorized output, distinct exit codes, several correctness fixes) had already released — but every doc still described the project as mid-Phase-10 at version 0.12.x, and the README status block didn't mention 0.13.0 at all.CLAUDE.md: "Current scope" header now says "Phase 10 complete, version 0.13.x"; added a "Phase 10 follow-up polish (0.13.0)" bullet block summarizing what actually shipped after Phase 10 closed, and clarified the roadmap-discipline rule now that Phase 10 is done.roadmap.md: marked Phase 10 with ✓ and its shipped version, added a short "Post-Phase-10 maintenance (0.13.0)" section, and a new "What's next" section stating no Phase 11 is scoped yet and how to propose one.CHANGELOG.md: fixed stale compare-links at the bottom —[Unreleased]was still diffing againstv0.12.0instead ofv0.13.0, and the[0.13.0]/[0.12.1]link references were missing entirely despite those sections existing above.README.md: rewrote the status callout to reflect the actual last release (v0.13.0) — Phase 10 completion plus the 0.13.0 polish/fixes — instead of only describing 0.12.0's tablet work, and pointed to the roadmap for what's next.No code changes; docs only.
Test plan
CHANGELOG.mdhistory andsrc/los_bootstrap/__init__.py::__version__(0.13.0)Generated by Claude Code