docs: update README cover and CI filter - #350
Conversation
📝 WalkthroughWalkthroughReplaced the hero/cover image reference and alt text in English and Chinese READMEs, and updated multiple GitHub Actions workflows to treat Changes
Sequence Diagram(s)sequenceDiagram
participant PR as "Pull Request"
participant Changes as "ci:changes job"
participant CI as "CI jobs (typecheck/tests/e2e/desktop)"
participant CodeQL as "CodeQL analyze job"
PR->>Changes: compute changed paths & determine docs_only
alt docs_only == 'true'
Changes-->>PR: docs_only = 'true'
Changes->>CI: mark downstream jobs to skip
CI-->>PR: skip non-docs jobs
else docs_only != 'true'
Changes-->>PR: docs_only = 'false'
Changes->>CodeQL: allow analysis (needs satisfied)
CodeQL->>CI: analysis results
CI->>PR: run/full CI
end
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsTimed out fetching pipeline failures after 30000ms Comment |
There was a problem hiding this comment.
Code Review
This pull request updates the cover image asset and its associated alt text in both the English and Chinese README files. The review feedback suggests improving accessibility by using more descriptive alt text that conveys the product's value proposition rather than just labeling the image as a cover.
e5958a7 to
d5f43b3
Compare
Summary
Replace the README hero image with a new PawWork branded cover generated with imagegen from the real app logo. Update both English and Chinese README files to reference the new cover asset.
Why
The existing README image was a plain home screenshot and did not work well as the first visual impression for the project. The new cover aligns with the current README and repository About positioning: an open-source AI agent that works out of the box on your desktop.
Related Issue
No related issue. This is a small documentation and visual asset update.
Human Review Status
Pending. A human should make the final merge decision after reviewing the final diff and verification evidence.
Review Focus
Please check whether the cover image fits the README first-screen positioning and whether the bilingual README alt text is appropriate.
Risk Notes
Low risk. This only changes README image references and adds a static image asset. No runtime, dependency, packaging, permission, or platform behavior changes.
How To Verify
Screenshots or Recordings
New README cover:
Checklist
dev, and my PR title and commit messages use Conventional Commits in EnglishSummary by CodeRabbit
Documentation
Chores