Redesign bilingual README visuals with OpenDesign - #8
Merged
Conversation
Create a SmartMoney-Cub editorial design system and replace the README
cover and architecture visual with original Claude-inspired bilingual
artifacts.
The new visuals present the read-only evidence loop, optional external
integrations, deterministic review, and explicit human promotion gate
without implying execution authority or guaranteed prediction.
Constraint: preserve READ_ONLY_NO_ORDER_NO_CANCEL_NO_TRADE
Directive: keep editable OpenDesign sources with rendered README assets
Tested: 217 pytest passes (including new tests/test_readme_visuals.py),
python -m smartmoney_cub_harness.cli doctor + --help clean,
images verified at 1600x800 and 1920x1080 under size limit.
myc0576
marked this pull request as ready for review
July 29, 2026 16:00
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
Redesigned the two bilingual README visuals using a Claude-inspired editorial design system — warm paper, restrained, evidence-driven, humanistic AI-tool visual language. Explicitly NOT a copy of Claude/Anthropic logos, wordmarks, illustrations, or page layouts.
assets/smartmoney-cub-harness-cover.png— 1600×800 hero/cover (replaces the previous cover).assets/smartmoney-cub-system-flow-bilingual.png— 1920×1080 system pipeline (new).Both are rendered from editable HTML sources kept under
opendesign/artifacts/smartmoney-cub-readme/, so they can be tweaked and re-rendered.How it was made
manalkaff/opendesign, v0.3.1) installed as a user skill.opendesign/design-systems/smartmoney-cub/:tokens/colors_and_type.css(paper/ink/terracotta palette, type scale, spacing, radius, shadow tokens)SKILL.md(editorial personality + a forbidden-list: no glassmorphism/neon/3D coins/bull-bear/candlestick/AI-brain/robot mascot/cyberpunk/broker dashboards, plus safety-framing rules)README.mdindexopendesign/artifacts/smartmoney-cub-readme/design-rationale.md.Changes
README.md/README.zh-CN.md: added bilingual cover + system-flow images, language-switch links ([简体中文]/[English]), safety-contract note; migrated the old Mermaid core-loop intodocs/architecture.md.docs/architecture.md: kept the original Mermaid, added a new "Bilingual System Pipeline" Mermaid mirroring the static diagram.opendesign/...: design system + HTML sources + rationale.tests/test_readme_visuals.py: new regression test — verifies PNG dimensions via stdlibstruct(no Pillow), image references, language switches, safety contract, no merge markers, no absolute paths.Verification
pytest -q-> 217 passed (216 existing + 1 new).python -m smartmoney_cub_harness.cli doctor-> clean.git diff --check-> clean.Safety
No trading authority added. The harness remains
READ_ONLY_NO_ORDER_NO_CANCEL_NO_TRADE; the visuals only describe the existing read-only decision-logging flow. All data shown is toy/offline examples.Notes