Skip to content

Redesign bilingual README visuals with OpenDesign - #8

Merged
myc0576 merged 1 commit into
mainfrom
design/claude-inspired-readme-visuals
Jul 29, 2026
Merged

Redesign bilingual README visuals with OpenDesign#8
myc0576 merged 1 commit into
mainfrom
design/claude-inspired-readme-visuals

Conversation

@myc0576

@myc0576 myc0576 commented Jul 29, 2026

Copy link
Copy Markdown
Owner

中文简述:使用 OpenDesign 重新设计了双语 README 的两张配图(封面 1600×800、系统流程图 1920×1080),并补充可复用设计系统、回归测试与文档;未新增任何交易执行能力。详见下文。

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.png1600×800 hero/cover (replaces the previous cover).
  • assets/smartmoney-cub-system-flow-bilingual.png1920×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

  • Built with the OpenDesign skill system (manalkaff/opendesign, v0.3.1) installed as a user skill.
  • Created a reusable design system at 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.md index
  • Explored 3 rough directions (A: Editorial Control Plane, B: Evidence Loop, C: Open-Source Modular System); chose A, absorbing B's closed feedback loop and C's external slots. Rationale in opendesign/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 into docs/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 stdlib struct (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

  • PNGs rendered via headless Chromium; dimensions verified programmatically (1600×800, 1920×1080).
  • This is a Draft PR — please review the visual rendering on GitHub (image diff) before marking it ready for review.

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
myc0576 marked this pull request as ready for review July 29, 2026 16:00
@myc0576
myc0576 merged commit cdbb738 into main Jul 29, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant