Release 0.10.4 — restructure README, sweep remaining doc badges#32
Merged
Conversation
Restructures README.md so high-leverage navigation sits near the top (modeled on the omega-lock README), and re-pins the remaining README-linked docs to a passing-CI commit. README restructure: - README-family links moved directly under the badges - "How is this different?" moved above "Quick start" - verification links grouped under a Verification lead-in Badge sweep (at the v0.10.3 tag these were last touched by a failing-CI commit): - README backlink footer added to the cli_exit_codes, provider_compatibility, and release_hygiene docs - README-family link line completed in EASY_README and EASY_README_KR - pyproject.toml / __init__.py: 0.10.3 -> 0.10.4 - README.md / README_KR.md: version surfaces and tag-pinned links - docs/generated/claims*: regenerated - test_cli_help_text: Quick Start section boundary updated for the new order Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.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.
What
Cuts the 0.10.4 release. Two things, folded into one release:
1. README restructure (modeled on the omega-lock README)
High-leverage navigation moved near the top:
English · 한국어 · Easy · 쉬운 한국어) moved directly under the badges — previously buried near the bottom.**Verification**lead-in.README_KR.md,EASY_README.md,EASY_README_KR.md: completed the README-family link line so every variant lists all four.2. Badge sweep for the remaining README-linked docs
At the
v0.10.3tag,cli_exit_codes.md,provider_compatibility.md,release_hygiene.md, and theEASY_README*files were still last-modified by188c244(failing CI). Re-pinning the README tov0.10.4plus re-touching those files (backlink footer / completed family line) moves them onto a passing-CI commit.src/antemortem/prompts.pyandLICENSEare intentionally not swept — churning the system-prompt source or the license file for a CI badge is poor practice. (LICENSEis owned by a pre-CI commit and shows no badge anyway.)Other changes
pyproject.toml/src/antemortem/__init__.py:0.10.3→0.10.4docs/generated/claims.md/claims_kr.md: regenerateddocs/claim_ledger*.md,docs/launch_note*.md: version referencesCHANGELOG.md:[0.10.4]section + compare links;docs/release-notes/v0.10.4.md: newtests/test_cli_help_text.py: Quick Start section-boundary updated for the new heading order (the test split on## How is this different?, which now precedes## Quick start)Verification (local)
pytest -q→ exit 0check_repo_consistency.py/generate_readme_claims.py --check/check_claim_ledger.py→ passrelease_audit.py→ passed (build, twine check, wheel smoke; wheelantemortem-0.10.4)🤖 Generated with Claude Code