Skip to content

[codex] Fix README banner asset stability#76

Merged
hxy91819 merged 1 commit into
openclaw:mainfrom
hxy91819:feature/stable-readme-banner
Jun 29, 2026
Merged

[codex] Fix README banner asset stability#76
hxy91819 merged 1 commit into
openclaw:mainfrom
hxy91819:feature/stable-readme-banner

Conversation

@hxy91819

Copy link
Copy Markdown
Member

Summary

  • Store the README banner in .github/assets/readme-banner.jpg, outside the mirrored docs/** tree.
  • Point the root README at that repo-owned asset.
  • Document .github/assets/** as an editable README-media location.

Why

The old README pointed at docs/assets/readme-banner.jpg. That path was inside mirrored docs output, so the sync bot pruned it when the upstream source tree no longer contained that file. The README then rendered a broken image.

This PR intentionally favors a stable README over automatic banner freshness: the image can become visually outdated until someone deliberately replaces .github/assets/readme-banner.jpg, but it should not break just because the generated docs mirror changes.

Validation

  • Verified .github/assets/readme-banner.jpg exists and is a 1200x300 JPEG.
  • Verified the stored image hash matches the original README banner asset from commit f34e3ff14e306d257dd5e8557a30d3c2f43d2620.
  • Ran git show --check --format=short HEAD.

@hxy91819 hxy91819 marked this pull request as ready for review June 29, 2026 10:49
@hxy91819 hxy91819 requested a review from a team as a code owner June 29, 2026 10:49
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@hxy91819 hxy91819 merged commit b2a9539 into openclaw:main Jun 29, 2026
5 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