docs: compose & theme-scaling graphics + README sections (0.23.2)#5
Merged
Merged
Conversation
….23.2) Two new diagrams for the GitHub/PyPI page, matching the existing dark asset style (all values verified against the engine): - assets/compose.svg — lego-style components snapping onto the ruleset via typed set/add/union contributions; one snap-in cascades downstream. - assets/theme-scaling.svg — one computation graph re-skinned per setting via ThemeScalingLayer (input_overrides, lookup_overrides, display-only flavor_renames); same plate node -> AC 18/18/19/19 across themes. README gains a "Composable" section and a "Re-skin for any setting — theme scaling" section (theme scaling was previously undocumented in the README), each with a verified runnable snippet, plus a feature-table row. Docs-only patch release so the graphics reach the (per-version-frozen) PyPI page. Co-Authored-By: Claude Opus 4.8 (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.
Summary
Adds two new diagrams to the GitHub/PyPI page and surfaces both concepts in the README. Docs-only patch release (0.23.2) — needed because the PyPI page only re-reads the README when a new version is published.
New graphics (
assets/, same dark style as existing assets)compose.svg— lego-style components snapping onto the ruleset via typedset/add/unioncontributions; because each contribution keeps its target node's id, one snap-in recomputes the whole downstream subtree.theme-scaling.svg— one computation graph re-skinned per setting viaThemeScalingLayer: the sameplatenode emerges as AC 18 (traditional/modern, re-flavored) or AC 19 (sci-fi/steampunk) throughinput_overrides,lookup_overrides, and display-onlyflavor_renames.All numbers in both diagrams were verified against the live engine (
armor_base_ac,PREDEFINED_THEME_SCALING).README
apply_theme_scaling/ThemeScalingLayerrow in the feature table.Release bookkeeping
0.23.2inpyproject.toml+__init__.py; CHANGELOG[0.23.2]section + compare links.build+twine checkgreen.🤖 Generated with Claude Code