chore(readme): refresh demo GIFs from docs, lead with Mothership#4878
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Media and copy updates: replaces/refreshes showcase GIFs ( Reviewed by Cursor Bugbot for commit d90a4f5. Configure here. |
Greptile SummaryThis PR refreshes the README showcase media and rewrites the hero section to lead with Mothership (the chat-based AI command center) instead of the visual workflow builder. All GIFs were re-encoded at dramatically smaller sizes, reducing total showcase media from ~44 MB to ~11 MB.
Confidence Score: 5/5Documentation-only change — no application code is modified, all image references resolve to existing assets, and the deleted copilot.gif has no remaining references in the codebase. All changed files are README copy and static media assets. Every image path referenced in the updated README was verified to exist on disk, and the removed copilot.gif has no other references anywhere in the repository. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[README Hero Section] --> B[Mothership GIF]
A --> C[Files GIF]
A --> D[Knowledge GIF]
A --> E[Tables PNG]
A --> F[Workflow GIF]
G[copilot.gif] -->|deleted| X[removed]
Reviews (1): Last reviewed commit: "chore(readme): refresh demo GIFs from do..." | Re-trigger Greptile |
Summary
copilot.giffiles.gif(document generation) and atables.pngscreenshot; replacedworkflow.gif,knowledge.gif,mothership.gifType of Change
Testing
Tested manually — verified every README image reference resolves to an existing asset and previewed each GIF.
Checklist